Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 7904:94aafe3b0a0d | 7905:f47b186a2ad9 |
|---|---|
| 365 | 365 |
| 366 If you have modified that template, you can follow the analysis in | 366 If you have modified that template, you can follow the analysis in |
| 367 `issue2551320 <https://issues.roundup-tracker.org/issue2551320>`_ | 367 `issue2551320 <https://issues.roundup-tracker.org/issue2551320>`_ |
| 368 to fix your template. | 368 to fix your template. |
| 369 | 369 |
| 370 Fix static_files use of '-' directory (info) | |
| 371 -------------------------------------------- | |
| 372 | |
| 373 Use of the '-' directory in ``static_files`` config.ini setting now | |
| 374 works. So it will prevent access to the html directory when using | |
| 375 ``@@file/`` based url's. | |
| 376 | |
| 377 | |
| 370 Bad Login Rate Limiting and Locking (info) | 378 Bad Login Rate Limiting and Locking (info) |
| 371 ------------------------------------------ | 379 ------------------------------------------ |
| 372 | 380 |
| 373 Brute force logins have been rate limited in the HTML web interface | 381 Brute force logins have been rate limited in the HTML web interface |
| 374 for a while. This was not the case with the API interfaces. | 382 for a while. This was not the case with the API interfaces. |
| 408 before changing your PostgreSQL configuration, try changing the pragma | 416 before changing your PostgreSQL configuration, try changing the pragma |
| 409 ``savepoint_limit`` to a lower value. By default it is set to | 417 ``savepoint_limit`` to a lower value. By default it is set to |
| 410 ``10000``. In some cases this may be too high. See the `administration | 418 ``10000``. In some cases this may be too high. See the `administration |
| 411 guide`_ for further details. | 419 guide`_ for further details. |
| 412 | 420 |
| 413 roundup-admin's History Command Produces Readable Output | 421 roundup-admin's History Command Produces Readable Output (info) |
| 414 -------------------------------------------------------- | 422 --------------------------------------------------------------- |
| 415 | 423 |
| 416 The history command of roundup-admin used to print the raw journal | 424 The history command of roundup-admin used to print the raw journal |
| 417 data. In this release the default is to produce more human readable | 425 data. In this release the default is to produce more human readable |
| 418 data. The original output (not pretty printed as below) was:: | 426 data. The original output (not pretty printed as below) was:: |
| 419 | 427 |
