summaryrefslogtreecommitdiff
path: root/admin/plugins.php
AgeCommit message (Collapse)AuthorFilesLines
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-1/+1
2008-08-01add verify ticket and a double refresh after resetting plugins because of ↵Christian Fowler1-6/+11
include_once issues in the plugin files
2008-07-31add verifyTicketChristian Fowler1-0/+1
2008-07-17sort out chicken and egg issue with loading libertyMime plugins in other ↵Max Kremmel1-5/+11
packages
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-1/+1
options hash
2008-06-18Include package in config entryLester Caine1-2/+2
2007-07-07replace header with bit_redirect and remove unnecessary multiple page ↵Max Kremmel1-9/+1
reloads after plugin reset
2007-06-09add htmlpurifier plugin and separate options pageMax Kremmel1-1/+1
2007-06-08Restore content_allow_html optionLester Caine1-1/+1
2007-06-07Fix double escape in comments. Add Force Allow HTML feature to deal withNick Palmer1-1/+2
wysiwyg editors better.
2006-12-23add option to reset all plugin settings. need this since i've had to mess ↵Max Kremmel1-2/+19
with these settings a few times when they get messed up. this stuff is insane and i'm not quite sure it takes so many reloads for the plugin settings to reset themselves again
2006-11-10clean up allow html code and UIChristian Fowler1-1/+1
2006-11-02Re-add content_allow_html preference because existing sites wiht any HTML in ↵Christian Fowler1-0/+2
the content are screwed without it.
2006-08-30remove allow_html toggle - we use page specific settings nowMax Kremmel1-5/+0
2006-07-30load only active liberty plugins and eliminate liberty_plugins tableJams H Thompson1-0/+4
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max 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-02-08php: introduce new method: getPref( $package, $pref, $defaut ) (order is ↵Max Kremmel1-4/+4
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
2005-08-01merge recent changes with HEAD - R1 and HEAD are identical nowMax Kremmel1-4/+10
2005-07-17Merge recent changes from R1 to HEAD - never doing this again.Max Kremmel1-1/+3
2005-06-19IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+28