Mercurial > p > roundup > code
graph
-
added custom parsing properties from arguments REST-rebasedWed, 30 Jan 2019 10:26:34 +0100, by Chau Nguyen
-
Cleanup, fixed a bug with delete action REST-rebasedWed, 30 Jan 2019 10:26:33 +0100, by Chau Nguyen
-
use getattr instead of calling each function REST-rebasedWed, 30 Jan 2019 10:26:33 +0100, by Chau Nguyen
-
Recognize both GET element uri and collection uri REST-rebasedTue, 29 Jan 2019 15:27:37 +0100, by Chau Nguyen
-
Implement getting resource from database REST-rebasedTue, 29 Jan 2019 15:27:37 +0100, by Chau Nguyen
-
Added RestInstance and calling rest from client.py REST-rebasedTue, 29 Jan 2019 15:27:37 +0100, by Chau Nguyen
-
Don't pass huge itemids into the backend. REST-rebasedTue, 29 Jan 2019 15:13:44 +0100, by martin.v.loewis
-
Fake a list property to prevent "Error: not indexable". REST-rebasedTue, 29 Jan 2019 14:40:39 +0100, by martin.v.loewis
-
Fix http module selection for incomplete backport (issue2551011).Sun, 11 Nov 2018 17:09:20 +0000, by Gabi
-
Fix xmlrpc module selection for incomplete backport (issue2551010).Sun, 11 Nov 2018 17:04:59 +0000, by Gabi
-
removing duplicate @csrf nonce.Tue, 09 Oct 2018 19:56:17 -0400, by John Rouillard
-
Remove duplicate @csrf nonce from form. Duplicate nonce was causing:Tue, 09 Oct 2018 19:48:15 -0400, by John Rouillard
-
Avoid errors from invalid Authorization headers (issue2550992).Thu, 27 Sep 2018 11:38:05 +0000, by Joseph Myers
-
Avoid errors from selecting "no selection" on multilink (issue2550722).Thu, 27 Sep 2018 11:33:01 +0000, by Joseph Myers
-
Do not transcode binary email attachments (issue2551004).Wed, 26 Sep 2018 01:24:19 +0000, by Joseph Myers
-
Mark failing testTue, 25 Sep 2018 17:06:18 +0200, by Ralf Schlatterbeck
-
Add failing transcoding testTue, 25 Sep 2018 17:03:19 +0200, by Ralf Schlatterbeck
-
Avoid errors indexing binary uploads with Python 3.Sun, 16 Sep 2018 20:04:03 +0000, by Joseph Myers
-
MySQL backend fixes for Python 3.Sun, 16 Sep 2018 16:19:20 +0000, by Joseph Myers
-
Fix email interfaces with Python 3 (issue 2550974, issue 2551000).Sun, 16 Sep 2018 13:55:53 +0000, by Joseph Myers
-
Fix scripts/roundup-reminder for Python 3 (issue 2550978).Sun, 16 Sep 2018 13:42:03 +0000, by Joseph Myers
-
Handle str/bytes issues for Python 3 for roundup.cgi.Sat, 15 Sep 2018 22:16:26 +0000, by Joseph Myers
-
Handle string-to-bytes conversions for Python 3 for wsgi_handler.Sat, 15 Sep 2018 20:29:31 +0000, by Joseph Myers
-
mark maint-1.6 doc changes as mergedFri, 07 Sep 2018 19:26:48 -0400, by John Rouillard
-
'Provisional User' example needed to have search permissions added maint-1.6Thu, 06 Sep 2018 17:04:49 -0400, by John Rouillard
-
Change count of number of ways to run roundup to "multiple". maint-1.6Fri, 03 Aug 2018 19:29:00 -0400, by John Rouillard
-
As far as I can tell, gmane and nabble archives are gone/not being maint-1.6Wed, 18 Jul 2018 21:31:12 -0400, by John Rouillard
-
Fix some dev.zope.org links for tales and metal. maint-1.6Sun, 15 Jul 2018 19:54:16 -0400, by John Rouillard
-
Fixing links to chameleon documentation. maint-1.6Fri, 13 Jul 2018 21:56:08 -0400, by John Rouillard
-
'Provisional User' example needed to have search permissions addedThu, 06 Sep 2018 17:04:49 -0400, by John Rouillard
-
msgfmt.make doesn't exist any moreMon, 03 Sep 2018 20:29:11 +0100, by Christof Meerwald
-
No traceback for non-existent items in historyMon, 03 Sep 2018 12:00:46 +0200, by Ralf Schlatterbeck
-
Update documentation for Python 3 support (issue 2550968, issue 2550980).Mon, 03 Sep 2018 00:12:46 +0000, by Joseph Myers
-
Make CSV import/export compatible across Python versions (also RDBMS journals) (issue 2550976, issue 2550975).Sun, 02 Sep 2018 23:48:04 +0000, by Joseph Myers
-
Support actions returning binary data with Python 3.Sun, 02 Sep 2018 18:59:41 +0000, by Joseph Myers
-
Fix roundup-server logging for Python 3.Sun, 02 Sep 2018 14:18:12 +0000, by Joseph Myers
-
Fix absent file uploads with Python 3.Sat, 01 Sep 2018 18:29:16 +0000, by Joseph Myers
-
Remove tools/pygettext.py (issue 2550977).Thu, 30 Aug 2018 00:26:13 +0000, by Joseph Myers
-
Mention regenerating roundup.pot in release instructions.Thu, 30 Aug 2018 00:24:10 +0000, by Joseph Myers
-
Fixed unicode issues for XML template with Python 2Sat, 25 Aug 2018 15:20:38 +0100, by Christof Meerwald
-
fixed typos in send_error_to_adminThu, 23 Aug 2018 07:41:36 +0100, by Christof Meerwald
-
Fix issue2550994: breakage caused by configparser backports.Mon, 20 Aug 2018 00:50:16 +0000, by Joseph Myers
-
fixed issue2550967: support .xml files in addition to .html in theSun, 19 Aug 2018 15:26:52 +0100, by Christof Meerwald
-
fixed issue2550993 and added test caseSun, 19 Aug 2018 15:11:05 +0100, by Christof Meerwald
-
Also test with Python 3.5 and 3.6, don't allow failures any more.Sat, 18 Aug 2018 23:13:17 +0000, by Joseph Myers
-
be more lenient when comparing string resultsSat, 18 Aug 2018 23:04:22 +0100, by Christof Meerwald
-
Remove 2to3-done.txt (issue2550979).Sat, 18 Aug 2018 16:38:38 +0000, by Joseph Myers
-
more mentions of updated MySQL client moduleSat, 18 Aug 2018 10:05:52 +0100, by Christof Meerwald
-
update link to new mysqlclient module and recommend update in upgrading.txtFri, 17 Aug 2018 22:12:48 +0100, by Christof Meerwald
-
added circleci configuration to test on Ubuntu 18.04Fri, 17 Aug 2018 19:47:09 +0100, by Christof Meerwald
-
use mysqlclient instead of MySQL-python as its available on Python 2 and 3Fri, 17 Aug 2018 19:46:04 +0100, by Christof Meerwald
-
access exception args in a Python 3 compatible wayFri, 17 Aug 2018 19:44:12 +0100, by Christof Meerwald
-
ignore errors in PGP tests when removing pgphome directoryFri, 17 Aug 2018 19:43:12 +0100, by Christof Meerwald
