Mercurial > p > roundup > code
diff CHANGES.txt @ 5231:8743b7226dc7
Fix issue with retreiving raw template files using the @@file mechanism.
This changes the static_files option in config.ini from supporting a
single directory to support multiple directories. If one of the
directory elements is '-' (i.e. a lone hyphen) the search is stopped
and the TEMPLATES directory is not searched. Since the TEMPLATES
directory is not searched the raw templates aren't accessed.
See: https://sourceforge.net/p/roundup/mailman/message/35773357/
Message subject: showing template sources to all
for details.
Also check in CHANGES.txt that mentions a couple of other small
improvements in the roundup-admin command.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 11 Apr 2017 22:20:13 -0400 |
| parents | 0121b2f1f041 |
| children | 462b0f76fce8 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Apr 11 21:51:28 2017 -0400 +++ b/CHANGES.txt Tue Apr 11 22:20:13 2017 -0400 @@ -192,6 +192,10 @@ session cookie. Default is lax, but there is a settable option in config.ini file to change to strict or suppress it entirely. See ``upgrading.txt``. (John Rouillard) +- Added a new roundup-admin command: updateconfig. Similar to + genconfig but it uses values from an existing config.ini + rather than default values. Use to update an existing + config.ini with new options and help text. (John Rouillard) Fixed: @@ -427,6 +431,14 @@ - issue2550937: fix crash by verifying that sendto is not null before calling mailer.smtp_send. Discovered and patched by Trent Gamblin. Applied by John Rouillard. +- removed old code from roundup-admin that implemented the obsolete + config (do_config) command. (John Rouillard) +- Modified configuration option static_files to be a space separated + list of directories to search for static files in the web interface. + If one of the elements is -, the search stops and the TEMPLATES + directory is not searched. See: + https://sourceforge.net/p/roundup/mailman/message/35773357/ + subject is "showing template sources to all". 2016-01-11: 1.5.1
