860175ae79NEW FEATURE: Participant Registration Type
james
2005-11-24 20:21:55 +00:00
3362e14b4eAlso rollover the schools, when we do the fairyear rollover
james
2005-11-24 20:12:43 +00:00
288dd58c9cMake sure we always have all of our configuration variables defined. If a new one is added as a default with year -1, it needs to be automatically created for the current FAIRYEAR as well.
james
2005-11-24 20:12:06 +00:00
599f740cd3Only display Divisions from the current FAIRYEAR
james
2005-11-24 19:06:38 +00:00
2c859da295Add the full 8 database version for installations to use
james
2005-11-22 14:21:53 +00:00
d4156acc9dbump version number
james
2005-11-22 14:04:16 +00:00
b24d579424dont show the form again after running
james
2005-11-21 21:30:10 +00:00
5843be049dclose the php tag
james
2005-11-21 21:27:52 +00:00
76513f9ffbFix version detection.
james
2005-11-21 21:11:34 +00:00
35761a542bwow i scrwered this one up :) this should work now
james
2005-11-21 21:00:31 +00:00
d6256d7c11whoops wrong filename!
james
2005-11-21 20:39:59 +00:00
b639308993Add page text functionality, to define arbritary page text to be displayed on pages without having to edit the actual files.
james
2005-11-21 20:33:18 +00:00
343c70f633Added the fair year rollover code to go from one year to the next
james
2005-11-21 19:36:48 +00:00
bd4f8b6739whoops, the code for the fairmanager was messed up - should be fixed now also set the fair manager to the superuser on installation
james
2005-06-07 21:36:07 +00:00
3c621ece84bump version to 0.9.1
james
2005-06-07 21:21:17 +00:00
bfbc33898bDont allow the user to change DBVERSION via the variables configuration
james
2005-06-07 21:12:01 +00:00
7fd17c8bbeproperly compare dbcodeversion and dbdbversion (trim the newline from dbcodeversion)
james
2005-06-07 21:10:39 +00:00
79f3d7ead6Fix common.inc.php to properly detect whether installation needs to go to step 2 or step 3
james
2005-06-07 21:07:52 +00:00
6a9b470698Switch the database versioning code from a flat textfile (db/db.db.version.txt) to a record in the config table (var=DBVERSION, year=0) This gives us a much more robust database versioning system
james
2005-06-07 21:03:55 +00:00
7509f5f7c1hmm there was a duplicate of all the config options for some reason in the full.7 - remove those dups! also add the provinces to full/update 7
james
2005-06-07 20:30:38 +00:00
ac3053318dwhen creating the superuser, make sure they get admin/config/super=Y also fix the config/dates insert queries so they will work
james
2005-06-07 20:22:25 +00:00
7df9e6e444ask for and save the 'fairname' configuration variable
james
2005-06-07 20:12:27 +00:00
5ef9051c0aNearly finished install3 - I think the installer is almost ready to be used. also updated DB version 7 to include the language entries also update common.inc.php to make sure install3 is installed (make sure there's entries in the config table!)
james
2005-06-07 01:23:15 +00:00
0f4616c2daremove the ID's from the dates INSERT in the FULL 7 file as well
james
2005-06-06 19:01:06 +00:00
047175d4dfwhoops, remove the ID's from the dates INSERT lines
james
2005-06-06 18:58:32 +00:00
abf46c9e7cSetup defaults in config and dates table to be year=-1 The config and dates pages now need to be updated to read defaults, and insert new config parameters as FAIRYEAR if they dont exist already Bumped version to 7
james
2005-06-06 18:56:19 +00:00
65954a35b9Fix the file that gets imported for step 2, add more checking to step 3
james
2005-06-06 17:19:17 +00:00
4034991742Add the start of installation step 3 remove ability in config/variables to change the fair year -- this needs to be done via the rollover functionality
james
2005-06-06 17:07:35 +00:00
621f940b27Whoops fix admin and config submenus that I broke on friday!
james
2005-05-29 22:48:21 +00:00
8a59a293b2Finish install2 script, now just need to populate the db with installer step 3
james
2005-05-27 21:42:32 +00:00
850be50973Detect when the installation isnt complete
james
2005-05-27 21:26:51 +00:00
f0cbb618ecMove the db/code version check before the database connection in common.inc.php
james
2005-05-27 21:23:16 +00:00
8407f7dab9Update 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
james
2005-05-26 21:05:26 +00:00
85e2569446Add the full database structure for db version 6
james
2005-05-26 20:32:42 +00:00
3841d7c86cproperly detect where the config.inc.php is even when we're in a known SFIAB subdirectory.
james
2005-05-26 19:20:24 +00:00
9604c35f4bAdd the installer script - currently it only creates the data/config.inc.php database settings - it still needs to create the actual tables.
james
2005-05-25 21:58:03 +00:00
9867b507b23 number version 0.9.0
james
2005-05-25 19:59:20 +00:00
f78676f5c7move config.inc.php TO config.inc.php.template
james
2005-05-25 19:36:33 +00:00
192f1775f5remove database configuration information from SVN
james
2005-05-25 19:27:51 +00:00
db4a891b52add sfiab version information, set it to 0.9 to start with
james
2005-05-25 19:08:50 +00:00
b30e70aaadAdd the school access page for schools to login and update their own information
james
2005-05-13 18:23:31 +00:00
9ea5843646whoops last messgae should hav ebeen : add schools management this one fixes the db to use province_code instead of province
james
2005-05-13 17:36:29 +00:00
a32964de2dwhoops fix the students to stop concatenating them all together
james
2005-05-12 21:25:12 +00:00
1428c42f00add student name and school to the winners page
james
2005-05-12 21:23:50 +00:00
6d5f794e05Add the winners viewer and make sure its robust so it doesnt allow people to see things they shouldnt!
james
2005-05-12 21:05:21 +00:00
192d98f7b7whoops same as last msg forgot this file.
james
2005-05-12 19:47:50 +00:00
c93a18ea4eonly show nominated special awards instead of eligible special awards when assign projects to teams timeslots
james
2005-05-12 19:47:08 +00:00
32e36648b4When adding a winner for a special award, only show choices of those who nominated themselves for that award (instead of all eligible projects)
james
2005-05-12 19:06:12 +00:00
570d7714dcDont allow submitting the forms after the registration is closed
james
2005-05-12 17:32:50 +00:00
c3896013c1checks for dates on special award nominations checks for maximum number of nominations allow logins of users when registration is closed
james
2005-05-12 15:47:21 +00:00
d9d82ce1f5show the awsards on the registration summary main page
james
2005-05-11 21:39:39 +00:00
ed663e77ebWow I dont even know what all is in this commit: few things i do know:
james
2005-05-11 04:13:27 +00:00
b1810d05a2commit this file so i can mov eit
james
2005-05-10 21:51:22 +00:00
c7e1ec708cOnly show projects that are eligible for an award that the team is judging for
james
2005-05-06 20:26:15 +00:00
e91dbdf4c9factor out functions to get projects that are eligible for an award
james
2005-05-06 20:02:20 +00:00
1476031aeaget teams project assignments ready to handle only displalying projects that are eligible for the awards that are assigned to that team
james
2005-05-06 19:14:56 +00:00
7af110337aAdd the awards at the top of the judging teams view tables
james
2005-05-06 18:05:10 +00:00
b3cad6ebd3show 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)
james
2005-05-06 16:34:13 +00:00
a947ff8e85Whew! 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).
james
2005-05-06 16:13:37 +00:00
c171fe752denter winning projects new database files update PDF addText to go to next page when necessary awards ceremony script
james
2005-05-04 21:23:00 +00:00
0127061871Remove border from team captain icons
james
2005-05-02 20:56:49 +00:00
098649c8a3Add Presenter to awards
james
2005-04-26 18:59:38 +00:00
7c95c37d21Committee Nametags
james
2005-04-22 19:51:47 +00:00
424274b52cfix filename on CSV too
james
2005-04-22 19:35:39 +00:00
795ea89ae0whoops properly name the file on output
james
2005-04-22 19:33:56 +00:00
53e8ca4f93make the nametag fair name height be big enough for two rows
james
2005-04-22 19:28:47 +00:00
65c4600becJudges nametags
james
2005-04-22 19:14:37 +00:00
95e13e966amake the div/cat on the nametags a bit smaller
james
2005-04-22 18:01:13 +00:00
fe1217ba6bWhew! LPDF Nametag support & nametags for students... that took 5 hours!
james
2005-04-22 17:37:19 +00:00
1d3c7294e4Add the project table lablels report
james
2005-04-22 14:20:29 +00:00
ccb38c5aa7whoops fix a few bugs
james
2005-04-22 14:09:13 +00:00
13bc47708aUpdate PDF to handle any size page (default 8.5x11) to use a different size, simply call newPage(width,height) in inches.
james
2005-04-22 14:04:47 +00:00
b7b9064810Create report to show judging times for each project. One project per page.
james
2005-04-21 22:12:35 +00:00
db6b2dad28LPDF: fix bug when one line of text is added with addtext LCSV: add addtext, newpage functions
james
2005-04-21 20:29:08 +00:00
3120d31841add the ability to show ALL or only UNASSIGNED projects when assigning projects to judging teams timeslots
james
2005-04-21 17:00:49 +00:00
4c1fbba348add script that will go through and assign all projectnumbers for all completed registrations
james
2005-04-19 19:23:10 +00:00
1f21e06d00lots more db changes
james
2005-04-19 19:22:38 +00:00
e812d1d783more code to add projects to the teams
james
2005-04-19 19:22:25 +00:00
57ec92392aAdd judges team timeslots assignments (finished) Add judges team projects assignments (in progress)
james
2005-04-19 18:36:03 +00:00
229f2670f1whoops fix big bug which prevented project numbers from being assigned properly!
james
2005-04-19 18:20:10 +00:00
57ed732bd0Factor getJudgesTeams into a function since we seem to need to use it all over the place :)
james
2005-04-18 17:56:46 +00:00
9b385a10fdwhoops add the sql update file too
james
2005-04-15 20:33:49 +00:00
917e374f0aAdd judging timeslots Add emit_date and emit_time functions
james
2005-04-15 20:33:13 +00:00
2f8921a7a0Fix things running over the bottom of the footer in PDF's Also, if a heading is going to be the last thing on the page, move it to the top of the next page.
james
2005-04-15 16:44:26 +00:00
44f40885e5LCSV: add heading() and nextline()
james
2005-04-15 16:12:00 +00:00
ab424f244fautomatically assign a new team captain if the current team captain is removed from the team
james
2005-04-15 14:50:18 +00:00
3f471bde41Add judge team captains, bump db version
james
2005-04-15 14:27:18 +00:00
c632070d6eimplode on ", " instead of ","
james
2005-03-30 18:24:20 +00:00
354ab22d92add some space before the popup footer change judge info popup size (make it bigger)
james
2005-03-30 18:21:48 +00:00
dc8fad6320onload popups now get focus
james
2005-03-30 18:19:31 +00:00
c73e2ca63dadd a right padding of 30px to the viewtable as well
james
2005-03-30 18:16:05 +00:00
ed9b3d577fadd new css class - viewtable - nearly the same as summarytable but will be used for viewing information.
james
2005-03-30 18:13:58 +00:00
abcd327e5aremove brackets from subdivisions change areas of expertise table to use class=summarytable
james
2005-03-30 18:05:53 +00:00
05a9ae0bf6add judges info popup box, also new common functions send_popup_header and send_popup_footer
james
2005-03-30 18:02:45 +00:00
0545126b9dwhoops definitely need to reset the arrays!
james
2005-03-30 16:07:33 +00:00
2813dcaa7aadd divisions and subdivision info to the judge list report.
james
2005-03-30 16:04:32 +00:00
09918861fcenclose CSV headings in quotation marks to avoid the first 2 chars of the file being "ID", which microsoft chokes on see:
james
2005-03-29 21:33:59 +00:00
584e7fe8f1whoops screwed that one up :p
james
2005-03-29 21:09:34 +00:00
e19cb49b3ereplace both \r and \n when exporting
james
2005-03-29 21:08:47 +00:00