log roundup/cgi/templating.py @ 5995:b4b5b7afacd9

age author description
Tue, 24 Dec 2019 20:44:19 -0500 John Rouillard issue2551007 - Selection fields are not translated
Fri, 20 Dec 2019 20:47:19 -0500 John Rouillard issue2551075 Update jinja template to bootstrap 4.
Sat, 14 Dec 2019 16:18:15 -0500 John Rouillard Fix html generation errors for boolean options.
Sat, 09 Nov 2019 00:30:37 -0500 John Rouillard issue2550919 - Anti-bot signup using 4 second delay
Wed, 23 Oct 2019 13:31:53 -0400 John Rouillard Retired and Restored were unhandled by history.
Wed, 16 Oct 2019 12:50:37 +0200 Ralf Schlatterbeck Fix lookupIds for try_id_parsing off
Tue, 08 Oct 2019 14:37:29 +0200 Ralf Schlatterbeck Reorder html entities generated by submit button
Mon, 07 Oct 2019 16:30:47 -0400 John Rouillard Add reverse option to hyperdb property wrapper by David Sowder
Mon, 02 Sep 2019 16:11:17 +0200 Ralf Schlatterbeck Fix Link/Multilink searching
Sat, 06 Jul 2019 13:12:58 -0400 John Rouillard Fix problem with cgi.escape being depricated a different way. This way
Wed, 12 Jun 2019 20:34:47 -0400 John Rouillard Try to fix:
Tue, 11 Jun 2019 21:29:24 -0400 John Rouillard Call cgi.escape only on python 2. Replace with html.escapeif it can be
Sat, 30 Mar 2019 21:15:33 -0400 John Rouillard When we generate links from URL's in messages, we add rel="nofollow"
Thu, 27 Sep 2018 11:33:01 +0000 Joseph Myers Avoid errors from selecting "no selection" on multilink (issue2550722).
Sun, 12 Aug 2018 16:05:42 +0100 Christof Meerwald blobfiles now always stores/returns bytes
Sat, 04 Aug 2018 22:40:16 +0100 Christof Meerwald reworked random number use
Thu, 02 Aug 2018 20:56:01 +0100 Christof Meerwald create input elements with attributes in a defined (sorted) order
Tue, 24 Jul 2018 21:39:37 +0100 Christof Meerwald Python 3 compatibility for missing / mock value
Mon, 23 Jul 2018 21:45:05 +0100 Christof Meerwald fix MissingValue / MockNull to return False on __bool__ and add a
Thu, 19 Jul 2018 22:23:53 +0100 Christof Meerwald set key for history sort to avoid sorting history args (could be a dict)
Wed, 25 Jul 2018 11:44:49 +0000 Joseph Myers Python 3 preparation: use bytes in anti_csrf_nonce.
Wed, 25 Jul 2018 11:42:51 +0000 Joseph Myers Python 3 preparation: avoid basestring.
Wed, 25 Jul 2018 09:30:41 +0000 Joseph Myers Python 3 preparation: avoid string.find.
Wed, 25 Jul 2018 09:08:29 +0000 Joseph Myers Python 3 preparation: StringIO.
Wed, 25 Jul 2018 09:05:58 +0000 Joseph Myers Python 3 preparation: unicode.
Wed, 25 Jul 2018 00:39:37 +0000 Joseph Myers Python 3 preparation: comparisons.
Tue, 24 Jul 2018 23:50:25 +0000 Joseph Myers Python 3 preparation: use __bool__ instead of __nonzero__.
Tue, 24 Jul 2018 23:48:30 +0000 Joseph Myers Python 3 preparation: update urllib / urllib2 / urlparse imports.
Tue, 24 Jul 2018 23:14:56 +0000 Joseph Myers Python 3 preparation: update map() calls as needed.
Tue, 24 Jul 2018 23:04:42 +0000 Joseph Myers Python 3 preparation: update calls to dict methods.
Tue, 24 Jul 2018 22:22:08 +0000 Joseph Myers Python 3 preparation: make relative imports explicit.
Tue, 24 Jul 2018 22:08:17 +0000 Joseph Myers Python 3 preparation: change "x.has_key(y)" to "y in x".
Tue, 24 Jul 2018 21:39:58 +0000 Joseph Myers Python 3 preparation: "raise" syntax.
Sun, 08 Jul 2018 11:34:42 -0400 John Rouillard A real fix for the problem where:
Sat, 07 Jul 2018 22:02:41 -0400 John Rouillard Force all uses of random to use SystemRandom and abort if
Fri, 22 Jun 2018 18:23:07 +0200 Ralf Schlatterbeck Allow grouping of classhelp items
Tue, 29 May 2018 13:32:27 +0200 Ralf Schlatterbeck Check for None linkid in history
Fri, 20 Apr 2018 18:46:28 +0200 Ralf Schlatterbeck Fix commits although a Reject exception is raised
Mon, 04 Sep 2017 21:56:49 -0400 John Rouillard Python 2 and 3 support. Convert Exception into BaseException in core code.
Thu, 24 Aug 2017 22:21:37 -0400 Eric S. Raymond Use Python-3-compatible 'as' syntax for except statements
Fri, 14 Apr 2017 23:24:18 -0400 John Rouillard issue2550864 - Potential information leakage via journal/history
Wed, 05 Apr 2017 21:38:32 -0400 John Rouillard Make properties method return only properties the user can search.
Wed, 05 Apr 2017 21:20:20 -0400 John Rouillard Iterate over multilink items if they labelprop is accessible to the
Thu, 23 Mar 2017 21:08:30 -0400 John Rouillard Add nonce to embedded script references.
Sun, 19 Mar 2017 17:10:13 -0400 John Rouillard Fix expiration dates and expire csrf tokens properly
Sat, 18 Mar 2017 19:16:56 -0400 John Rouillard My testing was with dbm backends which do an automatic commit on the
Sat, 18 Mar 2017 16:59:01 -0400 John Rouillard issue 2550690 - Adding anti-csrf measures to roundup following
Fri, 10 Mar 2017 00:22:55 +1100 John Kristensen Fix incorrect indentation using tabs
Wed, 08 Mar 2017 22:04:15 -0500 rouilj Three sets of changes:
Sat, 25 Feb 2017 22:21:15 -0500 John Rouillard issue2550932 - html_calendar produces templating errors for bad date strings
Sat, 25 Feb 2017 21:01:50 -0500 John Rouillard Make url's in messages identified as http://... or https://...
Fri, 17 Feb 2017 19:33:01 -0500 John Rouillard Issue2550934 - templating.py-indexargs_form() returns id's as space separated list not comma separated
Sat, 11 Feb 2017 17:25:05 -0500 John Rouillard merge from upstream.
Sat, 11 Feb 2017 17:20:47 -0500 John Rouillard - issue2550933 - Fix Traceback in cgi/templating.py when a string is
Mon, 30 Jan 2017 22:09:32 -0500 John Rouillard Add a new argument "showdef" to the template function menu(). When set
Sat, 28 Jan 2017 21:15:49 -0500 John Rouillard got the indent wrong in the last change for templating.py
Sat, 28 Jan 2017 20:58:19 -0500 John Rouillard - issue2550796: Calendar and Classhelp selection tools don't cause
Mon, 28 Nov 2016 16:09:39 +0100 Ralf Schlatterbeck Fix submit_once Javascript function
Mon, 22 Aug 2016 22:19:48 +0200 Ralf Schlatterbeck issue1408570: fix that form values are lost
Fri, 22 Jul 2016 15:48:57 -0400 John Rouillard issue2550795: @dispname query args in page.html search links

Roundup Issue Tracker: http://roundup-tracker.org/