| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-02-16 | add key word captcha to form so its easier to find | wjames5 | 1 | -3/+3 |
| 2010-02-15 | Don't allow users to update email to be one of an invalid syntax | Daniel Sutcliffe | 1 | -4/+6 |
| 2010-02-15 | Fix some username field prompt weirdness on register form | Daniel Sutcliffe | 2 | -5/+5 |
| 2010-02-15 | Using ['email'] in changeUserEmail() doesn't cause problems with current usag... | Daniel Sutcliffe | 1 | -4/+4 |
| 2010-02-15 | only show groupList if count is greater than 1 | Christian Fowler | 1 | -1/+1 |
| 2010-02-14 | tweak wording and add URI text before username to show how it will be used | Christian Fowler | 1 | -2/+3 |
| 2010-02-12 | Fix failed logins of valid users going straight to remind_password, isPasswor... | Daniel Sutcliffe | 1 | -4/+4 |
| 2010-02-12 | make sure remind_password.php has a page title even when called without params | Daniel Sutcliffe | 1 | -3/+4 |
| 2010-02-10 | virtualize first and last name for people who really really really like first...PRE_LIBERTYSYS_SERVICE_UPDATE | wjames5 | 1 | -4/+22 |
| 2010-02-10 | fix bug where logincol not set | wjames5 | 1 | -5/+6 |
| 2010-02-10 | update javascript to use BitBase namespace | Christian Fowler | 3 | -4/+4 |
| 2010-02-09 | goodbye deprecated methods | wjames5 | 1 | -199/+3 |
| 2010-02-09 | use js namespace for switchCheckboxes | wjames5 | 1 | -1/+1 |
| 2010-02-09 | remove sloppy user_cookie_site global from tiki days and use BitUser::getSite... | Christian Fowler | 4 | -103/+58 |
| 2010-02-08 | fix change passwd form and expanding validation to check if password requires... | wjames5 | 4 | -25/+42 |
| 2010-02-08 | deprecate root bit_setup_inc use kernel/setup_inc.php | wjames5 | 26 | -68/+68 |
| 2010-02-08 | fix pw validation check so returned is handed appropriately - fixes bug intro...pre_deprecate_bit_setup_incPRE_BIT_SETUP_CHANGE | wjames5 | 1 | -6/+6 |
| 2010-02-04 | use empty to check for pass_due offset, allowing null to be stored for no pas... | wjames5 | 1 | -5/+8 |
| 2010-02-04 | dont force password change if due date is null | wjames5 | 1 | -4/+4 |
| 2010-02-01 | fix change pass logic various bugs | wjames5 | 1 | -4/+4 |
| 2010-02-01 | roll back accidental custom mod commit which added service for display | wjames5 | 1 | -4/+2 |
| 2010-02-01 | pw errors is now an array, handle it; add error feed back for pw match to reg... | wjames5 | 3 | -8/+11 |
| 2010-02-01 | if password2 is set check it against the password | wjames5 | 1 | -3/+6 |
| 2009-11-18 | only merge verifyMx failure into mErrors on a definitive FALSE response | Christian Fowler | 1 | -4/+6 |
| 2009-11-16 | move getGroups from BitPermUser to BitUser, function unrelated to permissions... | Tyler Bello | 2 | -41/+36 |
| 2009-11-11 | add registration_period to getList to limit registrations over a time period ...R270 | Christian Fowler | 1 | -4/+11 |
| 2009-11-11 | use system default for max_records, not hardcoded 20 | Christian Fowler | 1 | -2/+2 |
| 2009-11-11 | add REQUEST_URI as form action so query string persists | Christian Fowler | 1 | -1/+1 |
| 2009-11-11 | add search in getList for lang_code, max_content_count, and min_content_count | Christian Fowler | 1 | -4/+27 |
| 2009-10-29 | add isAdmin check in 'visible' flag for getAllGroups to make sure admins can ... | Christian Fowler | 1 | -4/+4 |
| 2009-10-21 | make sure getUserInfo lookup has a real value | Christian Fowler | 1 | -14/+15 |
| 2009-10-20 | change timeout to 30 seconds for mx server response | Christian Fowler | 1 | -4/+4 |
| 2009-10-20 | Change to AND from OR on is_public | Tyler Bello | 1 | -4/+4 |
| 2009-10-20 | Change is_public from 1 to y | Tyler Bello | 1 | -4/+4 |
| 2009-10-20 | Replace where string with updated formatting and add flag to get only visible... | Tyler Bello | 1 | -16/+21 |
| 2009-10-20 | getList() user search missing () around ORs | John Turner | 1 | -5/+4 |
| 2009-10-19 | removed deprecated function | Christian Fowler | 1 | -2/+2 |
| 2009-10-09 | fix wording for email verification | Tyler Bello | 2 | -6/+5 |
| 2009-10-07 | add start_user_id GET paramter to allow offset, timestamp output | Christian Fowler | 1 | -4/+11 |
| 2009-10-06 | ticket check in wrong location - move inside confirmed removal otherwise we g... | wjames5 | 1 | -3/+3 |
| 2009-10-03 | content count needs to be in floaticon list so it can be used effectively to ... | Christian Fowler | 1 | -3/+3 |
| 2009-10-02 | fix speeling mistake | wjames5 | 1 | -2/+2 |
| 2009-10-02 | new httpauthentication support - requires ssl | wjames5 | 1 | -2/+38 |
| 2009-10-01 | remove ref to non-existant copyright.txt file | wjames5 | 34 | -97/+97 |
| 2009-10-01 | fix LGPL license ref from non-existant license.txt file to lgpl url | wjames5 | 34 | -97/+97 |
| 2009-09-25 | hack in div so icon can float by default, also add lables and stylize to make... | wjames5 | 1 | -6/+9 |
| 2009-09-15 | add avatar sized silhouette | Christian Fowler | 1 | -0/+0 |
| 2009-09-15 | add some classes to style usersinfo items | Christian Fowler | 1 | -7/+5 |
| 2009-09-15 | heavy modification to verifyMX function, added many features and situational ... | Tyler Bello | 1 | -95/+93 |
| 2009-09-14 | add numeric ordering to list of users | Christian Fowler | 1 | -2/+2 |