mercurial/templater.py
Fri, 21 Mar 2008 12:05:01 +0100 Dirkjan Ochtman give better error message on non-existent mapfile (issue813)
Thu, 31 Jan 2008 14:44:19 -0600 Matt Mackall templates: move filters to their own module
Thu, 31 Jan 2008 14:44:19 -0600 Matt Mackall templater: move email function to util
Thu, 31 Jan 2008 14:44:19 -0600 Matt Mackall templater: remove node import
Sun, 20 Jan 2008 14:39:25 +0100 Christian Ebert Prefer i in d over d.has_key(i)
Thu, 30 Aug 2007 16:42:17 +0200 Robert Bachmann Added support for the Atom syndication format
Tue, 03 Jul 2007 03:06:40 -0300 Alexis S. L. Carvalho hgweb: use lrwxrwxrwx as the permissions of a symlink
Tue, 10 Apr 2007 14:05:15 -0500 Matt Mackall Merge with stable
Tue, 10 Apr 2007 12:24:28 -0500 TK Soh minor typo fix in templater's docstring
Sat, 16 Dec 2006 02:51:16 -0200 Alexis S. L. Carvalho merge with crew-stable
Sat, 16 Dec 2006 02:21:46 -0200 Alexis S. L. Carvalho templater.py: fix obfuscate
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall further simplify stringify
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templates: move changeset templating bits to cmdutils
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: changeset templater reorganization and optimizations
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: speed up changeset writes and stringify
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall changeset_templater: remove changes arg
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: simplify parsestring
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall template: fold template() into __call__, minor optimizations
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: simplify cache and remove filter argument in __call__
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: simplify template function
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: take cStringIO out of indent
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: remove cStringIO from stringify
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: remove cStringIO for fill
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: use str.decode in parse_string
Wed, 18 Oct 2006 18:09:32 +0200 Thomas Arendsen Hein Added extra changeset info to templater and map-cmdline.default.
Wed, 18 Oct 2006 17:58:51 +0200 Thomas Arendsen Hein Add new branch info to templater and use it in map-cmdline.default.
Wed, 11 Oct 2006 20:53:02 +0200 Thomas Arendsen Hein templater: Better exception for errors in foo%bar formatting.
Fri, 29 Sep 2006 18:17:29 -0700 Brendan Cully Templater expects an iterable copies variable (fixes notify).
Fri, 29 Sep 2006 13:01:19 -0700 Brendan Cully Show copies in hg log.
Sat, 12 Aug 2006 16:40:12 -0700 Vadim Gelfer remove localrepository.changes.
Fri, 21 Jul 2006 02:36:17 +0200 Brendan Cully Preserve multibyte UTF-8 characters when obfuscating.
Tue, 04 Jul 2006 15:36:05 -0700 Brendan Cully templater.firstline should handle empty strings
Fri, 30 Jun 2006 21:36:45 +0200 Thomas Arendsen Hein Merged WSGI fixes from http://hg.omnifarious.org/~hopper/webmerc/
Thu, 29 Jun 2006 19:06:18 -0700 Eric Hopper Arrange for old copies of CGI scripts to still work.
Fri, 30 Jun 2006 10:15:18 +0200 Benoit Boissinot add a new template function 'hgdate'
Tue, 20 Jun 2006 23:58:21 -0700 Vadim Gelfer use demandload more.
Thu, 04 May 2006 14:45:57 -0700 Vadim Gelfer make templater.stringio a tiny bit more use.
Thu, 04 May 2006 12:25:10 -0700 Bryan O'Sullivan patch queue: notify.patch
Thu, 04 May 2006 12:02:32 -0700 Vadim Gelfer move stringio class from bugzilla extension into templater module.
Wed, 03 May 2006 14:35:17 -0700 Vadim Gelfer make templater bit more flexible and efficient for external users.
Wed, 03 May 2006 10:25:28 -0700 Vadim Gelfer move changeset_templater into templater module.
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
less more (0) tip