ORIENT/modules/cms
Samuel Georges 337cf36150 Access variables as variables, not methods
Fixes #1721
Really not sure why viewBag is using the __call() magic method to access properties. Switched to using __get() + __isset() to keep everything in black and white. If this turns out to be a mistake, roll it back and ensure the reason is documented accordingly.
2016-02-13 15:26:52 +11:00
..
assets Improve tabs consistency, fix conflict with .primary 2015-07-10 15:51:24 +10:00
classes Access variables as variables, not methods 2016-02-13 15:26:52 +11:00
controllers Improve the multilingual support 2015-12-14 18:21:56 +01:00
database/migrations Adds Theme customization feature 2014-12-04 16:49:52 +11:00
formwidgets These methods should be protected, update client lang 2015-08-04 10:01:17 +10:00
helpers Swap FileHelper methods for new Ini parser 2015-10-03 07:30:11 +10:00
lang Update Dutch language 2016-01-16 10:18:20 +11:00
models Use correct folder permissions in ThemeImport/Export 2015-09-26 18:12:13 +10:00
twig Flash twig node now displays all messages of all types. 2016-01-12 16:51:58 -05:00
views Update refs to flash message script 2015-05-28 20:33:49 +10:00
widgets Merge pull request #1489 from Flynsarmy/filterByFolder 2015-12-05 08:24:13 +11:00
ServiceProvider.php Fix permissions required for theme settings 2015-12-31 11:32:25 +00: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