silverstripe-framework/src/Dev
Ingo Schommer 0696045e59 NEW Legacy thumbnail migration task (#8924)
* NEW Legacy thumbnail migration task

See https://github.com/silverstripe/silverstripe-assets/issues/235
Makes a start at https://github.com/silverstripe/silverstripe-assets/issues/219 as well

* API Removed migrate_legacy_file support

For the vast majority of sites, you really don't want to run your file migration as part of dev build.
The step is involved enough to warrant it's own task.
I don't think this is an API change, since the setting won't have affect
for anyone who has already enabled it - they would've already done the one-off migration.

See https://github.com/silverstripeltd/open-sourcerers/issues/91
and https://github.com/silverstripe/silverstripe-assets/issues/235
2019-05-02 09:33:53 +12:00
..
Constraint BUG Fix issue with assertListEquals() ignoring field getters 2019-01-11 11:35:11 +13:00
Install BUG Update installer to create the assets folder if its missing 2019-03-29 17:56:39 +13:00
State Merge pull request #8241 from creative-commoners/pulls/4.3/separate-logging 2019-04-05 08:49:09 +13:00
Tasks NEW Legacy thumbnail migration task (#8924) 2019-05-02 09:33:53 +12:00
Upgrade BUG Fix upgrade-code doctor with public path 2018-01-16 15:38:12 +13:00
Backtrace.php [SS-2018-018] Ignore arguments in mysqli::real_connect backtrace calls 2018-11-07 11:33:24 +13:00
BehatFixtureFactory.php API Upgrade to behat 3 2017-05-05 14:32:07 +12:00
BuildTask.php Lazy-load custom methods and extensions on CustomMethods and Extensible traits 2017-08-22 15:47:24 +12:00
BulkLoader_Result.php API Move CSV writing/reading to league/csv library 2018-02-22 09:22:37 +13:00
BulkLoader.php BUG Fix many_many through crashing ModelAdmin 2018-04-10 14:51:49 +12:00
CLI.php API Remove Object class 2017-05-23 13:50:35 +12:00
CliDebugView.php var_export does not handle circular references 2018-09-24 12:31:06 +02:00
CSSContentParser.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
CsvBulkLoader.php Fix Undefined variable: result when catch Exception 2019-04-05 11:33:01 +13:00
CSVParser.php API Move CSV writing/reading to league/csv library 2018-02-22 09:22:37 +13:00
Debug.php ENHANCEMENT: Better output type detection for debugging 2017-07-04 17:33:49 +12:00
DebugView.php BUG Fix issue with DebugView failing on class name of existing class 2018-02-05 10:45:49 +13:00
Deprecation.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
DevBuildController.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
DevelopmentAdmin.php Merge branch '4.1' into 4 2018-05-30 15:08:39 +12:00
FixtureBlueprint.php [ss-2018-006] Prevent code execution in template value resolution 2018-05-14 17:05:31 +12:00
FixtureFactory.php BUG Make regression in #7839 safer 2018-06-14 16:45:09 +12:00
FunctionalTest.php Update deprecation PHPDocs to be PSR-5 compliant 2018-09-28 10:49:14 +02:00
InstallerTest.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
MigrationTask.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
SapphireInfo.php Ran upgrader for lang files 2017-04-28 14:59:42 +12:00
SapphireREPL.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
SapphireTest.php Merge pull request #8174 from creative-commoners/pulls/4.2/deprecated-fixture-state 2019-02-11 14:16:37 +13:00
SSListExporter.php API Rename assert dos to assert list 2017-10-09 11:53:11 +13:00
TaskRunner.php ENHANCEMENT Don't force all class names to lowercase 2017-09-20 15:14:55 +12:00
TestKernel.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
TestMailer.php DOCS Update doc block for TestMailer::findEmail to reflect the new key names 2017-09-06 16:10:55 +12:00
TestOnly.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
TestSession_STResponseWrapper.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
TestSession.php Extensible test session 2018-03-21 17:28:02 +13:00
YamlFixture.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00