Commit Graph

347 Commits (36d739c9233c8a7cff563bc4b867634285093b99)

Author SHA1 Message Date
MOYO NKOSANA THABO 36d739c923 Separating CSS to reduce LOC in the code 2022-12-24 16:51:19 +08:00
MOYO NKOSANA THABO ec71ad164d Merge remote-tracking branch 'origin/Refactor-Moyo' into Refactor-Moyo 2022-12-19 21:02:15 +08:00
MOYO NKOSANA THABO 47e3eb90d1 Bug 32 CSS slowing things down
Solution taken was to remove font-awesome from the header and replace everything and use bootstrap with performs better than font-awesome as said by
https://downtimemonkey.com/blog/how-we-boosted-page-load-speed.php
font awesome is slow
2022-12-19 17:29:46 +08:00
MOYO NKOSANA THABO b551f6269e Bug 32 CSS slowing things down
Solution taken was to remove font-awesome from the header and replace everything and use bootstrap with performs better than font-awesome as said by
https://downtimemonkey.com/blog/how-we-boosted-page-load-speed.php
font awesome is slow
2022-12-19 17:24:33 +08:00
MOYO NKOSANA THABO 1b31229fb2 Removal of inline CSS in Header.php as it is bad design and moved it to main.css to enable DRY concept
The page header is defined in a single stylesheet so that if you want to change how a page header looks across the entire site, you change the css in one place.
2022-12-19 14:36:43 +08:00
MOYO NKOSANA THABO 77ebd6ac3e Bug 37 has been fixed for the index page as this page is now optimized and dynamic CSS has been used
Applying DRY principles and better coding practices to index.php

Separating the CSS and applying DRY principles to the CSS in index.php so that they are all in main.css
2022-12-19 14:15:40 +08:00
MOYO NKOSANA THABO 518e1eef1a Bug 37 has been fixed for the index page as this page is now optimized and dynamic CSS has been used
Applying DRY principles and better coding practices to index.php

Separating the CSS and applying DRY principles to the CSS in index.php so that they are all in main.css
2022-12-19 14:12:43 +08:00
MOYO NKOSANA THABO deac064cf5 Bug 519 - Typos and grammar errors in the program
Admin.php:
"Intial Password": "Intial" is a typo.

Courses.php:
"Dealine Date/Time": "Dealine" is a typo.

"Ttle" is a typo.
"Invidual" is a typo.

Script.php:
"sepcial" is a typo.
"Inavlid" is a typo.
"Garde" is a typo.  Should be "Grade".

Student.php:
"STUEDNT" is a typo.  Should be "Student".
2022-12-19 12:20:19 +08:00
MOYO NKOSANA THABO 7d56b3df60 Bug 519 - Typos and grammar errors in the program
Admin.php:
"Intial Password": "Intial" is a typo.

Courses.php:
"Dealine Date/Time": "Dealine" is a typo.

"Ttle" is a typo.
"Invidual" is a typo.

Script.php:
"sepcial" is a typo.
"Inavlid" is a typo.
"Garde" is a typo.  Should be "Grade".

