james
56eb43431c
Fix the existing email check for users with multiple years.
2010-02-10 16:02:51 +00:00
dave
47ee73f3e6
Allow existing parents, principals, mentors, and alumni to create mutlirole accounts.
2010-02-10 14:58:10 +00:00
dave
1aa759047a
Fix the link to the materials
2010-02-10 05:36:16 +00:00
dave
33a9ee5401
Show a disabled button for awards with additional materials that have no
...
winners.
2010-02-10 05:36:15 +00:00
dave
d38c57de79
Delete entries in the winners table when a project is deleted.
2010-02-10 05:36:14 +00:00
dave
6bd6f971ac
Send a registration email for new regs for awards that are marked as
...
"this student should be registered in this fair" so the student knows
how to login. For non-registration awards, set the status to complete
so the project is included in awards.
2010-02-10 05:36:07 +00:00
james
b1033e2369
Fix communication sending when replacements have apostrohpe's in them
2010-02-06 22:05:39 +00:00
dave
fb6da3764f
southern kentucky has 35 divisions. So support up to 50.
2010-02-06 01:13:45 +00:00
dave
faa3742bda
Support Highest, High, Indiffernt (short and long), and expertise 5,4,3
...
(short and long) all with the same two functions.
2010-02-04 17:55:07 +00:00
dave
510d4a7e5f
Add support for listing judges div/cat prefs in columns. This now
...
completes everything the judges csv could do. The downside ist hat each
fair could have different numbers of divs/cats, so each will have to
create the report (and keep it up to date if they change the number of
divs/cats)
2010-02-04 17:55:04 +00:00
dave
dc29349e7c
Fix all other (1) #content loads. We pretty much dont' need that now.
...
Maybe we should create a #content div. :p
2010-02-04 06:48:44 +00:00
dave
4aae875630
Apparently in IE7 you can't .load into an <iframe>. But you can .load
...
into a <div>. So there.
2010-02-04 06:48:42 +00:00
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
29074faacd
Move the content-type header out of send_header() so it sends it on ANY request that includes the common.inc (should be every request)
...
This fixes french characters in all the new ajax'd editors, becuase they obviously werent calling send_header() on the request so the
encoding was defaulting to UTF8 and causing improperly encoded characters
2010-02-03 16:20:23 +00:00
james
879dc845d9
Fix Report dialogs in IE7
2010-02-03 16:02:45 +00:00
james
fd4e72e1f4
Fix judge invite only text on user_new to actually show up
2010-02-03 00:30:24 +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
cf62c55185
Remove redundancy
2010-01-28 08:34:35 +00:00
dave
56cbd2dba5
Remove redundancy
2010-01-28 08:34:33 +00:00
dave
95a28b4a29
Remove debug line
2010-01-28 00:13:42 +00:00
dave
9f9f2053df
Properly upload the project and update the reg email
2010-01-28 00:12:43 +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
f05b4ba677
Smarter user name logic
2010-01-27 20:24:13 +00:00
dave
2743d237a2
Fix spelling
2010-01-27 20:24:11 +00:00
dave
c959257e79
Fix user_password
2010-01-27 20:24:10 +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