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