comparison CHANGES.txt @ 8100:e97caa8e4dae

issue2551315 - Allow admin settable max number of rows to be returned by rest interface. Documented use of RestfulInstance.max_response_row_size to limit data returned from rest request.
author John Rouillard <rouilj@ieee.org>
date Wed, 17 Jul 2024 22:54:28 -0400
parents 8e310a7b5e09
children 800c8dd75051 22c92a8301c4
comparison
equal deleted inserted replaced
8099:98ad6d786bef 8100:e97caa8e4dae
32 - issue2551287 - Enhance roundup_gettext.py to extract strings from 32 - issue2551287 - Enhance roundup_gettext.py to extract strings from
33 detectors/extensions. If the polib module is available, 33 detectors/extensions. If the polib module is available,
34 roundup-gettext will extract translatable strings from the tracker's 34 roundup-gettext will extract translatable strings from the tracker's
35 Python code. If polib is missing, it will print a warning. (Patch 35 Python code. If polib is missing, it will print a warning. (Patch
36 Marcus Priesch, cleanup to remove python 2 issues, John Rouillard.) 36 Marcus Priesch, cleanup to remove python 2 issues, John Rouillard.)
37 - issue2551315 - Document use of
38 RestfulInstance.max_response_row_size to limit data returned
39 from rest request.
37 40
38 2024-07-13 2.4.0 41 2024-07-13 2.4.0
39 42
40 Fixed: 43 Fixed:
41 44

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