log mercurial/templater.py @ 8151:127281884959

age author description
Mon, 06 Apr 2009 16:26:57 +0200 Dirkjan Ochtman templatefilters: strings are iterators, but shouldn't be joined anyway
Sat, 04 Apr 2009 17:46:11 +0200 Dirkjan Ochtman templater: move stylemap function from hgweb to templater
Thu, 27 Nov 2008 16:07:13 +0100 Dirkjan Ochtman kill some trailing spaces
Fri, 21 Nov 2008 15:51:40 -0800 Brendan Cully templater: return data in increasing chunk sizes
Fri, 17 Oct 2008 11:34:31 -0700 Brendan Cully Allow hgweb to search for templates in more than one path.
Sun, 29 Jun 2008 13:16:25 +0200 Dirkjan Ochtman templater: make a template a string-only iterator
Mon, 31 Mar 2008 21:49:33 -0500 Matt Mackall hgweb: minor improvements for new web style
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