ORIENT/modules/cms/twig
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
..
ComponentNode.php Updating modules/cms/twig 2014-10-11 01:42:04 +02:00
ComponentTokenParser.php Updating modules/cms/twig 2014-10-11 01:42:04 +02:00
ContentNode.php Vars passed to content should be escaped 2015-04-25 14:28:52 +10:00
ContentTokenParser.php Add parameter support to {% content %} tags 2015-04-25 13:58:05 +10:00
DebugExtension.php Better exception handling to dump() 2015-04-21 15:20:59 +10:00
DefaultNode.php Updating modules/cms/twig 2014-10-11 01:42:04 +02:00
DefaultTokenParser.php Updating modules/cms/twig 2014-10-11 01:42:04 +02:00
Extension.php Add |media filter and MediaLibrary::url helper 2015-06-17 18:51:05 +10:00
FlashNode.php Fixed error when using {% flash type %} 2015-05-30 01:24:11 +01:00
FlashTokenParser.php Subsequent expressions are on a new line (see developer guide > PSR exceptions) 2014-11-01 12:00:45 +11:00
FrameworkNode.php Updating modules/cms/twig 2014-10-11 01:42:04 +02:00
FrameworkTokenParser.php Updating modules/cms/twig 2014-10-11 01:42:04 +02:00
Loader.php Fix Twig Caching 2015-12-28 10:09:15 -07:00
PageNode.php Updating modules/cms/twig 2014-10-11 01:42:04 +02:00
PageTokenParser.php Updating modules/cms/twig 2014-10-11 01:42:04 +02:00
PartialNode.php Updating modules/cms/twig 2014-10-11 01:42:04 +02:00
PartialTokenParser.php Updating modules/cms/twig 2014-10-11 01:42:04 +02:00
PlaceholderNode.php Subsequent expressions are on a new line (see developer guide > PSR exceptions) 2014-11-01 12:00:45 +11:00
PlaceholderTokenParser.php Subsequent expressions are on a new line (see developer guide > PSR exceptions) 2014-11-01 12:00:45 +11:00
PutNode.php Updating modules/cms/twig 2014-10-11 01:42:04 +02:00
PutTokenParser.php Updating modules/cms/twig 2014-10-11 01:42:04 +02:00
ScriptsNode.php Updating modules/cms/twig 2014-10-11 01:42:04 +02:00
ScriptsTokenParser.php Updating modules/cms/twig 2014-10-11 01:42:04 +02:00
StylesNode.php Updating modules/cms/twig 2014-10-11 01:42:04 +02:00
StylesTokenParser.php Updating modules/cms/twig 2014-10-11 01:42:04 +02:00