summaryrefslogtreecommitdiff
path: root/BitSystem.php
AgeCommit message (Expand)AuthorFilesLines
2008-08-292 config settings 'long/short datetime'; language fixlaetzer1-3/+3
2008-08-27re-established kernel config 'site_error_title', to be set in kernel>server, ...laetzer1-4/+4
2008-07-29disabled a block of session-related code that causes problems only when sessi...laetzer1-2/+9
2008-07-18some sanity checks for PHP_MAGIC_PATHMax Kremmel1-3/+2
2008-07-15Add PHP_MAGIC_PATH to config_inc.php for windows serversLester Caine1-2/+2
2008-07-15This needs fixing in PHP but until it is it needs flagging here!Lester Caine1-2/+7
2008-07-13some minor code cleanupMax Kremmel1-24/+17
2008-07-06Work around for old versions of IIS that do not support $_SERVER['SCRIPT_FILE...Stephan Borg1-1/+7
2008-07-06Changed file permissions check from storage/themes/ to checking only storage/Stephan Borg1-4/+2
2008-06-26rename setConfigMatch() to storeConfigMatch() for consistency and clean up co...Max Kremmel1-14/+16
2008-06-26make use of display_mode option recently added by spiderr and add some rudime...Max Kremmel1-53/+18
2008-06-25check pOtionsHash for format key and pass to setFormatHeaderChristian Fowler1-3/+4
2008-06-25change display call to use a hash for display options, add display_mode to op...Christian Fowler1-1/+2
2008-06-11fix regex, and use bitweaver mime.types that we have a common ground.Max Kremmel1-7/+13
2008-06-06code nicificationMax Kremmel1-430/+413
2008-05-28initiate arrayMax Kremmel1-2/+3
2008-05-24return tables that are in the database but unused that we can keep track of o...Max Kremmel1-3/+19
2008-05-23rename functionEnabled to function_enabled to be consistent, clean up code an...Max Kremmel1-3/+4
2008-05-16uncomment default uri option which allows custom uri - caveat admin, don't po...wjames51-6/+9
2008-05-02make sure STORAGE_PKG_PATH.themes/ is presentChristian Fowler1-1/+4
2008-02-26register content types on install. many packages are updated with this, but m...wjames51-1/+15
2008-02-21More pleasant way to detect if exec() is enabled on server.Tomasz Kalkosinski1-2/+3
2008-02-20Safely try to @exec so there won't be a warning if host has exec() disabled.Tomasz Kalkosinski1-2/+2
2008-02-09Sort unordered menus alphabetically in the right way.Nick Palmer1-2/+2
2008-02-08change *_PKG_URI to be defined asChristian Fowler1-2/+2
2008-02-03Fix menu sorting.Nick Palmer1-1/+14
2007-11-11don't unset center modules from layout. this should allow us to easily access...Max Kremmel1-5/+8
2007-11-11move loadStyles to after our module service call - was before loadLayout prio...wjames51-2/+3
2007-11-06we just need to invoke service on bituser - take out gcontent ref which is pr...wjames51-5/+3
2007-11-06add content service call to preDisplay to allow modules to set head informati...wjames51-1/+19
2007-11-06log http://".$_SERVER[HTTP_HOST].$_SERVER[REQUEST_URI] with fatalError error_logChristian Fowler1-2/+2
2007-11-05add support for 403 Forbidden as a HTTP status codeChristian Fowler1-4/+9
2007-11-05tweak fatal error to not log if situation is a 404, also get dialog title fro...Christian Fowler1-3/+10
2007-11-05add setHttpStatus support to allow setting of 404 for deleted contentChristian Fowler1-1/+20
2007-10-25Log fatal errors to the apache log.Nick Palmer1-1/+2
2007-09-27Fix legacy so it at least still works right.Nick Palmer1-2/+2
2007-09-15move edit tpl assignment before center only content display so that error tpl...wjames51-6/+6
2007-09-10clena up code, remove unnecessary mDisplayOnlyContent, only display full page...Max Kremmel1-16/+15
2007-09-09one more time - we need to set center only for xml and json toowjames51-2/+6
2007-09-09check for center_only as an else to no header format setting does not work, u...wjames51-2/+4
2007-09-09woops - lets properly call the function :)wjames51-3/+3
2007-09-09add header options for xml, json, html to BitSystem so that display can handl...wjames51-14/+60
2007-09-04add Please login... title for not logged in error messageChristian Fowler1-1/+4
2007-09-04don't show big nasty denied message if user is simply not logged in. this *co...Christian Fowler1-13/+25
2007-09-04add param to set body onunload attribute - matches existing for onloadwjames51-7/+20
2007-07-10move loadAjax() to BitThemesMax Kremmel1-32/+6
2007-07-10move isAjaxRequest() and isJavascriptEnabled() calls to BitThemes and only al...Max Kremmel1-113/+16
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead o...Max Kremmel1-2/+9
2007-07-03update BIT_LEVEL to ''Christian Fowler1-2/+1
2007-07-02check $scriptDir = ( basename( dirname( $_SERVER[SCRIPT_FILENAME] ) ) ) for ...Christian Fowler1-2/+3