Introduce FrontController as the replacement for RootController.
[hoplite.git] / views /
2015-05-26 Robert SesekUse filter_var() over base/filter.php, which is going...
2015-05-25 Robert SesekCache templates with the full template path rather...
2014-03-31 Robert SesekIn views\Template, do not use base/filter.php wrappers...
2013-06-08 Robert SesekImplement a noop views\FileCacheBackend::GetMultipleTem...
2013-06-04 Robert SesekImplement template PreCache-ing in the TemplateLoader.
2013-06-04 Robert SesekThrow an exception if the template file does not exist.
2013-06-04 Robert SesekTesting the return value of PDOStatement::Execute does...
2013-06-04 Robert SesekPass a variable that is actually defined to MarkTemplat...
2013-06-04 Robert SesekWrite a CacheBackend implementation for PDO.
2013-06-04 Robert SesekRefactor builtin functions into a TemplateBuiltins...
2013-06-02 Robert SesekWrite the initial builtin Template macro functions...
2013-06-01 Robert SesekRewrite the template system to have user-customizable...
2013-05-29 Robert SesekSplit TemplateLoader's cache business into another...
2013-05-29 Robert SesekMake use of Template names for usage profiling.
2011-08-14 Robert SesekAdd hoplite\views\MakeURL() in a kind of hacky way.
2011-08-14 Robert SesekAdd hoplite\views\Inject()
2011-08-08 Robert Sesektemplate_loader.php needs to include template.php
2011-08-08 Robert SesekAllow an array of variables to be passed to Template...
2011-08-06 Robert SesekFix more bugs in TemplateLoader and a singleton helper
2011-08-06 Robert SesekGet TemplateLoader working and update the tests
2011-08-06 Robert SesekChange Template::Render to return the result, rather...
2011-07-30 Robert SesekFix a bug in TemplateLoader
2011-07-27 Robert SesekAdd WIP TemplateLoader
2011-07-26 Robert Sesek* Get the correct column number in parsing exceptions
2011-07-26 Robert SesekAdd basic template parser and test