Commit Graph

29 Commits (6af2d7791286d2f6934a24ea2c5b5283d92934d5)

Author SHA1 Message Date
Lan Hui 6af2d77912 Add non-sticky footer. 2023-08-08 15:02:26 +08:00
Lan Hui 0e4a49fb3d Make nav tabs work, and make buttons look better. 2023-08-07 16:39:19 +08:00
Lan Hui 9c529e0022 Upgrade to Bootstrap 5. TODO: nav tab does not work in Admin.php. 2023-08-06 17:43:36 +08:00
Lan Hui da6ffcf306 If a user has already logged in, he will not see the login page again after he clicks the LRR logo. 2023-08-04 18:14:05 +08:00
Lan Hui 24ed22e5b8 Make index.php look better 2023-07-31 17:09:21 +08:00
Lan Hui f81b98e6aa Indent code with Emacs web-mode 2023-07-31 16:55:47 +08:00
Lan Hui 5b8745cfe5 Update footer 2023-07-31 16:46:25 +08:00
Lan Hui a975dc638c Move <style> in index.php to Header.php 2023-07-31 16:45:07 +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
Ibrahim cf11ed40ad Update 2.5: Replaced some ID names 2021-12-03 10:58:07 +08:00
Ibrahim a64a4e1053 Update 1: test cases 00-04 2021-11-27 23:02:44 +08:00
Lan Hui d2443230c9 index.php: fix warnings and errors identified by visual studio code. 2021-10-20 23:18:16 +08:00
Lan Hui 281ba8cc74 index.php: be more specific on email. 2021-07-22 09:31:14 +08:00
Hui Lan 476aa87178 index.php, signup.php and recover_password.php: change button widths. 2021-04-09 15:17:01 +08:00
Hui Lan 43b9da8e90 index.php: change P to lowercase p. 2021-04-09 15:06:32 +08:00
Hui Lan 6971b0dc22 index.php: position the log in the right place. 2021-04-09 15:03:10 +08:00
Hui Lan a0f82ec8a5 index.php: resolve merge conflicts 2021-04-09 14:52:08 +08:00
Hui Lan 56c249390e index.php: make the code look cleaner. 2021-01-29 17:25:59 +08:00
Samantha 0dd3abefdb
Update index.php
I  have removed the background and the "S" in the name on the footer too make it consistent  with the rest as we renamed it to LRR only.
2021-01-05 11:26:12 +08:00
enockkays 3ca7a1efad
Update index.php
Updated the Logo from "LRRS" to "LRR".
Removed the signup form from the index.php file (Index.php file had two forms now with only one form for signing in and a link that leads to the signup form).
On the signup form, we have removed the portal for putting the passport because I have realized that our colleagues from this repository "Ashik-Nafis_Bug 53" only removed the passport portal from the form. 
We also added a background and some CSS properties for the hovers effects on the new form.
2020-12-25 21:30:34 +08:00
Hui Lan f96fbf5447 index.php: remove the unused field 'Your Passport/National ID' in Sign up section. 2020-12-24 18:39:03 +08:00
Hui Lan ada55d3394 [Refactoring] Particularly make the SQL statement that shows new assigmments in Coruse.php less messy. 2020-10-02 17:02:20 +08:00
Hui Lan 1abe47788c Bug fixes for bug reports from 2020-09-24 to 2020-09-29. 2020-09-29 17:38:14 +08:00
Hui Lan df3b48553a Several fixes (sign up/sign in, recover password, etc). 2020-09-26 20:08:39 +08:00
CloudStarTreck 2a6ed869ff Updating Course_id variable
In the input form of Posting New Lab assignment in COurse.php, the COurse_id variable was converted from int to a char string by adding dots around the variable. This caused a 44440 upload error since the column can only hold integers.
2020-04-18 17:30:40 +08:00
CloudStarTreck 29ad8f4499 Regression Test Failure with 4441 Upload Error
Following the previous update, the system failed a regression test and reported a 4441 error while trying to submit a new Lab report.
This was due to the condition added on line 298 in Course.php and reversing this change solved the problem.

This condition was added to allow all Group members to be updated once the Tutor Marks the Lab Report but a better method to
archieve this has been implemented on line 367 in Course.php
2020-04-16 14:46:43 +08:00
CloudStarTreck 41aa01579c Logging Users
Password verification was being bypassed therefor on line 160 i modified the password verification to match the database
2020-03-16 20:26:17 +08:00
CloudStarTreck 2ac128c680 adding LRR files
uploading the full project online
2020-03-16 15:23:14 +08:00