Mercurial > p > roundup > code
diff CHANGES.txt @ 5616:aa4c271514ae
Original code generated url's using a harcoded protocol and took the
hostname from the hostname used to access the tracker. This patch uses
the canonical path from config.ini for generating all links.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 16 Feb 2019 15:24:53 -0500 |
| parents | 14e176b5cd90 |
| children | 38b7c4693d9a |
line wrap: on
line diff
--- a/CHANGES.txt Sat Feb 16 15:21:47 2019 -0500 +++ b/CHANGES.txt Sat Feb 16 15:24:53 2019 -0500 @@ -43,6 +43,10 @@ other than GET that doesn't have a payload. E.G. DELETE, PATCH or OPTIONS. Verbs like PUT and POST usually have payloads, so this patch doesn't touch processing of these methods. (John Rouillard) +- Patches to new rest code: + - Generated links in responses should use the base url specified + in config.ini. + (John Rouillard) - issue2550833: the export_csv web action now returns labels/names rather than id's. Replace calls to export_csv with the export_csv_id action to return the same data as the old export_csv action. (Tom
