This website requires JavaScript.
Explore
Help
Register
Sign In
tonyair
/
silverstripe-framework
Watch
1
Star
0
Fork
0
You've already forked silverstripe-framework
mirror of
https://github.com/silverstripe/silverstripe-framework
synced
2024-10-22 12:05:37 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
silverstripe-framework
/
filesystem
History
Ingo Schommer
6d6c294ae3
BUGFIX Consistently using Convert::raw2sql() instead of DB::getConn()->addslashes() or PHP's deprecated addslashes() for database escaping
2011-09-15 14:40:21 +02:00
..
Archive.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
File.php
BUGFIX Consistently using Convert::raw2sql() instead of DB::getConn()->addslashes() or PHP's deprecated addslashes() for database escaping
2011-09-15 14:40:21 +02:00
Filesystem.php
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:27:36 +13:00
Folder.php
BUGFIX Consistently using Convert::raw2sql() instead of DB::getConn()->addslashes() or PHP's deprecated addslashes() for database escaping
2011-09-15 14:40:21 +02:00
GD.php
API CHANGE: Added increase_time_limit_to(), which respects safe_mode.
2011-02-02 14:27:33 +13:00
TarballArchive.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
Upload.php
BUGFIX Validating $_FILES in Upload->validate() (Merged from r73254)
2011-02-02 14:27:10 +13:00