Mercurial > p > roundup > code
diff doc/upgrading.txt @ 7905:f47b186a2ad9
fix use of '-' directory in static files
Under windows, the test for - to prevent using the html directory
for resolving static files did not work.
Fixed as part of getting test suite to run under windows.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 27 Apr 2024 21:03:20 -0400 |
| parents | 8b31893f5930 |
| children | e3975f679bf1 |
line wrap: on
line diff
--- a/doc/upgrading.txt Thu Apr 25 18:34:37 2024 -0400 +++ b/doc/upgrading.txt Sat Apr 27 21:03:20 2024 -0400 @@ -367,6 +367,14 @@ `issue2551320 <https://issues.roundup-tracker.org/issue2551320>`_ to fix your template. +Fix static_files use of '-' directory (info) +-------------------------------------------- + +Use of the '-' directory in ``static_files`` config.ini setting now +works. So it will prevent access to the html directory when using +``@@file/`` based url's. + + Bad Login Rate Limiting and Locking (info) ------------------------------------------ @@ -410,8 +418,8 @@ ``10000``. In some cases this may be too high. See the `administration guide`_ for further details. -roundup-admin's History Command Produces Readable Output --------------------------------------------------------- +roundup-admin's History Command Produces Readable Output (info) +--------------------------------------------------------------- The history command of roundup-admin used to print the raw journal data. In this release the default is to produce more human readable
