summaryrefslogtreecommitdiff
path: root/admin/menus.php
AgeCommit message (Collapse)AuthorFilesLines
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-1/+1
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-1/+1
options hash
2007-11-08remove the now obsolete top menu bar config settingMax Kremmel1-4/+5
2007-07-09Typojetskijoe1-2/+2
2007-06-09set package in kernel_config to same package menu entry belongs to that ↵Max Kremmel1-3/+3
values are removed when unistalling package
2006-11-11add option to enhance dropdown menu with simple javascript to make it easier ↵Max Kremmel1-4/+32
to navigate
2006-09-13add custom menu position configChristian Fowler1-0/+7
2006-09-12use bit_redirectChristian Fowler1-2/+1
2006-09-12drag sortable menus. not functional, but the drag sort, which is coolChristian Fowler1-0/+3
2006-09-12clean up registerAppMenu API, clean up a lot of the menu code, don't assign ↵Max Kremmel1-3/+10
appMenu to templates but use $gBitSystem->mAppMenu directly
2006-04-17more kernel_config renames - themes related config settingsMax Kremmel1-3/+3
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-1/+1
2006-03-29move all menu related issues to menus admin screen, use disabled flag in ↵Max Kremmel1-6/+24
mAppMenu hash instead of previous mAppMenuDisabled
2006-03-29reload menu page after store to visualise changes and populate ↵Max Kremmel1-1/+9
mAppMenuDisabled with disabled menus that they are still availabe for configuration
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-2/+2
conflict with new content preferences
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-1/+1
conflict with new content preferences
2006-02-08php: introduce new method: getPref( $package, $pref, $defaut ) (order is ↵Max Kremmel1-2/+2
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-06allow any auto-registered menu to be turned offChristian Fowler1-0/+22