ORIENT/modules/cms/classes
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
..
asset Lil tidy up 2015-03-07 10:47:38 +11:00
content Lil tidy up 2015-03-07 10:47:38 +11:00
layout Lil tidy up 2015-03-07 10:47:38 +11:00
page Simplify visibleViewBag + visibleSettings 2015-06-05 17:24:27 +10:00
partial Lil tidy up 2015-03-07 10:47:38 +11:00
theme Improve multilanguage support 2015-05-16 11:47:24 +02:00
Asset.php Updating modules/cms/classes 2014-10-11 01:22:03 +02:00
CmsCompoundObject.php Swap FileHelper methods for new Ini parser 2015-10-03 07:30:11 +10:00
CmsController.php Fixes issue when routing to CmsController homepage (no params) 2015-05-02 12:56:40 +10:00
CmsException.php fixed some PHPDocs 2015-12-12 11:34:27 +11:00
CmsObject.php Fix Twig Caching 2015-12-28 10:09:15 -07:00
CmsObjectCollection.php fixed some PHPDocs 2015-12-12 11:34:27 +11:00
CmsObjectQuery.php Add where and whereComponent to CMS objects 2015-10-08 07:28:20 +11:00
CodeBase.php Roll back the changes from #852 in the name of KISS 2015-06-17 18:50:51 +10:00
CodeParser.php fixed some PHPDocs 2015-12-12 11:34:27 +11:00
ComponentBase.php fixed some PHPDocs 2015-12-12 11:34:27 +11:00
ComponentHelpers.php Minor fix in Inspector styles. Minor fix in the component helper. 2015-10-15 17:10:56 -07:00
ComponentManager.php Make it easier to pick the component name from the error 2015-11-01 13:16:43 +11:00
ComponentPartial.php Updating modules/cms/classes 2014-10-11 01:22:03 +02:00
Content.php Escape HTML for .txt contents 2015-08-05 00:00:43 +02:00
Controller.php fixed some PHPDocs 2015-12-12 11:34:27 +11:00
Layout.php Add missing PHPDoc @return tag 2015-10-17 09:17:37 +11:00
LayoutCode.php Updating modules/cms/classes 2014-10-11 01:22:03 +02:00
MediaLibrary.php Add missing PHPDoc @return tag 2015-10-17 09:17:37 +11:00
MediaLibraryItem.php fixed some PHPDocs 2015-12-12 11:34:27 +11:00
MediaViewHelper.php Fixes exception ref 2015-10-03 07:29:08 +10:00
ObjectMemoryCache.php Updating modules/cms/classes 2014-10-11 01:22:03 +02:00
Page.php fixed some PHPDocs 2015-12-12 11:34:27 +11:00
PageCode.php Updating modules/cms/classes 2014-10-11 01:22:03 +02:00
Partial.php fixed some PHPDocs 2015-12-12 11:34:27 +11:00
PartialCode.php Added support for components in partials 2014-10-29 22:12:42 -07:00
PartialStack.php Write tests that verify the truth of #1373 2015-08-15 13:39:44 +10:00
Router.php Routes cache should be used for all driver types 2015-05-02 11:58:09 +10:00
SectionParser.php Switch to October flavored INI 2015-10-03 08:52:52 +10:00
Theme.php Performance improvements, rename scopes to standard 2015-07-21 20:46:35 +10:00
ThemeManager.php Overhaul the plugin installation process in the back-end 2015-04-04 17:28:51 +11:00
UnknownComponent.php fixed some PHPDocs 2015-12-12 11:34:27 +11:00
ViewBag.php fixed some PHPDocs 2015-12-12 11:34:27 +11:00