Subject: CVS commit: pkgsrc/www/p5-Jemplate
To: None <pkgsrc-changes@NetBSD.org>
From: Hiramatsu Yoshifumi <hiramatsu@netbsd.org>
List: pkgsrc-changes
Date: 03/08/2006 05:00:39
Module Name:	pkgsrc
Committed By:	hiramatsu
Date:		Wed Mar  8 05:00:39 UTC 2006

Modified Files:
	pkgsrc/www/p5-Jemplate: Makefile distinfo

Log Message:
Updated to 0.17.

---
version: 0.17
date:    Tue Feb 28 22:44:04 PST 2006
changes:
- Fixed ajax callback bugs
- Fixed inserting result into a dom element in Safari
- Cory Bennett fixed Test.Harness on Konqueror
- Cory sorted keys in FOR i IN obj. This should give expected consistency to
  users.
- Cees Hek implemented all the string functions. With tests!!
- Cees added the truncate filter.
- Yann Kerhervˇ¦ changed the position of arguments in filters
- Yann fixed the indent and html filters and added repeat filter
- Yann adapted some tests from the TT test suite!

---
version: 0.16
date:    Mon Feb 27 22:14:37 PST 2006
changes:
- Ingy added JSON and Ajax support into Jemplate.js
- Ingy got tests working on Mozilla, IE, Safari and Opera
- Ingy streamlined Makefiles and testing
- Ingy refactored documentation
- Cory Bennett JAVASCRIPT directive for inlining Javascript
- Cory added -nojs flag to `jemplate` command line tool
- Cory eliminated nasty eq/== hack
- Cory added support for foo.0 numeric indexing
- Cory added quoting support
- Cory got [% FOR i IN obj %] working to iterate over keys of object
- Cory fixed [% "$foo/$bar" %] for quoted strings
- Cory fixed concatenation
- Yann Kerhervˇ¦ added filtering support
- Yann added these filters: collapse, html, html_break, html_entity,
  html_line_break, html_para, indent, lcfirst, lower, null, trim, ucfirst,
  upper, uri
- Ingy removed PERL and RAWPERL support
- Cory made test output display nicely
- Ingy made test index link to subtests

---
version: 0.15
date:    Fri Feb 24 18:02:46 PST 2006
changes:
- Support SWITCH CASE and WRAPPER directives thanks to xantus and yann!
- Now the Stash really works, thanks to Miyagawa!
- Test.Base javascript runtime test framework!
- Support all the TT array primitives in JS!


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/p5-Jemplate/Makefile \
    pkgsrc/www/p5-Jemplate/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.