log test/test_templating.py @ 8458:15a92b0a9b79

age author description
Sun, 11 May 2025 20:26:42 -0400 John Rouillard issue2551323: Remove XHTML support
Sun, 11 May 2025 20:22:45 -0400 John Rouillard fix: tests for changeset: 8314:7ff47307b4b1 use text for number input
Sat, 01 Mar 2025 18:55:54 +0100 Ralf Schlatterbeck Generate savepoint only if necessary
Wed, 19 Feb 2025 12:38:06 +0100 Ralf Schlatterbeck Make native date and number elements configurable
Sat, 18 Jan 2025 17:43:08 -0500 John Rouillard refactor: change method used to assign radiobuttons for boolean
Sat, 18 Jan 2025 16:54:35 -0500 John Rouillard test: basic testing for BooleanHTMLProperty
Sat, 18 Jan 2025 15:15:42 -0500 John Rouillard test - fix broken test
Sat, 18 Jan 2025 14:54:31 -0500 John Rouillard feat(web) - Use native number type input for Number() and Integer().
Sat, 18 Jan 2025 12:23:23 -0500 John Rouillard fix: issue2551390 - Replace text input/calendar popup with native date input
Thu, 16 Jan 2025 02:32:58 -0500 John Rouillard issue2551391 - checkboxes and radiobutton inputs get wrong id's.
Mon, 06 May 2024 00:49:43 -0400 John Rouillard feat: issue1525113 - notation to filter by logged-in user
Tue, 30 Apr 2024 22:27:57 -0400 John Rouillard issue2551285 - Remove StructuredText support
Sun, 07 Apr 2024 20:52:17 -0400 John Rouillard issue2551331 - Fix repeat first/last methods.
Sun, 07 Apr 2024 15:27:18 -0400 John Rouillard fix: document/fix wrapped HtmlProperty method.
Mon, 24 Jul 2023 17:49:58 -0400 John Rouillard fix: issue2551193 - Fix roundup for removal of cgi and cgitb ...
Mon, 24 Jul 2023 00:13:31 -0400 John Rouillard Handle error id markdown2 not defined.
Sun, 23 Jul 2023 16:50:35 -0400 John Rouillard Support markdown2 2.4.10, 2.4.8- and exclude 2.4.9
Sun, 09 Oct 2022 18:40:46 -0400 John Rouillard flake8: fix imports,
Sun, 02 Oct 2022 23:18:43 -0400 John Rouillard change test to use html normalizer when comparing html output.
Sat, 01 Oct 2022 22:10:48 -0400 John Rouillard New markdown2 release changed output with code highlighting (take 2)
Sat, 01 Oct 2022 21:31:27 -0400 John Rouillard New markdown2 release changed output with code highlighting
Tue, 16 Aug 2022 22:39:04 -0400 John Rouillard issue2550559 - Pretty printing / formatting for Number types.
Sun, 07 Aug 2022 04:18:20 -0400 John Rouillard Fix anti_csrf_nonce test
Thu, 04 Aug 2022 16:11:59 -0400 John Rouillard fix mock datbase
Mon, 30 May 2022 18:03:39 +0200 Ralf Schlatterbeck Fix traceback if an order attribute is None
Thu, 28 Apr 2022 16:08:57 -0400 John Rouillard remove error introduced to test the test.
Thu, 28 Apr 2022 14:48:23 -0400 John Rouillard remove printing to stderr.
Thu, 28 Apr 2022 00:19:52 -0400 John Rouillard try to get more info on failing test
Wed, 15 Dec 2021 23:52:25 -0500 John Rouillard issue2551181 - allow issueXXX#fragment to generate a link with fragment
Sat, 11 Dec 2021 17:43:25 -0500 John Rouillard Add variations on test for _hyper_url functons
Mon, 10 May 2021 16:47:51 -0400 John Rouillard issue2551132 - Setting form value in query string --- issues
Sat, 10 Apr 2021 22:10:07 -0400 John Rouillard issue2551126 - AttributeError: 'str' object has no attribute 'local'.
Fri, 12 Mar 2021 12:13:25 -0500 John Rouillard Test StringHTMLProperty.wrapped(); test url, plain text for rst
Fri, 12 Mar 2021 02:47:13 -0500 John Rouillard Test hyperlinked method on designators
Fri, 12 Mar 2021 01:49:38 -0500 John Rouillard Make testing mock smarter. Make getclass fail for invalid classes.
Fri, 12 Mar 2021 01:30:22 -0500 John Rouillard issue2551108 - fix markdown formatted designator links
Sun, 20 Dec 2020 12:28:59 -0500 John Rouillard issue2551104 - fix issue with markdown autolink next to punctuation
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
Thu, 22 Oct 2020 11:49:14 -0400 John Rouillard Add test for hard linebreak fomatting in markdown
Fri, 28 Feb 2020 08:15:51 +0000 Christof Meerwald fix test for Python 2
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
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:12:06 -0500 John Rouillard If rst missing skip; initial attempt to test structuredtext.
Wed, 19 Feb 2020 22:47:42 +0000 Christof Meerwald fixed ReStructuredText encoding with Python 3
Fri, 17 Jan 2020 20:16:07 -0500 John Rouillard Different fix for displaying booleans properly in xhtml vs html
Sat, 14 Dec 2019 16:23:08 -0500 John Rouillard Add test and changelog for html boolean fix.
Mon, 07 Oct 2019 16:30:47 -0400 John Rouillard Add reverse option to hyperdb property wrapper by David Sowder
Fri, 14 Jun 2019 21:47:22 -0400 John Rouillard Make comment block raw to avoid travis ci warning on \d in comment block.
Wed, 12 Jun 2019 21:32:46 -0400 John Rouillard More invalid escape sequence fixes.
Mon, 10 Jun 2019 21:28:51 -0400 John Rouillard replace assertNotEquals with assertNotEqual
Mon, 10 Jun 2019 21:24:28 -0400 John Rouillard replace assertEquals wth assertEqual.
Sat, 30 Mar 2019 21:15:33 -0400 John Rouillard When we generate links from URL's in messages, we add rel="nofollow"

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