Mercurial > p > roundup > code
comparison CHANGES.txt @ 6085:7c8d3bd0deb6
added change log entries for WSGI improvements and issue 2551019 rework
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Mon, 10 Feb 2020 21:58:40 +0000 |
| parents | 3174e98a3e51 |
| children | c172bd18fa94 |
comparison
equal
deleted
inserted
replaced
| 6084:3cba8949bfe0 | 6085:7c8d3bd0deb6 |
|---|---|
| 47 lowercase before matching against the roundup username. This allows | 47 lowercase before matching against the roundup username. This allows |
| 48 roundup usernames to be lowercase (including the realm) and still | 48 roundup usernames to be lowercase (including the realm) and still |
| 49 follow the Kerberos convention of using an uppercase realm. In | 49 follow the Kerberos convention of using an uppercase realm. In |
| 50 addition this is compatible with Active Directory which stores the | 50 addition this is compatible with Active Directory which stores the |
| 51 username with realm as UserPrincipalName in lowercase. | 51 username with realm as UserPrincipalName in lowercase. |
| 52 | 52 - Cleaned up the WSGI interface implementation by separating the |
| 53 request handler from the request displatcher. Also allow | |
| 54 customisation of tracker instance creation via an overridable | |
| 55 "get_tracker" context manager. | |
| 53 | 56 |
| 54 Fixed: | 57 Fixed: |
| 55 | 58 |
| 56 - issue2550996 - Give better error message when running with -c | 59 - issue2550996 - Give better error message when running with -c |
| 57 (install as windows service) and pywin32 is not importable. Could use | 60 (install as windows service) and pywin32 is not importable. Could use |
| 88 for translations. (Report: John Rouillard; Fix: Christof Meerwald) | 91 for translations. (Report: John Rouillard; Fix: Christof Meerwald) |
| 89 - Cleanup code by linting using flake8. (John Rouillard) | 92 - Cleanup code by linting using flake8. (John Rouillard) |
| 90 - Cleanup code by security linting using bandit. (John Rouillard) | 93 - Cleanup code by security linting using bandit. (John Rouillard) |
| 91 - issue2550912 - fixed missing query string in __came_from for jinja2 | 94 - issue2550912 - fixed missing query string in __came_from for jinja2 |
| 92 template. (Christof Meerwald) | 95 template. (Christof Meerwald) |
| 96 - issue2551019 - handle character set conversions for CSV export | |
| 97 action in Python 3. (Christof Meerwald) | |
| 93 | 98 |
| 94 2019-10-23 2.0.0 alpha 0 | 99 2019-10-23 2.0.0 alpha 0 |
| 95 | 100 |
| 96 Features: | 101 Features: |
| 97 | 102 |
