replace image[] earlier than unmarked lists
[bse.git] / t / 020-templater /
2014-10-17 Tony Cookadd slice() and splice() to arrays
2014-09-19 Tony Cookfor dynamic generation, replace code with not set vars...
2014-09-17 Tony Cooksupport for blocks, and some methods that can use them
2014-08-25 Tony Cookadd hash extend() method for templating
2014-08-25 Tony CookAllow an extra set of tag delimiters for dynamic pages
2014-08-24 Tony Cookallow alternate delimiters for tags
2014-08-13 Tony Cookadd as_hash to WrapArray
2014-03-19 Tony Cookadd an undefined value literal to template expressions
2013-12-21 Tony Cookallow defaults for .define and allow barewords for...
2013-10-27 Tony Cookadd shuffle to the array wrapper class
2013-06-14 Tony Cookimplement .wrap for templates
2013-05-31 Tony Cookminimal tests for parse time expression errors and...
2013-03-22 Tony Cookadd a new .while construct to templates
2013-03-02 Tony Cookactually tokenize the !~ operator
2013-03-02 Tony Cookadd current to the loop variable for .for in templates
2013-02-25 Tony Cookimplement an escape method for scalars
2013-02-25 Tony Cookadd a params "variable" that acts like the param tag
2012-12-17 Tony Cookadd set method to arrays in templates
2012-11-30 Tony Cookadd a replace() method to scalars
2012-11-28 Tony Cookexpand template expressions with function calls and...
2012-11-19 Tony Cooktest some basic templater setup
2012-11-16 Tony Cook"or" is only an op when there are no letters immediatel...
2012-11-13 Tony Cookadd is_list and is_hash to wrappers
2012-11-06 Tony Cookadd an expand method to arrays
2012-11-06 Tony Cookadd hash method set and test the WrapHash methods,...
2012-11-06 Tony Cookadd several new scalar methods and document them
2012-11-06 Tony Cookparse () groups as primary expressions
2012-11-05 Tony Cookadd .iterateover to template syntax
2012-09-05 Tony Cookre-work and fix BSE's tests
2012-09-03 Tony Cookreorganize test files into categories