| Age | Commit message (Collapse) | 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 | |
| based if necessary | |||||
| 2007-06-23 | automagically select best image type that's best for the particular upladed ↵ | Max Kremmel | 1 | -5/+4 | |
| file, allow override of file types and use liberty thumbnail fetcher where possible | |||||
| 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 ↵ | Christian Fowler | 1 | -4/+7 | |
| fatal | |||||
| 2007-06-01 | remove a lot of antiquated code including breadcrumbs and outdated ↵ | Max Kremmel | 1 | -6/+3 | |
| wiki-specific caching options, wiki tags and wiki dumps. probably there's going to be more to go soon. none of this stuff has been working for years now. | |||||
| 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 - ↵ | Lester Caine | 1 | -4/+9 | |
| anonymous user default settings are not changed.. | |||||
| 2007-05-22 | Switch output to users language preference if not being controlled by the ↵ | Lester Caine | 1 | -3/+8 | |
| browser. Probably not the right place to do it, but it's the first time you can get bitlanguage preference for the user since they are now stored in Liberty. | |||||
| 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 ↵ | Christian Fowler | 1 | -5/+5 | |
| for empty( ['captcha'] ) | |||||
| 2007-05-03 | move link_title stuff to BitUser::getDisplayName(), allow additional ↵ | Max Kremmel | 1 | -5/+5 | |
| parameters to be set even when no user info is provided, clean up code | |||||
| 2007-05-02 | title attribute for username link moved from BitUser.php to ↵ | laetzer | 1 | -4/+4 | |
| function.displayname.php | |||||
| 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 ↵ | Max Kremmel | 1 | -4/+4 | |
| translated in the function so it has to be translated when it's passed in. this allows for dynamically changed errormessages without causing duplicate master strings | |||||
| 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 ↵ | Max Kremmel | 1 | -5/+5 | |
| style related methods are now called using BitThemes instead of BitSystem | |||||
| 2007-03-10 | Added support for changing status and owners of content. Reordered some ↵ | Nick Palmer | 1 | -3/+17 | |
| status ids. Check the schema changlog. You also should run step 4 of the installer to update permisions as there are some new permisions for these features. | |||||
| 2007-03-05 | adds new service users_register_function triggered on firstime login - can ↵ | wjames5 | 1 | -5/+9 | |
| now attach services to new valid registrations | |||||
| 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 | |
| site_display_utc matches the current selection site_display_timezone stores a fixed time zone offset This needs further expansion, but site_display_utc='Local' should work correctly | |||||
| 2007-01-06 | rename some methods in BitDbBase to meet bitweaver standards. all changes ↵ | Max Kremmel | 1 | -7/+7 | |
| backwards compatible with deprecated function call message. | |||||
| 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 ↵ | Max Kremmel | 1 | -34/+6 | |
| add a basic page to list all available attachments - only admin may view attachments from other users as well. - functionally still somewhat lacking... | |||||
| 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 ↵ | Max Kremmel | 1 | -3/+16 | |
| use freecap (settings in liberty admin screen), only one captcha verification needed per session | |||||
| 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 ↵ | Christian Fowler | 1 | -21/+28 | |
| issues, and clean up old TW code. It also reduced the lenght of the confirm URL so email apps are less likely to truncate it. If you need to change anything related to user password confirmation or changing, please check with spiderr first. | |||||
| 2006-09-12 | the mErrors on PASSWORD FAILURE is CRUCIAL that bit auth fails properly. DO ↵ | Christian Fowler | 1 | -4/+6 | |
| NOT MESS WITH THIS AGAIN unless you know what you are doing and have checked with me first. | |||||
| 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 ↵ | Stephan Borg | 1 | -15/+19 | |
| settings and cookie time. | |||||
| 2006-08-29 | Fixed remember me feature, cookie defaults (cause of unable to login) and ↵ | Stephan Borg | 1 | -19/+13 | |
| cleaned up validate(). | |||||
| 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 | |
| each others passwords | |||||
