summaryrefslogtreecommitdiff
path: root/bit_setup_inc.php
AgeCommit message (Expand)AuthorFilesLines
2012-10-30Load the correct adodb-session.php filelsces1-9/+15
2012-08-06Unfortunatly one can't use 'user_class' to enable a different type of user classlsces1-1/+1
2012-05-07Ammend userClass override to load the correct file set.Lester Caine ext:(%22)1-2/+1
2012-05-06Add generic functions to handle common user actions in other packages.Lester Caine ext:(%22)1-3/+4
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-03-13add user fav ajax service for easy bookmarking any contentwjames51-1/+14
2010-02-09remove sloppy user_cookie_site global from tiki days and use BitUser::getSite...Christian Fowler1-55/+5
2009-10-19removed deprecated functionChristian Fowler1-2/+2
2009-07-14init HTTP_USER_AGENT to empty so reliant methods don't need gobs of empty che...Christian Fowler1-1/+5
2009-04-02add users_login_homepage config, and use that value where default is users/my...Christian Fowler1-2/+2
2008-10-19Fix for some very strange "firewall" software that limits cookies in odd ways.pre_update_permissionNick Palmer1-1/+7
2008-10-16massive code cleanup, added docs, renamed methods to have consistent camelCap...Max Kremmel1-2/+2
2008-10-02Use empty instead of ! in case it isn't set yet.Nick Palmer1-2/+2
2008-10-02Don't start a session for a shell script.Nick Palmer1-2/+5
2008-08-13add \!empty check if user_cookie_site insetead of isset. trying to track down...bitweaver.org1-2/+2
2008-02-14add quick ban option for users - sets status_id to suspendedwjames51-1/+2
2007-07-11rename the tiki-user cookie to bit-user cookie during cookie renaming transit...Max Kremmel1-6/+24
2007-07-10remove some of the config assignments and clean up code a bit. there is still...Max Kremmel1-156/+121
2007-07-10move themes code out of kernel/setup_inc.php and properly in themes/bit_setu...Christian Fowler1-0/+16
2007-06-24update user domains to be more complete, and auto set requested user_id/home ...Christian Fowler1-6/+9
2007-05-05add some preimlinary code for user_domainsChristian Fowler1-0/+14
2007-04-04remove permission assignment commentMax Kremmel1-13/+0
2006-09-12clean up registerAppMenu API, clean up a lot of the menu code, don't assign a...Max Kremmel1-1/+7
2006-09-02Cleaned up session, Remember Me and cookie_time code.Stephan Borg1-7/+13
2006-08-30set needed variables globalMax Kremmel1-0/+1
2006-07-26remove big 5 globals that are put in namespace just prior to includeWakeworks1-2/+0
2006-07-23fix plugable auth so login fails if the plugin returns failure not just if th...Hash91-0/+1
2006-07-23big cleanup in registration/auth. converted auth plugins to directories to pe...Christian Fowler1-19/+0
2006-07-23improve package management and performance, eliminate some package related in...Jams H Thompson1-0/+1
2006-07-12Add Pluggable AuthHash91-46/+22
2006-05-08gut SESSION user_id passing around and just use a simple COOKIE that is linke...Christian Fowler1-2/+2
2006-05-08gut SESSION user_id passing around and just use a simple COOKIE that is linke...Christian Fowler1-35/+8
2006-04-19mass kernel_config renaming for users_Christian Fowler1-44/+48
2006-04-19more kernel_config renamesMax Kremmel1-19/+19
2006-04-17more kernel_config renames - themes related config settingsMax Kremmel1-1/+1
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid con...Christian Fowler1-1/+1
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid con...Christian Fowler1-25/+25
2006-02-27Fix feature active checkJams H Thompson1-2/+1
2006-02-17registerPackage now takes a hash instead of multiple parameters - keeps # of ...Max Kremmel1-1/+6
2006-02-13another batch of kernel_prefs name cleanup. this should be itMax Kremmel1-5/+5
2006-02-09overcome limitations of using methods in empty() checkMax Kremmel1-1/+2
2006-02-09remove getPref() and we continue using old method getPreference();Max Kremmel1-1/+1
2006-02-08php: introduce new method: getPref( $package, $pref, $defaut ) (order is open...Max Kremmel1-1/+1
2006-02-06further paermission renaming and cleanupMax Kremmel1-1/+1
2006-02-06more preference standardisationMax Kremmel1-19/+19
2006-02-05use more getPreference() callsMax Kremmel1-4/+0
2006-02-03add getConfig / setConfig for more uniform handling of config variables inste...Christian Fowler1-1/+3
2006-01-31more tidbits separationbitweaver.org1-12/+0
2006-01-31gut out extra junk and move bookmarks, tasks, userfiles, and user menus to up...pre_table_detikificationChristian Fowler1-2/+3
2006-01-27remove singular permission assingment to templates as well as php - might be ...Max Kremmel1-7/+10