| Age | Commit message (Expand) | Author | Files | Lines |
| 2007-07-01 | Remove extranous root path reference | Lester Caine | 1 | -4/+4 |
| 2007-06-29 | Remove debug around expunge which was breaking remove user | Lester Caine | 1 | -4/+3 |
| 2007-06-24 | update user domains to be more complete, and auto set requested user_id/home ... | Christian Fowler | 1 | -8/+10 |
| 2007-06-23 | automagically select best image type that's best for the particular upladed f... | Max Kremmel | 1 | -5/+4 |
| 2007-06-15 | Trim png feature check | Lester Caine | 1 | -5/+3 |
| 2007-06-15 | liberty_fetch_thumbnail_url to get attachment thumbnails | Lester Caine | 1 | -6/+6 |
| 2007-06-15 | Allow user images to be .png via liberty_png_thumbnails | Lester Caine | 1 | -8/+12 |
| 2007-06-15 | Fix error message | Lester Caine | 1 | -4/+4 |
| 2007-06-14 | bug 1707875: check for existing email address before applying it | Max Kremmel | 1 | -9/+16 |
| 2007-06-13 | INNER JOIN to liberty_content in getList so sort_mode's on lc columns don't f... | Christian Fowler | 1 | -4/+7 |
| 2007-06-01 | remove a lot of antiquated code including breadcrumbs and outdated wiki-speci... | Max Kremmel | 1 | -6/+3 |
| 2007-05-30 | add initial getThumbnailUrl implementation override from LibContent | Christian Fowler | 1 | -3/+13 |
| 2007-05-22 | Modify language switch to also pick up session default if not logged in - ano... | Lester Caine | 1 | -4/+9 |
| 2007-05-22 | Switch output to users language preference if not being controlled by the bro... | Lester Caine | 1 | -3/+8 |
| 2007-05-20 | valid HTML if username contains & etc. | laetzer | 1 | -6/+7 |
| 2007-05-05 | add some preimlinary code for user_domains | Christian Fowler | 1 | -3/+24 |
| 2007-05-05 | only remove expired sessions for a few minutes, not an entire hour, check for... | Christian Fowler | 1 | -5/+5 |
| 2007-05-03 | move link_title stuff to BitUser::getDisplayName(), allow additional paramete... | Max Kremmel | 1 | -5/+5 |
| 2007-05-02 | title attribute for username link moved from BitUser.php to function.displayn... | laetzer | 1 | -4/+4 |
| 2007-05-02 | only return link to users homepage when user has permission to view it. | Max Kremmel | 1 | -12/+5 |
| 2007-04-23 | fatalError message translation standardisation: fatalError message is not tra... | Max Kremmel | 1 | -4/+4 |
| 2007-04-15 | improve readability | Max Kremmel | 1 | -14/+23 |
| 2007-04-04 | move all style related code to BitThemes to further clean up the mess. all st... | Max Kremmel | 1 | -5/+5 |
| 2007-03-10 | Added support for changing status and owners of content. Reordered some statu... | Nick Palmer | 1 | -3/+17 |
| 2007-03-05 | adds new service users_register_function triggered on firstime login - can no... | wjames5 | 1 | -5/+9 |
| 2007-03-01 | update function names to new names in preflight_inc.php | Max Kremmel | 1 | -4/+4 |
| 2007-02-27 | Add a second browser side time display control. | Lester Caine | 1 | -4/+7 |
| 2007-01-06 | rename some methods in BitDbBase to meet bitweaver standards. all changes bac... | Max Kremmel | 1 | -7/+7 |
| 2007-01-06 | fix case on No cookie found. Please... | Christian Fowler | 1 | -4/+4 |
| 2006-12-08 | log user deletion | Max Kremmel | 1 | -3/+8 |
| 2006-12-07 | fix liberty action logging for user registration | Max Kremmel | 1 | -6/+13 |
| 2006-11-29 | force string conversion to avoid NULL insert into users_cnxn.user_agent | Christian Fowler | 1 | -4/+4 |
| 2006-11-26 | move getAttachmentList function to LibertyAttachable, where it belongs and ad... | Max Kremmel | 1 | -34/+6 |
| 2006-11-17 | unset information if login failed | Christian Fowler | 1 | -3/+5 |
| 2006-11-15 | fix user validate registration | Christian Fowler | 1 | -5/+5 |
| 2006-11-15 | Fix users_validate_email config check (was a duplicate users_validate_users) | Christian Fowler | 1 | -4/+4 |
| 2006-11-15 | add hyphens to the list of accepted username characters. | Max Kremmel | 1 | -6/+6 |
| 2006-11-10 | fix password changing for accounts with null .login column | Christian Fowler | 1 | -6/+8 |
| 2006-09-21 | comments out vd that was accidentally left active | wjames5 | 1 | -4/+4 |
| 2006-09-20 | quiet Security Violation log for referer-less requests | Christian Fowler | 1 | -4/+4 |
| 2006-09-16 | massive captcha cleanup, centralised captcha verification, added option to us... | Max Kremmel | 1 | -3/+16 |
| 2006-09-13 | fix pParmHash typo, formatting | Christian Fowler | 1 | -11/+9 |
| 2006-09-12 | add pagination to user_activity | Christian Fowler | 1 | -5/+11 |
| 2006-09-12 | major overhaul to change and remind password. This should fix outstanding iss... | Christian Fowler | 1 | -21/+28 |
| 2006-09-12 | the mErrors on PASSWORD FAILURE is CRUCIAL that bit auth fails properly. DO N... | Christian Fowler | 1 | -4/+6 |
| 2006-09-06 | [FIX] User Preferences "Real Name" Storage Fails (#1546652) | Fabio Rampazzo Mathias | 1 | -25/+27 |
| 2006-09-02 | Cleaned up login() and logout() functions, in relation to Remember Me setting... | Stephan Borg | 1 | -15/+19 |
| 2006-08-29 | Fixed remember me feature, cookie defaults (cause of unable to login) and cle... | Stephan Borg | 1 | -19/+13 |
| 2006-08-25 | patches bug in verify when used by permissions.php | wjames5 | 1 | -4/+6 |
| 2006-08-23 | Numerous fixes to upgrade scripts + eliminate ability of users to invalidate ... | Jams H Thompson | 1 | -8/+31 |