98
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* moved assert() to EXPORT_OK instead of EXPORT because it clashed with something in t/date.t. At some point all should be EXPORT_OK not EXPORT... More... about 23 years ago
* added details of changes to parser More... about 23 years ago
* added the assert() sub More... about 23 years ago
* Fixed an obscure bug in fetch() where the plugin returned by calling $factory->new() was tested for simple truth rather than definedness. In the case of the String plugin, I had an overloaded stringifcation operator which returned the string value. In some cases that value might evaluate false, e.g. from an uninitialised string with an empty value or a string with the value '0'. Hence the fetch() method reported an error when all was well. More... about 23 years ago
* Leon's patch More... about 23 years ago
* applied Leon's patch to delete template from variable hash More... about 23 years ago
added docs for Template::Plugin::Filter More... about 23 years ago
* Added the Template::Plugin::Filter module to make plugin filters easier to write and rewrote the Template::Plugin::XML::Style to use it. More... about 23 years ago
* applied Stas's patch to template/html/row More... about 23 years ago
* Developer release 2.06a More... about 23 years ago
* added DBI bug fix More... about 23 years ago
* fixed bug with nested loops where inner _STH overwrote outer _STH causing DESTROY and finish() More... about 23 years ago
Fixed the nexted query bug that seemed to be caused by the Iterator objects sharing the same statement handle when we created the reference. Fixed by using a blessed hash rather than a scalar. SAM More... about 23 years ago
* added docs for XML::Style plugin More... about 23 years ago
* updated dbi.t to highlight the error with _STH getting overwritten in the DBI plugin. One of the tests now fails (correctly) pending sam's fix. More... about 23 years ago
added Template::Plugin::XML::Style More... about 23 years ago
added Template::Plugin::XML::Style More... about 23 years ago
* Applied a patch from Aleksey Nogin to Makefile.PL to call bin/gifsplash with the '-i' option. This fixes the problem reported by Kenny Flegal: http://www.tt2.org/pipermail/templates/2001-November/002028.html More... about 23 years ago
2.06 release More... about 23 years ago
* untabify More... about 23 years ago
2.05d prep More... about 23 years ago
* fixed tokenise_directive() to allow \r and \t in double quoted strings More... about 23 years ago
* Removed duplicate code for _private or .private members More... over 23 years ago
applied Tony's O_TRUNC patch More... over 23 years ago
*** empty log message *** More... over 23 years ago
added Template/Plugin/XML/View.pm More... over 23 years ago
added todo directory More... over 23 years ago
removed --start-- from 2 tests More... over 23 years ago
version 2.05b release More... over 23 years ago
*** empty log message *** More... over 23 years ago