Mercurial > p > roundup > code
graph
-
Try to fix sphinx install failures under python 3.6 and 3.7 by pinningSat, 30 Mar 2019 16:19:00 -0400, by John Rouillard
-
Fix parse of @fields/@attrs with : as separator. Add tests @verbose and @fields.Sat, 30 Mar 2019 16:13:50 -0400, by John Rouillard
-
Handle bad property name in @fields/@attrs. Raise exception andSat, 30 Mar 2019 00:19:37 -0400, by John Rouillard
-
Refactored REST code that formats an item for display. A GET onFri, 29 Mar 2019 23:57:13 -0400, by John Rouillard
-
REST: Bug-fixesThu, 28 Mar 2019 18:21:29 +0100, by Ralf Schlatterbeck
-
REST: Add key lookupThu, 28 Mar 2019 12:21:40 +0100, by Ralf Schlatterbeck
-
Add support for @verbose=2 to a GET on a collection object. Using thisTue, 26 Mar 2019 23:29:35 -0400, by John Rouillard
-
issue2551026: template variable not defined even though it is.Tue, 26 Mar 2019 17:31:28 -0400, by John Rouillard
-
issue2551018 add new nosy_filter parameter to nosymessage. FunctionMon, 25 Mar 2019 19:45:08 -0400, by John Rouillard
-
REST: Use If-Match header for incoming requestsMon, 25 Mar 2019 21:23:52 +0100, by Ralf Schlatterbeck
-
MergedMon, 25 Mar 2019 19:47:29 +0100, by Ralf Schlatterbeck
-
Fix tests for latest REST changesMon, 25 Mar 2019 19:46:20 +0100, by Ralf Schlatterbeck
-
Adjust make_file override to use binary files only when needed.Sun, 24 Mar 2019 21:49:17 +0000, by Joseph Myers
-
Try to fix mysql crash on close by rolling back mysqlclient.Sun, 24 Mar 2019 12:52:03 -0400, by John Rouillard
-
Try to fix mysql crash on close by rolling back mysqlclient.Sun, 24 Mar 2019 12:51:24 -0400, by John Rouillard
-
A fix for https://issues.roundup-tracker.org/issue2551034Sat, 23 Mar 2019 00:13:08 -0400, by John Rouillard
-
Prevent env['CONTENT_TYPE'] from being None. FieldStorage's contentSat, 23 Mar 2019 00:02:03 -0400, by John Rouillard
-
Handle LoginError in rest code. Stop standard "an error occurred checkFri, 22 Mar 2019 23:59:02 -0400, by John Rouillard
-
Fix fix XSS issue in wsgi and cgi when handing url not found/404. issue2551035 maint-1.6Fri, 22 Mar 2019 18:16:11 -0400, by John Rouillard
-
Fix fix XSS issue in wsgi and cgi when handing url not found/404. issue2551035Fri, 22 Mar 2019 18:16:11 -0400, by John Rouillard
-
Document searching and @verbose attributeFri, 22 Mar 2019 14:43:21 +0100, by Ralf Schlatterbeck
-
Display content property starting with verbose=3Fri, 22 Mar 2019 14:12:57 +0100, by Ralf Schlatterbeck
-
Better display for Link/Multilink and contentFri, 22 Mar 2019 14:03:37 +0100, by Ralf Schlatterbeck
-
First attempt at REST-API documentationFri, 22 Mar 2019 11:23:02 +0100, by Ralf Schlatterbeck
-
Make Searching work in REST APIFri, 22 Mar 2019 09:56:10 +0100, by Ralf Schlatterbeck
-
Fix hardcoded /dataThu, 21 Mar 2019 11:23:09 +0100, by Ralf Schlatterbeck
-
Add missing caveat about the BinaryFieldStorage class.Tue, 19 Mar 2019 22:01:13 -0400, by John Rouillard
-
Implement different workaround for https://bugs.python.org/issue27777Tue, 19 Mar 2019 21:58:49 -0400, by John Rouillard
-
Merge in non-conflicting changes from ba67e397f063Mon, 18 Mar 2019 21:42:33 -0400, by John Rouillard
-
merge patch for fixing CSVExport function tests. Problem caused by unstable ordering of the nosy listSun, 17 Mar 2019 21:47:45 -0400, by John Rouillard
-
Fix string/bytes issues under python 3.Sun, 17 Mar 2019 19:28:26 -0400, by John Rouillard
-
python2/python3 normalization. When exporting CSV, sort lists as theySun, 17 Mar 2019 19:00:43 -0400, by John Rouillard
-
Fix REST tests for Python 3.Sun, 17 Mar 2019 16:41:49 +0000, by Joseph Myers
-
Fix Python 3 issues in REST code.Sun, 17 Mar 2019 16:25:36 +0000, by Joseph Myers
-
assert_ is depricated. Replacing with assertTrue to reduce logs in travisci.Fri, 15 Mar 2019 20:29:00 -0400, by John Rouillard
-
Python3: fix crash bug when importing binary file (like jpeg). TheFri, 15 Mar 2019 17:27:31 -0400, by John Rouillard
-
Trying to make StringIO handle unicode and pass it through toSun, 10 Mar 2019 19:56:35 -0400, by John Rouillard
-
Python 3 compatibility encode repr when caclulating etag.Sun, 10 Mar 2019 19:30:03 -0400, by John Rouillard
-
Make print into function call for python3 compatibility.Sun, 10 Mar 2019 18:09:35 -0400, by John Rouillard
-
Make exception raising work on python 3.Sun, 10 Mar 2019 17:57:26 -0400, by John Rouillard
-
Added support for accepting application/json payload in addition toSun, 10 Mar 2019 17:35:25 -0400, by John Rouillard
-
Move mysql grant after the manipulation on the db. This verifies theSun, 10 Mar 2019 12:18:11 -0400, by John Rouillard
-
Remove other python versions to reduce cycle time while trying to fixSun, 10 Mar 2019 11:18:32 -0400, by John Rouillard
-
trying to fix OperationalError(2006) problem in travisSun, 10 Mar 2019 11:01:27 -0400, by John Rouillard
-
Add support for prev/next/self links when returning paginated results.Sat, 09 Mar 2019 11:06:10 -0500, by John Rouillard
-
Allow client to access read only/protected properties like creator,Fri, 08 Mar 2019 22:30:11 -0500, by John Rouillard
-
Add two isoformat() methods. One for Date and one for Interval.Fri, 08 Mar 2019 21:32:57 -0500, by John Rouillard
-
Make pretty print mode the default. Turn off using pretty=false. ThisThu, 07 Mar 2019 18:08:32 -0500, by John Rouillard
-
website: bump copyright to 2019Thu, 07 Mar 2019 15:32:25 +0100, by Bernhard Reiter
-
website: improve sf login instructionsThu, 07 Mar 2019 09:00:10 +0100, by Bernhard Reiter
-
Initial implementation of function to return data for / and /dataFri, 01 Mar 2019 23:24:40 -0500, by John Rouillard
-
Add simple support for xml output if the third party dict2xml.py moduleFri, 01 Mar 2019 23:16:13 -0500, by John Rouillard
-
Add etag support to rest interface to prevent multiple users fromFri, 01 Mar 2019 22:57:07 -0500, by John Rouillard
-
issue2551023: Fix CSRF headers for use with wsgi and cgi. The maint-1.6Wed, 27 Feb 2019 21:47:39 -0500, by John Rouillard
-
Changed references to http://issues.roundup-tracker.org to https now maint-1.6Tue, 12 Feb 2019 21:31:41 -0500, by John Rouillard
-
update http://issues.roundup-tracker.org to https://isues.... for the maint-1.6Wed, 13 Feb 2019 06:32:47 -0500, by John Rouillard
-
Fix issue2550994: breakage caused by configparser backports. maint-1.6Mon, 20 Aug 2018 00:50:16 +0000, by Joseph Myers
-
issue2551023: Fix CSRF headers for use with wsgi and cgi. TheWed, 27 Feb 2019 21:47:39 -0500, by John Rouillard
