ORIENT/modules/system
Dave Shoreman e2b110a611 Disable strict mode before running migrations
This will ensure strict mode is not applied while running migrations
for both modules and plugins, either when installing or removing.

We don't need to call disableStrictMode from UpdateManager::uninstall()
as it is called within the plugin removal methods, which are run first.

To force strict mode to be enabled, set 'strict' => true in the database config.
2016-04-29 19:32:11 +01:00
..
assets Add "outline" buttons and restyle callouts 2016-04-27 06:54:21 +10:00
behaviors DbDongle -> App::hasDatabase 2016-04-16 07:44:18 +10:00
classes Disable strict mode before running migrations 2016-04-29 19:32:11 +01:00
console Compiled client locale files now include moment config 2016-04-23 13:12:41 +10:00
controllers Fix redirect to wrong url after creating layout #1905 2016-04-22 04:52:06 +10:00
database Convert current core timestamp columns to nullable 2016-04-29 19:31:17 +01:00
helpers Make the datepicker preview mode show pretty dates 2016-04-26 06:59:02 +10:00
lang Introduce locale variants 2016-04-23 13:13:52 +10:00
models Merge pull request #1932 from ariponce/pr2 2016-04-19 05:09:54 +10:00
partials Begin the process of refitting brand settings 2016-04-05 20:04:11 +10:00
reportwidgets Protected properties were once [incorrectly] available 2015-08-29 20:12:55 +10:00
traits clearAssetDefinitions -> flushAssets 2016-04-12 18:04:15 +10:00
twig Radical reorg of some classes 2015-01-28 11:49:54 +11:00
views Update refs to flash message script 2015-05-28 20:33:49 +10:00
ServiceProvider.php Fixes issue where Cache helper does not flush framework 2016-04-16 08:10:14 +10:00
aliases.php Switch to custom Schema facade 2016-04-27 08:31:58 +01:00
composer.json ~1.0 -> dev-develop 2016-04-01 14:07:43 +11:00
providers.php Register Halcyon Service Provider 2016-03-07 18:46:45 +11:00
routes.php Cleanup 2015-01-03 12:41:23 +01:00