]> mj.ucw.cz Git - temple.git/shortlog
temple.git
2021-11-09 Martin Marestemple -e master
2019-01-23 Martin MaresInput and output should be in UTF-8
2019-01-14 Martin Mares"use lib '.'" for compatibility with recent Perls
2016-04-04 Martin Mares@(...) follows conditions properly
2015-11-25 Tomáš MalečekEscaped curly braces in regexes
2015-08-12 Martin MaresAdded optional tilde expansion
2015-08-12 Martin MaresUpdated (c) year
2015-08-12 Martin MaresInline function calls @f(...) now recognize quoted...
2015-08-12 Martin MaresMerge branch 'master' of git+ssh://git.ucw.cz/home...
2015-08-12 Martin MaresAdded "set" function for setting of template variables...
2015-03-30 Martin MaresAdded T::arg() which allows to access template argument...
2012-10-12 Martin MaresAvoid reporting a single error multiple times
2012-10-12 Martin MaresWhitespace fixes
2012-10-12 Martin MaresRewritten error handling, so that proper line numbers...
2011-10-29 Martin MaresRemove surplus hashbangs.
2011-02-11 Martin MaresThe argument of UCW::Temple::start() is no longer mandatory
2011-02-11 Martin MaresAdded tracking of dependencies from MJ's web
2011-02-11 Martin MaresUCW::Temple: @@ does not creep into if'ed out blocks
2010-10-05 Martin MaresSquash a warning
2010-10-05 Martin MaresFixed calling of multi-parameter functions
2010-08-18 Martin MaresUCW::Temple::CGI: Added html_template().
2010-08-18 Martin MaresAdded a couple of comments on the new features
2010-08-18 Martin Marestemple driver script: updated call of start()
2010-08-18 Martin MaresUCW::Temple::CGI: Written
2010-08-18 Martin MaresUCW::Temple: Support substitution of named arguments...
2008-10-05 Martin MaresAdded an example and Temple::Links from MJ's home page.
2008-10-02 Martin MaresUpdated the test cases.
2008-10-02 Martin Maresout(): do not forget to return undef
2008-10-02 Martin MaresReplace all outputs by an overridable call to `out'.
2008-10-02 Martin MaresWhen the function called via @f(...) returns anything...
2008-10-02 Martin MaresAh those parantheses...
2008-10-02 Martin MaresMoved template variables and functions to a separate...
2008-10-01 Martin MaresThe previous fix was wrong.
2008-10-01 Martin MaresFixed an escape.
2004-09-26 Martin MaresOptions.
2004-09-26 Martin MaresConverted to Perl module.
2004-09-22 Martin MaresTesting.
2004-09-22 Martin MaresFirst version.