dave
ce1d289a31
Convert labels to new format and millimeters. Drop now-unused columns
...
"face" and "lines".
2010-06-08 18:49:21 +00:00
dave
d67500fe1a
Mostly working TCPDF conversion for both labels and reports
2010-06-08 18:49:20 +00:00
dave
6ab3522970
Fix a TCPDF bug causing misaligned table headers on a page break
2010-06-08 18:49:17 +00:00
dave
b0842d28ee
Delete unneeded file
2010-06-08 18:49:16 +00:00
dave
1f1691167c
Convert all width to millimeters
2010-06-08 18:49:14 +00:00
dave
dcf3f1687d
Upgrade to TCPDF 5.3
2010-06-08 18:48:10 +00:00
dave
d6dcdf1ea6
More sensible values for margins
2010-06-08 18:47:59 +00:00
jacob
6504d09886
Added updates for converting from Latin1 to utf8 character encoding
2010-06-04 20:23:59 +00:00
james
20382fc44a
Remove old superconfig
...
Remove Age Categories from config for scienceolympics -- for now, all science olympics ive heard of just use the grades as designations
2010-06-04 17:12:38 +00:00
james
cf05b063c1
A few more tweaks to the date config - if we have a conference year should be 0, if we dont have a conference, conference should be 0 and year should be set.
2010-06-04 17:09:35 +00:00
james
b47b88ab9b
Update front-end dates
2010-06-04 16:48:02 +00:00
james
b51b4420db
Update dates configuration for science olympics
2010-06-04 16:45:56 +00:00
james
36024b63ca
Sneak in one more update to 172
2010-06-03 19:29:31 +00:00
james
14308b5991
Start of adding 'conferences' and ability to switch between running conferences
2010-06-03 19:21:27 +00:00
james
d779a6ea27
Oops missed the CSS for the lightswitches
2010-05-28 12:00:09 +00:00
justin
a586ad8e93
enhance reporting capabilities for judging score entry
2010-05-27 21:55:10 +00:00
james
c47eb2ac30
Movethe link somewhere a bit better, still requires config access to get to
2010-05-27 20:41:33 +00:00
james
8aae3b3522
Add a (non-working for demo only!) superconfig page to turn on/off the science fair and science olympics components
2010-05-27 20:33:08 +00:00
dave
f7532e8ebc
Add address to the primary contact in an awards report
2010-05-07 07:29:31 +00:00
dave
b957a965c9
Add position field.
...
James: I havne't tested this, Don't have any sponsors in my local DB, if
you could run a test on it that'd be great :)
2010-05-07 07:29:28 +00:00
dave
250b717db6
Add salutation, switch to optiongroups.
2010-05-07 07:10:11 +00:00
dave
05be59f62b
Delete JPG images too.
2010-05-06 17:13:56 +00:00
dave
2a93723a45
On second thought, move the award delete and award prize delete into a
...
separate file, since they're used in two places (by the downloader and
by the editor). Update the award and prize delete routine to also
delete the winner linkage.
2010-04-22 05:09:50 +00:00
dave
a809f80087
Also delete the division and category linkage
2010-04-22 05:09:48 +00:00
dave
c3fe929796
THe ID of the award to delete is the key, not the value (which is always
...
'true').
2010-04-22 04:39:27 +00:00
dave
c91e488940
typo
2010-04-21 07:05:00 +00:00
dave
aa314974c1
Switch to the "All Eligible" list by default if there are no
...
nominations.
2010-04-19 06:07:52 +00:00
dave
9388c571ae
Send IDs for divs/cats as part of the array data, not just as the index.
2010-04-18 22:41:28 +00:00
dave
e791a7c1d4
Typo
2010-04-18 22:41:27 +00:00
dave
ec5327f7ac
Put back in email sending for new registraitons
2010-04-18 22:41:25 +00:00
dave
6fa1c6d266
Only download awards from the specified year
2010-04-18 22:41:24 +00:00
dave
6242b9ef5e
Handle multiple awards in the winner postback
2010-04-18 22:41:23 +00:00
dave
f0515a93bd
Fix uploading to STO: Make YSC targets use the same upload screen, but
...
disable division selection. Count the number of winners on the main
upload page and disable the send button if there are 0 winners. (also
helps the user know which awards need uploading).
2010-04-18 22:40:10 +00:00
dave
8a5436a3b2
Put the award upload on one page. Make the default mappings a modal
...
dialog (so it's not ALWAYS on the screen). Implement "upload all" for
SFIAB targets.
2010-04-18 22:40:08 +00:00
dave
530788e1c5
Require that magic_quotes is OFF.
2010-04-18 22:40:07 +00:00
dave
5e9ee05606
Apache/PHP seems to let us turn off magic quotes in the .htaccess. Yay.
...
magic quotes DEPRECATED as of PHP 5.3.0, REMOVE as of 6.0, on by
default for any PHP < 5.3.0. Pain in the ASS. php is running the
urldecode for us, seeing that the string has quotes, then adding quotes before we
can json_decode(). It only does this in POST and GET
2010-04-18 22:40:05 +00:00
dave
a5a431605a
Support Multiple uploads for SFIAB targets
2010-04-18 22:39:55 +00:00
dave
14df5adc39
Remove debug line
2010-04-16 09:46:03 +00:00
dave
29db8ac071
Make the roll() function able to determine all fields to roll, and
...
properly handle fields that could be NULL. Use the roll() to roll
awards and prizes, both had potential NULL fields that were rolling to
'0', causing downloaded awards/prizes to be unrecognized after rollover.
This also means we can add fields and rollover will continue to work properly.
2010-04-16 09:43:26 +00:00
justin
afc353bdb9
age category options should work properly again now
2010-04-14 14:59:17 +00:00
justin
a890fa299d
resolve minor award ceremony script issues 398, 373, 397, 371
2010-04-14 14:26:11 +00:00
justin
8b4dfb23c5
modify to only show awards actually given out
2010-04-14 14:10:47 +00:00
jacob
f6a68bc53a
Undoing a minor change on div size
2010-04-13 20:38:24 +00:00
jacob
d6fa48f85a
Reverting some changes that I inadvertently committed.
2010-04-13 20:33:27 +00:00
jacob
0cd172c48b
Modified the info pop-up for judges in the team members editing form. The info now comes
...
up in a compact div within the page rather than a separate window. When the info div is
clicked on, the user editor opens up that user.
2010-04-13 20:11:15 +00:00
james
21bb3ec994
Add communication query for "CWSF Students for this year" so its easy to send an email to all the CWSF winners
2010-04-13 15:00:03 +00:00
dave
072e07a06f
Add optgroup headers and shuffle some fields around for student reports
2010-04-12 00:23:21 +00:00
dave
3597f83ee9
Updates to the exhibit hall annealer (still no front end so no one can use it )
2010-04-12 00:08:28 +00:00
dave
536fec616f
Add a school principal field.
2010-04-12 00:07:33 +00:00
justin
cbbb0ebca0
When setting a score to zero, really make it null.
2010-04-10 17:03:29 +00:00