| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-05-15 | To simplyfy maintenence BitUser classes have been retired and active code ↵ | Lester Caine | 1 | -34/+12 | |
| base defaulted to ROLE_MODEL | |||||
| 2026-05-14 | php-cs-fixer tidies to php8.5 standards | Lester Caine | 1 | -5/+6 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-05-08 | Check values exist before using, and add tk token manually as the smarty ↵V5-php84 | lsces | 1 | -0/+1 | |
| added on is not currently working | |||||
| 2025-09-05 | Need to tidy the templates to use listInfo over control. This is a hack to ↵ | lsces | 1 | -0/+1 | |
| fix some admin templates | |||||
| 2025-08-29 | Admin tools updated to PHP8.4 and namespace | lsces | 1 | -66/+82 | |
| 2025-06-04 | PHP8 fixes: remove each() | spiderr | 1 | -1/+2 | |
| 2025-05-14 | Remove ROLE_MODEL code | spiderr | 1 | -31/+10 | |
| 2023-04-20 | change Ban to Enable in user, tweak feedback and icons | spider@dav | 1 | -6/+6 | |
| 2021-07-08 | remove debug | spiderr | 1 | -1/+0 | |
| 2021-05-07 | tidy up register.tpl to not flag on $msg; check HTTP_REFERER in ↵ | spiderr | 1 | -0/+1 | |
| securityViolation log | |||||
| 2021-02-03 | update path for kernel/includes/setup_inc.php | modela bitweaver | 1 | -1/+1 | |
| 2020-08-08 | add delete_user_content for bulk user expunge | spiderr | 1 | -3/+2 | |
| 2017-07-01 | add users_expunge_check_function service function to give packages option to ↵ | spider@dev | 1 | -6/+14 | |
| deny user deletion (i.e. commerce has user as purchased customer) | |||||
| 2016-06-22 | change-all-StartTrans-calls-to-BitBase-method | spider@app1 | 1 | -2/+2 | |
| 2016-02-07 | Move from Smarty2 to Smarty3 function style | lsces | 1 | -4/+4 | |
| 2015-02-11 | bootstrap on Delete all content created by this user dialog | spider | 1 | -1/+1 | |
| 2013-02-07 | remove debug | spiderr | 1 | -3/+5 | |
| 2013-02-07 | update admin users list with expanded search form and ability to export with ↵ | spiderr | 1 | -14/+34 | |
| BitUser::exportHash | |||||
| 2013-01-31 | add comma separated ip list to ::getList; and email addresss in batch ↵ | spiderr | 1 | -4/+4 | |
| confirmation | |||||
| 2012-08-06 | role model switch on User package | lsces | 1 | -14/+35 | |
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 1 | -1/+1 | |
| 2010-04-30 | deleting a user triggers expunge service, some expunge services may need to ↵ | wjames5 | 1 | -2/+2 | |
| know user data like groups, because BitPermUser nukes the groups ref before the parent service call the only way to know this data is if a full load is executed on the user - load full user on expunge | |||||
| 2010-04-17 | step three of contenttype name plural - replace all instances where name is ↵pre_ctype_desc_name_schmeachange | wjames5 | 1 | -2/+2 | |
| accessed though type hash with get name method call, still no schema change required | |||||
| 2010-02-08 | deprecate root bit_setup_inc use kernel/setup_inc.php | wjames5 | 1 | -2/+2 | |
| 2009-11-11 | use system default for max_records, not hardcoded 20 | Christian Fowler | 1 | -2/+2 | |
| 2009-10-01 | remove ref to non-existant copyright.txt file | wjames5 | 1 | -2/+2 | |
| 2009-10-01 | fix LGPL license ref from non-existant license.txt file to lgpl url | wjames5 | 1 | -2/+2 | |
| 2009-09-01 | brief cleanup and rearrangement of verified, more to come | Christian Fowler | 1 | -13/+1 | |
| 2009-09-01 | modify ability to verify emails by pinging the MX servers and placing users ↵ | Tyler Bello | 1 | -2/+13 | |
| into groups based upon their un/verified email status | |||||
| 2009-02-12 | add checkbox to delete all of a users content when deleting the user - ↵ | Christian Fowler | 1 | -2/+9 | |
| currently an ALL or NONE approach right now (ie no cherry picking of content types to not be deleted) | |||||
| 2008-10-16 | make sure users_lib.php is always loaded | Max Kremmel | 1 | -3/+2 | |
| 2008-10-15 | call edit service on new user object - not admin user object which creates ↵ | wjames5 | 1 | -2/+4 | |
| bad pObject ref in service | |||||
| 2008-07-02 | move verifyTickets to be after FORMS | Christian Fowler | 1 | -3/+3 | |
| 2008-06-25 | change display call to use a hash for display options, add display_mode to ↵ | Christian Fowler | 1 | -2/+2 | |
| options hash | |||||
| 2008-06-04 | let us know if we tried to assume a user id and failed misserably | wjames5 | 1 | -1/+6 | |
| 2008-02-14 | add quick ban option for users - sets status_id to suspended | wjames5 | 1 | -10/+42 | |
| 2007-11-15 | moving user import to an admin page of its own. 2 new files for this, and 1 ↵ | MW | 1 | -109/+3 | |
| new users_lib.php file for common functions. Just 1 so far. | |||||
| 2007-11-14 | Changed admin 'add user' to use same mechanism as batch import, separating ↵ | MW | 1 | -38/+52 | |
| it from the global user registration. Also fixed addition into default group when added/imported. | |||||
| 2007-11-13 | Major improvement of Batch Import of users. Adds 4 new functions to separate ↵ | MW | 1 | -6/+37 | |
| the process from global user registration. 2 of these are split out from BitUser::verifyEmail() to handle validation of email syntax and MX host so they can be reused, which is done by the batch import. Admin can now set if email should be sent to imported users, validate users by email as well as validate email address (MX host check). Import a ready made password hash e.g. from phpBB2 and passwords are auto generated if not specified in the CSV file. Admin can also truely overwrite user records on import, which proper check of existing user_id, login and email (in that order) with mixing the result. I will write up some docs for this to publish on site as well. | |||||
| 2007-10-27 | use fatalError() | Max Kremmel | 1 | -7/+3 | |
| 2007-06-13 | add existing email address check to admin user addition. BUG 1673153 | Max Kremmel | 1 | -2/+4 | |
| 2007-02-24 | fix 'seperate' spelling mistakes | Max Kremmel | 1 | -2/+2 | |
| 2006-12-16 | remove ugly _REQUEST stuff in BitPermUser::expunge and enable batch deletion ↵ | Max Kremmel | 1 | -6/+39 | |
| of users | |||||
| 2006-11-16 | fix and enhance batch user import | Max Kremmel | 1 | -24/+33 | |
| 2006-09-17 | remove debug | Max Kremmel | 1 | -3/+1 | |
| 2006-09-12 | major overhaul to change and remind password. This should fix outstanding ↵ | Christian Fowler | 1 | -1/+3 | |
| 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-06 | fix typo | Christian Fowler | 1 | -2/+2 | |
| 2006-07-26 | use user_class config when creating new user objects | Christian Fowler | 1 | -2/+3 | |
| 2006-07-13 | fix pagination and clean up brute force max_records override | Max Kremmel | 1 | -3/+4 | |
| 2006-05-08 | purge user images, check against mUserId, not _REQUEST since object is ↵ | Christian Fowler | 1 | -2/+4 | |
| expunging itself | |||||
