james
8407f7dab9
Update the installer, and split it into two steps (maybe a third to come?)
...
1) create the data/config.inc.php database connection file
2) create all the tables
2005-05-26 21:05:26 +00:00
james
85e2569446
Add the full database structure for db version 6
2005-05-26 20:32:42 +00:00
james
3841d7c86c
properly detect where the config.inc.php is even when we're in a known SFIAB subdirectory.
2005-05-26 19:20:24 +00:00
james
9604c35f4b
Add the installer script - currently it only creates the data/config.inc.php database settings - it still needs to create the actual tables.
...
Add some extra sanity checking to the db updater
Add more sanity checking to the common.inc.php
2005-05-25 21:58:03 +00:00
james
9867b507b2
3 number version 0.9.0
2005-05-25 19:59:20 +00:00
james
f78676f5c7
move config.inc.php TO config.inc.php.template
2005-05-25 19:36:33 +00:00
james
192f1775f5
remove database configuration information from SVN
2005-05-25 19:27:51 +00:00
james
db4a891b52
add sfiab version information, set it to 0.9 to start with
2005-05-25 19:08:50 +00:00
james
b30e70aaad
Add the school access page for schools to login and update their own information
2005-05-13 18:23:31 +00:00
james
9ea5843646
whoops last messgae should hav ebeen : add schools management
...
this one fixes the db to use province_code instead of province
2005-05-13 17:36:29 +00:00
james
2e125d263c
2005-05-13 17:36:01 +00:00
james
a32964de2d
whoops fix the students to stop concatenating them all together
2005-05-12 21:25:12 +00:00
james
1428c42f00
add student name and school to the winners page
2005-05-12 21:23:50 +00:00
james
6d5f794e05
Add the winners viewer and make sure its robust so it doesnt allow people to see things they shouldnt!
2005-05-12 21:05:21 +00:00
james
192d98f7b7
whoops same as last msg forgot this file.
2005-05-12 19:47:50 +00:00
james
c93a18ea4e
only show nominated special awards instead of eligible special awards when assign projects to teams timeslots
2005-05-12 19:47:08 +00:00
james
32e36648b4
When adding a winner for a special award, only show choices of those who nominated themselves for that award (instead of all eligible projects)
2005-05-12 19:06:12 +00:00
james
570d7714dc
Dont allow submitting the forms after the registration is closed
2005-05-12 17:32:50 +00:00
james
c3896013c1
checks for dates on special award nominations
...
checks for maximum number of nominations
allow logins of users when registration is closed
2005-05-12 15:47:21 +00:00
james
d9d82ce1f5
show the awsards on the registration summary main page
2005-05-11 21:39:39 +00:00
james
ed663e77eb
Wow I dont even know what all is in this commit: few things i do know:
...
1) add (preliminary) special awards nominations for students
2) add css right-margin to summarytable class
3) add new table for projets-specialawards-link
4) move projects.inc.php from admin/ to / (so particpant registration can use it)
2005-05-11 04:13:27 +00:00
james
b1810d05a2
commit this file so i can mov eit
2005-05-10 21:51:22 +00:00
james
c7e1ec708c
Only show projects that are eligible for an award that the team is judging for
2005-05-06 20:26:15 +00:00
james
e91dbdf4c9
factor out functions to get projects that are eligible for an award
2005-05-06 20:02:20 +00:00
james
1476031aea
get teams project assignments ready to handle only displalying projects that are eligible for the awards that are assigned to that team
2005-05-06 19:14:56 +00:00
james
7af110337a
Add the awards at the top of the judging teams view tables
2005-05-06 18:05:10 +00:00
james
b3cad6ebd3
show error if team is empty
...
add ability to empty entire teams
switch 'delete' button from a form button to the standard cancel icon (saves vert space)
2005-05-06 16:34:13 +00:00
james
a947ff8e85
Whew! Add a new interface to link judging teams with the awards that they are
...
judging for. Can now auto-create judging teams based on awards list (one team per award).
db bumped to v6
moved judges_teams to judges_teams_members
judges_teams is now the new interface
2005-05-06 16:13:37 +00:00
james
c171fe752d
enter winning projects
...
new database files
update PDF addText to go to next page when necessary
awards ceremony script
2005-05-04 21:23:00 +00:00
james
0127061871
Remove border from team captain icons
2005-05-02 20:56:49 +00:00
james
098649c8a3
Add Presenter to awards
2005-04-26 18:59:38 +00:00
james
7c95c37d21
Committee Nametags
2005-04-22 19:51:47 +00:00
james
424274b52c
fix filename on CSV too
2005-04-22 19:35:39 +00:00
james
795ea89ae0
whoops properly name the file on output
2005-04-22 19:33:56 +00:00
james
53e8ca4f93
make the nametag fair name height be big enough for two rows
2005-04-22 19:28:47 +00:00
james
65c4600bec
Judges nametags
2005-04-22 19:14:37 +00:00
james
95e13e966a
make the div/cat on the nametags a bit smaller
2005-04-22 18:01:13 +00:00
james
fe1217ba6b
Whew! LPDF Nametag support & nametags for students... that took 5 hours!
2005-04-22 17:37:19 +00:00
james
1d3c7294e4
Add the project table lablels report
2005-04-22 14:20:29 +00:00
james
ccb38c5aa7
whoops fix a few bugs
2005-04-22 14:09:13 +00:00
james
13bc47708a
Update PDF to handle any size page (default 8.5x11) to use a different size, simply call
...
newPage(width,height) in inches.
2005-04-22 14:04:47 +00:00
james
b7b9064810
Create report to show judging times for each project. One project per page.
2005-04-21 22:12:35 +00:00
james
db6b2dad28
LPDF: fix bug when one line of text is added with addtext
...
LCSV: add addtext, newpage functions
Create new report containing judging team project assignments, one team per page.
2005-04-21 20:29:08 +00:00
james
3120d31841
add the ability to show ALL or only UNASSIGNED projects when assigning projects to judging teams timeslots
2005-04-21 17:00:49 +00:00
james
4c1fbba348
add script that will go through and assign all projectnumbers for all completed registrations
2005-04-19 19:23:10 +00:00
james
1f21e06d00
lots more db changes
2005-04-19 19:22:38 +00:00
james
e812d1d783
more code to add projects to the teams
2005-04-19 19:22:25 +00:00
james
57ec92392a
Add judges team timeslots assignments (finished)
...
Add judges team projects assignments (in progress)
2005-04-19 18:36:03 +00:00
james
229f2670f1
whoops fix big bug which prevented project numbers from being assigned properly!
2005-04-19 18:20:10 +00:00
james
57ed732bd0
Factor getJudgesTeams into a function since we seem to need to use it all over the place :)
2005-04-18 17:56:46 +00:00