| 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
|
| Sat, 25 Aug 2018 15:20:38 +0100 |
Christof Meerwald |
Fixed unicode issues for XML template with Python 2
|
| Sun, 19 Aug 2018 15:11:05 +0100 |
Christof Meerwald |
fixed issue2550993 and added test case
|
| Sat, 18 Aug 2018 23:04:22 +0100 |
Christof Meerwald |
be more lenient when comparing string results
|
| 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
|
| Thu, 02 Aug 2018 19:56:28 +0100 |
Christof Meerwald |
fixed string encoding in test case
|
| Sun, 29 Jul 2018 00:50:23 +0100 |
Christof Meerwald |
expect bytes from XMLRPC tests
|
| Mon, 23 Jul 2018 21:39:46 +0100 |
Christof Meerwald |
use exception.args instead of exception.message
|
| Wed, 25 Jul 2018 09:08:29 +0000 |
Joseph Myers |
Python 3 preparation: StringIO.
|
| Tue, 24 Jul 2018 22:22:08 +0000 |
Joseph Myers |
Python 3 preparation: make relative imports explicit.
|
| Tue, 24 Jul 2018 22:18:30 +0000 |
Joseph Myers |
Python 3 preparation: use exec(compile(open().read())) instead of execfile().
|
| 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 09:54:52 +0000 |
Joseph Myers |
Python 3 preparation: convert print to a function.
|
| Thu, 19 Apr 2018 15:14:07 +0200 |
Ralf Schlatterbeck |
Fix failing test after recent tab changes
|
| Mon, 06 Nov 2017 09:26:59 +0100 |
Ralf Schlatterbeck |
Add (currently failing) test for atomic actions
|
| Thu, 24 Aug 2017 22:21:37 -0400 |
Eric S. Raymond |
Use Python-3-compatible 'as' syntax for except statements
|
| Tue, 11 Apr 2017 22:20:13 -0400 |
John Rouillard |
Fix issue with retreiving raw template files using the @@file mechanism.
|
| Wed, 05 Apr 2017 20:56:08 -0400 |
John Rouillard |
Reimplemented anti-csrf measures by raising exceptions rather than
|
| Mon, 27 Mar 2017 22:37:30 -0400 |
John Rouillard |
Added tests for csrf with xmlrpc.
|
| Sun, 19 Mar 2017 15:32:14 -0400 |
John Rouillard |
Remove csrf keys used with get
|
| Sun, 19 Mar 2017 00:24:16 -0400 |
John Rouillard |
fixing some tests due to changes to classic template by adding anti-csrf code
|
| Sat, 18 Mar 2017 22:19:51 -0400 |
John Rouillard |
Also rename test to testCsrfProtection
|
| Sat, 18 Mar 2017 16:59:01 -0400 |
John Rouillard |
issue 2550690 - Adding anti-csrf measures to roundup following
|
| Fri, 17 Feb 2017 19:44:15 -0500 |
John Rouillard |
Make @template support two alternate templates for error and ok cases.
|
| Thu, 01 Sep 2016 21:26:59 -0400 |
John Rouillard |
issue2550755: exceptions.NotFound(msg) msg is not reported to user in cgi fix tests
|
| Mon, 22 Aug 2016 22:19:48 +0200 |
Ralf Schlatterbeck |
issue1408570: fix that form values are lost
|
| Sat, 23 Jul 2016 15:22:06 -0400 |
John Rouillard |
rename clean_url method to examine_url. the method doesn't realy clean anything, it throws a ValueError if it finds a problem
|
| Sat, 23 Jul 2016 14:00:49 -0400 |
John Rouillard |
I realized that the __came_from and __redirect_to url parameters I
|
| Fri, 22 Jul 2016 20:59:44 -0400 |
John Rouillard |
add basic crappy test framework for the client.py::Client::renderFrontPage() ::determine_context() and ::renderContext() methods.
|
| Fri, 22 Jul 2016 19:39:24 -0400 |
John Rouillard |
adding test case for home templates in various incantations. Also added comment about possibly creating/raising PageTraversal exception. I don't think we need it since @@file doesn't do it but...
|
| Fri, 22 Jul 2016 15:19:40 -0400 |
John Rouillard |
issue2550891: Allow subdir in template value. Anthony (antmail)
|
| Tue, 21 Jun 2016 21:45:24 -0400 |
John Rouillard |
Validate properties specified for sorting and grouping in index
|
| Sun, 05 Jun 2016 00:17:26 -0400 |
John Rouillard |
Add support for an integer type to join the existing number type.
|
| Mon, 30 May 2016 17:23:35 +0200 |
Ralf Schlatterbeck |
Allow multiple file uploads
|
| Fri, 21 Aug 2015 13:08:02 +1000 |
John Kristensen |
Remove unneeded TestSuite code from tests
|
| Tue, 05 Jan 2016 21:34:56 +0100 |
Bernhard Reiter |
test code cleanup: remove unused variable (which should have been removed with 1873:f63aa57386b0 2003).
|
| Mon, 31 Mar 2014 18:19:23 +0200 |
Ralf Schlatterbeck |
Different approach to fix XSS in issue2550817
|
| Fri, 20 Dec 2013 18:24:10 +0100 |
Ralf Schlatterbeck |
Fix XSS in issue2550817
|
| Sat, 06 Jul 2013 12:10:50 +0200 |
Ralf Schlatterbeck |
Fix minor problems in tests
|
| Tue, 23 Apr 2013 23:06:09 -0400 |
John Rouillard |
Implementation for:
|