Mercurial > p > roundup > code
diff CHANGES.txt @ 7964:791b61ed11c9
issue2551323 - Remove XHTML support
First step: raise error if xhtml used in config.ini. Back end code is
still present to allow an admin to re-enable xhtml as a temporary
measure.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 14 May 2024 20:50:25 -0400 |
| parents | a9b136565838 |
| children | 6763813d9d34 |
line wrap: on
line diff
--- a/CHANGES.txt Tue May 14 08:28:12 2024 -0400 +++ b/CHANGES.txt Tue May 14 20:50:25 2024 -0400 @@ -145,6 +145,10 @@ Features: +- issue2551323 - Remove XHTML support. Disabled option to set + html_version to xhtml. Running roundup commands with html_version + set to xhtml will result in an "Invalid value for HTML_VERSION: + 'xhtml'" error. (John Rouillard) - issue2551103 - add pragma 'display_protected' to roundup-admin. If true, print protected attributes like id, activity, actor... when using display or specification subcommands. (John Rouillard)
