ORIENT/modules/system/classes
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
..
CombineAssets.php Address serialize/unserialize issues 2016-04-16 08:22:31 +10:00
ComposerManager.php Use fill()+save() instead of save() 2015-06-27 14:32:52 +10:00
Controller.php Missing NS ref 2015-02-23 19:55:06 +11:00
ErrorHandler.php Might reconsider this, since the exact line in twig is lost 2015-06-04 17:37:29 +10:00
MarkupManager.php Radical reorg of some classes 2015-01-28 11:49:54 +11:00
ModelBehavior.php Radical reorg of some classes 2015-01-28 11:49:54 +11:00
PluginBase.php Fixed loading permissions from plugin.yaml 2016-02-15 17:23:10 -08:00
PluginManager.php Merge branch 'develop' into stable 2016-02-27 14:55:52 +11:00
SettingsManager.php Update SettingsManager.php 2015-12-08 11:54:38 +01:00
UpdateManager.php Disable strict mode before running migrations 2016-04-29 19:32:11 +01:00
VersionManager.php Disable strict mode before running migrations 2016-04-29 19:32:11 +01:00