Wed, 15 Mar 2017 23:06:50 +0900 |
Yuya Nishihara |
util: wrap s.encode('string_escape') call for future py3 compatibility
|
Wed, 06 Apr 2016 23:22:12 +0000 |
timeless |
pycompat: switch to util.urlreq/util.urlerr for py3 compat
|
Wed, 30 Mar 2016 02:10:44 +0900 |
FUJIWARA Katsunori |
templatefilters: use templatefilter to mark a function as template filter
|
Wed, 30 Mar 2016 02:10:44 +0900 |
FUJIWARA Katsunori |
registrar: add templatefilter to mark a function as template filter (API)
|
Sun, 27 Dec 2015 18:50:03 +0900 |
Yuya Nishihara |
templatefilters: drop old jsonescape() function
|
Sun, 27 Dec 2015 17:59:57 +0900 |
Yuya Nishihara |
templatefilters: make json filter be byte-transparent (BC) (issue4926)
|
Sun, 27 Dec 2015 17:45:05 +0900 |
Yuya Nishihara |
templatefilters: add "utf8" to get utf-8 bytes from local-encoding text
|
Sun, 27 Dec 2015 17:16:45 +0900 |
Yuya Nishihara |
templatefilters: drop broken "jsonescape" from filters table (BC)
|
Wed, 04 Nov 2015 15:17:52 -0600 |
Matt Mackall |
merge with stable
|
Wed, 04 Nov 2015 23:48:15 +0900 |
Yuya Nishihara |
templatefilters: try round-trip utf-8 conversion by json filter (issue4933)
stable
|
Mon, 02 Nov 2015 11:56:59 +0000 |
Pierre-Yves David |
uescape: also encode non-printable char under 128
|
Tue, 01 Sep 2015 19:15:16 +0900 |
Yuya Nishihara |
templater: port localdate filter to a function
|
Sat, 04 Jul 2015 16:07:42 +0900 |
Yuya Nishihara |
templatefilters: remove redundant 'date' and 'strip' filters
|
Sat, 08 Aug 2015 20:08:52 -0700 |
Gregory Szorc |
templatefilters: use absolute_import
|
Sun, 12 Jul 2015 16:47:56 +0800 |
Anton Shestakov |
templates: introduce revescape filter for escaping symbolic revisions
|
Sun, 10 May 2015 13:33:51 -0400 |
Jordi GutiƩrrez Hermoso |
templatefilters: don't stringify None into "None"
|
Mon, 30 Mar 2015 23:54:29 +0900 |
Yuya Nishihara |
templatefilters: add "upper" and "lower" for case conversion
|
Wed, 31 Dec 2014 13:48:55 -0800 |
Gregory Szorc |
templatefilters.json: stabilize output
|
Wed, 31 Dec 2014 11:22:17 -0800 |
Gregory Szorc |
templatefilters.json: call functions
|
Tue, 09 Sep 2014 22:14:13 +0900 |
Anton Shestakov |
templater: add count template filter, plus tests
|
Mon, 14 Jul 2014 18:53:03 -0500 |
Matt Mackall |
merge with stable
|
Mon, 14 Jul 2014 12:44:45 -0500 |
Matt Mackall |
templates: escape NUL bytes in jsonescape (issue4303)
stable
|
Thu, 12 Jun 2014 17:45:41 -0700 |
Ryan McElroy |
templatefilter: add splitlines function
|
Wed, 09 Oct 2013 14:15:34 -0700 |
Matt Mackall |
merge with stable
|
Wed, 09 Oct 2013 11:50:19 -0700 |
Matt Mackall |
json: add more paranoid escaping
stable
|
Thu, 03 Oct 2013 14:50:47 +0200 |
Mads Kiilerich |
check-code: check for spaces around = for named parameters
|
Tue, 17 Sep 2013 17:42:13 +0200 |
David Soria Parra |
templatefilters: add short format for age formatting
|
Fri, 19 Jul 2013 12:58:30 -0500 |
Matt Mackall |
template: fix tabindent docstring (issue2880)
stable
|
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
|