Mercurial > p > roundup > code
comparison CHANGES.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 | 10b633d6ad74 |
| children | 296f0a1f8868 |
comparison
equal
deleted
inserted
replaced
| 7904:94aafe3b0a0d | 7905:f47b186a2ad9 |
|---|---|
| 122 - Fix import/export on windows. Use unix line terminating characters. | 122 - Fix import/export on windows. Use unix line terminating characters. |
| 123 (John Rouillard) | 123 (John Rouillard) |
| 124 - Fix anydbm session/otks clear() method on windows when backed by | 124 - Fix anydbm session/otks clear() method on windows when backed by |
| 125 dumbdbm. Also make anydbm detect the initialized database when | 125 dumbdbm. Also make anydbm detect the initialized database when |
| 126 using dumbdbm. (John Rouillard) | 126 using dumbdbm. (John Rouillard) |
| 127 | 127 - Use of '-' directory in static_files config option under windows |
| 128 Python fixed. | |
| 128 | 129 |
| 129 Features: | 130 Features: |
| 130 | 131 |
| 131 - issue2551103 - add pragma 'display_protected' to roundup-admin. If | 132 - issue2551103 - add pragma 'display_protected' to roundup-admin. If |
| 132 true, print protected attributes like id, activity, actor... | 133 true, print protected attributes like id, activity, actor... |
