Go to file
Ingo Schommer c82f0335f0 API CHANGE Don't reflect changes in File and Folder property setters on filesystem before write() is called, to ensure that validate() applies in all cases. This fixes a problem where File->setName() would circumvent restrictions in File::$allowed_extensions (fixes #5693)
API CHANGE Removed File->resetFilename(), use File->updateFilesystem() to update the filesystem, and File->getRelativePath() to just update the "Filename" property without any filesystem changes (emulating the old $renamePhysicalFile method argument in resetFilename())
API CHANGE Removed File->autosetFilename(), please set the "Filename" property via File->getRelativePath()
MINOR Added unit tests to FileTest and FolderTest (some of them copied from FileTest, to test Folder behaviour separately)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@107273 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:19:34 +13:00
api MINOR Fixed phpdoc documentation 2011-02-02 14:19:15 +13:00
cache MINOR Fixed phpdoc documentation (from r103385) 2011-02-02 14:19:15 +13:00
cli MINOR Cleaned up tabbing and code formatting in automated task classes 2011-02-02 14:18:42 +13:00
conf MINOR Fixed spelling mistake in ConfigureFromEnv class documentation 2011-02-02 14:19:10 +13:00
core MINOR Documentation in File and Folder class 2011-02-02 14:19:33 +13:00
css ENHANCEMENT Allowing batch checkbox selection of TableListField rows with TableListField->Markable and TableListField->addSelectOptions() 2011-02-02 14:19:27 +13:00
dev ENHANCEMENT Added TestRunner::$coverage_filter_dirs to exclude certain directories from PHPUnit test coverage reports 2011-02-02 14:19:32 +13:00
email API CHANGE Removed deprecated Email_Template class, please use Email instead! 2011-02-02 14:18:47 +13:00
filesystem API CHANGE Don't reflect changes in File and Folder property setters on filesystem before write() is called, to ensure that validate() applies in all cases. This fixes a problem where File->setName() would circumvent restrictions in File::$allowed_extensions (fixes #5693) 2011-02-02 14:19:34 +13:00
forms ENHANCEMENT: added setDisabled() to set DropdownField::$disabled 2011-02-02 14:19:33 +13:00
images MINOR merged from branches/2.3 2009-01-07 23:00:54 +00:00
integration MINOR Documentation migrated from doc.ss.org 2011-02-02 14:19:20 +13:00
javascript ENHANCEMENT Allowing batch checkbox selection of TableListField rows with TableListField->Markable and TableListField->addSelectOptions() 2011-02-02 14:19:27 +13:00
lang MINOR Translations 2011-02-02 14:19:27 +13:00
parsers MINOR Fixed phpdoc documentation (from r103385) 2011-02-02 14:19:15 +13:00
profiler MINOR Fixed phpdoc documentation 2011-02-02 14:19:15 +13:00
search BUGFIX: check if a request is present before using it to prevent undefined errors 2011-02-02 14:19:22 +13:00
security MINOR Making $Email available in Security_passwordsent.ss template (fixes #5737) 2011-02-02 14:19:32 +13:00
tasks MINOR Defensive coding in MigrateSiteTreeLinkingTask 2011-02-02 14:19:21 +13:00
templates ENHANCEMENT Allowing batch checkbox selection of TableListField rows with TableListField->Markable and TableListField->addSelectOptions() 2011-02-02 14:19:27 +13:00
tests API CHANGE Don't reflect changes in File and Folder property setters on filesystem before write() is called, to ensure that validate() applies in all cases. This fixes a problem where File->setName() would circumvent restrictions in File::$allowed_extensions (fixes #5693) 2011-02-02 14:19:34 +13:00
thirdparty MINOR Added behaviour.js README (moved from http://doc.silverstripe.org/javascript) 2011-02-02 14:19:20 +13:00
widgets MINOR Fixed phpdoc documentation (from r103385) 2011-02-02 14:19:15 +13:00
_config.php BUGFIX #5349: Use TEMP_FOLDER for Zend's cache temp dir. 2011-02-02 14:19:28 +13:00
_register_database.php MINOR Show install MySQL version at 5.0+ as 4.1 does not work properly with SilverStripe 2011-02-02 14:19:23 +13:00
.htaccess Merged from branches/2.3 2009-04-28 23:52:15 +00:00
cli-script.php ENHANCEMENT If no arguments specified for cli-script.php/sake, then provide a friendly message to the user on where to get help 2011-02-02 14:18:59 +13:00
main.php MINOR Documentation 2011-02-02 14:19:15 +13:00
main.php5 MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
Makefile BUGFIX: Removed references to php5 binary in Makefile 2011-02-02 14:19:22 +13:00
sake Sake fix: look for php binary before php5, to prevent errors on CentOS and Cygwin. 2011-02-02 14:19:22 +13:00
silverstripe_version fixed $ 2007-12-14 04:35:28 +00:00
static-main.php BUGFIX Bypass static caching through static-main.php when GET or POST parameters are set (regression from 2.3 API, fixes #5519, thanks ktauber) 2011-02-02 14:19:19 +13:00