admin
- Fix drawing label boxes around text items
2008-01-23 18:32:31 +00:00
config
- Another GVRSF change. Optionally include registration fee information on the
2007-12-23 01:33:09 +00:00
db
- Fix drawing label boxes around text items
2008-01-23 18:32:31 +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 random tour choice rankings script.
2007-12-20 16:41:57 +00:00
.htaccess
Add a .htaccess to turn register_globals OFF (if the server is configured to allow .htaccess to do such things)
2007-11-29 19:15:57 +00:00
ajax.inc.php
refactor the standard ajax stuff to a common file
2007-12-10 20:53:41 +00:00
committee_main.php
- Move admin/reports.php to admin/reports_old.php
2007-12-10 09:38:54 +00:00
committee.inc.php
revert my last chaange
2007-11-21 16:48:10 +00:00
committees.php
Bump version for development 2.1.7
2007-12-13 19:52:27 +00:00
common.inc.php
Better display of development versions, and make the DEBUG session output easily switch on-off-able by passing in ?debug=true or ?debug=false to any page.
2007-12-20 22:39:21 +00:00
config_editor.inc.php
- Separte the action handler from the config emitter (but tie them together so
2007-12-20 08:20:29 +00:00
config.inc.php.template
move config.inc.php TO config.inc.php.template
2005-05-25 19:36:33 +00:00
confirmed_participants.php
Implement web consent restrictions, settable by the admin (under the admin->participant registration menu) to prevent firstname and or lastname (and or photos once they are implemented) of students, on a per studnet basis, from being displayed on the website. It currently affects the confirmed participants page, and the winners page (the only two public places where sutdent info is available thorugh the system)
2007-03-31 01:10:08 +00:00
contact.php
Make it say "Contact Us" instead of just "Contact"
2007-12-13 19:55:57 +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
- Snazz up the important dates page a bit. Also add a unix timestamp query to
2007-12-22 23:42:25 +00:00
index.php
Remove the fair name from the title on the index page.. it doesnt need to be there, because its right above it!
2008-01-22 18:26:46 +00:00
install2.php
- Cleanup how variables are handled/rolled/etc. Convert the require_vars
2007-11-25 19:53:15 +00:00
install3.php
Fix install3 after dave's commit of the tour assigner config values as default year=0
2008-01-11 21:36:25 +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
FIX a major error with the judge class - typo in the table name
2008-01-15 17:34:36 +00:00
lcsv.php
- Also quote a field if it contains a newline.
2007-12-18 19:52:13 +00:00
lpdf.php
- Fix drawing label boxes around text items
2008-01-23 18:32:31 +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
- Update the project numbering system by also adding a sort field (defaults to
2007-12-29 08:46:40 +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
If 'specific award' is chosen on the personal page, then show the special award selection page regardless of whether its turned on or not for judges to specify special award preferences
2007-12-09 20:07:08 +00:00
register_judges_password.php
- Remove an extraneous table, so that the "change password" link appears on the
2007-12-21 01:03:31 +00:00
register_judges_personal.php
Judge list - delete now unlinks the judge from the current year
2007-10-25 18:20:55 +00:00
register_judges_specialawards.php
Dont put leading spaces into an i18n()
2007-12-11 19:17:11 +00:00
register_judges.inc.php
- Forgot a mysql_num_rows when checking for award selection completion
2007-01-30 06:25:51 +00:00
register_judges.php
move the wording on the judges "invitaion only" screen into the page text editor so the fairs can make it say whatever they want it to say.
2007-10-31 20:31:00 +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 registration fee item editor
2008-01-23 07:53:10 +00:00
register_participants_mentor.php
- Add an 'X' button to the "REmove this mentor from this project". To clean up
2007-12-21 19:24:12 +00:00
register_participants_namecheck.php
- fix a typo in a link
2008-01-07 05:40:53 +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 support for short project titles in addition to the regular project
2008-01-23 05:54:03 +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 4th text section to the signature page (of course, it's optional, and
2007-01-31 00:48:24 +00:00
register_participants_signature.php
- Another GVRSF change. Optionally include registration fee information on the
2007-12-23 01:33:09 +00:00
register_participants_spawards.php
- Fix the name of the generate project number function
2007-03-05 04:27:44 +00:00
register_participants_students.php
- Add a registration fee item editor
2008-01-23 07:53:10 +00:00
register_participants_tours.php
- Add a participant name check page for students to double check their name.
2007-12-22 23:28:14 +00:00
register_participants.inc.php
- Add a registration fee item editor
2008-01-23 07:53:10 +00:00
register_participants.php
- Add a participant name check page for students to double check their name.
2007-12-22 23:28:14 +00:00
schoolaccess.php
Add the schoolaccess page to the page text editor
2008-01-22 19:22:51 +00:00
schoolinvite.php
Send new participant email on invitation by school to the contactemail as well as the student email
2007-12-09 20:47:44 +00:00
sfiab.css
Show awards imported from external sources differently in the awards list
2007-11-28 21:55:14 +00:00
tableeditor.class.php
- Change the volunteer position description/meet_place colums to text from
2007-12-29 19:43:56 +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
- Add a tour number to the database, and modify the tour editor to include the
2007-12-20 01:05:04 +00:00
translationsdropdown.inc.php
refactor the standard ajax stuff to a common file
2007-12-10 20:53:41 +00:00
user_login.php
- Change the password expiry mechanism to always check
2007-12-21 08:38:13 +00:00
user_multirole.php
- Add a year field to the users db, we'll need it eventually
2007-12-13 18:09:22 +00:00
user_new.php
Bump version for development 2.1.7
2007-12-13 19:52:27 +00:00
user_page.inc.php
- New user and volunteer signup system
2007-11-16 06:30:42 +00:00
user_password.php
- Change the password expiry mechanism to always check
2007-12-21 08:38:13 +00:00
user_personal.php
- Be consistent with the header text
2008-01-07 05:51:54 +00:00
user.inc.php
- Change the password expiry mechanism to always check
2007-12-21 08:38:13 +00:00
version.txt
Lets bump version number to -r2 for 'stable fixes & changes'
2008-01-22 18:46:18 +00:00
volunteer_main.php
- Fix multirole creation. If a user tries to create an account, and they
2007-12-12 03:01:44 +00:00
volunteer_position.php
- New user and volunteer signup system
2007-11-16 06:30:42 +00:00
volunteer.inc.php
- New user and volunteer signup system
2007-11-16 06:30:42 +00:00
winners.php
- Add a config option to disable printing the cash/scholarship amount on the
2007-12-22 05:11:42 +00:00