mercurial/templatefilters.py
Mon, 25 Jul 2011 16:02:42 -0500 Augie Fackler templatefilters: use safehasattr instead of hasattr
Mon, 25 Jul 2011 15:30:19 -0500 Augie Fackler globally: use safehasattr(x, '__iter__') instead of hasattr(x, '__iter__')
Fri, 13 May 2011 12:57:27 -0500 Matt Mackall help: consolidate topic hooks in help.py
Sun, 17 Apr 2011 21:34:25 +0200 Adrian Buehlmann templatefilters: improve person() for john.doe@example.com
Wed, 16 Mar 2011 03:28:56 +0100 timeless templates: provide granularity for future values for age filter
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard help: extract items doc generation function
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templatefilters: move doc from templates.txt to docstrings
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templatefilters: wrap all filters in dedicated functions
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templatefilters: prefix helper functions
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templatefilters: sort function definitions
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templatefilters: match filter keys and function names
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templatefilters: sort filters table
Wed, 22 Sep 2010 00:14:57 +0200 Dan Villiom Podlaski Christiansen templater: add hex filter.
Sun, 15 Aug 2010 17:50:52 +0200 Patrick Mezard templatefilters: unnest uescape() stable
Wed, 11 Aug 2010 01:06:21 +0900 Yuya Nishihara templatefilters: use \uxxxx style escape for JSON string stable
Sat, 07 Aug 2010 16:27:16 +0900 Yuya Nishihara templatefilters: make json filter handle multibyte characters correctly stable
Sun, 06 Jun 2010 17:20:10 +0900 FUJIWARA Katsunori replace Python standard textwrap by MBCS sensitive one for i18n text
Mon, 29 Mar 2010 16:11:40 -0500 Matt Mackall templatefilters: fix check-code warning
Sat, 06 Mar 2010 13:29:54 +0100 Benoit Boissinot templatefilters: store the agescales in reverseorder directly
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Thu, 05 Nov 2009 15:19:54 +0100 Dirkjan Ochtman templater: readable dates older than 24 months revert to ISO8601 (issue1006)
Thu, 05 Nov 2009 14:44:29 +0100 Dirkjan Ochtman templater: put 'ago' inside the age template filter
Sat, 22 Aug 2009 19:40:15 +0200 Nicolas Dumazet templatefilters: indent: do not compute text.endswith('\n') in each iteration
Mon, 13 Jul 2009 09:50:26 +0900 Nicolas Dumazet for calls expecting bool args, pass bool instead of int
Sun, 05 Jul 2009 11:00:44 +0200 Alejandro Santos compat: use // for integer division
Wed, 03 Jun 2009 14:50:03 +0200 Marco Beck templater: retain author's full name if no email is supplied (issue1685)
Sun, 24 May 2009 11:41:07 +0200 Henrik Stuart templatefilters: add filter to convert date to local date (issue1674)
Thu, 14 May 2009 15:35:46 +0200 Peter Arrenbrecht drop unused imports
Thu, 14 May 2009 15:24:36 +0200 Peter Arrenbrecht indentation cleanup
less more (0) -30 tip