log roundup/cgi/actions.py @ 5253:2d61e39b89c8

age author description
Sat, 26 Aug 2017 20:27:08 -0400 John Rouillard Issue2550716 Email address displayed after password reset request (fix)
Thu, 10 Aug 2017 22:35:05 -0400 John Rouillard Suppress the "... - nothing changed" status banner presented when a
Thu, 24 Aug 2017 22:21:37 -0400 Eric S. Raymond Use Python-3-compatible 'as' syntax for except statements
Thu, 24 Aug 2017 17:27:49 -0400 Eric S. Raymond Fix token_split() so its one error throws ValueError w/out extra arg.
Thu, 23 Mar 2017 21:08:30 -0400 John Rouillard Add nonce to embedded script references.
Sat, 18 Mar 2017 16:59:01 -0400 John Rouillard issue 2550690 - Adding anti-csrf measures to roundup following
Wed, 08 Mar 2017 22:04:15 -0500 rouilj Three sets of changes:
Fri, 09 Dec 2016 09:49:25 +0100 Ralf Schlatterbeck Store template name with saved query
Mon, 15 Aug 2016 20:53:37 -0400 John Rouillard issue2550755: exceptions.NotFound(msg) msg is not reported to user in cgi.
Sat, 23 Jul 2016 17:21:14 -0400 John Rouillard Fixed a couple of failing tests for *LoginRedirect in test_actions.py after url validation. Also raise ValueError from examine_url if base url is None.
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 16:32:01 -0400 John Rouillard issue1842687: Keywords: After creating, stay in "Create New" mode.
Sun, 03 Jul 2016 12:32:35 -0400 John Rouillard issue2550785: Using login from search (or logout) fails. when
Sun, 03 Jul 2016 10:38:47 -0400 John Rouillard Added a new cgi action restore. The opposite of (and a clone of) the existing retire action.
Sat, 25 Jun 2016 22:28:19 -0400 John Rouillard Validate values for Integer and Numeric type filter parameters rather than
Mon, 20 Jun 2016 22:04:32 -0400 John Rouillard - allow user to recover account password using an entry in the
Sat, 28 Mar 2015 20:26:32 +0200 Chau Nguyen issue564 from meta tracker
Sun, 05 Jun 2016 00:17:26 -0400 John Rouillard Add support for an integer type to join the existing number type.
Wed, 11 Feb 2015 00:44:16 +1100 John Kristensen Remove roundup.anypy.io_
Wed, 06 Jan 2016 16:02:34 +1100 John Kristensen Fix exception handling to be python2.5 compatible
Sat, 10 Oct 2015 23:35:51 +1100 John Kristensen Display errors containing HTML with RejectRaw (issue2550847)
Sun, 21 Jun 2015 21:20:10 +0200 Ralf Schlatterbeck Fix form-parsing for multilinks
Mon, 31 Mar 2014 18:19:23 +0200 Ralf Schlatterbeck Different approach to fix XSS in issue2550817
Mon, 14 May 2012 17:46:15 +0200 Bernhard Reiter Committed edited fix for issue2550712 by Cedric Krier.
Mon, 14 May 2012 14:17:07 +0200 Ralf Schlatterbeck Fix another XSS with the ok- and error message, see issue2550724.
Fri, 15 Jul 2011 12:36:47 +0000 Ralf Schlatterbeck Fix StringIO issue2550713:
Fri, 15 Apr 2011 08:09:59 +0000 Ralf Schlatterbeck Add new config-option 'password_pbkdf2_default_rounds'...
Thu, 14 Apr 2011 18:10:58 +0000 Ralf Schlatterbeck Add new config-option 'migrate_passwords' in section 'web'...
Fri, 10 Sep 2010 06:31:30 +0000 Richard Jones fixed registration, issue2550665 (thanks Timo Paulssen)
Fri, 26 Feb 2010 00:38:53 +0000 Richard Jones more modernisation
Sat, 30 Jan 2010 22:58:25 +0000 Richard Jones fix non-instant rego
Fri, 29 Jan 2010 05:46:59 +0000 Richard Jones fixes to make registration work again
Mon, 21 Dec 2009 12:00:57 +0000 Ralf Schlatterbeck Proper handling of 'Create' permissions in both mail gateway...
Mon, 14 Dec 2009 19:43:44 +0000 Ralf Schlatterbeck Fix linking of an existing item to a newly created item...
Wed, 02 Dec 2009 23:49:57 +0000 Richard Jones Generic class editor may now restore retired items (thanks Ralf Hemmecke)
Tue, 30 Jun 2009 01:41:11 +0000 Stefan Seefeld Fix issue2550553.
Wed, 17 Jun 2009 02:02:07 +0000 Stefan Seefeld Merge from trunk. gsoc-2009
Wed, 17 Jun 2009 01:35:25 +0000 Stefan Seefeld Remove obsolete security check workaround.
Wed, 17 Jun 2009 01:28:11 +0000 Stefan Seefeld Make sure user has edit permission on all properties when creating items.
Sat, 21 Mar 2009 21:58:49 +0000 Richard Jones fix the fix for ensuring POST
Mon, 16 Mar 2009 04:16:43 +0000 Richard Jones fix bug introduced into CSV export and view (issue 2550529)
Thu, 12 Mar 2009 02:25:03 +0000 Richard Jones Plug a number of security holes:
Fri, 27 Feb 2009 17:46:47 +0000 Stefan Seefeld XMLRPC improvements:
Mon, 16 Feb 2009 17:54:23 +0000 Stefan Seefeld Robustify SearchAction.fakeFilterVars
Thu, 12 Feb 2009 05:05:12 +0000 Stefan Seefeld fix issue2550502
Mon, 18 Aug 2008 05:04:02 +0000 Richard Jones improvements to session management
Thu, 07 Aug 2008 06:33:00 +0000 Richard Jones Prevent broken pipe errors in csv export (patch [SF#911449)
Thu, 20 Sep 2007 23:44:58 +0000 Justus Pendleton clean up query display of "Private to you" items
Tue, 15 May 2007 16:23:39 +0000 Ralf Schlatterbeck Bug-Fix: File attachments from the web-interface didn't work.
Wed, 09 May 2007 06:18:52 +0000 Ralf Schlatterbeck - remove obsolete "import sys".
Tue, 08 May 2007 20:54:56 +0000 Ralf Schlatterbeck New test for linking of non-existing and existing properties via a form.
Mon, 07 May 2007 14:03:30 +0000 Ralf Schlatterbeck Bug-fix: In case we have a @link@ to an existing node...
Fri, 27 Apr 2007 00:17:11 +0000 Richard Jones Fix form handling of editing existing hyperdb items from a new item page.
Thu, 19 Apr 2007 12:18:50 +0000 Stefan Seefeld Fix missing return value.
Thu, 11 Jan 2007 07:34:02 +0000 Ralf Schlatterbeck comment update
Wed, 10 Jan 2007 20:16:17 +0000 Ralf Schlatterbeck factor getCurrentURL into its own method:
Fri, 11 Aug 2006 05:41:32 +0000 Richard Jones removed traceback with OTK is used multiple times [SF#1240539]
Thu, 13 Jul 2006 10:14:56 +0000 Ralf Schlatterbeck Transitive-property support.
Thu, 27 Apr 2006 03:44:47 +0000 Richard Jones responses to user rego email [SF#1470254]

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