Commit Graph

  • da91edc427 Add CHANGES file, fix some quotes in common inc james 2005-12-14 21:05:27 +0000
  • 017e1c58c0 Make the footer only show debugging information if we're using a debug/testing version, aka version number is odd james 2005-12-14 21:00:02 +0000
  • 82b91e0429 Bump version number to 0.9.4 james 2005-12-14 20:15:58 +0000
  • 1ccaeac8eb Add the FULL v9 DB james 2005-12-14 20:14:22 +0000
  • 668d410207 Update LPDF to handle tables without a header row Update LPDF to add a "..." to a table field if all of the text didnt fit in the table field james 2005-12-08 18:01:30 +0000
  • b956f4c2d3 Add project details report - shows info for one project per page, with project details, mentor information, and project summary Remove some leftover junk from tablelabels report james 2005-12-08 18:00:30 +0000
  • 3f50a343af fix a few reports to make sure we dont duplicate results for multiple years james 2005-12-08 16:17:12 +0000
  • 5bd24e3f8d Put phone numbers on multiple lines for PDF, and in multiple columns on teh same line for CSV james 2005-12-08 16:05:25 +0000
  • 074b66274c Add student emergency contact report james 2005-12-08 16:00:18 +0000
  • ba25b4ae86 Make sure safety questions are only displayed/checked for the current fairyear james 2005-12-08 15:35:41 +0000
  • 2179f3f709 Add safety question configuration james 2005-12-08 14:56:30 +0000
  • a4faab66e0 Fix the divisions query to query the divisions from this year properly james 2005-11-26 18:59:44 +0000
  • e8353f011f Add the judge inviter to the judge administration section Add the new judge invite email james 2005-11-25 21:15:29 +0000
  • 5df07701a0 NEW FEATURE: Judge Registration Type james 2005-11-25 20:07:21 +0000
  • 6eb1a39d0b add the ability for schools to invite participants IF participant_registration_type=="invite" also switch the new participant email to read from the emails table instead of hardcoded from the file james 2005-11-25 19:37:10 +0000
  • 122194d296 Change installer to look for an older version of the "full" database if the newest (required) version cannot be found. The user will then need to manually update from whatever version is installed to the newest (using db_update.php) james 2005-11-25 15:16:47 +0000
  • 860175ae79 NEW FEATURE: Participant Registration Type james 2005-11-24 20:21:55 +0000
  • 3362e14b4e Also rollover the schools, when we do the fairyear rollover james 2005-11-24 20:12:43 +0000
  • 288dd58c9c Make 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 +0000
  • 599f740cd3 Only display Divisions from the current FAIRYEAR james 2005-11-24 19:06:38 +0000
  • 2c859da295 Add the full 8 database version for installations to use james 2005-11-22 14:21:53 +0000
  • d4156acc9d bump version number james 2005-11-22 14:04:16 +0000
  • b24d579424 dont show the form again after running james 2005-11-21 21:30:10 +0000
  • 5843be049d close the php tag james 2005-11-21 21:27:52 +0000
  • 76513f9ffb Fix version detection. james 2005-11-21 21:11:34 +0000
  • 35761a542b wow i scrwered this one up :) this should work now james 2005-11-21 21:00:31 +0000
  • d6256d7c11 whoops wrong filename! james 2005-11-21 20:39:59 +0000
  • b639308993 Add 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 +0000
  • 343c70f633 Added the fair year rollover code to go from one year to the next james 2005-11-21 19:36:48 +0000
  • bd4f8b6739 whoops, 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 +0000
  • 3c621ece84 bump version to 0.9.1 james 2005-06-07 21:21:17 +0000
  • bfbc33898b Dont allow the user to change DBVERSION via the variables configuration james 2005-06-07 21:12:01 +0000
  • 7fd17c8bbe properly compare dbcodeversion and dbdbversion (trim the newline from dbcodeversion) james 2005-06-07 21:10:39 +0000
  • 79f3d7ead6 Fix common.inc.php to properly detect whether installation needs to go to step 2 or step 3 james 2005-06-07 21:07:52 +0000
  • 6a9b470698 Switch 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 +0000
  • 7509f5f7c1 hmm 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 +0000
  • ac3053318d when 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 +0000
  • 7df9e6e444 ask for and save the 'fairname' configuration variable james 2005-06-07 20:12:27 +0000
  • 5ef9051c0a Nearly 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 +0000
  • 0f4616c2da remove the ID's from the dates INSERT in the FULL 7 file as well james 2005-06-06 19:01:06 +0000
  • 047175d4df whoops, remove the ID's from the dates INSERT lines james 2005-06-06 18:58:32 +0000
  • abf46c9e7c Setup 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 +0000
  • 65954a35b9 Fix the file that gets imported for step 2, add more checking to step 3 james 2005-06-06 17:19:17 +0000
  • 4034991742 Add 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 +0000
  • 621f940b27 Whoops fix admin and config submenus that I broke on friday! james 2005-05-29 22:48:21 +0000
  • 8a59a293b2 Finish install2 script, now just need to populate the db with installer step 3 james 2005-05-27 21:42:32 +0000
  • 850be50973 Detect when the installation isnt complete james 2005-05-27 21:26:51 +0000
  • f0cbb618ec Move the db/code version check before the database connection in common.inc.php james 2005-05-27 21:23:16 +0000
  • 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 james 2005-05-26 21:05:26 +0000
  • 85e2569446 Add the full database structure for db version 6 james 2005-05-26 20:32:42 +0000
  • 3841d7c86c properly detect where the config.inc.php is even when we're in a known SFIAB subdirectory. james 2005-05-26 19:20:24 +0000
  • 9604c35f4b Add 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 +0000
  • 9867b507b2 3 number version 0.9.0 james 2005-05-25 19:59:20 +0000
  • f78676f5c7 move config.inc.php TO config.inc.php.template james 2005-05-25 19:36:33 +0000
  • 192f1775f5 remove database configuration information from SVN james 2005-05-25 19:27:51 +0000
  • db4a891b52 add sfiab version information, set it to 0.9 to start with james 2005-05-25 19:08:50 +0000
  • b30e70aaad Add the school access page for schools to login and update their own information james 2005-05-13 18:23:31 +0000
  • 9ea5843646 whoops 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 +0000
  • 2e125d263c james 2005-05-13 17:36:01 +0000
  • a32964de2d whoops fix the students to stop concatenating them all together james 2005-05-12 21:25:12 +0000
  • 1428c42f00 add student name and school to the winners page james 2005-05-12 21:23:50 +0000
  • 6d5f794e05 Add 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 +0000
  • 192d98f7b7 whoops same as last msg forgot this file. james 2005-05-12 19:47:50 +0000
  • c93a18ea4e only show nominated special awards instead of eligible special awards when assign projects to teams timeslots james 2005-05-12 19:47:08 +0000
  • 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) james 2005-05-12 19:06:12 +0000
  • 570d7714dc Dont allow submitting the forms after the registration is closed james 2005-05-12 17:32:50 +0000
  • c3896013c1 checks 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 +0000
  • d9d82ce1f5 show the awsards on the registration summary main page james 2005-05-11 21:39:39 +0000
  • ed663e77eb Wow I dont even know what all is in this commit: few things i do know: james 2005-05-11 04:13:27 +0000
  • b1810d05a2 commit this file so i can mov eit james 2005-05-10 21:51:22 +0000
  • c7e1ec708c Only show projects that are eligible for an award that the team is judging for james 2005-05-06 20:26:15 +0000
  • e91dbdf4c9 factor out functions to get projects that are eligible for an award james 2005-05-06 20:02:20 +0000
  • 1476031aea get 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 +0000
  • 7af110337a Add the awards at the top of the judging teams view tables james 2005-05-06 18:05:10 +0000
  • 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) james 2005-05-06 16:34:13 +0000
  • 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). james 2005-05-06 16:13:37 +0000
  • c171fe752d enter 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 +0000
  • 0127061871 Remove border from team captain icons james 2005-05-02 20:56:49 +0000
  • 098649c8a3 Add Presenter to awards james 2005-04-26 18:59:38 +0000
  • 7c95c37d21 Committee Nametags james 2005-04-22 19:51:47 +0000
  • 424274b52c fix filename on CSV too james 2005-04-22 19:35:39 +0000
  • 795ea89ae0 whoops properly name the file on output james 2005-04-22 19:33:56 +0000
  • 53e8ca4f93 make the nametag fair name height be big enough for two rows james 2005-04-22 19:28:47 +0000
  • 65c4600bec Judges nametags james 2005-04-22 19:14:37 +0000
  • 95e13e966a make the div/cat on the nametags a bit smaller james 2005-04-22 18:01:13 +0000
  • fe1217ba6b Whew! LPDF Nametag support & nametags for students... that took 5 hours! james 2005-04-22 17:37:19 +0000
  • 1d3c7294e4 Add the project table lablels report james 2005-04-22 14:20:29 +0000
  • ccb38c5aa7 whoops fix a few bugs james 2005-04-22 14:09:13 +0000
  • 13bc47708a Update 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 +0000
  • b7b9064810 Create report to show judging times for each project. One project per page. james 2005-04-21 22:12:35 +0000
  • db6b2dad28 LPDF: fix bug when one line of text is added with addtext LCSV: add addtext, newpage functions james 2005-04-21 20:29:08 +0000
  • 3120d31841 add the ability to show ALL or only UNASSIGNED projects when assigning projects to judging teams timeslots james 2005-04-21 17:00:49 +0000
  • 4c1fbba348 add script that will go through and assign all projectnumbers for all completed registrations james 2005-04-19 19:23:10 +0000
  • 1f21e06d00 lots more db changes james 2005-04-19 19:22:38 +0000
  • e812d1d783 more code to add projects to the teams james 2005-04-19 19:22:25 +0000
  • 57ec92392a Add judges team timeslots assignments (finished) Add judges team projects assignments (in progress) james 2005-04-19 18:36:03 +0000
  • 229f2670f1 whoops fix big bug which prevented project numbers from being assigned properly! james 2005-04-19 18:20:10 +0000
  • 57ed732bd0 Factor getJudgesTeams into a function since we seem to need to use it all over the place :) james 2005-04-18 17:56:46 +0000
  • 9b385a10fd whoops add the sql update file too james 2005-04-15 20:33:49 +0000
  • 917e374f0a Add judging timeslots Add emit_date and emit_time functions james 2005-04-15 20:33:13 +0000