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
ajshort
381e952aaf
API CHANGE: Removed the unused Archive and TarballArchive classes.
2011-04-26 11:01:38 +10:00
..
File.php
API-CHANGE: Renaming a folder did not update the folder's filename on the disk. This is now fixed. There is now a one-to-one mapping between a folder and its "Title" label. Files still can have a Title that is different from the Filename (
fixes
#6088
, thanks Pike)
2011-03-30 18:16:16 +13:00
FileFinder.php
FEATURE: Added the SS_FileFinder class for finding files within a directory true that match a set of rules.
2011-03-24 20:14:42 +11:00
Filesystem.php
MINOR Removed dependency on SiteTree in various unit tests
2011-03-29 18:07:58 +13:00
Folder.php
API CHANGE: Renamed DataObjectDecorator to DataExtension.
2011-04-26 11:01:38 +10:00
GD.php
MINOR Moved GD::set_default_quality() function to the top of the file to align with conventions
2011-02-02 14:19:56 +13:00
Upload.php
ENHANCEMENT: Added allowed actions to core classes
2011-02-14 11:14:51 +13:00