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 |
||
|---|---|---|
| .. | ||
| CmsCompoundObjectTest.php | ||
| CmsExceptionTest.php | ||
| CmsObjectQueryTest.php | ||
| CmsObjectTest.php | ||
| CodeParserTest.php | ||
| ComponentManagerTest.php | ||
| ContentTest.php | ||
| ControllerTest.php | ||
| PartialStackTest.php | ||
| RouterTest.php | ||
| SectionParserTest.php | ||
| ThemeTest.php | ||