silverstripe-framework/core
Ingo Schommer a30532becb BUGFIX Moved TEMP_FOLDER define back from main.php/cli-script.php to Core.php, as it was causing problems with the installer
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@63204 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-09-28 23:03:28 +00:00
..
control BUGFIX Reverted Director class using BASE_PATH instead of dirname(dirname(['SCRIPT_FILENAME'])), originally committed in r63154 2008-09-27 17:02:46 +00:00
model ENHANCEMENT Using HTTP Status 301 for RedirectorPage class, to be nice to search engines and improve SEO (with 200 page rank gets split between pages, with 301 its all transferred to the target page) 2008-09-28 19:50:53 +00:00
ArrayData.php Reverted accidental change 2008-08-12 03:34:49 +00:00
ArrayLib.php Removed notice level error when ArrayLib::valuekey() is passed an empty array 2008-08-13 04:33:33 +00:00
ClassInfo.php Merged changes from 2.2.2-assets - everything except the asset refactoring 2008-08-12 02:51:33 +00:00
Convert.php FEATURE: xml2array now works with recursion so it will actually work with most xml files. Unit tests to comei 2008-08-24 23:39:32 +00:00
Cookie.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Core.php BUGFIX Moved TEMP_FOLDER define back from main.php/cli-script.php to Core.php, as it was causing problems with the installer 2008-09-28 23:03:28 +00:00
Extension.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
HTTP.php MINOR documentation 2008-09-16 20:36:30 +00:00
i18n.php ENHANCEMENT Added Maori to i18n::$common_languages 2008-08-13 22:09:06 +00:00
ManifestBuilder.php ENHANCEMENT Added ManifestBuilder::$cache_expiry_mins 2008-09-28 19:52:06 +00:00
Object.php Merged changes from 2.2.2-assets - everything except the asset refactoring 2008-08-12 02:51:33 +00:00
Requirements.php MINOR Documentation 2008-09-22 16:02:33 +00:00
Session.php Add checks to see if REMOTE_ADDR is set before making use of it. 2008-08-13 01:43:49 +00:00
SSViewer.php adding ?flush=all option which clears all cached templates from the LOLCACHE 2008-08-28 10:58:52 +00:00
TokenisedRegularExpression.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
ValidationResult.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
ViewableData.php MINOR: Fix phpdoc parsing error 2008-09-26 04:18:18 +00:00