Mercurial > p > roundup > code
comparison CHANGES.txt @ 7882:77c109725a7e
fix: import/export under windows.
Export used native \r\n line endings on windows. This results in
blank lines when read and Roundup crashes on import.
Use \n line endings when writing due to the hard coded \n or \r (but
not \r\n) line terminator expected by csv.reader().
Also updates CHANGES.txt to cover this and a the fix for
{Otk,Session}.clear() when backed by dumb dbm on windows.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 18 Apr 2024 19:36:32 -0400 |
| parents | a363bb8c0ed4 |
| children | 10b633d6ad74 |
comparison
equal
deleted
inserted
replaced
| 7881:2184033114a0 | 7882:77c109725a7e |
|---|---|
| 117 class; fix John Rouillard) | 117 class; fix John Rouillard) |
| 118 - issue2551264 - REST X-Total-Count header and @total_size count | 118 - issue2551264 - REST X-Total-Count header and @total_size count |
| 119 incorrect when paginated - correct values are now returned. | 119 incorrect when paginated - correct values are now returned. |
| 120 (John Rouillard) | 120 (John Rouillard) |
| 121 - issue2551331 - Fix repeat first/last methods. (John Rouillard) | 121 - issue2551331 - Fix repeat first/last methods. (John Rouillard) |
| 122 - Fix import/export on windows. Use unix line terminating characters. | |
| 123 (John Rouillard) | |
| 124 - Fix anydbm session/otks clear() method on windows when backed by | |
| 125 dumbdbm. (John Rouillard) | |
| 122 | 126 |
| 123 | 127 |
| 124 Features: | 128 Features: |
| 125 | 129 |
| 126 - issue2551103 - add pragma 'display_protected' to roundup-admin. If | 130 - issue2551103 - add pragma 'display_protected' to roundup-admin. If |
