| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 10 | -10/+10 | |
| 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 | SCHEMA CHANGE - liberty_content_types - change content_description to ↵ | wjames5 | 1 | -2/+1 | |
| content_name, add column content_name_plural - update all class files and hashes where appropriate | |||||
| 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-04-17 | step three of contenttype name plural - replace all instances where name is ↵ | wjames5 | 1 | -2/+2 | |
| accessed though type hash with get name method call, still no schema change required | |||||
| 2010-04-16 | fix help to reflect new code beavhior to prepend BIT_ROOT_URL | Christian Fowler | 1 | -2/+2 | |
| 2010-04-13 | add 2.1.2 to wipe pass_due column clean for old installs, else people are ↵ | Christian Fowler | 1 | -0/+24 | |
| completely locked out because forced password change creates a loop | |||||
| 2010-02-16 | add key word captcha to form so its easier to find | wjames5 | 1 | -3/+3 | |
| 2010-02-08 | deprecate root bit_setup_inc use kernel/setup_inc.php | wjames5 | 7 | -12/+12 | |
| 2009-11-11 | use system default for max_records, not hardcoded 20 | Christian Fowler | 1 | -2/+2 | |
| 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 ↵ | wjames5 | 1 | -3/+3 | |
| get security violation before the confirmation | |||||
| 2009-10-01 | remove ref to non-existant copyright.txt file | wjames5 | 7 | -14/+14 | |
| 2009-10-01 | fix LGPL license ref from non-existant license.txt file to lgpl url | wjames5 | 7 | -14/+14 | |
| 2009-09-01 | add ORDER BY, whitespace | Christian Fowler | 1 | -17/+18 | |
| 2009-09-01 | use subselect to get emails to verify that have not be already verified | Christian Fowler | 1 | -2/+2 | |
| 2009-09-01 | change to index by id rather than group name | Tyler Bello | 1 | -6/+4 | |
| 2009-09-01 | add semicolon | Tyler Bello | 1 | -4/+5 | |
| 2009-09-01 | brief cleanup and rearrangement of verified, more to come | Christian Fowler | 2 | -13/+32 | |
| 2009-09-01 | modify ability to verify emails by pinging the MX servers and placing users ↵ | Tyler Bello | 2 | -9/+25 | |
| into groups based upon their un/verified email status | |||||
| 2009-08-25 | Only load ldap options if auth_ldap data is returned | Lester Caine | 1 | -2/+2 | |
| This may need extending to cover other auth plugins | |||||
| 2009-07-04 | Pick up checkbox changes in plugin settings - needs extending to provide ↵ | Lester Caine | 1 | -2/+15 | |
| generic solution | |||||
| 2009-04-02 | add users_login_homepage config, and use that value where default is ↵ | Christian Fowler | 1 | -1/+6 | |
| users/my.php; add verifyRegistered | |||||
| 2009-03-31 | Fix MySQL upgrades for ip/IPv6 column upgrades | Daniel Sutcliffe | 1 | -7/+3 | |
| 2009-03-25 | fix all backticks and remove duplicate updates | Max Kremmel | 1 | -7/+4 | |
| 2009-03-25 | change ip to IPv6 compliance (39 chars). add upgrades files and remove ↵ | Christian Fowler | 2 | -1/+34 | |
| registerPackageVersion where redundant | |||||
| 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-11-15 | messed up hash key order | Max Kremmel | 1 | -2/+2 | |
| 2008-10-31 | renamed dep stuff to requirement stuff, clean up schema_inc files, move ↵ | Max Kremmel | 1 | -2/+2 | |
| version info from info hash to registerPackageVersion90, move requirements to registerRequirements() | |||||
| 2008-10-30 | shuffle around some dependency stuff: move dep settings to schema_inc.php ↵ | Max Kremmel | 2 | -9/+8 | |
| file since they are not related to upgrade versions, move dep methods to BitSystem to make them available on package page (we should really do something about these installer methods in kernel), add dep graph on package page for an easy overview if deps are met when a package has been activated - requireds PEAR::Image_GraphViz to be installed. | |||||
| 2008-10-29 | add core dependencies | Max Kremmel | 1 | -1/+8 | |
| 2008-10-28 | set versios of various core packages. | Max Kremmel | 1 | -1/+1 | |
| 2008-10-25 | add file headers | Max Kremmel | 1 | -0/+3 | |
| 2008-10-25 | more work towards package upgrades. things seem to working quite smoothly now. | Max Kremmel | 1 | -1/+1 | |
| 2008-10-25 | move users_semaphore table drop to version upgrade file | Max Kremmel | 2 | -15/+20 | |
| 2008-10-19 | apply schema change - remove unused table | Max Kremmel | 2 | -7/+14 | |
| 2008-10-18 | deprecate all semaphore code. this has now been moved to a separate package ↵ | Max Kremmel | 1 | -0/+1 | |
| called _bit_semaphore. | |||||
| 2008-10-18 | massive code cleanup. methods have been renamed to camelCaps where ↵ | Max Kremmel | 1 | -3/+3 | |
| appropriate, other methods that seem usused have been deprecated and consistent docs have been added. | |||||
| 2008-10-18 | code cleanup | Max Kremmel | 1 | -8/+12 | |
| 2008-10-18 | we don't allow users to tinker with permission levels anymore. remove the ↵ | Max Kremmel | 1 | -37/+0 | |
| files that would allow this to happen. | |||||
| 2008-10-16 | make sure users_lib.php is always loaded | Max Kremmel | 2 | -7/+4 | |
| 2008-10-16 | clean up code and get pagination working | Max Kremmel | 1 | -19/+17 | |
| 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-29 | Use results from getContentList directly | Lester Caine | 1 | -2/+2 | |
| 2008-07-08 | put ticket check in right place, on save | wjames5 | 1 | -1/+1 | |
| 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 | 7 | -12/+12 | |
| options hash | |||||
| 2008-06-04 | let us know if we tried to assume a user id and failed misserably | wjames5 | 1 | -1/+6 | |
| 2008-05-17 | trailing whitespace | Max Kremmel | 1 | -8/+8 | |
| 2008-02-14 | add quick ban option for users - sets status_id to suspended | wjames5 | 1 | -10/+42 | |