Student.php:
"STUEDNT" is a typo.  Should be "Student".
2022-12-19 12:12:25 +08:00
YAKUBU ABDULAI 1e8533090f Admin.php - Fixed Bug 485 Lecturer should not have the administration panel that allows him to create other Lecturer accounts (#49)
Co-authored-by: GaoxingAbdullah <abduldoobia@yahoo.com>
Co-authored-by: Hui Lan <lanhui@zjnu.edu.cn>
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/49
Co-authored-by: YAKUBU ABDULAI <abduldoobia@yahoo.com>
Co-committed-by: YAKUBU ABDULAI <abduldoobia@yahoo.com>
2022-12-01 21:41:27 +08:00
徐宣 74a8a68ee9 Xuxuan (#48)
Co-authored-by: Xuxuan <1683793776@qq.com>
Co-authored-by: Hui Lan <lanhui@zjnu.edu.cn>
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/48
Co-authored-by: 徐宣 <1683793776@qq.com>
Co-committed-by: 徐宣 <1683793776@qq.com>
2022-11-08 15:24:36 +08:00
YEBOAH MARTHA ASAMOAH e9a7af1059 Fixed wrong password alert (#43)
The session start() function was on the wrong line in the logout.php file. I just changed it to the appropriate line of code, before the session destroy() function.

Co-authored-by: WhyteAsamoah <whyteasamoahgyamfi@outlook.com>
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/43
Co-authored-by: YEBOAH MARTHA ASAMOAH <3534763826@qq.com>
Co-committed-by: YEBOAH MARTHA ASAMOAH <3534763826@qq.com>
2022-07-02 21:44:23 +08:00
mrlan 6831fdcd0f Merge pull request 'Fixed bug196 - Bizarre options on "list courses by faculty" dropdown list' (#46) from Bug196-Ward into master
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/46
2022-06-20 07:03:43 +08:00
ileaderx 868f5854a2 Fixed the Bug produced by fixing Bug196 2022-06-20 00:15:04 +03:00
ileaderx 8a47d3733c Fixed bug196 2022-06-19 15:49:56 +03:00
EDSON NYONI 0065489fcb Bug 404 Edson 201938330189 (#42)
Writing the course code in lower letters, results in "No results found for your Search" i solved this issue by adding  $search=strtoupper($_GET['search']); line in courses.php file

Co-authored-by: edson <edsonnyoni92@gmail.com>
Co-authored-by: Lan Hui <lanhui@zjnu.edu.cn>
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/42
Co-authored-by: EDSON NYONI <edsonnyoni92@gmail.com>
Co-committed-by: EDSON NYONI <edsonnyoni92@gmail.com>
2022-06-17 23:33:39 +08:00
mrlan 3bff64f400 Merge pull request 'update' (#45) from Hui-improve-README.md into master
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/45
2022-06-17 23:31:22 +08:00
Lan Hui 423010d225 update 2022-06-17 23:19:00 +08:00
mrlan 4dc9efc7b9 Merge pull request 'niweicong-bug-458-revised' (#44) from niweicong-bug-458-revised into master
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/44
2022-06-17 22:46:07 +08:00
Lan Hui fa1932c95c Max input length set to 11 characters. 2022-06-17 22:42:08 +08:00
Lan Hui f004756f3d Merge branch 'niweicong-bug-458&459' of http://121.4.94.30:3000/mrlan/LRR into niweicong-bug-458 2022-06-17 22:30:50 +08:00
Lan Hui 69a2da76c7 Merge branch 'master' of http://121.4.94.30:3000/mrlan/LRR 2022-06-17 22:24:03 +08:00
mrlan b0f1f313d6 Merge pull request 'pull request from SPM-Zayid-468 , Adding Filters On Course Search' (#38) from SPM-Zayid-468 into master
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/38
2022-06-17 22:22:57 +08:00
Lan Hui dd87db0c3c Merge branch 'master' of http://121.4.94.30:3000/mrlan/LRR 2022-06-17 22:13:20 +08:00
mrlan f0109db692 Merge pull request 'BUG23 FIXED' (#37) from Bug23-Haji into master
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/37
2022-06-17 22:12:51 +08:00
Lan Hui 38d398a693 Merge branch 'Hui-NoEmail' 2022-06-17 22:08:29 +08:00
Lan Hui 1fc6061e19 nothing to say 2022-06-17 22:02:40 +08:00
Lan Hui 8ecab98e21 git reset HEAD^ twice. 2022-06-17 21:58:14 +08:00
倪伟聪 4624186f50 Merge branch 'master' into niweicong-bug-458&459 2022-06-14 13:58:05 +08:00
倪伟聪 5c34bde3ca 上传文件至 '' 2022-06-14 13:57:49 +08:00
倪伟聪 a9d9f4a345 上传文件至 '' 2022-06-14 13:55:47 +08:00
倪伟聪 1c479d525b 更新 'Courses.php' 2022-06-14 13:54:41 +08:00
倪伟聪 639695bfb9 Merge pull request '上传文件至 ''' (#39) from niweicong-bug-458&459 into master
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/39
2022-06-14 13:47:32 +08:00
倪伟聪 3f302822e2 上传文件至 '' 2022-06-14 13:37:44 +08:00
SayidCali jamac bd8062502b show current academic courses and order them
Implemented filters for the following:
Case 1: the user has entered something under "Find course by Code".
List the courses whose course code matches the entered course code, in reverse chronological order.

Case 2: the user has not entered something under "Find course by Code".
If there is a value for "List courses by faculty", list all courses that belong to the entered faulty, in reverse chronological order.

Otherwise, list the student's joined courses (already done), in reverse chronological order.
2022-06-11 09:44:34 +03:00
SayidCali jamac ded10c1ff8 Revert "courses filter current year and ordering"
This reverts commit eee1a5e8ad.
2022-06-11 08:44:42 +03:00
SayidCali jamac eee1a5e8ad courses filter current year and ordering 2022-06-11 08:24:52 +03:00
hajigeek 035b92a053 cursor:auto 2022-06-09 19:46:47 +08:00
hajigeek 60471610a2 English typo is corrected 2022-06-06 17:40:31 +08:00
hajigeek ff1384f341 English typo is corrected 2022-06-03 09:19:10 +08:00
hajigeek a4dce34b92 English typo error is corrected 2022-06-03 09:09:51 +08:00
hajigeek 6860d7618f bug23-fixed 2022-05-28 11:01:19 +08:00
hajigeek c4f4dec22e BUG22 FIXED 2022-05-25 09:07:59 +08:00
梁立港 15a96c1b68 Merge pull request '“修改了部分bug”' (#36) from LiangLigang into master
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/36
2022-05-23 14:54:09 +08:00
bmth eb532d10af “LiangLigang” 2022-05-19 12:35:27 +08:00
HAYATU UMAR FARUQ 5fa0c1e040 Set session duration to 2 hours (#33)
This pull request is for extending the login session duration to 2 hours as reported in [Bug256](http://118.25.96.118/bugzilla/show_bug.cgi?id=256).

Co-authored-by: faruq <hufarouq01@gmail.com>
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/33
Co-authored-by: HAYATU UMAR FARUQ <hufarouq01@gmail.com>
Co-committed-by: HAYATU UMAR FARUQ <hufarouq01@gmail.com>
2022-04-20 20:14:02 +08:00
mrlan 8b91a8ed7f Merge pull request 'Fix the id number verification bug' (#31) from IDVerificationBug-Golden into master
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/31
2021-12-14 12:46:18 +08:00
mrlan 3f81266852 Merge pull request 'Update 3: test cases 07-16' (#30) from SeleniumIbrahim-Ibrahim into master
Reviewed-on: http://121.4.94.30:3000/mrlan/LRR/pulls/30
2021-12-14 12:45:51 +08:00
Goldenbwuoy dd75c24a30 Fix the id number verification bug 2021-12-13 12:00:06 +08:00
Ibrahim ef6e79f31c Update 3: test cases 07-16 2021-12-05 00:59:43 +08:00