Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Dec 07 11:15:04 2021 -0500 +++ b/CHANGES.txt Thu Dec 09 15:26:39 2021 -0500 @@ -52,6 +52,10 @@ the data per rfc7232. Properly validate any form of ETag suffixed or non-suffixed for If-Match. - issue2551178 - fix Traceback in Apache WSGI - during file upload +- issue2551179 - make roundup-demo initialize templates using + config_ini.ini overrides. Needed for jinja to set template lang etc. + Recognize minimal template when presented with a full + path. (John Kristensen (jerrykan) and John Rouillard) Features:
