| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-07-11 | rename the tiki-user cookie to bit-user cookie during cookie renaming ↵ | Max Kremmel | 1 | -6/+24 | |
| transition. this code will be removed at some point. | |||||
| 2007-07-10 | remove some of the config assignments and clean up code a bit. there is ↵ | Max Kremmel | 1 | -156/+121 | |
| still a global var that needs replacing but it's a bit too late for that now | |||||
| 2007-07-10 | move themes code out of kernel/setup_inc.php and properly in ↵ | Christian Fowler | 1 | -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-24 | update user domains to be more complete, and auto set requested user_id/home ↵ | Christian Fowler | 1 | -6/+9 | |
| based if necessary | |||||
| 2007-05-05 | add some preimlinary code for user_domains | Christian Fowler | 1 | -0/+14 | |
| 2007-04-04 | remove permission assignment comment | Max Kremmel | 1 | -13/+0 | |
| 2006-09-12 | clean up registerAppMenu API, clean up a lot of the menu code, don't assign ↵ | Max Kremmel | 1 | -1/+7 | |
| appMenu to templates but use $gBitSystem->mAppMenu directly | |||||
| 2006-09-02 | Cleaned up session, Remember Me and cookie_time code. | Stephan Borg | 1 | -7/+13 | |
| 2006-08-30 | set needed variables global | Max Kremmel | 1 | -0/+1 | |
| 2006-07-26 | remove big 5 globals that are put in namespace just prior to include | Wakeworks | 1 | -2/+0 | |
| 2006-07-23 | fix plugable auth so login fails if the plugin returns failure not just if ↵ | Hash9 | 1 | -0/+1 | |
| there's an error message | |||||
| 2006-07-23 | big cleanup in registration/auth. converted auth plugins to directories to ↵ | Christian Fowler | 1 | -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-23 | improve package management and performance, eliminate some package related ↵ | Jams H Thompson | 1 | -0/+1 | |
| install errors | |||||
| 2006-07-12 | Add Pluggable Auth | Hash9 | 1 | -46/+22 | |
| 2006-05-08 | gut SESSION user_id passing around and just use a simple COOKIE that is ↵ | Christian Fowler | 1 | -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-08 | gut SESSION user_id passing around and just use a simple COOKIE that is ↵ | Christian Fowler | 1 | -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-19 | mass kernel_config renaming for users_ | Christian Fowler | 1 | -44/+48 | |
| 2006-04-19 | more kernel_config renames | Max Kremmel | 1 | -19/+19 | |
| 2006-04-17 | more kernel_config renames - themes related config settings | Max Kremmel | 1 | -1/+1 | |
| 2006-03-01 | move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵ | Christian Fowler | 1 | -1/+1 | |
| conflict with new content preferences | |||||
| 2006-03-01 | move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵ | Christian Fowler | 1 | -25/+25 | |
| conflict with new content preferences | |||||
| 2006-02-27 | Fix feature active check | Jams H Thompson | 1 | -2/+1 | |
| 2006-02-17 | registerPackage now takes a hash instead of multiple parameters - keeps # of ↵ | Max Kremmel | 1 | -1/+6 | |
| parameters under control | |||||
| 2006-02-13 | another batch of kernel_prefs name cleanup. this should be it | Max Kremmel | 1 | -5/+5 | |
| 2006-02-09 | overcome limitations of using methods in empty() check | Max Kremmel | 1 | -1/+2 | |
| 2006-02-09 | remove getPref() and we continue using old method getPreference(); | Max Kremmel | 1 | -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-08 | php: introduce new method: getPref( $package, $pref, $defaut ) (order is ↵ | Max Kremmel | 1 | -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-06 | further paermission renaming and cleanup | Max Kremmel | 1 | -1/+1 | |
| 2006-02-06 | more preference standardisation | Max Kremmel | 1 | -19/+19 | |
| 2006-02-05 | use more getPreference() calls | Max Kremmel | 1 | -4/+0 | |
| 2006-02-03 | add getConfig / setConfig for more uniform handling of config variables ↵ | Christian Fowler | 1 | -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-31 | more tidbits separation | bitweaver.org | 1 | -12/+0 | |
| 2006-01-31 | gut out extra junk and move bookmarks, tasks, userfiles, and user menus to ↵pre_table_detikification | Christian Fowler | 1 | -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-27 | remove singular permission assingment to templates as well as php - might be ↵ | Max Kremmel | 1 | -7/+10 | |
| a bit bumpy for a bit until we've cleaned up the code | |||||
| 2006-01-20 | merge recent changes into HEAD | Max Kremmel | 1 | -1/+1 | |
| 2005-12-18 | merge recent changes into HEAD | Max Kremmel | 1 | -2/+2 | |
| 2005-11-22 | merge recent changes into HEAD | Max Kremmel | 1 | -0/+3 | |
| 2005-10-12 | merge recent changes to HEAD | Christian Fowler | 1 | -9/+15 | |
| 2005-08-07 | merge recent changes from R1 to HEAD | Max Kremmel | 1 | -1/+1 | |
| 2005-08-01 | merge recent changes with HEAD - R1 and HEAD are identical now | Max Kremmel | 1 | -48/+48 | |
| 2005-06-28 | Merge recent changes from R1 into HEAD | Christian Fowler | 1 | -1/+1 | |
| 2005-06-20 | Remove remnant tikipro text -> bitweaver | Lester Caine | 1 | -1/+1 | |
| 2005-06-19 | IMPORT TikiPro CLYDE FINAL | bitweaver.org | 1 | -0/+232 | |
