Commit Graph

2141 Commits

Author SHA1 Message Date
dave
dd6228f5d7 Implement password expired, force the user to set a new password. 2010-07-15 09:17:59 +00:00
jacob
a403202786 Updates to work with new user system. Also updated the committees_link table fieldname to use "accounts_id" instead of "users_uid" and updated code accordingly. 2010-07-14 21:04:50 +00:00
jacob
004c9b64d2 Partially modified to work with new user account system 2010-07-14 20:26:07 +00:00
dave
c81bc0c7da Save the username link 2010-07-14 19:02:05 +00:00
dave
80537e75f2 Add a field so we can record email->username linkage 2010-07-14 18:57:00 +00:00
jacob
82bdfdbd10 Fixes for issue with record id's 2010-07-14 18:30:04 +00:00
dave
712348dbb9 Fix email checking
user_account now saves info, and does online-checking of usernames.
Form validation is fun!
2010-07-14 18:09:28 +00:00
dave
1697287a35 First-child with CSS 2010-07-14 18:09:26 +00:00
dave
74ecb60f90 We can do the first child thing with CSS, no need to call any
javascript.
2010-07-14 18:09:23 +00:00
dave
994759d660 keep username and email synced if the checkbox is checked. 2010-07-14 18:09:19 +00:00
james
d5912ac1e8 Start un-breaking all the broken UI navigation 2010-07-13 21:23:39 +00:00
justin
45e1e79072 make showing the winners link optional 2010-07-13 20:18:50 +00:00
jacob
6eab783fb6 Fixed an omission in the script - user ID's were not being updated in the users table to point to the appropriate record in the accounts table 2010-07-13 20:07:06 +00:00
justin
8a16a90c0e place pronunciation on one line in the default script (issue 372) 2010-07-13 19:46:51 +00:00
justin
39c402f3f5 and make sure the setting doesn't override an existing school entry 2010-07-13 19:23:18 +00:00
justin
c877ce1f95 automatically select the same school as the first partner when added a second to a registration 2010-07-13 19:16:35 +00:00
dave
83c683063e 6 character passwords 2010-07-13 18:28:13 +00:00
dave
9ce7df3f9b Try without any textinput fudging. Fix the input type, don't use
"email"
2010-07-13 18:27:14 +00:00
dave
0f580472f6 Account editor (that doesn't edit yet) but uses a jquery input
validator.  Had to move the global .error class to div.error and
span.error (the only ways error() uses them).  For the rest of the
cases, like when .error is used to indicate input errors, we should
convert to using the input validator if we're all happy with it.
2010-07-13 18:00:53 +00:00
jacob
a1455b30b6 Three small fixes:
1) Needed to include deleted records that were getting omitted
2) typo in debug output
3) "users" records with a year of 0 get deleted after the corresponding "accounts" record is created
2010-07-13 17:01:50 +00:00
justin
f3403c901c fix some syntax errors, that should be the last of them 2010-07-13 14:39:47 +00:00
james
282c2599ce Put update 196 back in after dave somehow removed it?! 2010-07-13 13:40:44 +00:00
dave
4d8e359049 Fix award ceremony script. 2010-07-13 05:20:38 +00:00
dave
1be2301844 Add an oid field to confrences so we know which conferences are the same
year after year.. we should probably keep the "year" column there too..
it's easier to query that than querying the config variables to find all
the years taht the conference was active (needed for ceremony script and
report generation)
2010-07-13 05:20:37 +00:00
dave
98d264ef67 Rename $_SESSION['conferenceid'] to $_SESSION['conferences_id'] for
naming consistency.
2010-07-13 05:20:35 +00:00
justin
6e464998b5 fix typo 2010-07-13 04:47:47 +00:00
dave
7fb84ea200 Apparently Safari takes the "email" seriously, and won't let anything go
that isn't really an email.. no so good for usernames.  We need a "I
don't have an email" button  or somethign .
2010-07-13 04:33:42 +00:00
dave
ccf1b9c453 Fix an update bug. The code needs to be run to set the conference ID
before we can build a UNIQUE index on the conference id.
2010-07-13 04:25:00 +00:00
dave
b6f43280d7 fix naming and types 2010-07-13 03:54:34 +00:00
justin
024cd25fa6 added warning when registrations have started (issue 255) 2010-07-13 03:33:58 +00:00
dave
7c918c0167 update the user personal information editor, the superuser edit flags
for admin/config/super don't quite work yet.
2010-07-13 03:30:26 +00:00
dave
88f8ce044b Update role activate/deactive page 2010-07-13 03:30:25 +00:00
dave
c3f2e0c589 Update the password change page 2010-07-13 03:30:24 +00:00
dave
2a4b64588d Update /config files too 2010-07-13 03:30:23 +00:00
dave
ad0468e4e1 Convert to new user_auth_required. Some report edits too that I don't
feel like filtering out
2010-07-13 03:30:17 +00:00
dave
8d1c6e1cd4 Add an option to bypass the actual db version update write to the
database, so for testing the same update can be applied over and over
without needing to update the db.
2010-07-13 03:30:14 +00:00
dave
5338adefa9 Remove uneeded function 2010-07-13 03:30:12 +00:00
dave
b1f2718a3c Users can login and logout and look at their home pages. 2010-07-13 03:30:11 +00:00
dave
56987c174a update db version 2010-07-13 03:30:10 +00:00
dave
f5618851dd Remvoe old db update 2010-07-13 03:30:09 +00:00
dave
61a9d73835 Move db updates to 197 2010-07-13 03:30:07 +00:00
dave
801d2580be Add config/admin roles and conversion script 2010-07-13 03:30:06 +00:00
dave
2e17685fc2 More fields for hte account 2010-07-13 03:30:05 +00:00
dave
514c1f12b9 Move my 196 update to 198. Add conferences_id migration to users table 2010-07-13 03:30:04 +00:00
dave
68737a68b7 Move 196 upfdate to 198. I have a big 196 already committeed to my
local tree, and james is working on 197.
2010-07-13 03:30:02 +00:00
dave
54fd1cf19c More judge fields 2010-07-13 03:30:00 +00:00
justin
78f4bcb43a resetting prize form appropriately now (issue 411). Also fixed unreported issue preventing checkboxes in this form from being properly set. 2010-07-13 02:02:31 +00:00
justin
e69e6bc64e fix prize saving so the description is actually saved (issue 478) 2010-07-13 01:03:39 +00:00
justin
4a148a415f allow multiple awards to be marked as cwsf awards (issue 226) 2010-07-13 00:26:39 +00:00
justin
9ef983c671 change "Reports Editor" to "Report Management" (issue 366) 2010-07-12 23:23:52 +00:00