Mercurial > p > roundup > code
comparison CHANGES.txt @ 6545:5a3a386aa8e7
issue2551179 Load config_ini.ini ... recognize minimal template demo.py
Mostly taken from patch by John Kristensen (jerrykan).
Tests for python3 and 2 created for minimal and jinja2 templates.
Removed FIXME for special case config settings for jinja and
responsive templates. config_ini.ini mechanism makes it obsolete.
Demo removes config_ini.ini file in home directory.
Also remove encoding of utf-8 from initial_data.py to remove
SyntaxError: encoding declaration in Unicode string
under python2.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 09 Dec 2021 15:26:39 -0500 |
| parents | 9aa8df0b4426 |
| children | 3cae70995eff |
comparison
equal
deleted
inserted
replaced
| 6544:9aa8df0b4426 | 6545:5a3a386aa8e7 |
|---|---|
| 50 - issue2551175 - Make ETag content-encoding aware. HTTP ETag headers | 50 - issue2551175 - Make ETag content-encoding aware. HTTP ETag headers |
| 51 now include a suffix indicating the content-encoding used to send | 51 now include a suffix indicating the content-encoding used to send |
| 52 the data per rfc7232. Properly validate any form of ETag suffixed or | 52 the data per rfc7232. Properly validate any form of ETag suffixed or |
| 53 non-suffixed for If-Match. | 53 non-suffixed for If-Match. |
| 54 - issue2551178 - fix Traceback in Apache WSGI - during file upload | 54 - issue2551178 - fix Traceback in Apache WSGI - during file upload |
| 55 - issue2551179 - make roundup-demo initialize templates using | |
| 56 config_ini.ini overrides. Needed for jinja to set template lang etc. | |
| 57 Recognize minimal template when presented with a full | |
| 58 path. (John Kristensen (jerrykan) and John Rouillard) | |
| 55 | 59 |
| 56 Features: | 60 Features: |
| 57 | 61 |
| 58 - issue2551147 - Enable compression of http responses in roundup. | 62 - issue2551147 - Enable compression of http responses in roundup. |
| 59 Allow roundup to return gzip, (br or zstd with added modules) | 63 Allow roundup to return gzip, (br or zstd with added modules) |
