ORIENT/modules/backend
Samuel Georges cd055ad437 Fixes formExtendModel method so it actually works.
The extension must occur after the ::find() method, which will return a fresh object. When it occurs before, any changes to the model are lost. Where this may have prior been used to dynamically return a different model, the formCreateModelObject override method should return this value now.
2016-02-10 19:38:35 +11:00
..
assets Minor update in the sidebar navigation client-side code. Plugins now can load navigation menus from plugin.yaml file. 2015-11-28 19:18:08 -08:00
behaviors Fixes formExtendModel method so it actually works. 2016-02-10 19:38:35 +11:00
classes Move widget classes that are exclusive to their own space 2016-01-16 16:02:28 +11:00
controllers Merge pull request #1702 from gpasztor87/patch-2 2016-01-16 09:07:15 +11:00
database Remove test testListsNestedUnknownColumn 2016-01-04 17:54:23 +11:00
facades Fixes issue preventing CMS AJAX from returning arrays 2015-04-28 19:31:38 +10:00
formwidgets Fixes issue in uploader when one of the dimensions is auto 2016-01-16 15:13:42 +11:00
helpers Complete overhaul of module service providers 2015-05-02 14:43:14 +10:00
lang Update Dutch language 2016-01-16 10:18:20 +11:00
layouts Minor revert from previous 2 commits 2015-09-26 08:01:08 +10:00
models Lax the validation rules on login, email + pass 2015-12-19 09:53:17 +11:00
skins Remove cms.tempDir - use temp_path() 2015-02-07 15:42:20 +11:00
traits Added new makeFormWidget() method to WidgetMaker for rendering form widgets individually 2015-08-07 19:06:04 +10:00
views Update refs to flash message script 2015-05-28 20:33:49 +10:00
widgets Lay initial ground work for server data source 2016-01-16 17:38:05 +11:00
ServiceProvider.php Remove DataGrid registration from ServiceProvider 2016-01-09 17:15:36 +01:00
composer.json Update composer refs 2016-01-02 18:44:59 +11:00
routes.php Add hooks to the cms/backend route definitions 2015-05-02 13:53:05 +10:00