Commit Graph

1308 Commits

Author SHA1 Message Date
james
3c1a4d29cc Merge judge records into existing user records
Start to cleanup users table to be able to add UNIQUE(username,year)
2008-10-22 16:44:03 +00:00
james
f981858df9 Change sex field in 116 so judges also default to NULL
Add start of sponsor contacts conversion to user system for fundraising module
2008-10-20 21:04:19 +00:00
james
35d3211391 Fix parse error 2008-10-20 16:56:31 +00:00
dave
d86ea6257f - partially working judges_teams_members
- working judges_info, except for the configurable questions/answers
2008-10-20 05:20:42 +00:00
dave
d1c7fa968e - more unneeded user code 2008-10-19 23:14:02 +00:00
dave
a0d27df91e - use the newer (faster) user load, and always load a full user.
- delete now deprecated code because of the new user loader
2008-10-19 21:42:57 +00:00
dave
f9d3913697 - remove old user_update_complete function, each user type now updates their
individual complete entry.
2008-10-19 15:49:28 +00:00
dave
74fe5db9f7 - update the volunteer reg, so the volunteer_complete is automatically updated.
- BUG: the user personal editor doesn't call the
  judge/volunteer/whatever_status_update() function, so if a user leaves their
  personal info to the end, they MUST load the whatever_main.php page so their
  overall status is updated correctly.
2008-10-19 15:46:43 +00:00
dave
7f1331d401 - update the judge team editor. Not ideal, this shouldn't query the users
table directly, but it works.  This will be reworked later when I add support
  for judges to select which timeslots they're available.
2008-10-19 02:52:28 +00:00
dave
81c211c913 - add judge special awards selection
- fixup the judge_complete detection
- rename judges_id to users_id in the 117 db update, so it's done after the 116
  update converts everything
2008-10-18 03:30:58 +00:00
dave
4b247de611 - implement the judge_other selection for years of experience and willing_chair and whatnot. 2008-10-17 22:44:33 +00:00
dave
ca81fc2273 - delete the year too, and do the users_id conversion in one spot only 2008-10-17 20:40:11 +00:00
dave
87c845c048 - convert the registrations_id in the question answers to the new users_id (it's really the users id anyway)
- add a 117 script to cleanup all the post 116 stuff, deleting unneeded tables and whatnot
- these are NOT THE FINAL scripts, more will be added to these.
2008-10-17 20:38:01 +00:00
dave
b021805246 - conversion of judges to new user system. Mostly works. 2008-10-17 19:34:11 +00:00
james
18f6d002a7 add branch for users makeover of judges and sponsors/fundraising 2008-10-17 15:25:32 +00:00
james
fca6ce64b0 Show a sample of what the label is going to look like laid out using DIV's and HTML, this is the first start of implementing a full editor :) 2008-10-16 19:13:59 +00:00
james
b3bfb560f9 Add a bunch of missing i18n()'s 2008-10-06 19:09:00 +00:00
james
f569ed3e13 Fix Quebec province translation so its country code is properly set. 2008-10-06 18:50:18 +00:00
james
91bc77d640 Add the start of the isef form collection page for participant registration and the database setup in db.999 until its ready to go live 2008-09-28 18:36:56 +00:00
james
13558122bd Add backup/restore icon 2008-09-25 17:38:40 +00:00
james
ffa116bb5d Add backup/restore functionality - need to add icon still
Fix bug where title was leaving room for an icon even if there was no icon
2008-09-24 21:56:11 +00:00
james
bfb471011a - Fix a bug where the special awards annealer would overwrite the last jteam
- Add an alternative (but commented out) array population for the annealer
- Leave in some of the debug statements, they don't hurt anything.
2008-09-17 18:04:50 +00:00
james
87841466e6 Hmm, re-add the "Internal Document Management" that somehow got left out from the conversion to icons! 2008-09-17 14:30:18 +00:00
james
642dac036f Add participants last year and participants all years to communications system 2008-09-17 14:23:30 +00:00
james
4d0ff8f327 properly fix the team naming/sorting issue 2008-09-16 19:38:27 +00:00
james
bed8cc9d9e If a jdiv has no projects, then it definitely doesnt need any judging teams to judge those 0 projects 2008-09-16 18:44:25 +00:00
james
de185f07f4 sort the divs and cats so the team names are consistent 2008-09-16 18:37:23 +00:00
dave
54aa1b7658 - One more quick fix, make it "special award only", instead of "awards",
because a judge that wishes to judge a specific special award is only allowed
  to choose one.
2008-09-15 15:46:22 +00:00
dave
15f9d0cb89 - Remove my testing database name from the CREATEs 2008-09-15 03:59:53 +00:00
dave
f8f9964fba - Non-invasive commit, ground work for moving judges to the user backend. 2008-09-15 03:51:52 +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
d61fa75b0d Switch the namecheck to check both/any/all students in the project, not just the one logged in. 2008-09-05 18:50:36 +00:00
james
2f56404903 Bump version number to 2.2.1 for development 2008-09-05 18:09:12 +00:00
james
48f4c4715d Switch version to 2.2.0 2008-09-02 18:44:19 +00:00
james
2c106b3bd7 Add a few missing <br />'s to the winners page 2008-09-02 17:53:29 +00:00
james
7dcb9ef8b0 Fix the config variables rollover so it uses the previous year's data instead of the defaults!
Also add some intval()'s for rollover year sanity checking
2008-09-02 17:34:32 +00:00
james
5fd8680f4e Oops, fix pagetexts auto-insert of default values 2008-09-02 17:12:13 +00:00
james
09be3848ff Look in the right location for the fair logo image file from the content management page display 2008-08-28 22:14:17 +00:00
james
b2fb7855f0 Make format_date, format_time and format_datetime accept either a unix timestamp, or a text string
switch important_dates to use format_datetime
2008-08-28 22:11:10 +00:00
james
c45edf34ec Add a format_date, format_time and format_datetime functions to pull from the localization settings and update a few places where the date/times are output to use them... need to change everywhere else in the codebase to use these functions too! 2008-08-28 22:02:06 +00:00
james
9995867f1d Add countries table and populate
Add countries_code field to provinces table and fix canadian provinces
Populate US States into provinces table
Add config option to Localization tab to enter a 2 letter country code (how to lookuup from countries table?!)
Update emit_province_selector to use country config entry
2008-08-28 21:41:31 +00:00
james
f89fdffb12 Rollover the pagetext last-update date/time
Auto-create a pagetext entry in each language if they dont exist
2008-08-27 20:01:07 +00:00
james
5341801ce7 Properly rollover:
1) Page Texts - with descriptions and languages
2) Age Categories - short form
3) Divisions - short form, cwsf division id
2008-08-27 19:33:56 +00:00
james
d09a5ee76f Add icons to the profile and password pages 2008-08-27 17:52:46 +00:00
james
4473f6be5c Switch committee_main to user icons 2008-08-27 17:40:32 +00:00
james
64d56ef197 Add change password and edit profile icons 2008-08-27 17:38:27 +00:00
james
c87ea3b37e Add administration and configuration icons 2008-08-26 21:42:17 +00:00
james
d5ff3be6b9 Use page text description instead of the database page text name on the page text editor list. (BUG 198) 2008-08-26 21:06:05 +00:00
james
dad671f212 Text change - Bug 0177 2008-08-26 20:50:25 +00:00
james
02e88f4f29 Re-order the admin page to make more sense. 2008-08-26 20:45:29 +00:00