]> mj.ucw.cz Git - temple.git/log
temple.git
13 years agoFixed calling of multi-parameter functions
Martin Mares [Tue, 5 Oct 2010 17:02:17 +0000 (19:02 +0200)]
Fixed calling of multi-parameter functions

Thanks to Mosquitoe for the fix.

13 years agoUCW::Temple::CGI: Added html_template().
Martin Mares [Tue, 20 Jul 2010 12:14:18 +0000 (14:14 +0200)]
UCW::Temple::CGI: Added html_template().

13 years agoAdded a couple of comments on the new features
Martin Mares [Wed, 18 Aug 2010 15:31:56 +0000 (17:31 +0200)]
Added a couple of comments on the new features

13 years agotemple driver script: updated call of start()
Martin Mares [Wed, 18 Aug 2010 15:31:35 +0000 (17:31 +0200)]
temple driver script: updated call of start()

13 years agoUCW::Temple::CGI: Written
Martin Mares [Mon, 19 Jul 2010 18:47:46 +0000 (20:47 +0200)]
UCW::Temple::CGI: Written

13 years agoUCW::Temple: Support substitution of named arguments via @(name)
Martin Mares [Mon, 19 Jul 2010 16:11:32 +0000 (18:11 +0200)]
UCW::Temple: Support substitution of named arguments via @(name)

15 years agoAdded an example and Temple::Links from MJ's home page.
Martin Mares [Sun, 5 Oct 2008 19:37:05 +0000 (21:37 +0200)]
Added an example and Temple::Links from MJ's home page.

15 years agoUpdated the test cases.
Martin Mares [Thu, 2 Oct 2008 19:29:31 +0000 (21:29 +0200)]
Updated the test cases.

15 years agoout(): do not forget to return undef
Martin Mares [Thu, 2 Oct 2008 19:28:42 +0000 (21:28 +0200)]
out(): do not forget to return undef

15 years agoReplace all outputs by an overridable call to `out'.
Martin Mares [Thu, 2 Oct 2008 19:27:19 +0000 (21:27 +0200)]
Replace all outputs by an overridable call to `out'.

15 years agoWhen the function called via @f(...) returns anything, it is printed.
Martin Mares [Thu, 2 Oct 2008 19:20:54 +0000 (21:20 +0200)]
When the function called via @f(...) returns anything, it is printed.

Beware, this is an incompatible change!

All built-in functions have been updated to return undef.

15 years agoAh those parantheses...
Martin Mares [Thu, 2 Oct 2008 19:18:45 +0000 (21:18 +0200)]
Ah those parantheses...

15 years agoMoved template variables and functions to a separate package.
Martin Mares [Thu, 2 Oct 2008 19:17:04 +0000 (21:17 +0200)]
Moved template variables and functions to a separate package.

15 years agoThe previous fix was wrong.
Martin Mares [Wed, 1 Oct 2008 19:58:52 +0000 (21:58 +0200)]
The previous fix was wrong.

15 years agoFixed an escape.
Martin Mares [Wed, 1 Oct 2008 19:57:17 +0000 (21:57 +0200)]
Fixed an escape.

19 years agoOptions.
Martin Mares [Sun, 26 Sep 2004 12:39:29 +0000 (12:39 +0000)]
Options.

19 years agoConverted to Perl module.
Martin Mares [Sun, 26 Sep 2004 12:28:45 +0000 (12:28 +0000)]
Converted to Perl module.

19 years agoTesting.
Martin Mares [Wed, 22 Sep 2004 19:16:36 +0000 (19:16 +0000)]
Testing.

19 years agoFirst version.
Martin Mares [Wed, 22 Sep 2004 19:00:46 +0000 (19:00 +0000)]
First version.