Commit Graph

  • 35d3211391 Fix parse error james 2008-10-20 16:56:31 +00:00
  • d86ea6257f - partially working judges_teams_members - working judges_info, except for the configurable questions/answers dave 2008-10-20 05:20:42 +00:00
  • d1c7fa968e - more unneeded user code dave 2008-10-19 23:14:02 +00:00
  • a0d27df91e - use the newer (faster) user load, and always load a full user. - delete now deprecated code because of the new user loader dave 2008-10-19 21:42:57 +00:00
  • f9d3913697 - remove old user_update_complete function, each user type now updates their individual complete entry. dave 2008-10-19 15:49:28 +00:00
  • 74fe5db9f7 - update the volunteer reg, so the volunteer_complete is automatically updated. - BUG: the user personal editor doesn't call the judge/volunteer/whatever_status_update() function, so if a user leaves their personal info to the end, they MUST load the whatever_main.php page so their overall status is updated correctly. dave 2008-10-19 15:46:43 +00:00
  • 7f1331d401 - update the judge team editor. Not ideal, this shouldn't query the users table directly, but it works. This will be reworked later when I add support for judges to select which timeslots they're available. dave 2008-10-19 02:52:28 +00:00
  • 81c211c913 - add judge special awards selection - fixup the judge_complete detection - rename judges_id to users_id in the 117 db update, so it's done after the 116 update converts everything dave 2008-10-18 03:30:58 +00:00
  • 4b247de611 - implement the judge_other selection for years of experience and willing_chair and whatnot. dave 2008-10-17 22:44:33 +00:00
  • ca81fc2273 - delete the year too, and do the users_id conversion in one spot only dave 2008-10-17 20:40:11 +00:00
  • 87c845c048 - convert the registrations_id in the question answers to the new users_id (it's really the users id anyway) - add a 117 script to cleanup all the post 116 stuff, deleting unneeded tables and whatnot - these are NOT THE FINAL scripts, more will be added to these. dave 2008-10-17 20:38:01 +00:00
  • b021805246 - conversion of judges to new user system. Mostly works. dave 2008-10-17 19:34:11 +00:00
  • 18f6d002a7 add branch for users makeover of judges and sponsors/fundraising james 2008-10-17 15:25:32 +00:00
  • fca6ce64b0 Show a sample of what the label is going to look like laid out using DIV's and HTML, this is the first start of implementing a full editor :) james 2008-10-16 19:13:59 +00:00
  • b3bfb560f9 Add a bunch of missing i18n()'s james 2008-10-06 19:09:00 +00:00
  • f569ed3e13 Fix Quebec province translation so its country code is properly set. james 2008-10-06 18:50:18 +00:00
  • 91bc77d640 Add the start of the isef form collection page for participant registration and the database setup in db.999 until its ready to go live james 2008-09-28 18:36:56 +00:00
  • 13558122bd Add backup/restore icon james 2008-09-25 17:38:40 +00:00
  • ffa116bb5d Add backup/restore functionality - need to add icon still Fix bug where title was leaving room for an icon even if there was no icon james 2008-09-24 21:56:11 +00:00
  • bfb471011a - Fix a bug where the special awards annealer would overwrite the last jteam - Add an alternative (but commented out) array population for the annealer - Leave in some of the debug statements, they don't hurt anything. james 2008-09-17 18:04:50 +00:00
  • 87841466e6 Hmm, re-add the "Internal Document Management" that somehow got left out from the conversion to icons! james 2008-09-17 14:30:18 +00:00
  • 642dac036f Add participants last year and participants all years to communications system james 2008-09-17 14:23:30 +00:00
  • 4d0ff8f327 properly fix the team naming/sorting issue james 2008-09-16 19:38:27 +00:00
  • bed8cc9d9e If a jdiv has no projects, then it definitely doesnt need any judging teams to judge those 0 projects james 2008-09-16 18:44:25 +00:00
  • de185f07f4 sort the divs and cats so the team names are consistent james 2008-09-16 18:37:23 +00:00
  • 54aa1b7658 - One more quick fix, make it "special award only", instead of "awards", because a judge that wishes to judge a specific special award is only allowed to choose one. dave 2008-09-15 15:46:22 +00:00
  • 15f9d0cb89 - Remove my testing database name from the CREATEs dave 2008-09-15 03:59:53 +00:00
  • f8f9964fba - Non-invasive commit, ground work for moving judges to the user backend. dave 2008-09-15 03:51:52 +00:00
  • d017f6ff3c use the function to check complete status, and only after it has saved whatever was posted so the display is correct. james 2008-09-05 19:06:39 +00:00
  • d61fa75b0d Switch the namecheck to check both/any/all students in the project, not just the one logged in. james 2008-09-05 18:50:36 +00:00
  • 2f56404903 Bump version number to 2.2.1 for development james 2008-09-05 18:09:12 +00:00
  • ca65de8003 Add branch for 2.2 and tag for 2.2.0 sfiab-2.2.0 sfiab-2.2 james 2008-09-05 18:07:35 +00:00
  • 48f4c4715d Switch version to 2.2.0 james 2008-09-02 18:44:19 +00:00
  • 2c106b3bd7 Add a few missing <br />'s to the winners page james 2008-09-02 17:53:29 +00:00
  • 7dcb9ef8b0 Fix the config variables rollover so it uses the previous year's data instead of the defaults! Also add some intval()'s for rollover year sanity checking james 2008-09-02 17:34:32 +00:00
  • 5fd8680f4e Oops, fix pagetexts auto-insert of default values james 2008-09-02 17:12:13 +00:00
  • 09be3848ff Look in the right location for the fair logo image file from the content management page display james 2008-08-28 22:14:17 +00:00
  • b2fb7855f0 Make format_date, format_time and format_datetime accept either a unix timestamp, or a text string switch important_dates to use format_datetime james 2008-08-28 22:11:10 +00:00
  • c45edf34ec Add a format_date, format_time and format_datetime functions to pull from the localization settings and update a few places where the date/times are output to use them... need to change everywhere else in the codebase to use these functions too! james 2008-08-28 22:02:06 +00:00
  • 9995867f1d Add countries table and populate Add countries_code field to provinces table and fix canadian provinces Populate US States into provinces table Add config option to Localization tab to enter a 2 letter country code (how to lookuup from countries table?!) Update emit_province_selector to use country config entry james 2008-08-28 21:41:31 +00:00
  • f89fdffb12 Rollover the pagetext last-update date/time Auto-create a pagetext entry in each language if they dont exist james 2008-08-27 20:01:07 +00:00
  • 5341801ce7 Properly rollover: 1) Page Texts - with descriptions and languages 2) Age Categories - short form 3) Divisions - short form, cwsf division id james 2008-08-27 19:33:56 +00:00
  • d09a5ee76f Add icons to the profile and password pages james 2008-08-27 17:52:46 +00:00
  • 4473f6be5c Switch committee_main to user icons james 2008-08-27 17:40:32 +00:00
  • 64d56ef197 Add change password and edit profile icons james 2008-08-27 17:38:27 +00:00
  • c87ea3b37e Add administration and configuration icons james 2008-08-26 21:42:17 +00:00
  • d5ff3be6b9 Use page text description instead of the database page text name on the page text editor list. (BUG 198) james 2008-08-26 21:06:05 +00:00
  • dad671f212 Text change - Bug 0177 james 2008-08-26 20:50:25 +00:00
  • 02e88f4f29 Re-order the admin page to make more sense. james 2008-08-26 20:45:29 +00:00
  • 2adbf3bb06 Put some icons on some of the front-end pages too james 2008-08-22 21:03:25 +00:00
  • ca5515a335 Put admin icons in the title of each page james 2008-08-22 20:50:38 +00:00
  • 32dfcda427 Fix website content management icon name james 2008-08-22 20:48:50 +00:00
  • 0629f5acf7 Fix website_content_management icon name james 2008-08-22 20:47:00 +00:00
  • eb2128da25 Update send_header() for a third parameter of the icon to use james 2008-08-22 20:35:08 +00:00
  • e2b8bf21a5 Put the icon on each page james 2008-08-22 20:34:38 +00:00
  • 4f6749d5da Remove an extraneous <br /> james 2008-08-22 20:18:17 +00:00
  • c29e490639 Add the rest of the config icons! :) james 2008-08-22 20:10:39 +00:00
  • 2d20b0887b Add about 1/2 the icons for the config page james 2008-08-22 19:12:53 +00:00
  • cbf1c371ff Move cms from config to admin Add icon and link it into the admin index james 2008-08-22 17:21:35 +00:00
  • 15cb1f9782 If there's no entry for the current fairyear, insert the default entry Delete all instances of index from the pagetexts, not just the current year james 2008-08-22 17:11:20 +00:00
  • 44d88e646e Commit mostly working CMS james 2008-08-21 20:30:20 +00:00
  • 8b5fc1c905 Shrink the summarytable headers a bit in size Add the content management front-end file Add the content management back-end file - its not quite done yet james 2008-08-20 20:25:42 +00:00
  • 7e84ab0222 Add cms table, and move the 'index' pagetext to cms Add .htaccess rules for the cms Add cms page display code and convert index.php to pull from the cms If no page title is passed to send_header(), output the fair name in the <title> tag james 2008-08-19 21:13:29 +00:00
  • 597a21da3a Switch important_dates to use dateformat and timeformat config vars james 2008-08-18 21:41:24 +00:00
  • 3d33d976c3 Create a Localization Category for config variables, and move the Province/State, Postal/Zip there Add new config variables for dateformat and timeformat james 2008-08-18 21:33:30 +00:00
  • fca09d86c0 Update the database to store the page texts in multiple languages james 2008-08-18 21:09:12 +00:00
  • 3992b68029 Update page text's to do multiple languages, instead of storign the text's in the separate language editor Also - force it to use the newly auto-installed fckeditor, and reduce the height a bit becuase there's now more than one per page. james 2008-08-18 21:08:23 +00:00
  • 4cf6c46a6f Remove the fck samples james 2008-08-18 18:07:23 +00:00
  • 191154357c Enable the php filebrowser, and pull the path from the database SFIABDIRECTORY so all SFIAB's can run the same codebase without needing to individually configure fckeditor for each one james 2008-08-18 18:06:34 +00:00
  • 4f5727a1de Add FCKEditor, uncompressed, no changes james 2008-08-18 16:20:55 +00:00
  • 251138248d Show disabled icons james 2008-07-24 17:27:59 +00:00
  • 267d228aaf Add more icons james 2008-07-24 17:15:42 +00:00
  • bfc32c305b Oops fix typos james 2008-07-24 16:35:37 +00:00
  • cd24825e71 Add some more icons james 2008-07-24 16:32:43 +00:00
  • 517455ee13 Migrate css to a theme and setup to allow multiple themes Begin adding icons to the default theme and reorganizing the admin index james 2008-07-24 16:20:16 +00:00
  • 1f6da29aac fix grammar james 2008-07-17 18:39:01 +00:00
  • a42812ce27 switch communication from using an echo to the at command now +1 minute to exec immediately piping the output to /dev/null and redirecrting stderr as well james 2008-07-17 18:33:11 +00:00
  • 205d94bb12 Change version to 2.1.9 for development james 2008-07-17 15:27:19 +00:00
  • 40bc5f93ef Oops and add the db update for the new config options james 2008-07-16 17:24:19 +00:00
  • 651d6235a4 Add config options for Province/State and Postal Code/Zip Code james 2008-07-16 17:23:53 +00:00
  • 986ce4ef44 - user.inc.php needs to generate a password without including common.inc.php (install3 doesn't like including that file). That's ok, because eventually all passwd handling will be done through user.inc.php (and the generate could even be inlined into set_password). But for now, just copy the existing generatePassword, and call it something different so the function names don't clash. dave 2008-07-09 18:24:49 +00:00
  • a9318b6303 - Move all the password handling code into one function (not duplicated/spread over 3 files) - Fix a bug to always save the old password (unless it was a reset password) - Fix a bug to save the old password even when the user sets a new one dave 2008-07-09 17:02:11 +00:00
  • 5ed0135442 Better fix for the password expiration problem james 2008-07-09 14:51:48 +00:00
  • 0f2812cc90 Set the email address properly on install james 2008-07-08 19:52:14 +00:00
  • e1055150c9 Dont make newly created users passwords expire as soon as they login Allow firstname and lastname to be POSTed through on the install3 script so the name can be set instead of using 'Superuser Account' james 2008-07-08 19:29:02 +00:00
  • 66ec01cd60 htmlspecialchars the text for the text box so things like <a href>'s work. james 2008-07-02 15:52:51 +00:00
  • a8fadb3046 Fix the scheduler status in IE7 - the http readystate needs to be manually reset. james 2008-04-14 00:16:52 +00:00
  • 73972d676f Show judges language on the judge team members list - for quick verification of proper language team assignments. Fix 1x4 and 1x1.33 Avery stock to print properly. james 2008-04-03 20:34:42 +00:00
  • 76966f0f62 Allow the admin to change the project sort as well as the project number. we dont care abotu checking for duplicates here with the project sort... its just a sort field.... james 2008-04-02 17:27:10 +00:00
  • d2868f3f45 - Updates to the tour annealer: - Add more verbose output for the terminal - Split the student load / tour preference load to capture student who didn't select any tours - Allow students with no tour selection to be placed anywhere with no penalty - Add a missing break; in cost computation (doesn't change the result) dave 2008-04-02 06:25:50 +00:00
  • 6d3f518648 - Fix the multiple cookie bugs if SFIABDIRECTORY=='' and the user visits '/admin' or some other subdir first. Setting the cookie directory to '' seems to mean that PHP sets it to the current directory. We want it to be set to '/'. dave 2008-03-30 18:42:15 +00:00
  • bbbd32a026 Dont include deleted judges in the number of available judges check james 2008-03-30 16:06:08 +00:00
  • 8b250c8997 Fix a bug where the scheduler was allowing deleted judges to be used james 2008-03-29 20:59:14 +00:00
  • 5458a5809e Fix a bug where judging teams containing apostrophe's wasnt being created, but it was using an old ID from a previous insert, so judges were being linked to teams that didnt exist... then the records became orphaned and couldnt be deleted. james 2008-03-29 20:48:39 +00:00
  • 572242bc14 Only consider judges teams from the current fair year when calculating what judging team number to start numbering at james 2008-03-29 19:02:43 +00:00
  • bc3727b5c1 Leave the main page only checking whichever student is logged in (FOR NOW) But if they go into the page they will see the check for BOTH STUDENTS james 2008-03-27 22:41:55 +00:00
  • cebe0d2ea7 Properly do the namecheck for multiple student james 2008-03-27 22:34:15 +00:00
  • 300e76c3c0 Show both names on the same page james 2008-03-27 22:26:06 +00:00
  • 63034a1d33 Check the name check status on deciding if a form is complete or not. james 2008-03-27 22:12:27 +00:00
  • d190d4f0b7 Display errors if at least one age category and one division arent selected james 2008-03-27 08:06:14 +00:00