Mercurial > p > roundup > code
graph
-
Fix issue2551041 - change permission check from "Create User" toSat, 13 Apr 2019 13:53:24 -0400, by John Rouillard
-
Add another test case: change protected attribute using patch_attribute.Sat, 13 Apr 2019 12:45:36 -0400, by John Rouillard
-
Change some 400 errors to 405 (method not allowed) errors where user isSat, 13 Apr 2019 12:16:15 -0400, by John Rouillard
-
Add more tests including call to patch an attribute with add andThu, 11 Apr 2019 21:46:51 -0400, by John Rouillard
-
Method PUT: ignore specification of protected properties which can notThu, 11 Apr 2019 20:54:39 -0400, by John Rouillard
-
Anydbm back end didn't list creator or actor as protected properties.Wed, 10 Apr 2019 22:43:16 -0400, by John Rouillard
-
Add test for @pretty=false format change.Wed, 10 Apr 2019 18:04:36 -0400, by John Rouillard
-
Fix OPTIONS responses:Wed, 10 Apr 2019 17:56:08 -0400, by John Rouillard
-
Change pretty url parameter to @pretty to stop collision with field name.Wed, 10 Apr 2019 17:46:51 -0400, by John Rouillard
-
Change output comparison from strings to comparison on pythonMon, 08 Apr 2019 22:45:47 -0400, by John Rouillard
-
Adding tests for csrf protection for rest. Also test disabling ofMon, 08 Apr 2019 21:46:21 -0400, by John Rouillard
-
Update rest.txt example to include headers required for CSRFMon, 08 Apr 2019 20:00:01 -0400, by John Rouillard
-
Properly handle mapping of KeyError to AttributeError in __getattr__Mon, 08 Apr 2019 19:38:06 -0400, by John Rouillard
-
Add CSRF protection to rest code path. Follow same model as forSun, 07 Apr 2019 20:27:25 -0400, by John Rouillard
-
Update docs. Correct errors reported by setup.py build_docs. Add restSun, 07 Apr 2019 20:17:52 -0400, by John Rouillard
-
Exclude cgi/TAL/DummyEngine.py as it looks like a test harness.Sat, 06 Apr 2019 10:20:19 -0400, by John Rouillard
-
See if we can ignore some items in codecov that we don't care aboutSat, 06 Apr 2019 09:56:37 -0400, by John Rouillard
-
newest psycopg2 release removed the psycopg1 interface we used.Sat, 06 Apr 2019 09:56:06 -0400, by John Rouillard
-
Add error handling. @apiver was being processed as a searchFri, 05 Apr 2019 19:35:32 -0400, by John Rouillard
-
Added a few comments and a test that fails with the pre-patched codeWed, 03 Apr 2019 07:04:29 -0400, by John Rouillard
-
Fix encoding for incoming json requestsWed, 03 Apr 2019 12:08:18 +0200, by Ralf Schlatterbeck
-
Add docs on how to add new rest endpoints.Mon, 01 Apr 2019 21:53:30 -0400, by John Rouillard
-
Move definition/initialization of api_version into the class and outSun, 31 Mar 2019 22:36:41 -0400, by John Rouillard
-
Move @apiver version extraction code after the input is parsed forSun, 31 Mar 2019 21:46:23 -0400, by John Rouillard
-
Set up basic framework for handling versioning of interface.Sun, 31 Mar 2019 21:23:33 -0400, by John Rouillard
-
When we generate links from URL's in messages, we add rel="nofollow"Sat, 30 Mar 2019 21:15:33 -0400, by John Rouillard
-
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
