log roundup/cgi/templating.py @ 6284:3f7538316724

age author description
Sat, 31 Oct 2020 15:43:53 -0400 John Rouillard issue2551099 - disable processing of data url's in markdown.
Sat, 31 Oct 2020 14:51:16 -0400 John Rouillard issue2551098: markdown links missing rel="noreferer nofollow"
Thu, 29 Oct 2020 23:15:31 -0400 John Rouillard issue2551096 - enable markdown autolink for email and bare url's.
Thu, 29 Oct 2020 17:08:44 -0400 John Rouillard issue2551097 - fix call to markdown2 - fix fenced code blocks.
Sun, 25 Oct 2020 16:12:15 -0400 John Rouillard issue2551094 - markdown mismatch - new config for embedded newine
Thu, 22 Oct 2020 20:43:29 -0400 John Rouillard Handle exception raised from markdown processing
Mon, 29 Jun 2020 11:59:12 -0400 John Rouillard Add data attributes to classhelp to allow use with CSP.
Fri, 01 May 2020 16:33:05 +0200 Ralf Schlatterbeck Add 'is_restore_ok' method
Fri, 03 Apr 2020 16:31:48 -0400 John Rouillard Fix missing import
Fri, 03 Apr 2020 16:18:59 -0400 John Rouillard issue2551083 Replace BaseException and Exception with RoundupException
Thu, 27 Feb 2020 21:18:56 +0000 Christof Meerwald don't allow javascript URLs in markdown content
Tue, 25 Feb 2020 22:48:17 -0500 John Rouillard url's with javascript scheme should not be links in reST
Tue, 25 Feb 2020 16:36:18 +0000 Christof Meerwald make sure to use the right deregister api so it works for older versions
Mon, 24 Feb 2020 22:52:56 +0000 Christof Meerwald backward compatibility with older Markdown modules that pass globals arg
Mon, 24 Feb 2020 22:20:19 +0000 Christof Meerwald escape HTML tags in markdown content
Thu, 20 Feb 2020 21:38:32 -0500 John Rouillard Disable rst raw and include directives.
Thu, 20 Feb 2020 19:30:26 +0000 Christof Meerwald added markdown rendering support using either markdown2 or markdown
Wed, 19 Feb 2020 22:47:42 +0000 Christof Meerwald fixed ReStructuredText encoding with Python 3
Fri, 17 Jan 2020 19:50:24 -0500 John Rouillard Different fix for displaying booleans properly in xhtml vs html
Fri, 17 Jan 2020 10:54:03 +0100 Ralf Schlatterbeck Revert boolean attribute rendering
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

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