silverstripe-framework/filesystem
Will Rossiter 1a36bb628e API: Add sync_blacklisted_patterns for configuring files to skip in sync tasks
Fixes http://open.silverstripe.org/ticket/6210.

Replaces the hardcoded file patterns from Folder::syncChildren() with a new static Filesystem::$sync_blacklisted_patterns to describe files and folder names to skip when running Folder::sync().

Added unit test for Folder::sync()

Extended Folder::sync() to report on the number of file / folders skipped.
2013-05-11 16:06:14 +12:00
..
File.php Merge remote-tracking branch 'origin/3.0' into 3.1 2013-05-09 10:34:20 +02:00
FileFinder.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
FileNameFilter.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
Filesystem.php API: Add sync_blacklisted_patterns for configuring files to skip in sync tasks 2013-05-11 16:06:14 +12:00
Folder.php API: Add sync_blacklisted_patterns for configuring files to skip in sync tasks 2013-05-11 16:06:14 +12:00
GD.php API: used call_user_func_array in order to have an arbitrary number of parameter for getFormattedImage (fixes #1752) 2013-04-11 16:51:36 +02:00
ImagickBackend.php Merge pull request #1845 from a2nt/imagemagick_fix 2013-05-08 00:45:20 -07:00
Upload.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00