summaryrefslogtreecommitdiff
path: root/setup_inc.php
AgeCommit message (Expand)AuthorFilesLines
2016-02-07Switch to EXTRNAL_LIBS in their own directory away from the site specific CON...lsces1-1/+1
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-9/+9
2015-09-27remove site_keywords madnessturon1-8/+0
2014-10-01define SECURE_BIT_BASE_URIspider1-1/+8
2014-09-08tweaks to sys default TEMP locationspiderr1-14/+0
2014-09-08use SERVER_NAME to keep TEMP locations separatespiderr1-1/+1
2014-09-08move all temp to system temp locationturon1-1/+4
2014-06-03use externals librarieslsces1-1/+1
2014-04-15add apcu object cache support for BitSingletonturon1-3/+1
2013-04-10move right column back in to placespiderr1-7/+10
2013-04-06major clean up for Smarty 3.0 and another pass at cleaning the top menusspiderr1-2/+15
2012-07-19move bit_error_inc to as early as possible in boot sequencespiderr1-0/+1
2012-06-20overhaul BitSingleton class to allow standard constructor and auto creation a...spiderr1-1/+1
2012-05-25replace PHP_SELF with SCRIPT_NAMEspiderr1-1/+1
2012-05-05clean up BitSingleton support - implement abstract getSingleInstancespiderr1-1/+1
2012-04-27Merge branch 'master' of github.com:bitweaver/kernelspiderr1-1/+2
2012-04-27setConfig(bitdomain) instead of storeConfig(bitdomain) to keep value from bei...spiderr1-1/+1
2012-04-16Load metaKeywordsLester Caine ext:(%22)1-1/+2
2011-04-09add gLibertySystem to global declaration, necessary for some cron situationsChristian Fowler1-1/+1
2010-08-19add support for optional config/kernel/override_inc.php for install specific ...spiderr1-0/+5
2010-08-13move menu_register_inc.php to themes packagespiderr1-1/+1
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-1/+5
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-01-30fix site_https_login is use _SERVER['HTTP_HOST'] as a default, also fix http(...Christian Fowler1-11/+5
2008-12-22split getPluginFunction into 2 functions to allow us to return either a strin...Max Kremmel1-6/+4
2008-12-18Partial fix 2048241. Dont urldecode $_GET second time.Tomasz Kalkosinski1-2/+2
2008-11-28Let shell scripts access the closed site so they don't log the error page.Tekimaki1-2/+2
2008-10-17when we do the first install, we need to make sure we don't accidentally forc...Max Kremmel1-2/+2
2008-10-13fix logic with installer force when updating pre 2.1 bitweaver and create mis...Max Kremmel1-6/+5
2008-10-13typolaetzer1-2/+2
2008-10-13don't overrule admin's choice for site closed msglaetzer1-2/+2
2008-10-08fix chicken-egg problem with installer and LibertyMime loading attachment pre...Max Kremmel1-1/+15
2008-08-23code cleanupMax Kremmel1-3/+3
2008-07-30server stats module fine tuninglaetzer1-6/+4
2008-07-22Added check for IIS as $_SERVER['HTTPS'] uses 'off' valueStephan Borg1-2/+3
2008-07-17sort out chicken and egg issue with loading libertyMime plugins in other pack...Max Kremmel1-13/+3
2008-07-15call preload function to load javascript and the like. i think this should al...Max Kremmel1-2/+8
2008-07-15since plugins can now be in any package things like pkg constants need to be ...Max Kremmel1-2/+14
2008-07-12typowjames51-2/+2
2008-07-12ignore arrays of sort_modeMax Kremmel1-2/+2
2008-03-29use STORAGE_PKG_URI for liberty_fetch_thumbnailsChristian Fowler1-1/+4
2008-02-14if user status is negative block them - this is a quick ban for the userwjames51-2/+8
2008-01-30define new BIT_BASE_PATH constant - useful for when bw is installed in a sub dirwjames51-1/+8
2007-11-03move hack check to a more generic location right at the start of loading bitw...Max Kremmel1-2/+7
2007-10-09maintain readers sanity by not splitting if condition lines unless they are r...Max Kremmel1-3/+2
2007-07-13try to clean up https code which has a lot of bogus assignments and convolute...Max Kremmel1-55/+24
2007-07-10remove some of the config assignments and clean up code a bit. there is still...Max Kremmel1-1/+5
2007-07-10move themes code out of kernel/setup_inc.php and properly in themes/bit_setu...Christian Fowler1-33/+1