8 Commits

Author SHA1 Message Date
jacob
2eeff8d688 Moved participant registration completion checks into participant.inc.php, and added the participant_status_update function to call them all and find get the total status.
Updated judge.inc.php and volunteer.inc.php - they were previously putting the complete status for a role into the user object as a separate value (eg. $user['judge_status'] = 'complete';).  Updated that to put it in the user's role list directly (eg. $user['roles']['judge']['status'] = 'complete').
Updated register_participants_namecheck.php to use the user table and check the session against the normal user_auth_required.
2011-02-25 22:30:50 +00:00
james
2cebd4dc9f Backport namecheck fix from branch to trunk 2008-11-07 04:41:44 +00:00
james
d017f6ff3c use the function to check complete status, and only after it has saved whatever was posted so the display is correct. 2008-09-05 19:06:39 +00:00
james
cebe0d2ea7 Properly do the namecheck for multiple student 2008-03-27 22:34:15 +00:00
james
300e76c3c0 Show both names on the same page 2008-03-27 22:26:06 +00:00
dave
e26453f06e - Fix spelling of spelled. This is why I shouldn't be allowed to code at 3am. 2008-02-23 02:50:29 +00:00
dave
48593842c6 - fix a typo in a link 2008-01-07 05:40:53 +00:00
dave
8ef21626f2 - Add a participant name check page for students to double check their name.
- Fix a bug in tour printing after tours have been assigned (it would show both
  students in a pair project on the same tour, always.)
2007-12-22 23:28:14 +00:00