Commit Graph

  • d1f6bb925a Fix the require_once includes dave 2009-02-06 06:53:18 +00:00
  • 9b828b15d4 I used 'special' not 'specialawards' in the code dave 2009-02-06 06:52:28 +00:00
  • 37b774f68a - Cleanup the user list includes - Fix a big that wasn't causing the "show only complete registrations" to stick. dave 2009-02-06 06:33:58 +00:00
  • 65ba63bd81 - Force the config page to reload when saved, so changes in $config are reloaded and thus immediately displayed. dave 2009-02-05 09:22:31 +00:00
  • 0f763de1ac - Add a 'language' input type to the config editor - Change config[default_language] type to langauge, no more people messing it up by typing in "English" or "American". dave 2009-02-05 09:14:41 +00:00
  • c0e5a2cb91 - Delete debug print statements dave 2009-02-05 08:44:53 +00:00
  • 4c0cc8b3d5 - Remove award_sponsors from the rollover script, they will automatically be handled by the user system (NOTE: make sure we use the users.uid instead of the users.id when linking to award contacts, because the users.id will change each year they login. - Rollover timeslots and rounds - Add a roll() function to simply rolling over simple databases, converted two rollovers to use it, could convert more. dave 2009-02-05 08:43:37 +00:00
  • b39072f098 - Add an update php script to properly convert the old timeslots into rounds with sub-timeslots. dave 2009-02-05 07:57:15 +00:00
  • b7da5c59a5 - Convert old timeslots to the new rounds+timeslots format - New timeslot editor (still needs icons) dave 2009-02-04 08:03:37 +00:00
  • c2a5e6821e - Use the uid, not the id, when unlinking members dave 2009-02-03 23:37:34 +00:00
  • ad27a96874 - Use the unique user id (users_uid) instead of the user id (that changes every year) when linking users to committees. - Also use the uid when displaying committees and contact info. dave 2009-02-03 22:45:11 +00:00
  • 94d0e5022a - Add a user_load_by_uid() to load a user by their unique id (users are now cloned for each year); - Fixup the committees.php page to always show the users from the latest year. dave 2009-02-03 08:19:15 +00:00
  • 8b430bd63f - Use the uid instead of the id (which changes every year) to see if an email address is in use. - Only scan emails of non-deleted users - Don't try and go back to the committee management page after save, we're in a popup window. FIXME: the popup window needs a close button. :) dave 2009-02-02 23:48:26 +00:00
  • 68cdb98a8e - Add category short form and divison&category field - Move division short form to be in the same order. dave 2009-02-02 06:51:01 +00:00
  • 53175acbfe - Obey the year specifier - Add a "volunteer complete" option dave 2009-02-02 06:40:11 +00:00
  • 760b84f6ac - Fix volunteer reports to only show volunteers - Also, show volunteers that haven't signed up for anything yet dave 2009-02-02 06:34:40 +00:00
  • f83a04ab04 - Fixup the judge reports for the new user system dave 2009-02-02 06:31:39 +00:00
  • 3d1483975a - check for the number of tours before checking for tour assignment. This fixes a bug where tour status always showed complete. dave 2009-01-29 08:14:16 +00:00
  • 099453e2c3 - Participants aren't judges. dave 2009-01-29 07:59:35 +00:00
  • bf58a9d78b Make the Help button work on all of the sfiab.com sites because of the mod-rewrite REDIRECT_URL james 2009-01-27 21:52:11 +00:00
  • e045e016df - Make the delete button work. It's just a shortcut to delete the entire user now, roles can be individually activated/deactivated/deleted in the user editor window. - Make an edit button, in case someone can't figure out how to click on the name - Add the role active status for each type (we could make this a toggle button too, for fast editting) dave 2009-01-26 07:27:07 +00:00
  • eb87f5b6f1 Fix typo dave 2009-01-26 06:55:15 +00:00
  • e76bef6cf9 - Add more trophy options to the student reports dave 2009-01-23 02:26:46 +00:00
  • 23e6df6f37 Show the right type in the you are here cookie crumb instead of always showing Judge Registration james 2009-01-22 18:03:26 +00:00
  • c3ebf1f6cd - Add the activate screen to the editor - Add sponsor user types to the editor dave 2009-01-22 05:24:34 +00:00
  • cd1de0ddfd - This update was missed, it's kinda needed so we dont' have everyone on the committee with a unique user id of 0. dave 2009-01-22 01:27:10 +00:00
  • b803c00881 Use the unique id (uid) to attach reports to committee members, instead of the id, since now the id will change every year. dave 2009-01-22 01:23:14 +00:00
  • c83cb44aa6 Merge safety changes from banch into trunk james 2009-01-21 22:33:27 +00:00
  • 9756705aad Code style updates Use odd/even row backgrounds to make each point easier to identify james 2009-01-21 22:26:09 +00:00
  • 7e250693af Fix report_awards for new sponsor format james 2009-01-21 20:13:30 +00:00
  • f25a6d1e6b Fix AC script for new sponsors format james 2009-01-21 20:13:02 +00:00
  • 496b18d2e2 Allow switching back to "all" james 2009-01-21 19:45:13 +00:00
  • 59c2809ef5 - Load from the sponsor table, instead of the awards_sponsor table dave 2009-01-21 18:33:46 +00:00
  • f39b01d4c2 - Use NULL properly dave 2009-01-21 18:33:25 +00:00
  • 3ad971cb60 - Remove the old judge registration pages dave 2009-01-21 09:08:00 +00:00
  • 7610908a17 - Use the proper judge mainpage dave 2009-01-21 09:05:50 +00:00
  • b102731ac2 - $config needs to be global, or the year doesn't work :) dave 2009-01-21 09:04:36 +00:00
  • d5676576a7 - Fix the user dupe code, now that username,year is unique dave 2009-01-21 08:59:39 +00:00
  • 65e5bfc0fa - add volutneer position rollover code dave 2009-01-21 08:24:45 +00:00
  • c2309c0174 - Fix a typo to let the .119 update apply dave 2009-01-21 08:10:55 +00:00
  • d00086aea5 - speaking of errors dave 2009-01-21 08:02:45 +00:00
  • af6eb12985 - Handle the case where a user is a volunteer and a committee member, tested. works. - Add the UNIQUE username,year condition to the 117 update. - Bump the version to 119. I won't commit anything else to the existing updates, unless I find an error in a script. dave 2009-01-21 07:42:15 +00:00
  • 9c40cc91f8 A working user editor. It uses the same pages that the user actually sees (via a $_SESSION['embed'] variable to change the behaviour). It uses tabs to switch between the various sections. Converted committee, volunteer, and judge editor. Relies on using a popup window, don't know if that's a good idea or not, but it sure looks cool. dave 2009-01-19 23:33:54 +00:00
  • 27f40a0fc9 Use the themed sfiab.css for popup windows too dave 2009-01-19 21:31:50 +00:00
  • 7bd94c3782 Add judging score entry for Renfrew County fair justin 2009-01-17 19:45:42 +00:00
  • 65d568afa7 Add division / category to the summary at the top of the signature page james 2008-11-20 18:33:04 +00:00
  • 544c6f4580 Allow upscaling widths as well as downscaling widths if they select "scale column widths to fit page width" james 2008-11-20 18:21:56 +00:00
  • cc619e3422 Make summary scalable james 2008-11-20 18:20:04 +00:00
  • 3d30262af5 Only show the label layout if the type is label james 2008-11-20 18:17:57 +00:00
  • 548a37ae16 - Link in the user invite page for judges and volunteers - Delete the old invite page. dave 2008-11-08 08:47:22 +00:00
  • dd5eae506f - save the file before trying to commit it :) dave 2008-11-08 08:36:11 +00:00
  • bfb2b63a68 - the rest of the user invite system, should all be working now. Can be used to invite Volunteers and Judges, or add the volunteer/judge role to an account, or send a reminder email to a specific volutneer/judge that registration is now open and they should login. dave 2008-11-08 08:35:08 +00:00
  • 2cebd4dc9f Backport namecheck fix from branch to trunk james 2008-11-07 04:41:44 +00:00
  • e4ed9f8772 Reorganize the left side menu, and add a new generic login page that lets you choose who you are and takes the user to the appropriate login page james 2008-11-07 03:25:43 +00:00
  • 95c559fa08 Add sponsorship levels to the sponsor main page james 2008-11-07 03:23:42 +00:00
  • 3ab46da3d5 Add defaults and descriptions to fundraising types and sponsorship levels Start working on the sponsors main page for when a sponsor logs in james 2008-11-06 21:07:40 +00:00
  • fb53a2cb2c Add sponsorship levels editor Add description to funrdaising types Add description/benefits to sponsorship levels james 2008-11-06 21:06:40 +00:00
  • 5970cc2782 Make backup/restore work in Internet Exploder over SSL james 2008-11-06 19:06:31 +00:00
  • d4e604fed5 Don't show dates that aren't set on the front-end james 2008-11-03 05:18:23 +00:00
  • e5e863e3f7 Update winners entry and award_downloader for award_sponsors->sponsors conversion james 2008-11-03 05:15:03 +00:00
  • 27a3a273d7 Disable the rest of the award_sponsor.confirmed stuff until we figure out what to do with it Make the sponsor selector work when adding awards james 2008-11-03 05:09:04 +00:00
  • 4b573c7224 Update the rest of the awards system to pull from sponsors instead of award_sponsors james 2008-11-03 05:05:09 +00:00
  • 8df97afb4f Table editor CSS cleanups to look better james 2008-11-03 04:50:00 +00:00
  • 8a3dbc9284 Rename award_contacts to sponsor_contacts james 2008-11-03 04:49:36 +00:00
  • 0f3f5dd26c Re-implement award_contacts as sponsor_contacts, will full editor using the new user system james 2008-11-03 04:48:48 +00:00
  • 065cb658bb Make the translations page much more compact Backport translations dropdown fix from branch james 2008-11-03 02:11:52 +00:00
  • 4316d2bb71 Fix translations dropdown to work in IE james 2008-11-03 01:57:04 +00:00
  • b9253d4114 IE/Firefox consistency fixes (make IE not look screwed up) james 2008-11-03 00:42:21 +00:00
  • 3b845d2d36 - working ajax part of the user invite script. No emails are sent yet, this is just the working ajax part. but.. it works.. at least in firefox. dave 2008-11-02 22:35:54 +00:00
  • 860de02d16 - remove unneeded line dave 2008-11-02 15:55:24 +00:00
  • 881d6b9be4 - fix the message in the config editor - add a convenience $user['name'] setting - update the judge SA dave 2008-11-02 06:15:05 +00:00
  • 1774225526 - fix the judge check in the scheduler dave 2008-11-02 05:29:36 +00:00
  • f054ab69f9 - working judges_teams_members.php dave 2008-11-02 05:07:04 +00:00
  • fde29e7a91 Migrate 1320 from branch into HEAD james 2008-11-02 02:35:46 +00:00
  • b45ef040bb Make the translations manager much mroe user friendly: 1) can edit more than one translation at a time 2) can delete more than one translation at a time james 2008-10-30 17:57:05 +00:00
  • 59d42980e1 Fix i18n on the date config errors james 2008-10-30 17:08:21 +00:00
  • 566fb9ea3c Fix translation of headings for pre-translated headings, remove i18n calls from send_header calls that dont need it james 2008-10-30 16:55:31 +00:00
  • fe07722b5b Fix the namecheck code james 2008-10-30 16:39:06 +00:00
  • 2bd3201196 Add new fields to sponsor editor, dont let sponsor be edited on a sponsorship, and adjust the dialog box sizes a bit james 2008-10-28 21:19:21 +00:00
  • 82d9e16dea Add sponsors_logs logging to sponsorship adding/editing james 2008-10-28 19:23:09 +00:00
  • 43d58fb17f - missing line to last update dave 2008-10-26 19:42:49 +00:00
  • 4789bd4d60 - update the user_load routine to use the new method. dave 2008-10-26 17:21:26 +00:00
  • c41be1a17e Add more fields to the sponsor table james 2008-10-25 05:01:29 +00:00
  • 585510ad87 Sort the sponsorships list james 2008-10-25 04:33:18 +00:00
  • 48ee8ee629 Oops fix typo, howd that happen! james 2008-10-25 04:28:41 +00:00
  • d849040872 Add ability to delete funds and delete sponsorships Update some of the sponsors editor code to look a bit.. umm... better.... needs more work me thinks... james 2008-10-25 04:25:38 +00:00
  • 1d09e7fb38 Factor form handler into separate files for each of the dialog forms Add form handling for fundraising types james 2008-10-24 22:46:35 +00:00
  • b62fa76aab Refactor dialog code into separate include file CSS changes for IE and for Dialog use Switch fund types to use dialog (cant save yet) james 2008-10-24 22:29:14 +00:00
  • 18de1e13cf A few CSS changes to fix the problem with the ? icon being off the side of the page in inept exploder. james 2008-10-24 00:04:54 +00:00
  • b7e72aa40c This file was renamed in the last commit james 2008-10-23 21:33:06 +00:00
  • c100baef89 Add more fundraising module stuff, the SFIABDialog code will be refactored out into a separate library class eventually james 2008-10-23 21:32:31 +00:00
  • 10d71c4b57 Shrink Coins to 32x32, it was 48x48 for some reason, maybe need to find a new icon, this looks like crap now. james 2008-10-23 21:26:14 +00:00
  • 8c385c50aa Add coins icon for Fundraising module james 2008-10-23 18:29:45 +00:00
  • f2101200b6 Add a start of the fundraising system's overview page and fund type editor james 2008-10-22 21:46:31 +00:00
  • 2d8c3a72ef Add more ISEF form handling database, keep as 999 cuz we're not ready for it yet james 2008-10-22 20:48:22 +00:00
  • bf3942bc04 Make salutation work in user editor james 2008-10-22 20:47:45 +00:00
  • 4dd1111b76 Add salutation to user_personal james 2008-10-22 20:36:05 +00:00
  • bce2cef92e Add some user sponsor stubs Fix some multi-year user stuff Add sponsor main page james 2008-10-22 20:35:35 +00:00
  • 3c1a4d29cc Merge judge records into existing user records Start to cleanup users table to be able to add UNIQUE(username,year) james 2008-10-22 16:44:03 +00:00
  • f981858df9 Change sex field in 116 so judges also default to NULL Add start of sponsor contacts conversion to user system for fundraising module james 2008-10-20 21:04:19 +00:00