summaryrefslogtreecommitdiff
path: root/setup_inc.php
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-24update user domains to be more complete, and auto set requested user_id/home ...Christian Fowler1-3/+3
2007-06-19Move gBitSniffer after themes setup so it can set lynx without an error.Nick Palmer1-10/+10
2007-06-17remove references to unused BitCache class. this has to be rewritten a bit an...Max Kremmel1-2/+1
2007-06-16move from gPreviewStyle to gBitThemes->setStyle()Max Kremmel1-2/+3
2007-06-08Fix downloading with treasury when gzip is on.Nick Palmer1-2/+3
2007-05-05add some preimlinary code for user_domainsChristian Fowler1-3/+8
2007-04-24move funcitons to kernel_lib, remove preflight and keep BitTimer in its own f...Max Kremmel1-2/+3
2007-04-04move all style related code to BitThemes to further clean up the mess. all st...Max Kremmel1-3/+4
2007-04-02Massive changes to themes layout engine:Max Kremmel1-8/+2
2007-03-08Fix warning if gzip is on and no session exists yet.Nick Palmer1-11/+11
2007-03-05move gzip stuff after scanPackages() that we have a chance to disable it in b...Max Kremmel1-9/+6
2007-02-28more cleanup of initiation files. moved as many defines as i could to kernel/...Max Kremmel1-58/+28
2007-02-28add USERS_PKG_PATH back into the predifined constants. apparently the install...Max Kremmel1-4/+3
2007-02-28move default icon style define to config_defaults, rename num_queries gNumQue...Max Kremmel1-104/+71
2007-02-25remove antiqueated site_upload_dir preference and use STORAGE defines. previo...TekiMaki1-49/+10
2007-02-07update setPrefence to setConfigChristian Fowler1-2/+2
2007-02-06suggest a solution to circumvent the 250 char limit for site_keywords. quite ...Max Kremmel1-2/+11
2007-01-24use predifined PKG_PATHsMax Kremmel1-3/+3
2007-01-16prefix languages kernel_config settings with i18n_ and clean up some language...Max Kremmel1-3/+3
2007-01-15fix trailing slash apendage to TEMP_PKG_PATHMax Kremmel1-3/+3
2006-12-22comment apparently ancient, unused code, and slate for deletionChristian Fowler1-2/+9
2006-12-13add check for gNoToxify global option to bypass detox if so desiredChristian Fowler1-2/+2
2006-10-07add uri_mode to Force full URI's for offline or exported content (newsletters...Christian Fowler1-7/+11
2006-09-16remove votes session settings.Max Kremmel1-8/+1
2006-09-12clean up registerAppMenu API, clean up a lot of the menu code, don't assign a...Max Kremmel1-2/+2
2006-09-09use isFeatureActive method instead of getConfig when it's booleanMax Kremmel1-3/+3
2006-09-06move LibertySystem stuff to liberty's bit_setup_inc where it belongsChristian Fowler1-14/+1
2006-09-03change all biticon links to point to the new icons provided in themes/icon_st...Max Kremmel1-1/+4
2006-08-04fixing some upgrader problemsMax Kremmel1-2/+3
2006-07-31standardise formattingMax Kremmel1-7/+6
2006-07-30load only active liberty plugins and eliminate liberty_plugins tableJams H Thompson1-2/+12
2006-07-29fix BIT_BASE_URI for httpsWakeworks1-3/+3
2006-07-23restore load all packages in directory behaviourJams H Thompson1-2/+2
2006-07-23improve package management and performance, eliminate some package related in...Jams H Thompson1-2/+9