silverstripe-framework/tests
Sean Harvey 1ce279ec9d BUG FileNameFilter should remove any amount of underscores from start of filename
When a user renames a file to "__test.txt" (two underscores or more),
then FileNameFilter will only remove the very first underscore from the
filename. This is not sufficient, as any number of underscores in the
filename will be problematic when Filesystem::sync() is called, it will
remove that File record thinking it's an internal file. This fixes it
so any number of underscores are stripped out at the start of the filename.
2012-10-29 17:07:58 +13:00
..
api FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
cache Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
control Removes line longer than 120c 2012-10-29 10:22:53 +13:00
core BUG Fixed issue with Deprecation failing to extract the module from a stacktrace, especially on non-unix systems 2012-10-17 11:57:16 +13:00
dev ENHANCEMENT Make it possible to extend SS_Log 2012-10-04 16:34:20 +10:00
filesystem BUG FileNameFilter should remove any amount of underscores from start of filename 2012-10-29 17:07:58 +13:00
forms NEW: GridFieldPageCount control for displaying the current page count/total in the gridview header. Designed to complement a functional pager in the grid footer. 2012-10-03 14:54:37 +13:00
i18n BUG Fixed issue with Deprecation failing to extract the module from a stacktrace, especially on non-unix systems 2012-10-17 11:57:16 +13:00
injector FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
integration BUG Fixing regression in 26d70d6fca with formatted output in SS_HTMLValue 2012-10-16 11:59:30 +13:00
javascript MINOR Cleaning up code of Datagrid with related classes with more tests 2011-09-29 12:16:15 +13:00
model API Add the ability to query if the schema update is in progress. 2012-10-17 11:45:21 +13:00
oembed FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
parsers FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
phpcs NEW Amend Travis build to run a simple PHP_CodeSniffer test. 2012-09-30 17:28:46 +13:00
search FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
security FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
tasks Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
templates API: add api for setting a custom template on a RSS feed. 2012-07-01 21:27:50 +12:00
testing FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
travis Exclude test/travis/_config.php from being include in the test manifest. 2012-10-12 17:07:42 +13:00
view FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Bare.yml MINOR: Added small fixture YML that just lets you log in, for bootstrapping browser automation tests. 2011-02-02 14:17:57 +13:00
bootstrap.php Revert "Make PHPUnit bootstrap add flush=1" 2012-08-14 19:00:57 +12:00
FakeController.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
MemoryLimitTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PhpSyntaxTest.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00