science-ation/admin
dave 29a772ae5e - Add the judge manager to the judges admin page
- Put a total at the top of the judge manager list
- Add to the table editor:
	- Change the filter to accept a single argument, so we're not
	  restricted to the `$k`='$v' syntax, we want to be able to filter on a
	  table JOIN.
	- Add a additionalListTable variable, and additionalListTable()
	  function, to specify additional tables that should be part of the
	  table select statement.  I guess ideally the class would implmenent
	  their own if alternative behaviour was desired.  But this way is
	  pretty generic.  The table editor can now, for example, select judges
	  by year.
2006-10-18 07:50:23 +00:00
..
anneal.inc.php If we manage to reach a 0 cost early, stop the annealer, there is no point 2006-08-12 08:07:02 +00:00
award_awardcreatedivisional.php Only create the awards if a sponsor is selected 2006-01-16 04:44:30 +00:00
award_awards.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
award_contacts.php Add salutation field to award contacts 2006-10-16 03:36:39 +00:00
award_prizes.php Add a prize value field to award prizes, also add editor the the value, as well add editor for the contact position 2006-09-20 16:24:52 +00:00
award_sponsors.php update database length of email field from 32 to 128 2006-10-15 20:42:02 +00:00
awards.php Make the titles on the awards page a little more meaningful/correct 2006-02-01 05:12:07 +00:00
committees.php Add a header for "public email / private email" to the top of the committee list administration page. Fixes Bug #0000041 2006-10-16 02:36:20 +00:00
communication_send_status.php Fix a few bugs in the communication module 2006-02-07 20:56:54 +00:00
communication.inc.php Add recipient "Judges not active for this year" to communication module 2006-03-08 22:12:55 +00:00
communication.php Update the communication module with a few more options 2006-03-01 15:59:51 +00:00
export_checkin.php aparently i forgot to add the checkin export file 2005-03-02 18:48:01 +00:00
gettranslation.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
index.php Update translation manager to work with unlimited number of languages as defined in the languages table 2006-01-19 17:15:07 +00:00
judges_info.php Implementation of configurable judges questions. 2006-07-11 20:22:42 +00:00
judges_invite.php Add the judge inviter to the judge administration section 2005-11-25 21:15:29 +00:00
judges_jdiv.php Implemented a judges division editor, to be used before the automatic judge scheduler to 2006-07-31 18:17:37 +00:00
judges_judges.php Show inactive judges list - this will probably be replaced soon with the new 2006-10-16 17:50:28 +00:00
judges_manager.php - Add the judge manager to the judges admin page 2006-10-18 07:50:23 +00:00
judges_sa.php Add support to choose what status a project must have to be used by the judge scheduler. Allows for any of open, payment pending or complete projects to be allowed. 2006-08-12 18:05:38 +00:00
judges_schedulerconfig_check.inc.php Add support to choose what status a project must have to be used by the judge scheduler. Allows for any of open, payment pending or complete projects to be allowed. 2006-08-12 18:05:38 +00:00
judges_schedulerconfig.php Add a function to the config editor to specify which variables the config 2006-09-03 21:36:28 +00:00
judges_teams_members.php Fix a critical bug with the judging team assignments, the team name needs to be rawurlencoded before put into the URL! 2006-03-30 17:46:37 +00:00
judges_teams_projects.php Bug and Typo fixes are per John Meskes 2005-12-15 22:28:04 +00:00
judges_teams_timeslots.php Bug and Typo fixes are per John Meskes 2005-12-15 22:28:04 +00:00
judges_teams.php Get age category preference from judges as they register 2006-01-03 02:08:23 +00:00
judges_timeslots.php Update the judges timeslot editor to have a new field for 'allow divisional'. This specifies whether the automatic judges scheduler can use this timeslot to scheduler the divisional awards judging. 2006-01-26 21:42:04 +00:00
judges.inc.php Add support to choose what status a project must have to be used by the judge scheduler. Allows for any of open, payment pending or complete projects to be allowed. 2006-08-12 18:05:38 +00:00
judges.php - Add the judge manager to the judges admin page 2006-10-18 07:50:23 +00:00
registration_list.php Commit Justin's code (modified slightly) for student info viewer 2006-03-28 23:32:43 +00:00
registration_receivedforms.php projects should be assigned a project number once registration forms have been received, whether or not they still owe money. Resolves issue 101. 2006-08-20 00:02:31 +00:00
registration.php Implement authorizaiton for admin/config sections 2005-02-16 22:50:43 +00:00
reports_acscript.php Fix the filename of the awards ceremony CSV script - Fixes Bug #0000063 2006-10-15 21:33:32 +00:00
reports_checkin.php Properly display the project number if registraiton fee is >0 2006-01-16 16:22:05 +00:00
reports_emergencycontact.php Put phone numbers on multiple lines for PDF, and in multiple columns on teh same line for CSV 2005-12-08 16:05:25 +00:00
reports_judges_teams_projects.php Dont bail out on empty judge teams 2006-03-16 20:15:50 +00:00
reports_judges_teams_view.php Properly handle empty judging teams 2006-03-30 17:05:36 +00:00
reports_judges_teams.php Properly handle empty judging teams 2006-03-30 17:05:36 +00:00
reports_judges.php Implementation of configurable judges questions. 2006-07-11 20:22:42 +00:00
reports_mailinglabels_generator.php Delete old school mailing labels and replace with a mailing label generator 2006-10-16 15:42:29 +00:00
reports_mailinglabels.php Delete old school mailing labels and replace with a mailing label generator 2006-10-16 15:42:29 +00:00
reports_nametags_committee.php Add csv versions of the committee, judge and student nametags. Resolves issue 60. 2006-07-04 20:38:09 +00:00
reports_nametags_judges.php Add csv versions of the committee, judge and student nametags. Resolves issue 60. 2006-07-04 20:38:09 +00:00
reports_nametags_students.php Add csv versions of the committee, judge and student nametags. Resolves issue 60. 2006-07-04 20:38:09 +00:00
reports_projects_details.php Add project details report - shows info for one project per page, with project details, mentor information, and project summary 2005-12-08 18:00:30 +00:00
reports_projects_judges_teams.php fix a few reports to make sure we dont duplicate results for multiple years 2005-12-08 16:17:12 +00:00
reports_projects_requirements.php Add a project logistical requirements report to show which projects need electricity, tables, and othe rspecial requirements 2006-03-08 20:22:17 +00:00
reports_projects_tablelabels.php fix the table labels report to work multi-yaer 2006-01-13 16:57:58 +00:00
reports_schoolaccesscodes.php Implement Bug #0000029 - Report to view school access codes and registration passwords 2006-10-15 20:07:18 +00:00
reports_schoolprojects.php Add a new report that shows each project/students on a per school basis, one school per page. 2006-03-04 05:09:05 +00:00
reports.php Delete old school mailing labels and replace with a mailing label generator 2006-10-16 15:42:29 +00:00
schools.php Add more school information to the schools database (school lanaguage, school level, principal and school email addresS) 2006-10-15 17:11:56 +00:00
schoolsimport.php Add more school information to the schools database (school lanaguage, school level, principal and school email addresS) 2006-10-15 17:11:56 +00:00
send_communication.php reorganize the send_communication script to be more efficient 2006-03-01 18:03:41 +00:00
settranslation.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
students_info.php Replace "Sex" with "Gender", and allow the db field to be null, instead of defaulting to "male" 2006-09-04 16:28:28 +00:00
translations.php Update translation manager to work with unlimited number of languages as defined in the languages table 2006-01-19 17:15:07 +00:00
winners.php Fix the winners list when there's multi-year data in the award_types table. 2006-03-04 05:22:26 +00:00