dotiac-users Mailing List for Dotiac DTL
Status: Beta
Brought to you by:
maluku
You can subscribe to this list here.
2009 |
Jan
(3) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Marc L. <pe...@ma...> - 2009-02-09 18:37:39
|
First up a new version of Dotiac::DTL, which fixes a lot of minor bugs and enables better more stuff for addons, like parser-hot-swapping. And there is already a module that uses that: Dotiac::DTL::Addon::html_template, which renders HTML::Template templates that can even mixed with Django content. It can replace HTML::Template completely. This way existing projects just need to change one line (replace use HTML::Template) and have access to the whole featureset of Django/Dotiac CHANGELOG 0.8 Moved Tagnames from Tag.pm to Parser.pm so the addons won't break Reduced. Fixed Bug in Value.pm so reftype is not ambigious. Fixed Bug in include/extend/ssi so they won't autoescape the filename Fixed missing exists in devar_var. Made devar_var call __getitem__ if it's there. Removed useless variable from {% for %} perl output Fixed multiple keyword issue of https://sourceforge.net/tracker2/?func=detail&aid=2569310&group_id=249411&atid=1126348 Added parser switching while parsing (parse() not unparsed()); Fixed useless error while rendering empty output. Fixed hickup in cunjunction with scalarrefs and the current directory Improved cache, added reparse if needed. Template.pm's param() now works exactly like HTML::Template's param(). Stored more stuff in Template.pm (parameter, parser, current directory) Improved file-changed detection. Added %NOCOMPILE to Addon.pm to skip addons that are not needed with compiled templates 0.7 Fixed bugs in Meta.YML. Added some more tests. 0.6 Fixed bug in {% url %} with autoescaping Added example (blog.pl) Added Test::Pod::Coverage Made Test::Pod::Coverage not fail. Fixed bugs in META.yml Added version to every module. 0.5 Extracted Parser/Template into seperate files Made set variables with dots in them work Skipped unicode test with perl 5.6.X 0.4 Fixed a single test that had problems on most systems. 0.3 Works now in perl 5.6.1. Fixed requirements. Added pod tests. Fixed tests to be skipped on systems with a different time format. (MirBSD) Added some more info to Meta.YML . 0.2 Fixed Documentation Fixed tests to not use localtime.. |
From: Marc L. <pe...@ma...> - 2009-01-27 16:51:08
|
This is mostly a version to improve "Kwalitee", but there is one minor bugfix It can be downloaded from: https://sourceforge.net/project/showfiles.php?group_id=249411&package_id=304653&release_id=656666 CHANGELOG: 0.6 Fixed bug in {% url %} with autoescaping Added example (blog.pl) Added Test::Pod::Coverage Made Test::Pod::Coverage not fail. Fixed bugs in META.yml Added version to every module. 0.5 Extracted Parser/Template into seperate files Made set variables with dots in them work Skipped unicode test with perl 5.6.X 0.4 Fixed a single test that had problems on most systems. 0.3 Works now in perl 5.6.1. Fixed requirements. Added pod tests. Fixed tests to be skipped on systems with a different time format. (MirBSD) Added some more info to Meta.YML . 0.2 Fixed Documentation Fixed tests to not use localtime.. |
From: Marc L. <pe...@ma...> - 2009-01-27 05:28:04
|
This Addon has some filters that renders any type data to JSON. |json: render very small in UTF-8 |json_ascii: render very small in ASCII |json_pretty: render pretty and large in UTF-8 |json_ascii_pretty: render pretty and large in ASCII Get it from: https://sourceforge.net/project/showfiles.php?group_id=249411&package_id=306751&release_id=656318 |
From: Marc L. <pe...@ma...> - 2009-01-26 00:42:56
|
Finally Dotiac::DTL is in a stable version, that should run on every perl starting from 5.6.1 It can be downloaded from: https://sourceforge.net/project/showfiles.php?group_id=249411&package_id=304653&release_id=655833 CHANGELOG: 0.5 Extracted Parser/Template into seperate files Made set variables with dots in them work Skipped unicode test with perl 5.6.X 0.4 Fixed a single test that had problems on most systems. 0.3 Works now in perl 5.6.1. Fixed requirements. Added pod tests. Fixed tests to be skipped on systems with a different time format. (MirBSD) Added some more info to Meta.YML . 0.2 Fixed Documentation Fixed tests to not use localtime.. |