award_awards
award_prizes
award_types
award_awards_projectcategories
award_awards_projectdivisions
winners
students
projects
registrations
Also modified all code that uses those tables to work with the conference id
instead of the year, with the exception of these files:
communication.inc.php
reports_students.inc.php
rerollprizes.php
remote.php
The "rerollprizes.php" probably doesn't matter, having been a one-time usage
file anyway. The others will need to be modified in the future to correctly
use the conference id instead of the year.
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).
going to be a lot of work. For now, always save the div/cat preferences
when they hit next. Fixes a bug where the divs/cats have never been
saved, but the award proceeded to upload with a div/cat id=0. Also, the
uploader made a temp change to the div/cat, the change wouldn't get
picked up by the upload, now it will.
- Add the ability to select category/division mappings specific for each upstream server
- Add some auto-determining code if the cat/div mappings don't exist
XML transport (too badly). Still needs client status messages, but it works,
and matches projects and schools.
--This line, and those below, will be ignored--
M admin/award_upload.php
M admin/award_download.php