Commit Graph

1187 Commits

Author SHA1 Message Date
james
4316d2bb71 Fix translations dropdown to work in IE 2008-11-03 01:57:04 +00:00
james
b9253d4114 IE/Firefox consistency fixes (make IE not look screwed up) 2008-11-03 00:42:21 +00:00
dave
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.
2008-11-02 22:35:54 +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
566fb9ea3c Fix translation of headings for pre-translated headings, remove i18n calls from send_header calls that dont need it 2008-10-30 16:55:31 +00:00
james
fe07722b5b Fix the namecheck code 2008-10-30 16:39:06 +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
dave
43d58fb17f - missing line to last update 2008-10-26 19:42:49 +00:00
dave
4789bd4d60 - update the user_load routine to use the new method. 2008-10-26 17:21:26 +00:00
james
c41be1a17e Add more fields to the sponsor table 2008-10-25 05:01:29 +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
18de1e13cf A few CSS changes to fix the problem with the ? icon being off the side of the page in inept exploder. 2008-10-24 00:04:54 +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
10d71c4b57 Shrink Coins to 32x32, it was 48x48 for some reason, maybe need to find a new icon, this looks like crap now. 2008-10-23 21:26:14 +00:00
james
8c385c50aa Add coins icon for Fundraising module 2008-10-23 18:29:45 +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
james
2d8c3a72ef Add more ISEF form handling database, keep as 999 cuz we're not ready for it yet 2008-10-22 20:48:22 +00:00
james
bf3942bc04 Make salutation work in user editor 2008-10-22 20:47:45 +00:00
james
4dd1111b76 Add salutation to user_personal 2008-10-22 20:36:05 +00:00
james
bce2cef92e Add some user sponsor stubs
Fix some multi-year user stuff
Add sponsor main page
2008-10-22 20:35:35 +00:00
james
3c1a4d29cc Merge judge records into existing user records
Start to cleanup users table to be able to add UNIQUE(username,year)
2008-10-22 16:44:03 +00:00
james
f981858df9 Change sex field in 116 so judges also default to NULL
Add start of sponsor contacts conversion to user system for fundraising module
2008-10-20 21:04:19 +00:00
james
35d3211391 Fix parse error 2008-10-20 16:56: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
d1c7fa968e - more unneeded user code 2008-10-19 23:14:02 +00:00
dave
a0d27df91e - use the newer (faster) user load, and always load a full user.
- delete now deprecated code because of the new user loader
2008-10-19 21:42:57 +00:00
dave
f9d3913697 - remove old user_update_complete function, each user type now updates their
individual complete entry.
2008-10-19 15:49:28 +00:00
dave
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.
2008-10-19 15:46:43 +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
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
2008-10-18 03:30:58 +00:00
dave
4b247de611 - implement the judge_other selection for years of experience and willing_chair and whatnot. 2008-10-17 22:44:33 +00:00
dave
ca81fc2273 - delete the year too, and do the users_id conversion in one spot only 2008-10-17 20:40:11 +00:00
dave
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.
2008-10-17 20:38:01 +00:00
dave
b021805246 - conversion of judges to new user system. Mostly works. 2008-10-17 19:34:11 +00:00
james
18f6d002a7 add branch for users makeover of judges and sponsors/fundraising 2008-10-17 15:25:32 +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
f569ed3e13 Fix Quebec province translation so its country code is properly set. 2008-10-06 18:50:18 +00:00
james
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 2008-09-28 18:36:56 +00:00
james
13558122bd Add backup/restore icon 2008-09-25 17:38:40 +00:00
james
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
2008-09-24 21:56:11 +00:00