summaryrefslogtreecommitdiff
path: root/admin/index.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-2/+2
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2025-08-29Admin functions changes to cover uninitialized variables and style changes ↵lsces1-12/+10
for PHP8.4
2021-02-04define ADMIN path, clean up more _INCLUDEspiderr1-1/+1
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-1/+1
2016-06-21update for BitSystem::get(set)ActivePackage() instead of ACTIVE_PACKAGEspider@app11-1/+1
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-2/+2
2013-04-07clean up menusChristian Fowler1-3/+3
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-2/+2
2009-10-01remove ref to non-existant copyright.txt filewjames51-2/+2
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-2/+2
2009-03-17typowjames51-2/+2
2009-02-19use p_<pkg>_admin for determing the presence and contents of the global ↵Christian Fowler1-11/+18
admin menu. previousl this was controlled entirely by p_admin for all packages. now, groups can be assigned administrative control of packages ad hoc
2008-06-26set mActivePackage instead of remaining in kernel - used by ↵Max Kremmel1-2/+4
$gBitThemes->loadLayout()
2008-06-26make use of display_mode option recently added by spiderr and add some ↵Max Kremmel1-1/+2
rudimentary column control based on display_mode. also moved FormatHeader stuff to BitThemes.
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-2/+2
options hash
2007-07-19oops, removed gBitInstaller by accidentMax Kremmel1-1/+4
2007-07-18don't forget to assing page to templateMax Kremmel1-8/+8
2007-07-18clean out some ancient code and (finally) sort packages in admin pageMax Kremmel1-43/+18
2007-04-04add new layout admin page which gives full access to all modules in all ↵Max Kremmel1-1/+2
layouts. should we simplify the original layout page now or leave as is?
2007-04-02Massive changes to themes layout engine:Max Kremmel1-2/+4
- merged 3 tables into 1 and removed user-specific layout contol. - moved all layout related code to themes/BitThemes.php. - cleaned up module parameter assignment to module php and tpl files. - improved layout of layout page by enabling all option editing at once. - removed limitation that every module can only be assigned once - more changes, but i can't remember all just now.
2006-07-23improve package management and performance, eliminate some package related ↵Jams H Thompson1-2/+2
install errors
2006-07-13verify packages for layoutChristian Fowler1-3/+4
2006-06-15no need to verifyPackages in all admin screens. load it yourself if you need it.Max Kremmel1-3/+3
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-2/+2
2006-03-20add ADODB like debug output to PEAR::DbChristian Fowler1-1/+2
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-6/+6
conflict with new content preferences
2006-02-01removed require of deleted fileHash91-2/+1
2006-02-01move custom menu stuff to tidbitsChristian Fowler1-3/+5
2006-01-25Added uspport for multiple database backend support. This necessitates ↵Christian Fowler1-1/+2
removal of all use of ->EOF and ->fields on the result sets. Also, queries that snag a single row and then use $rs->fields should revert to the simpler getRow() funciton in the BitDb classes. BitDb.php was broken into kernel/BitDbBase.php and kernel/BitDbAdodb.php. kernel/BitDbPear.php was added wiht functionality for Pear::DB Also, the bitweavercore cvs module now works. So you can install a total barebones bitweaver - even without the wiki package. The main fix was to insure pageExists was only executing if wiki package was active so it would not select from non-existant tables
2005-12-26merge recent changes into HEADMax Kremmel1-9/+13
2005-08-01merge recent changes with HEAD - R1 and HEAD are identical nowMax Kremmel1-14/+14
2005-06-19remove debugMax Kremmel1-2/+1
2005-06-19introducing version check for bitweaver releasesMax Kremmel1-4/+9
2005-06-19IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+97