comparison CHANGES.txt @ 5606:5fc476d4e34c

Merge REST API changes
author Ralf Schlatterbeck <rsc@runtux.com>
date Wed, 30 Jan 2019 18:11:02 +0100
parents 33f8bb777659
children 5df309febe49
comparison
equal deleted inserted replaced
5553:a75285092156 5606:5fc476d4e34c
29 files as well as .html files similar to the TAL loader. (Christof 29 files as well as .html files similar to the TAL loader. (Christof
30 Meerwald) 30 Meerwald)
31 - Support for Python 3 (3.4 and later). See doc/upgrading.txt for 31 - Support for Python 3 (3.4 and later). See doc/upgrading.txt for
32 details of what is required to move an existing tracker from Python 32 details of what is required to move an existing tracker from Python
33 2 to Python 3 (Joseph Myers, Christof Meerwald) 33 2 to Python 3 (Joseph Myers, Christof Meerwald)
34 - Merge the Google Summer of Code Project of 2015, the implementation of
35 a REST-API for Roundup. This was implemented by Chau Nguyen under the
36 supervision of Ezio Melotti. Some additions were made, most notably we
37 never destroy an object in the database but retire them with the
38 DELETE method. We also don't allow to DELETE a whole class. Python3
39 support was also fixed and we have cherry-picked two patches from the
40 bugs.python.org branch in the files affected by the REST-API changes.
34 41
35 Fixed: 42 Fixed:
36 43
37 - issue2550811: work around Unicode encoding issues in jinja2 template 44 - issue2550811: work around Unicode encoding issues in jinja2 template
38 by explicitly converting data to Unicode; also fixed pagination and 45 by explicitly converting data to Unicode; also fixed pagination and

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