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
james
7e6795fd0d
Since the previous bug where judge complete status was wrong, we need a chance to recalculate them all, so lets just do it here for now.
2010-01-15 15:39:36 +00:00
james
c729e0f8da
Dont let the scheduler run if we have 0 judges available - timmins was in an endless loop since last nite
2010-01-15 14:53:24 +00:00
james
e6b24ff0ab
Remove the edit icon (you now click anywhere on the row) and fix disabling fields for non-downloaded awards (=0, not null)
2010-01-14 18:55:23 +00:00
james
357263a20b
Some extra debug info added while fixing northern bc
2010-01-12 06:43:22 +00:00
james
591f46b29d
Properly count the number of judges in each language to check if we have enough
2010-01-08 20:25:40 +00:00
james
d8ba3da289
Remove more debugging
2010-01-05 18:02:24 +00:00
james
35a247e225
remove debuging
2010-01-05 17:59:10 +00:00
james
3f94324aba
JOIN instead of LEFT JOIN on committee members link, incase a member has been deleted we dont want a blank record..
...
though.. if they have been deleted we should probably delete the link.. hmmm.. well.. this will hide it for now.
2010-01-04 17:51:55 +00:00
james
a6a7d6ffe2
More invalid backslashes
2009-12-16 19:11:00 +00:00
james
df0120dd0b
Special chars the stock (so & converts to &)
...
Add some newlines.. still trying to fix IE7...
2009-12-16 18:49:53 +00:00
james
3763f76ea9
Remove extra backslashes - trying to fix IE7....
2009-12-16 18:43:57 +00:00
james
b14b0eb356
Fix the dropdowns
2009-12-16 18:12:28 +00:00
james
c3ed887dca
I think this fixes the query, at least temporarily, until we really fix the whole user/year system
2009-12-04 17:22:55 +00:00
james
3da935eaff
Switch fundraising dashboard to be ajax'ed and add the ability to mark thankyou's as done.
2009-12-03 21:53:01 +00:00
james
df3cd54701
Fix escaping on one-off emails
2009-12-03 21:12:13 +00:00
james
684a7962f2
Set the database charset in the UPDATE script so the conversions will actually work - that only took 8 hours to figure out!
2009-12-03 20:55:16 +00:00
james
fde1debf6d
COnversion script to convert all emails to UTF8, but still display properly on the site by back-encoding them to ISO-8859-1 (until such a time that we can switch the entire system to UTF8)
2009-12-03 19:41:25 +00:00
james
c0f6031904
FCKEditor always does UTF8, so force the Rmail encoding into that
...
Also calculate the email TEXT from the email HTML, its not perfect but pretty darn good.
TODO: need to do an update script that converts the encoding of ALL existing emails in the databse from ISO-8859-1 to UTF-8
DO NOT UPDATE TO THIS VERSION UNTIL I CAN ADD THAT CONVERSION SCRIPT
2009-12-02 23:11:25 +00:00
james
148bc61320
Don't need this file anymore :)
2009-12-02 22:19:42 +00:00
james
99114c7242
Completely convert the old communication module over to the new system... (almost).
...
TODO: switch the "send" to the new dialog-style preview and confirmation, instead of the old one, but at least it works!
2009-12-02 22:17:20 +00:00
dave
06d9e74190
- Pull the science head user properly for the school table display.
2009-12-02 01:22:47 +00:00
james
e9e04ad944
Add a link to the status page from the main communication page, since it now has history as well
2009-12-01 22:07:50 +00:00