log mercurial/templater.py @ 2001:a439b7b51530

age author description
Fri, 24 Mar 2006 10:33:18 -0800 Lee Cantey Windows py2exe version didn't handle names given to templatepath() correctly
Tue, 21 Mar 2006 23:29:21 -0800 Vadim Gelfer add changelog style to command line template.
Sat, 18 Mar 2006 09:51:25 -0800 Shun-ichi Goto Duplicate cache when creating templater.
Wed, 15 Mar 2006 11:28:00 -0800 Vadim Gelfer fix template bug that made hgweb break.
Wed, 15 Mar 2006 06:39:04 +0100 Shun-ichi GOTO Fix the py2exe template path problem (issue:152) again.
Sat, 04 Mar 2006 15:15:18 -0800 Vadim Gelfer make --style=compact look for map-cmdline.compact.
Sat, 04 Mar 2006 12:40:10 -0800 Vadim Gelfer fix some things people wanted to be cleaner.
Tue, 28 Feb 2006 07:24:54 -0800 Vadim Gelfer hide some functions behind lambdas, so demandload is useful.
Mon, 27 Feb 2006 15:07:25 -0800 Vadim Gelfer add doc comments to template code.
Mon, 27 Feb 2006 12:50:49 -0800 Vadim Gelfer add iso date template filter.
Mon, 27 Feb 2006 12:41:20 -0800 Vadim Gelfer improve template errors when something is wrong.
Mon, 27 Feb 2006 11:33:09 -0800 Vadim Gelfer improve templating.
Mon, 27 Feb 2006 11:18:56 -0800 Vadim Gelfer make parsestring work with strings that do not have quotes.
Mon, 27 Feb 2006 09:35:43 -0800 Vadim Gelfer use safer string parser for template engine.
Mon, 27 Feb 2006 09:15:59 -0800 Vadim Gelfer move repeated work out of inner loops.
Sun, 26 Feb 2006 20:53:37 -0800 Vadim Gelfer many small changes to templater.
Sun, 26 Feb 2006 13:09:26 -0800 Vadim Gelfer move hgweb.templatepath into templater
Sun, 26 Feb 2006 12:59:28 -0800 Vadim Gelfer move hgweb template code out to templater