ORIENT/modules/cms
DQ Sully 2fae5a30b9 Fix Twig Caching
When October would load a file from its changed source, Twig would not see the message until it had gone. See Cms\Classes\Loader->isFresh. This meant a template would not update unless you deleted the Twig cache, or that template's TTL expired. Fix: add another variable (freshness) that would only change after being observed, and accurately reflected if a template's source had been modified
2015-12-28 10:09:15 -07:00
..
assets Improve tabs consistency, fix conflict with .primary 2015-07-10 15:51:24 +10:00
classes Fix Twig Caching 2015-12-28 10:09:15 -07: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 Minor bugfix 2015-12-11 22:11:37 +01:00
models Use correct folder permissions in ThemeImport/Export 2015-09-26 18:12:13 +10:00
twig Fix Twig Caching 2015-12-28 10:09:15 -07: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 Fixes bug in IE11 that prevents use of Media Manager - Fixes #1198 2015-06-27 12:24:19 +10:00
composer.json Convert autoload refs to PSR-4 so they actually work 2014-09-19 17:23:11 +10:00
routes.php Add hooks to the cms/backend route definitions 2015-05-02 13:53:05 +10:00