admin
- Include the table editor before the judge class, this is in prep for PHP5
2007-01-30 01:52:55 +00:00
config
- Use unlink on each logo file, instead of system and rm -rf with pattern
2007-01-21 18:41:47 +00:00
db
- Move the judging age preferences to the expertise page... and rename that
2007-01-30 06:12:11 +00:00
images
Oops i forgot to commit the help icon changes... here they are
2006-10-18 17:32:14 +00:00
scripts
Add a script to empty out the registrations, students and projects
2006-10-19 23:30:13 +00:00
committee_auth.php
Implement authorizaiton for admin/config sections
2005-02-16 22:50:43 +00:00
committee_login.php
Implement authorizaiton for admin/config sections
2005-02-16 22:50:43 +00:00
committees.php
rename committee.php to committees.php
2005-01-25 16:56:34 +00:00
common.inc.php
- Allow a committee member to edit the password in their own profile (if they
2007-01-21 05:43:29 +00:00
config_editor.inc.php
- Alternate colours on each line in the config editor. Makes it easier to see
2007-01-21 03:55:38 +00:00
config.inc.php.template
move config.inc.php TO config.inc.php.template
2005-05-25 19:36:33 +00:00
csvimport.inc.php
Add a generic CSV reader that properly handles multi-line fields
2006-09-11 17:32:02 +00:00
gpl.txt
get rid of the GPL post-amble
2005-01-25 15:04:40 +00:00
gplheader.txt
add the actual GPL, move the GPL file header to a separate file
2005-01-25 15:02:17 +00:00
important_dates.php
add important dates
2005-03-29 21:04:16 +00:00
index.php
Add the logo to the header (small in the top-left) and to the index page (bigger, right aligned)
2006-03-08 21:55:57 +00:00
install2.php
If the installation can only find an older version of the "full" installer, then
2006-10-26 02:31:50 +00:00
install3.php
Add full db 22 file
2006-09-04 15:42:34 +00:00
install.php
Update the installer, and split it into two steps (maybe a third to come?)
2005-05-26 21:05:26 +00:00
judge.class.php
- Remove PHP5-isms
2007-01-28 07:56:52 +00:00
lcsv.php
close the php tag
2005-11-21 21:27:52 +00:00
lpdf.php
Delete old school mailing labels and replace with a mailing label generator
2006-10-16 15:42:29 +00:00
ltxt.php
- A text writer similar to the CSV and PDF writer... will allow for much faster
2006-10-19 07:32:02 +00:00
projects.inc.php
Whoops! the last commit was for this file - not the scheduler.. DOH
2006-01-26 15:06:56 +00:00
questions.inc.php
- Fix an issue with the default import of judging questions
2007-01-16 19:32:40 +00:00
register_judges_expertise.php
- Move the judging age preferences to the expertise page... and rename that
2007-01-30 06:12:11 +00:00
register_judges_main.php
- Move the judging age preferences to the expertise page... and rename that
2007-01-30 06:12:11 +00:00
register_judges_password.php
make it not show the password boxes again once you change your password
2005-03-02 19:00:12 +00:00
register_judges_personal.php
- Move the judging age preferences to the expertise page... and rename that
2007-01-30 06:12:11 +00:00
register_judges.inc.php
- Move the judging age preferences to the expertise page... and rename that
2007-01-30 06:12:11 +00:00
register_judges.php
Fix missing i18n's, fixes BUG #0000079
2006-10-25 19:18:33 +00:00
register_participants_emergencycontact.php
Add all the "required fields" feedback for participant registration
2006-01-12 16:27:47 +00:00
register_participants_main.php
- Add a new config variable 'specialawardnomination_aftersignatures'.
2007-01-21 05:45:36 +00:00
register_participants_mentor.php
Insert a mentor if we have at least the mentor's last name, instead of requiring both firstname and lastname
2006-02-01 21:08:59 +00:00
register_participants_project_divisionselector.php
Add GPL headers to ALL PHP files
2005-01-24 18:00:03 +00:00
register_participants_project.php
Add configuration options to choose whether to ask the students if they require:
2007-01-02 20:33:16 +00:00
register_participants_safety.php
Dont do a foreach on a non-array (if no questions were answered)
2006-02-01 17:53:04 +00:00
register_participants_signature_tcpdf.php
Add a TCPDF version of the signature page, TCPDF does not require any extra PDF libraries (eg pdflib) to be installed
2006-12-18 20:55:30 +00:00
register_participants_signature.php
Use the registration number in the sub-heading of the signature page so the filename's are always unique.
2006-10-16 03:35:59 +00:00
register_participants_spawards.php
checks for dates on special award nominations
2005-05-12 15:47:21 +00:00
register_participants_students.php
- Update the table editor, instead of doing all that funky stuff for listing
2007-01-28 07:53:14 +00:00
register_participants_tours.php
- Fix a bug that prevented the tour selections from showing up in IE.
2007-01-23 20:42:17 +00:00
register_participants.inc.php
Fix complete/incomplete detection for tour choices
2007-01-10 05:16:58 +00:00
register_participants.php
Add new participnt registration type: openorinvite - allows you to use the system as if it was OPEN or INVITE however limits cannot be imposed in the inviter since when its reached in the inviter it could easily be bypassed by registering through the 'open' way.
2007-01-02 23:38:53 +00:00
schoolaccess.php
Add new participnt registration type: openorinvite - allows you to use the system as if it was OPEN or INVITE however limits cannot be imposed in the inviter since when its reached in the inviter it could easily be bypassed by registering through the 'open' way.
2007-01-02 23:38:53 +00:00
schoolinvite.php
Add new participnt registration type: openorinvite - allows you to use the system as if it was OPEN or INVITE however limits cannot be imposed in the inviter since when its reached in the inviter it could easily be bypassed by registering through the 'open' way.
2007-01-02 23:38:53 +00:00
sfiab.css
- Alternate colours on each line in the config editor. Makes it easier to see
2007-01-21 03:55:38 +00:00
tableeditor.class.php
- Remove PHP5-isms
2007-01-28 07:56:52 +00:00
tableeditor.css
- Fix the tableeditor to do a string compare for determining if something
2006-10-17 06:44:27 +00:00
TODO
Add judge team captains, bump db version
2005-04-15 14:27:18 +00:00
tours.class.php
- Dynamically build the list of grades for tours based on the configured fair
2007-01-21 18:46:12 +00:00
translationsdropdown.inc.php
Add an AJAX powered translation dropdown to allow incorporation of single string translations in-line in any editor instead of having to manage the translations separately in the translation manager.
2006-09-19 22:40:46 +00:00
version.txt
bump version to 2.0.7 for development
2007-01-12 22:13:12 +00:00
winners.php
Don't duplicate all the division/categories on the winners page!
2006-04-04 21:25:33 +00:00