summaryrefslogtreecommitdiff
path: root/bit_setup_inc.php
AgeCommit message (Collapse)AuthorFilesLines
2007-07-11rename the tiki-user cookie to bit-user cookie during cookie renaming ↵Max Kremmel1-6/+24
transition. this code will be removed at some point.
2007-07-10remove some of the config assignments and clean up code a bit. there is ↵Max Kremmel1-156/+121
still a global var that needs replacing but it's a bit too late for that now
2007-07-10move themes code out of kernel/setup_inc.php and properly in ↵Christian Fowler1-0/+16
themes/bit_setup_inc.php and users/bit_setup_inc.php - this change altered gPreScan order to place themes before users, which sounds like a more proper load order anyway
2007-06-24update user domains to be more complete, and auto set requested user_id/home ↵Christian Fowler1-6/+9
based if necessary
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 ↵Max Kremmel1-1/+7
appMenu to templates but use $gBitSystem->mAppMenu directly
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 ↵Hash91-0/+1
there's an error message
2006-07-23big cleanup in registration/auth. converted auth plugins to directories to ↵Christian Fowler1-19/+0
permit integration with foreign CVS repo's, and all genericized to allow arbitrary plugin creation by creating a new directory: yahoo/auth.php.\n clean up of session login during registration
2006-07-23improve package management and performance, eliminate some package related ↵Jams H Thompson1-0/+1
install errors
2006-07-12Add Pluggable AuthHash91-46/+22
2006-05-08gut SESSION user_id passing around and just use a simple COOKIE that is ↵Christian Fowler1-2/+2
linked to the users_cnxn table. This way, nuking rows in the users_cnxn table can log people out and is much more reliable that SESSIONS
2006-05-08gut SESSION user_id passing around and just use a simple COOKIE that is ↵Christian Fowler1-35/+8
linked to the users_cnxn table. This way, nuking rows in the users_cnxn table can log people out and is much more reliable that SESSIONS
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 ↵Christian Fowler1-1/+1
conflict with new content preferences
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-25/+25
conflict with new content preferences
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
parameters under control
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
replace all direct accesses with getPreference() or setPreference() (new function) BitSystem::getPreference() and related functions will be renamed to BitSystem::getConfig()
2006-02-08php: introduce new method: getPref( $package, $pref, $defaut ) (order is ↵Max Kremmel1-1/+1
open for discussion tpl: $gBitPref.package.pref applied package name to all saves - should make database more organised and should allow more reliable uninstalls in the future
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 ↵Christian Fowler1-1/+3
instead of spreading global vars. These are only for runtime, install specific settings that are not held in the database. allow for alternate User class to be created
2006-01-31more tidbits separationbitweaver.org1-12/+0
2006-01-31gut out extra junk and move bookmarks, tasks, userfiles, and user menus to ↵pre_table_detikificationChristian Fowler1-2/+3
upcoming extra _bit_profile package. rename all tiki_ tables to users_, and standardize users_objectperms and users_groupperms table names. updated upgrade_inc and schema_inc
2006-01-27remove singular permission assingment to templates as well as php - might be ↵Max Kremmel1-7/+10
a bit bumpy for a bit until we've cleaned up the code
2006-01-20merge recent changes into HEADMax Kremmel1-1/+1
2005-12-18merge recent changes into HEADMax Kremmel1-2/+2
2005-11-22merge recent changes into HEADMax Kremmel1-0/+3
2005-10-12merge recent changes to HEADChristian Fowler1-9/+15
2005-08-07merge recent changes from R1 to HEADMax Kremmel1-1/+1
2005-08-01merge recent changes with HEAD - R1 and HEAD are identical nowMax Kremmel1-48/+48
2005-06-28Merge recent changes from R1 into HEADChristian Fowler1-1/+1
2005-06-20Remove remnant tikipro text -> bitweaverLester Caine1-1/+1
2005-06-19IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+232