Mon, 18 Nov 2013 15:37:09 -0500 |
Matt Mackall |
templater: only recursively evaluate string literals as templates (issue4103)
stable
|
Mon, 18 Nov 2013 14:02:26 -0500 |
Matt Mackall |
templater: fix escaping in nested string literals (issue4102)
stable
|
Sun, 22 Sep 2013 13:52:18 +0400 |
Alexander Plavin |
templater: support using templates with non-standard names from map file
|
Sat, 29 Jun 2013 14:27:53 +0400 |
Alexander Plavin |
templater: sort functions alphabetically, as filters are
|
Tue, 25 Jun 2013 21:02:22 +0400 |
Alexander Plavin |
templater: add strip function with chars as an extra argument
|
Thu, 18 Apr 2013 15:48:22 -0500 |
Sean Farley |
templater: add indentation arguments to the fill function
|
Wed, 10 Apr 2013 18:56:38 -0500 |
Sean Farley |
templater: move templatefilters.func into the same place as the other funcs
|
Thu, 02 May 2013 20:41:22 -0500 |
Augie Fackler |
templater: fix output instability from gsoc patches
|
Thu, 02 May 2013 20:23:14 -0500 |
Iulian Stana |
templater: show the style list when I try to use a wrong one
|
Mon, 22 Apr 2013 12:27:56 +0400 |
Alexander Plavin |
hgweb: make help verbose again (issue3899)
stable
|
Wed, 10 Apr 2013 19:27:49 -0500 |
Sean Farley |
template: call runtemplate on the src argument to sub
|
Tue, 16 Apr 2013 09:44:29 -0500 |
Matt Mackall |
templatekw: add default styles for hybrid types (issue3887)
|
Tue, 09 Apr 2013 21:38:08 -0700 |
Brendan Cully |
templater: back out 0615b22da148, it breaks schemes ({1})
|
Mon, 08 Apr 2013 15:04:17 -0700 |
Bryan O'Sullivan |
templater: fix check-code error
|
Sun, 07 Apr 2013 23:25:50 -0700 |
Brendan Cully |
template: allow unquoted int function arguments
|
Sat, 09 Feb 2013 21:51:21 +0000 |
Dan Villiom Podlaski Christiansen |
hgweb: generate HTML documentation
|
Fri, 08 Feb 2013 23:49:14 +0100 |
Benoit Boissinot |
templater: add get() function to access dict element (e.g. extra)
|
Sat, 22 Dec 2012 21:46:26 -0600 |
Sean Farley |
templater: add no-op template function 'label'
|
Mon, 12 Nov 2012 14:05:39 -0800 |
Weiwen |
hgweb: display diff for a changeset against any parents (issue2810)
|
Wed, 28 Nov 2012 14:55:42 -0800 |
Weiwen |
template engine: convert generator-based iterator to list-based iterator
|
Wed, 31 Oct 2012 03:59:27 +0900 |
FUJIWARA Katsunori |
i18n: add "i18n" comment to error messages of template functions
stable
|
Mon, 08 Oct 2012 16:21:24 -0500 |
Matt Mackall |
templater: drop redundant return in _flatten
|
Mon, 24 Sep 2012 15:28:04 -0500 |
Matt Mackall |
templater: pull in functions defined in templatefilters
|
Mon, 24 Sep 2012 15:26:56 -0500 |
Matt Mackall |
templater: add if/ifeq conditionals
|
Mon, 24 Sep 2012 15:26:17 -0500 |
Matt Mackall |
templater: add sub() function
|
Mon, 24 Sep 2012 15:24:27 -0500 |
Matt Mackall |
templater: correctly deal with r"" strings
|
Sat, 22 Sep 2012 13:04:36 -0500 |
Matt Mackall |
template: add join function
|
Sat, 22 Sep 2012 13:02:33 -0500 |
Matt Mackall |
templater: factor out runtemplate method
|
Fri, 21 Sep 2012 18:54:00 -0500 |
Matt Mackall |
templating: make new-style templating features work with command line lists
|
Fri, 17 Aug 2012 15:12:01 -0700 |
Neil Kodner |
templater: abort when a template filter raises an exception (issue2987)
|
Sat, 04 Aug 2012 14:37:17 +0200 |
Ross Lagerwall |
templater: handle a missing value correctly
stable
|
Sat, 12 May 2012 16:00:57 +0200 |
Brodie Rao |
cleanup: "not x in y" -> "x not in y"
|
Mon, 25 Jul 2011 15:30:19 -0500 |
Augie Fackler |
globally: use safehasattr(x, '__iter__') instead of hasattr(x, '__iter__')
|
Mon, 25 Jul 2011 16:24:37 -0500 |
Augie Fackler |
globally: use safehasattr(x, '__call__') instead of hasattr(x, '__call__')
|
Mon, 25 Jul 2011 16:14:02 -0500 |
Augie Fackler |
windows: check util.mainfrozen() instead of ad-hoc checks everywhere
|
Sat, 23 Jul 2011 14:33:35 -0500 |
Matt Mackall |
templater: use a global funcs table
|
Mon, 02 May 2011 10:11:18 +0200 |
Dan Villiom Podlaski Christiansen |
prevent transient leaks of file handle by using new helper functions
|
Wed, 16 Mar 2011 23:09:14 +0100 |
Bernhard Leiner |
revset: report a parse error if a revset is not parsed completely (issue2654)
|
Wed, 22 Dec 2010 13:16:03 -0600 |
Matt Mackall |
templater: clarify engine caching
|
Mon, 20 Dec 2010 12:09:00 -0600 |
Matt Mackall |
templater: use the parser.py parser to extend the templater syntax
|
Mon, 20 Dec 2010 12:09:00 -0600 |
Matt Mackall |
templater: give slightly nicer error for unknown map entries
|
Thu, 18 Nov 2010 19:52:58 -0200 |
Wagner Bruna |
templater: fix variable name
stable
|
Tue, 21 Sep 2010 23:55:32 +0200 |
Dan Villiom Podlaski Christiansen |
templater: add a few comments.
|
Tue, 08 Jun 2010 09:30:45 +0200 |
Dirkjan Ochtman |
cleanups: undefined variables
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: drop \ when handling escaped {
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: strip whitespace inside template methods
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: drop raw method
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: raise nested functions
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: use recursive flattening
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: cache self.defaults.get
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: privatize class variables
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: map -> mapping
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: extend preparsing
|
Mon, 05 Apr 2010 15:25:08 -0500 |
Matt Mackall |
templater: preparse templates and cache
|
Mon, 05 Apr 2010 14:33:41 -0500 |
Matt Mackall |
templater: directly parse templates, no regexes
|
Fri, 05 Feb 2010 18:50:08 +0100 |
Benoit Boissinot |
fix spaces/identation issues
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Sun, 13 Dec 2009 18:06:24 +0100 |
Patrick Mezard |
Make {file_copies} usable as a --template key
|
Thu, 12 Nov 2009 16:39:11 +0100 |
Dirkjan Ochtman |
hgweb: don't choke when an inexistent style is requested (issue1901)
|
Thu, 20 Aug 2009 10:41:56 +0200 |
Dirkjan Ochtman |
templater: remove support for ## template variables
|
Sun, 17 May 2009 16:25:48 +0200 |
Martin Geisler |
templater: lowercase error message
|
Sun, 17 May 2009 18:17:04 -0500 |
Matt Mackall |
templater: replace eval with closure
|
Sun, 17 May 2009 16:08:47 +0200 |
Dirkjan Ochtman |
templater: keep a cache of Python functions for filter expressions
|
Sun, 17 May 2009 16:06:48 +0200 |
Dirkjan Ochtman |
templater: replace regex complexity by simple str containment checks
|
Sun, 17 May 2009 16:05:50 +0200 |
Dirkjan Ochtman |
templater: clean up the process method, separating code paths
|
Wed, 13 May 2009 14:08:39 +0200 |
Dirkjan Ochtman |
some modernization cleanups, forward compatibility
|
Tue, 12 May 2009 12:05:19 +0200 |
Dirkjan Ochtman |
templater: make the templating engine pluggable to some extent
|
Tue, 12 May 2009 12:04:05 +0200 |
Dirkjan Ochtman |
templater: provide the standard template filters by default
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Mon, 27 Apr 2009 16:26:31 +0200 |
Dirkjan Ochtman |
templater: fix little problem from stylemap() changes
|
Mon, 06 Apr 2009 15:09:54 +0200 |
Dirkjan Ochtman |
templater: separate template management and actual string processing
|
Sun, 26 Apr 2009 16:50:43 -0500 |
Matt Mackall |
config: getsource -> source
|
Sun, 26 Apr 2009 16:50:43 -0500 |
Matt Mackall |
templater: use new config parser
|
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
|
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'
|