Commit Graph

2312 Commits

Author SHA1 Message Date
james
a6f775bc19 remove date of birth 2005-02-11 15:20:03 +00:00
james
35d9cf9e25 escape the name
save the password
2005-01-25 19:20:13 +00:00
james
5da526552f remove unused code
add password input box
2005-01-25 19:08:41 +00:00
james
e40bbeda96 more xhtml compliance fixes
add access controls to committee member editor
2005-01-25 18:58:00 +00:00
james
5aac09ae15 remove unneeded module= from links 2005-01-25 17:00:23 +00:00
james
c9e785a113 rename committee.php to committees.php 2005-01-25 16:56:34 +00:00
james
6019a044c6 fix committee viewer
make xhtml compliant
2005-01-25 16:56:19 +00:00
james
7368a22975 Add committee page and committees management
make committee management fully XHTML compliant
2005-01-25 16:44:25 +00:00
james
0bfb617804 add email output javascript functions 2005-01-25 15:58:36 +00:00
james
6cb8d9d2e9 get rid of the GPL post-amble 2005-01-25 15:04:40 +00:00
james
d649d64511 add the actual GPL, move the GPL file header to a separate file 2005-01-25 15:02:17 +00:00
james
324433ef23 Add GPL headers to ALL PHP files 2005-01-24 18:00:03 +00:00
james
55df733a2b Template liscense header 2005-01-24 17:39:35 +00:00
james
0f5e201b97 assign the project number based on a config format when the form is received
fix checkin report to show the projectnumber
2005-01-21 19:27:28 +00:00
james
58122f4344 tell them to use a valid email address 2005-01-21 18:42:31 +00:00
james
f5225bdca8 Add notes about putting ID's in numerical order for division and category 2005-01-21 17:30:28 +00:00
james
f4bc5ad4c3 only close the image if was opened to begin with 2005-01-21 17:01:43 +00:00
james
dfa1d438e7 only put the fair logo on the pdf if the logo file is valid 2005-01-21 17:00:28 +00:00
james
5dcf403421 whoops missed this file 2005-01-21 16:13:08 +00:00
james
421e7f43d9 fix some alignment issues with the table, make sure it moves down the appropriate amounts at the appropriate times! 2005-01-18 17:45:26 +00:00
james
162475b62c Port participant signature page to use lpdf.php
Add required functions to lpdf.php to support the signature page
2005-01-18 03:33:37 +00:00
james
f7d40b115a add config options:
regfee = number
regfee_per = (student,project)

hide things to do with registration/payment if regfee == 0
2005-01-14 20:56:51 +00:00
james
c03aaf07a3 add logo to pdf's 2005-01-14 20:42:03 +00:00
james
2c0fb0f90d add logo to reports 2005-01-14 20:41:22 +00:00
james
8aad3ae25b Logo image uploader 2005-01-14 19:44:37 +00:00
james
d3b1223e92 Make registration list sortable
Make links in summarytable header be white
(something in pdf?)
2005-01-14 17:00:24 +00:00
james
43cf64ee89 Add dates configuration
fix variables to POST to the right page
add dates to config index
2005-01-14 15:44:36 +00:00
james
2c3f6e745f add a script to populate the db with some fake data
update divisions to accept 'shortform'
some updates to PDF
2005-01-13 23:59:22 +00:00
james
0e10fcda45 factor out PDF code into a separate PDF class
implement new PDF class in reports_checkin
2005-01-13 22:00:34 +00:00
james
afdc22a2b2 Don't allow any changes to any forms once the forms have been received by the fair
Also, update the CSS to make teh h1-h4's smaller and reduce the margin-bottom size for them
2005-01-13 18:50:07 +00:00
james
54098a8aab Add registration statistics to the registration_list 2005-01-13 18:00:36 +00:00
james
a8167f4dae reverse the order of the status select box 2005-01-13 17:28:30 +00:00
james
1555f19293 separate the division and category from the main query so we can make sure we match up the div/cats with the proper FAIRYEAR
without using crazy joins and still making sure the record is displayed if no cat/div is specified yet
2005-01-13 16:51:43 +00:00
james
de95ff761f i18n the registration list page 2005-01-13 15:56:27 +00:00
james
2caf3a6678 change all status checker functions to accept a registration id as an optional parameter
all a spot for 'instructions text' on the main participant registration page
2005-01-07 04:46:52 +00:00
james
691cd9152f shrink the statustable header font size 2005-01-07 04:45:51 +00:00
james
ebeadd6470 Registraiton list
Fix received forms to accept paid/not paid
2005-01-07 04:45:17 +00:00
james
479fcbd7ab switch font sizes to use EMs 2005-01-07 03:21:51 +00:00
james
15cbc2597a implement actually changing the status of the registration to 'closed' 2005-01-06 04:56:33 +00:00
james
ce66249238 received forms implementation nearly complete 2005-01-05 22:57:49 +00:00
james
4f1265e38d add stub for registration administration 2005-01-05 20:08:56 +00:00
james
abf8f8d7a7 switch judge info to use province selector 2005-01-05 16:28:42 +00:00
james
726f466ac1 add a province selector
switch student registration to use province selector
2005-01-05 16:23:11 +00:00
james
2b65a62239 Implementation for emergency contacts
remove emergency contact for a student if the student is removed (keep db clean)
2005-01-05 15:34:25 +00:00
james
03dd7ffd16 remove debugging
add function for emergencycontact status
add emergency contact to main checklist
2005-01-05 15:05:32 +00:00
james
14597ed325 Add sex dropdown list 2005-01-05 14:39:58 +00:00
james
675e9e41f2 add the following to student info:
- teacher name
	- teacher email
	- medical alert information
	- special food requirements (if configured)

changed height of textbox to better fit text on signature page
2005-01-05 14:32:24 +00:00
james
8e0d02b842 $config not $_config 2005-01-05 14:04:10 +00:00
james
6626601a07 xhtml compliance 2004-12-20 19:49:15 +00:00
james
c8ee2bab56 fix comment
xhtml compliance
2004-12-20 19:48:13 +00:00