Commit Graph

558 Commits

Author SHA1 Message Date
dave
c8705bc70d - Update judges_timesltos. to match 2009-02-06 06:56:39 +00:00
dave
d1f6bb925a Fix the require_once includes 2009-02-06 06:53:18 +00:00
dave
37b774f68a - Cleanup the user list includes
- Fix a big that wasn't causing the "show only complete registrations" to stick.
2009-02-06 06:33:58 +00:00
dave
b7da5c59a5 - Convert old timeslots to the new rounds+timeslots format
- New timeslot editor (still needs icons)
2009-02-04 08:03:37 +00:00
dave
c2a5e6821e - Use the uid, not the id, when unlinking members 2009-02-03 23:37:34 +00:00
dave
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.
2009-02-03 22:45:11 +00:00
dave
68cdb98a8e - Add category short form and divison&category field
- Move division short form to be in the same order.
2009-02-02 06:51:01 +00:00
dave
53175acbfe - Obey the year specifier
- Add a "volunteer complete" option
2009-02-02 06:40:11 +00:00
dave
760b84f6ac - Fix volunteer reports to only show volunteers
- Also, show volunteers that haven't signed up for anything yet
2009-02-02 06:34:40 +00:00
dave
f83a04ab04 - Fixup the judge reports for the new user system 2009-02-02 06:31:39 +00:00
dave
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)
2009-01-26 07:27:07 +00:00
dave
e76bef6cf9 - Add more trophy options to the student reports 2009-01-23 02:26:46 +00:00
dave
c3ebf1f6cd - Add the activate screen to the editor
- Add sponsor user types to the editor
2009-01-22 05:24:34 +00:00
dave
b803c00881 Use the unique id (uid) to attach reports to committee members, instead of the
id, since now the id will change every year.
2009-01-22 01:23:14 +00:00
james
7e250693af Fix report_awards for new sponsor format 2009-01-21 20:13:30 +00:00
james
f25a6d1e6b Fix AC script for new sponsors format 2009-01-21 20:13:02 +00:00
james
496b18d2e2 Allow switching back to "all" 2009-01-21 19:45:13 +00:00
dave
3ad971cb60 - Remove the old judge registration pages 2009-01-21 09:08:00 +00:00
dave
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.
2009-01-19 23:33:54 +00:00
dave
548a37ae16 - Link in the user invite page for judges and volunteers
- Delete the old invite page.
2008-11-08 08:47:22 +00:00
james
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 2008-11-07 03:25:43 +00:00
james
fb53a2cb2c Add sponsorship levels editor
Add description to funrdaising types
Add description/benefits to sponsorship levels
2008-11-06 21:06:40 +00:00
james
e5e863e3f7 Update winners entry and award_downloader for award_sponsors->sponsors conversion 2008-11-03 05:15:03 +00:00
james
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
2008-11-03 05:09:04 +00:00
james
4b573c7224 Update the rest of the awards system to pull from sponsors instead of award_sponsors 2008-11-03 05:05:09 +00:00
james
8a3dbc9284 Rename award_contacts to sponsor_contacts 2008-11-03 04:49:36 +00:00
james
0f3f5dd26c Re-implement award_contacts as sponsor_contacts, will full editor using the new user system 2008-11-03 04:48:48 +00:00
james
b9253d4114 IE/Firefox consistency fixes (make IE not look screwed up) 2008-11-03 00:42:21 +00:00
dave
860de02d16 - remove unneeded line 2008-11-02 15:55:24 +00:00
dave
881d6b9be4 - fix the message in the config editor
- add a convenience $user['name'] setting
- update the judge SA
2008-11-02 06:15:05 +00:00
dave
1774225526 - fix the judge check in the scheduler 2008-11-02 05:29:36 +00:00
dave
f054ab69f9 - working judges_teams_members.php 2008-11-02 05:07:04 +00:00
james
2bd3201196 Add new fields to sponsor editor, dont let sponsor be edited on a sponsorship, and adjust the dialog box sizes a bit 2008-10-28 21:19:21 +00:00
james
82d9e16dea Add sponsors_logs logging to sponsorship adding/editing 2008-10-28 19:23:09 +00:00
james
585510ad87 Sort the sponsorships list 2008-10-25 04:33:18 +00:00
james
48ee8ee629 Oops fix typo, howd that happen! 2008-10-25 04:28:41 +00:00
james
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...
2008-10-25 04:25:38 +00:00
james
1d09e7fb38 Factor form handler into separate files for each of the dialog forms
Add form handling for fundraising types
2008-10-24 22:46:35 +00:00
james
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)
2008-10-24 22:29:14 +00:00
james
b7e72aa40c This file was renamed in the last commit 2008-10-23 21:33:06 +00:00
james
c100baef89 Add more fundraising module stuff, the SFIABDialog code will be refactored out into a separate library class eventually 2008-10-23 21:32:31 +00:00
james
f2101200b6 Add a start of the fundraising system's overview page and fund type editor 2008-10-22 21:46:31 +00:00
dave
d86ea6257f - partially working judges_teams_members
- working judges_info, except for the configurable questions/answers
2008-10-20 05:20:42 +00:00
dave
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.
2008-10-19 02:52:28 +00:00
dave
b021805246 - conversion of judges to new user system. Mostly works. 2008-10-17 19:34:11 +00:00
james
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 :) 2008-10-16 19:13:59 +00:00
james
b3bfb560f9 Add a bunch of missing i18n()'s 2008-10-06 19:09:00 +00:00
james
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.
2008-09-17 18:04:50 +00:00
james
87841466e6 Hmm, re-add the "Internal Document Management" that somehow got left out from the conversion to icons! 2008-09-17 14:30:18 +00:00
james
642dac036f Add participants last year and participants all years to communications system 2008-09-17 14:23:30 +00:00