Mercurial > p > roundup > code
diff CHANGES.txt @ 7094:570abc4c6548
Improve documention on access to templates and static_files.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 30 Nov 2022 02:22:21 -0500 |
| parents | f72ce883e677 |
| children | c0d030bd472e |
line wrap: on
line diff
--- a/CHANGES.txt Wed Nov 30 02:09:16 2022 -0500 +++ b/CHANGES.txt Wed Nov 30 02:22:21 2022 -0500 @@ -52,6 +52,9 @@ - issue2551195 - port scripts from optparse to argparse (Ralf Schlatterbeck) - issue2551246 - mitigation, document how -u doesn't work for roundup-admin. (John Rouillard) +- Document better that files in the template or static_files + directories accessed via @@file are available to any user with the + url. Features:
