Commit Graph

786 Commits

Author SHA1 Message Date
james
ebbfaf42bd Fix spelling mistake: Bug #407 2010-02-03 19:10:29 +00:00
james
715afc8e59 Fix primary contact radio boxes checked status in IE7 2010-02-03 16:53:19 +00:00
james
879dc845d9 Fix Report dialogs in IE7 2010-02-03 16:02:45 +00:00
dave
c527e349c8 Disable question fields in the editor that aren't in use. 2010-02-02 19:40:56 +00:00
dave
16567265d6 remove a conflict with the $fields variable, wasn'ta bug, but was
overwriting the global valiable.
2010-02-02 19:40:55 +00:00
dave
e65f899731 Support custom judge questions in the report editor 2010-02-02 19:40:52 +00:00
dave
355447ac76 Add highest cat pref selection (for LRSF). Pass the $field into the
report column function so the same function can be used for multiple
fields with different return values.
2010-02-02 18:19:11 +00:00
dave
5c8bbe16b6 Remove the typepref selection, it turned into
users_judge.special_award_only.
2010-02-02 17:48:59 +00:00
james
45864af4af (Commit from Dave): Fix the logic for saving the school teacher. If the user
is teacher,judge, and they delete their account, the teacher save in the school
editor silently fails (id exists, but user_load returns false).  
Now it purges the teacher and creates a new one.  The downside, is the teacher
can remove their contact info without the committee knowing about it.  I guess
the real fix woudl be to either: Don't allow the account to be deleted if they
have a teacher,principal role, or duplicate the account on deletion to retain
the teacher contact info.
2010-02-01 19:31:03 +00:00
dave
6261919878 Add two columns for all divisions the judge selected 5-expert for 2010-02-01 06:30:48 +00:00
dave
34368908bc Add willing chair, years exp, and highest psd to the judge report 2010-02-01 06:01:02 +00:00
dave
6f22c31be3 Don't show local "Download additional mateirals" link for external awards. 2010-01-31 22:07:14 +00:00
dave
a55dd4b9be Implement additional materials download for fairs user 2010-01-28 19:05:35 +00:00
dave
7a2f4c0d3a 'notes' is in the user_sponsors table, not the users table. 2010-01-28 08:42:32 +00:00
dave
56cbd2dba5 Remove redundancy 2010-01-28 08:34:33 +00:00
dave
c8087c54c3 Fix a broken link 2010-01-27 20:40:54 +00:00
dave
68977533b2 And a missing space 2010-01-27 20:34:30 +00:00
dave
ee855e5f67 Fix a missing i18n 2010-01-27 20:34:01 +00:00
dave
505e1a8c91 Overhaul the winners entry (add ajax, mutliple fair support, fairs
loggin in and entering their own winners)
2010-01-27 20:24:19 +00:00
dave
7d611e531f Add a 'per_fair' option to the awards, so an award can be treated as a
separate award for each feeder fair, allowing the maximum prize
assignments from each fair.
2010-01-27 20:24:17 +00:00
dave
7fc721b96f Add support for URLMAIN and URLLOGIN replacement in communications 2010-01-27 20:24:16 +00:00
dave
29b95e97ac Use the smarter name logic in admin/communicaiton.php for shorter code.
Add URLMAIN, URLLOGIN to the communicaiton as options, still have to
implement them.
2010-01-27 20:24:14 +00:00
dave
908e4d51ba Use icons in the fair main, need to re-integrate the status checks
somehow
2010-01-27 20:24:09 +00:00
dave
e7afdccaaf Rename 'Science Fair Management' to 'Feeder/Upstream Fair Management' 2010-01-27 20:24:05 +00:00
dave
83cd22a57c Fix indentation 2010-01-24 06:47:19 +00:00
dave
547cb36a23 Fix the project editor for fairs 2010-01-24 06:47:17 +00:00
dave
436ac1ca7e Handle the fair role in the student editor. Restrict to load/save the
fair.
2010-01-24 06:47:16 +00:00
dave
d333175a7b Fix displaying lists for fairs 2010-01-24 06:47:14 +00:00
dave
dc326ccf86 fix indentation in student_editor 2010-01-24 06:47:12 +00:00
dave
8b3cd2a289 Only show fair projects if a fair logs in and uses the reg list 2010-01-24 06:47:11 +00:00
james
ff01502192 If there are no feeder fairs, dont let them choose any, infact, hide the option completely 2010-01-22 19:56:59 +00:00
dave
f695306f92 Add a "new project" feature. 2010-01-22 19:26:35 +00:00
dave
4739e3fdf0 Add a Registration tab to the student editor (regnum, fair, status) 2010-01-22 19:26:31 +00:00
james
eb2f9e769f Fix the custom judge report -its the only way to get div/cat/lang prefs, and the answers to judge questions 2010-01-22 17:43:43 +00:00
dave
41347c1934 Add missing file 2010-01-21 21:58:02 +00:00
james
ca8ff11d71 More IE7 fixes (extra commas!) 2010-01-21 20:56:06 +00:00
james
7a9ead99ea Fix registration list to work with IE7 2010-01-21 20:52:59 +00:00
james
b3db4fb5f6 Fix awards page to work with IE7 -- removed extraneous comma's at end of object/arrays 2010-01-21 20:48:18 +00:00
dave
931c9603b3 Save first, then fix the title 2010-01-21 20:33:04 +00:00
dave
45587ee2f4 Fix the title 2010-01-21 20:33:03 +00:00
dave
e53a7056e9 Change pointers to the stats list 2010-01-21 20:33:02 +00:00
dave
1f138e52ef Save the file before committing 2010-01-21 20:33:01 +00:00
dave
997b54e854 New ajax reg list, prevents reloading the list on edit. Move all the stats stuff out. 2010-01-21 20:32:59 +00:00
dave
bc9bfde34f Turn student_editor.php into a set of ajax calls 2010-01-21 20:32:58 +00:00
dave
b15ad9a7e0 Turn project_editor.php into ajax handlers 2010-01-21 20:32:57 +00:00
james
3ebb655d08 Hmmm, add some missins stripslashes.. stupid fucking magic quotes 2010-01-19 04:32:12 +00:00
james
de835bf5f5 Add some instructions to the judge divisions groupings page - nobody knows what the heck to do with jdiv groups 2010-01-19 04:14:53 +00:00
james
91cbf39f61 Use localized dates/times on judges pages 2010-01-19 03:42:25 +00:00
james
214df4ddbf Fix a bug where awards that didtn have a sponsor set didnt show up in the list, also, do the same for award types, though award types hsould never be empty... 2010-01-19 03:29:29 +00:00
james
c67488d375 If availability is disabled, dont fail loading judges
Fix the team languages array
Fix the timeslots checks for schedulerconfig (need round AND timeslots, not just a round)
2010-01-18 16:24:34 +00:00