summaryrefslogtreecommitdiff
path: root/admin
AgeCommit message (Collapse)AuthorFilesLines
2010-06-09Strip down CVS keywords.cvs2git10-10/+10
2010-04-30deleting a user triggers expunge service, some expunge services may need to ↵wjames51-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-17SCHEMA CHANGE - liberty_content_types - change content_description to ↵wjames51-2/+1
content_name, add column content_name_plural - update all class files and hashes where appropriate
2010-04-17step three of contenttype name plural - replace all instances where name is ↵pre_ctype_desc_name_schmeachangewjames51-2/+2
accessed though type hash with get name method call, still no schema change required
2010-04-17step three of contenttype name plural - replace all instances where name is ↵wjames51-2/+2
accessed though type hash with get name method call, still no schema change required
2010-04-16fix help to reflect new code beavhior to prepend BIT_ROOT_URLChristian Fowler1-2/+2
2010-04-13add 2.1.2 to wipe pass_due column clean for old installs, else people are ↵Christian Fowler1-0/+24
completely locked out because forced password change creates a loop
2010-02-16add key word captcha to form so its easier to findwjames51-3/+3
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames57-12/+12
2009-11-11use system default for max_records, not hardcoded 20Christian Fowler1-2/+2
2009-10-07add start_user_id GET paramter to allow offset, timestamp outputChristian Fowler1-4/+11
2009-10-06ticket check in wrong location - move inside confirmed removal otherwise we ↵wjames51-3/+3
get security violation before the confirmation
2009-10-01remove ref to non-existant copyright.txt filewjames57-14/+14
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames57-14/+14
2009-09-01add ORDER BY, whitespaceChristian Fowler1-17/+18
2009-09-01use subselect to get emails to verify that have not be already verifiedChristian Fowler1-2/+2
2009-09-01change to index by id rather than group nameTyler Bello1-6/+4
2009-09-01add semicolonTyler Bello1-4/+5
2009-09-01brief cleanup and rearrangement of verified, more to comeChristian Fowler2-13/+32
2009-09-01modify ability to verify emails by pinging the MX servers and placing users ↵Tyler Bello2-9/+25
into groups based upon their un/verified email status
2009-08-25Only load ldap options if auth_ldap data is returnedLester Caine1-2/+2
This may need extending to cover other auth plugins
2009-07-04Pick up checkbox changes in plugin settings - needs extending to provide ↵Lester Caine1-2/+15
generic solution
2009-04-02add users_login_homepage config, and use that value where default is ↵Christian Fowler1-1/+6
users/my.php; add verifyRegistered
2009-03-31Fix MySQL upgrades for ip/IPv6 column upgradesDaniel Sutcliffe1-7/+3
2009-03-25fix all backticks and remove duplicate updatesMax Kremmel1-7/+4
2009-03-25change ip to IPv6 compliance (39 chars). add upgrades files and remove ↵Christian Fowler2-1/+34
registerPackageVersion where redundant
2009-02-12add checkbox to delete all of a users content when deleting the user - ↵Christian Fowler1-2/+9
currently an ALL or NONE approach right now (ie no cherry picking of content types to not be deleted)
2008-11-15messed up hash key orderMax Kremmel1-2/+2
2008-10-31renamed dep stuff to requirement stuff, clean up schema_inc files, move ↵Max Kremmel1-2/+2
version info from info hash to registerPackageVersion90, move requirements to registerRequirements()
2008-10-30shuffle around some dependency stuff: move dep settings to schema_inc.php ↵Max Kremmel2-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-29add core dependenciesMax Kremmel1-1/+8
2008-10-28set versios of various core packages.Max Kremmel1-1/+1
2008-10-25add file headersMax Kremmel1-0/+3
2008-10-25more work towards package upgrades. things seem to working quite smoothly now.Max Kremmel1-1/+1
2008-10-25move users_semaphore table drop to version upgrade fileMax Kremmel2-15/+20
2008-10-19apply schema change - remove unused tableMax Kremmel2-7/+14
2008-10-18deprecate all semaphore code. this has now been moved to a separate package ↵Max Kremmel1-0/+1
called _bit_semaphore.
2008-10-18massive code cleanup. methods have been renamed to camelCaps where ↵Max Kremmel1-3/+3
appropriate, other methods that seem usused have been deprecated and consistent docs have been added.
2008-10-18code cleanupMax Kremmel1-8/+12
2008-10-18we don't allow users to tinker with permission levels anymore. remove the ↵Max Kremmel1-37/+0
files that would allow this to happen.
2008-10-16make sure users_lib.php is always loadedMax Kremmel2-7/+4
2008-10-16clean up code and get pagination workingMax Kremmel1-19/+17
2008-10-15call edit service on new user object - not admin user object which creates ↵wjames51-2/+4
bad pObject ref in service
2008-07-29Use results from getContentList directlyLester Caine1-2/+2
2008-07-08put ticket check in right place, on savewjames51-1/+1
2008-07-02move verifyTickets to be after FORMSChristian Fowler1-3/+3
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler7-12/+12
options hash
2008-06-04let us know if we tried to assume a user id and failed misserablywjames51-1/+6
2008-05-17trailing whitespaceMax Kremmel1-8/+8
2008-02-14add quick ban option for users - sets status_id to suspendedwjames51-10/+42