Cache templates with the full template path rather than just the name.
[hoplite.git] / testing / tests / views /
2015-05-25 Robert SesekCache templates with the full template path rather...
2013-06-04 Robert SesekWrite a CacheBackend implementation for PDO.
2013-06-04 Robert SesekRefactor builtin functions into a TemplateBuiltins...
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-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 Sesek.gitignore broke the test!
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-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