| 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
|
| Fri, 14 Apr 2017 23:24:18 -0400 |
John Rouillard |
issue2550864 - Potential information leakage via journal/history
|
| Wed, 05 Apr 2017 21:38:32 -0400 |
John Rouillard |
Make properties method return only properties the user can search.
|
| Wed, 05 Apr 2017 21:20:20 -0400 |
John Rouillard |
Iterate over multilink items if they labelprop is accessible to the
|
| Thu, 23 Mar 2017 21:08:30 -0400 |
John Rouillard |
Add nonce to embedded script references.
|
| Sun, 19 Mar 2017 17:10:13 -0400 |
John Rouillard |
Fix expiration dates and expire csrf tokens properly
|
| Sat, 18 Mar 2017 19:16:56 -0400 |
John Rouillard |
My testing was with dbm backends which do an automatic commit on the
|
| Sat, 18 Mar 2017 16:59:01 -0400 |
John Rouillard |
issue 2550690 - Adding anti-csrf measures to roundup following
|
| Fri, 10 Mar 2017 00:22:55 +1100 |
John Kristensen |
Fix incorrect indentation using tabs
|
| Wed, 08 Mar 2017 22:04:15 -0500 |
rouilj |
Three sets of changes:
|
| Sat, 25 Feb 2017 22:21:15 -0500 |
John Rouillard |
issue2550932 - html_calendar produces templating errors for bad date strings
|
| Sat, 25 Feb 2017 21:01:50 -0500 |
John Rouillard |
Make url's in messages identified as http://... or https://...
|
| Fri, 17 Feb 2017 19:33:01 -0500 |
John Rouillard |
Issue2550934 - templating.py-indexargs_form() returns id's as space separated list not comma separated
|
| Sat, 11 Feb 2017 17:25:05 -0500 |
John Rouillard |
merge from upstream.
|
| Sat, 11 Feb 2017 17:20:47 -0500 |
John Rouillard |
- issue2550933 - Fix Traceback in cgi/templating.py when a string is
|
| Mon, 30 Jan 2017 22:09:32 -0500 |
John Rouillard |
Add a new argument "showdef" to the template function menu(). When set
|
| Sat, 28 Jan 2017 21:15:49 -0500 |
John Rouillard |
got the indent wrong in the last change for templating.py
|
| Sat, 28 Jan 2017 20:58:19 -0500 |
John Rouillard |
- issue2550796: Calendar and Classhelp selection tools don't cause
|
| Mon, 28 Nov 2016 16:09:39 +0100 |
Ralf Schlatterbeck |
Fix submit_once Javascript function
|
| Mon, 22 Aug 2016 22:19:48 +0200 |
Ralf Schlatterbeck |
issue1408570: fix that form values are lost
|
| Fri, 22 Jul 2016 15:48:57 -0400 |
John Rouillard |
issue2550795: @dispname query args in page.html search links
|
| Thu, 14 Jul 2016 19:24:31 -0400 |
John Rouillard |
issue2550891 remove debugging print statement
|
| Thu, 14 Jul 2016 18:33:37 -0400 |
John Rouillard |
issue2550701, issue2550891 deal with path traversal issue in TAL based template finding code. Use standard method.
|
| Thu, 30 Jun 2016 20:38:23 -0400 |
John Rouillard |
- issue1714899: Feature Request: Optional Change Note. Added a new
|
| Wed, 22 Jun 2016 21:29:14 -0400 |
John Rouillard |
The patch to implement:
|
| Tue, 21 Jun 2016 21:45:24 -0400 |
John Rouillard |
Validate properties specified for sorting and grouping in index
|
| Sat, 18 Jun 2016 23:49:41 -0400 |
John Rouillard |
Applied patch attached to issue2550723. Problem in index page
|
| Sat, 11 Jun 2016 19:17:49 -0400 |
John Rouillard |
issue2550683 Allow indexargs_form filter variable exclusion.
|
| Sun, 05 Jun 2016 00:17:26 -0400 |
John Rouillard |
Add support for an integer type to join the existing number type.
|
| Tue, 10 May 2016 15:21:30 +0200 |
Ralf Schlatterbeck |
Fix arguments to 'menu cgi method
|
| Sun, 08 May 2016 20:10:09 -0400 |
John Rouillard |
Issue2407750 Add missing call to urllib.quote
|
| Sat, 09 Apr 2016 01:15:22 -0400 |
John Rouillard |
issue2550748: Crash when creating new issues with non-existing multilink values (in classic template). Applied patch provided by user. (John Rouillard)
|
| Thu, 12 Feb 2015 00:55:00 +1100 |
John Kristensen |
Remove wrap and associated functions from roundup.support
|
| Tue, 01 Dec 2015 10:06:14 +0100 |
Ralf Schlatterbeck |
Help-Window now gets focus
|
| Mon, 29 Dec 2014 16:58:27 +0100 |
Ralf Schlatterbeck |
Another fix for 'try_id_parsing'
|
| Tue, 16 Dec 2014 13:44:12 +0100 |
Ralf Schlatterbeck |
Fix for 'try_id_parsing'
|
| Tue, 25 Nov 2014 16:31:06 +0100 |
Thomas Arendsen Hein |
Increase default height of classhelp windows from 400 to 600.
|
| Sat, 06 Sep 2014 21:53:46 +0200 |
Ralf Schlatterbeck |
Remove debug output
|
| Sat, 06 Sep 2014 21:21:05 +0200 |
Ralf Schlatterbeck |
In case of an error, date fields would lose the calendar help, fixed.
|
| Mon, 31 Mar 2014 18:19:23 +0200 |
Ralf Schlatterbeck |
Different approach to fix XSS in issue2550817
|