log test/test_cgi.py @ 8566:e4191aa7b402 default tip

age author description
Wed, 08 Apr 2026 21:39:40 -0400 John Rouillard chore: remove __future print_funcion from code.
Mon, 15 Dec 2025 00:04:16 -0500 John Rouillard issue2551413 - Broken MultiLink columns in CSV export (take 2)
Mon, 03 Nov 2025 00:13:04 -0500 John Rouillard refactor: change some classes to use __slots__
Mon, 02 Jun 2025 08:52:39 -0400 John Rouillard fix(web): issue2551406 - dont crash when handed invalid @template=a|b|c
Thu, 16 Jan 2025 02:32:58 -0500 John Rouillard issue2551391 - checkboxes and radiobutton inputs get wrong id's.
Sun, 12 Jan 2025 12:34:52 -0500 John Rouillard fix: issue2551387 - TypeError: not indexable.
Thu, 09 Jan 2025 09:30:08 -0500 John Rouillard fix(api): issue2551384. Verify REST authorization earlier
Mon, 30 Dec 2024 21:17:59 -0500 John Rouillard test: fix failing test setup for change in PBKDF2 rounds.
Tue, 10 Dec 2024 16:06:13 -0500 John Rouillard fix(web): issue2551356. Add etag header for not-modified (304) request.
Tue, 22 Oct 2024 16:10:29 +0200 Ralf Schlatterbeck Fix failing test due to mokey patching permission-performance
Tue, 09 Jul 2024 09:58:01 -0400 John Rouillard test: correct checksum for changed template
Tue, 09 Jul 2024 09:07:09 -0400 John Rouillard fix(security): fix CVE-2024-39124, CVE-2024-39124, and CVE-2024-39125
Sat, 27 Apr 2024 23:19:51 -0400 John Rouillard issue2551334 - get test suite running under windows
Tue, 26 Mar 2024 15:01:10 -0400 John Rouillard test: map assertRegexpMatches to assertRegex for python2
Tue, 26 Mar 2024 14:51:50 -0400 John Rouillard test: add test for bare % in expanded file.
Tue, 26 Mar 2024 14:15:46 -0400 John Rouillard issue2551270 - Better templating support for JavaScript
Mon, 24 Jul 2023 17:49:58 -0400 John Rouillard fix: issue2551193 - Fix roundup for removal of cgi and cgitb ...
Sun, 26 Feb 2023 16:17:37 -0500 John Rouillard Fix round check/settings in needs_migration
Fri, 24 Feb 2023 23:47:28 -0500 John Rouillard issue2551251 - migrate pbkdf2 passwords ... test fixes and doc update
Fri, 24 Feb 2023 17:15:29 -0500 John Rouillard Fix test failure when run alone.
Thu, 23 Feb 2023 17:20:41 -0500 John Rouillard Add 'Access-Control-Expose-Headers' to a couple of tests.
Thu, 23 Feb 2023 12:01:33 -0500 John Rouillard improve REST interface security
Tue, 21 Feb 2023 23:06:15 -0500 John Rouillard fix test; string for json object has extra space under python2.
Tue, 21 Feb 2023 22:35:58 -0500 John Rouillard Refactor rejecting requests; update tests, xfail test
Tue, 07 Jun 2022 09:39:35 -0400 John Rouillard issue2551203 - Add support for CORS preflight request
Tue, 17 May 2022 17:18:51 -0400 John Rouillard issue2551205: Add support for specifying valid origins for api: xmlrpc/rest
Mon, 02 May 2022 14:25:15 +0200 Ralf Schlatterbeck Fix modification of Cache_Control
Wed, 26 Jan 2022 17:30:59 -0500 John Rouillard Add date column to CSV output - test date display code.
Wed, 26 Jan 2022 16:48:06 -0500 John Rouillard Fix csv export with text search. test csv export Sqlite FTS syntax error
Wed, 26 Jan 2022 15:04:09 -0500 John Rouillard issue2551189 - increase size of words in full text index.
Tue, 25 Jan 2022 13:22:00 -0500 John Rouillard issue2551189 - increase text search maxlength
Sun, 23 Jan 2022 18:57:45 -0500 John Rouillard Summary: Add test cases for sqlite fts
Fri, 11 Jun 2021 18:09:21 -0400 John Rouillard Ignore blank lines when editing class via CSV
Sun, 18 Apr 2021 20:54:48 -0400 John Rouillard Fix issue2551129 - Template not found return 500 and traceback
Wed, 31 Mar 2021 15:18:38 +0200 Ralf Schlatterbeck Move mocknull from test to roundup/test
Tue, 30 Mar 2021 14:16:28 +0200 Ralf Schlatterbeck Fix roundup/test
Wed, 09 Sep 2020 21:37:16 -0400 John Rouillard Replace http:....roundup-tracker.org with https.
Mon, 08 Jun 2020 16:18:21 -0400 John Rouillard Quote all exported CSV data
Sat, 08 Feb 2020 00:29:13 +0000 Christof Meerwald issue2551019 needs to be handled in the action code itself, not the WSGI handler
Thu, 21 Nov 2019 20:50:56 -0500 John Rouillard Support setting cache-control headers for static files
Sat, 09 Nov 2019 16:53:42 -0500 John Rouillard Clean up SENDMAILDEBUG in test case.
Sat, 09 Nov 2019 16:33:42 -0500 John Rouillard - issue2550920 - Optionally detect duplicate username at registration.
Sat, 09 Nov 2019 00:30:37 -0500 John Rouillard issue2550919 - Anti-bot signup using 4 second delay
Sun, 13 Oct 2019 17:45:06 -0400 John Rouillard issue2550925 strip HTTP_PROXY environment variable
Mon, 15 Jul 2019 20:59:12 -0400 John Rouillard Change microcopy for missing csrf to follow mismatched csrf. Fix tests.
Fri, 14 Jun 2019 21:26:19 -0400 John Rouillard More extensive EditCSV testing.
Wed, 12 Jun 2019 17:26:19 -0400 John Rouillard Extra test of < and > inside quotes.
Mon, 10 Jun 2019 21:27:17 -0400 John Rouillard Replace deprecated assertEquals with assertEqual and failUnlessRaises
Mon, 10 Jun 2019 20:14:14 -0400 John Rouillard Replace assertEquals (depricated) with assertEqual.
Fri, 07 Jun 2019 11:35:55 -0400 John Rouillard Got an xpass on testPasswordMigration, so removing xfail marker.
Sat, 11 May 2019 21:22:48 -0400 John Rouillard Mark the failing test I deactivated as xfail to make it easier for
Sat, 11 May 2019 20:53:06 -0400 John Rouillard Deactivate failing test till I can get somebody to look at it. I want
Wed, 10 Apr 2019 18:04:36 -0400 John Rouillard Add test for @pretty=false format change.
Mon, 08 Apr 2019 22:45:47 -0400 John Rouillard Change output comparison from strings to comparison on python
Mon, 08 Apr 2019 21:46:21 -0400 John Rouillard Adding tests for csrf protection for rest. Also test disabling of
Sun, 17 Mar 2019 19:00:43 -0400 John Rouillard python2/python3 normalization. When exporting CSV, sort lists as they
Fri, 15 Mar 2019 20:29:00 -0400 John Rouillard assert_ is depricated. Replacing with assertTrue to reduce logs in travisci.
Wed, 27 Feb 2019 21:47:39 -0500 John Rouillard issue2551023: Fix CSRF headers for use with wsgi and cgi. The maint-1.6
Wed, 27 Feb 2019 21:47:39 -0500 John Rouillard issue2551023: Fix CSRF headers for use with wsgi and cgi. The
Sat, 16 Feb 2019 15:17:21 -0500 John Rouillard issue2550833 enhance the export csv action to include the keys for

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