silverstripe-framework/core
Sean Harvey b075fa29c5 Have tiny_mce_gzip.php use local silverstripe-cache folder if available
This is a fix for ticket #7670. Some hosting situations don't
allow write access to the system temp path. tiny_mce_gzip.php is currently
using sys_get_temp_dir() by default, and not using a local silverstripe-cache
folder that may exist in the SilverStripe project.

This change moves the getTempFolder() function into a common file, and
includes that in core/Core.php, as well as thirdparty/tinymce/tiny_mce_gzip.php
so both locations share the same code to work out the temp path.
2012-09-19 16:43:17 +12:00
..
manifest FIX issue with cyclic configs when framework called sapphire 2012-08-28 15:44:40 +12:00
ArrayLib.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ClassInfo.php FIX If ClassName read from DB doesnt exist, dont break 2012-08-30 11:02:50 +12:00
Config.php API Reverse config extra statics control flow 2012-08-23 09:29:13 +12:00
Convert.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Core.php Have tiny_mce_gzip.php use local silverstripe-cache folder if available 2012-09-19 16:43:17 +12:00
DAG.php NEW Allow debugging of config cyclic errors 2012-08-27 16:08:10 +12:00
Diff.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Extension.php API Reverse config extra statics control flow 2012-08-23 09:29:13 +12:00
HTMLCleaner.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Object.php Merge pull request #738 from simonwelsh/lsb-53-30 2012-08-27 21:07:29 -07:00
PaginatedList.php Fluent API for PaginatedList 2012-08-28 17:28:37 +02:00
TempPath.php Have tiny_mce_gzip.php use local silverstripe-cache folder if available 2012-09-19 16:43:17 +12:00