Mercurial > p > roundup > code
comparison CHANGES.txt @ 6760:38e0fc1c7f11
issue2551216 - create mysql databases using COLLATE utf8_general_ci
Otherwise the test suite crashes in three tests under python2. With
python3 the crash does not happaen, but python3 passes with this
change as well.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 10 Jul 2022 15:49:39 -0400 |
| parents | eccb2f53566d |
| children | 65da8d74c06e |
comparison
equal
deleted
inserted
replaced
| 6759:eccb2f53566d | 6760:38e0fc1c7f11 |
|---|---|
| 110 - make setup.py install the Zope and wsgi.py frontends under | 110 - make setup.py install the Zope and wsgi.py frontends under |
| 111 share/frontends. This matches the install of the cgi-bin/roundup.cgi | 111 share/frontends. This matches the install of the cgi-bin/roundup.cgi |
| 112 frontend. (John Rouillard) | 112 frontend. (John Rouillard) |
| 113 - prevent submit button from showing up when using _generic.item.html | 113 - prevent submit button from showing up when using _generic.item.html |
| 114 if the user doesn't have edit permissions. (John Rouillard) | 114 if the user doesn't have edit permissions. (John Rouillard) |
| 115 - issue2551216 - create new mysql databases using COLLATE | |
| 116 utf8_general_ci to prevent crashes in test suite. (John Rouillard) | |
| 115 | 117 |
| 116 Features: | 118 Features: |
| 117 | 119 |
| 118 - issue2551147 - Enable compression of http responses in roundup. | 120 - issue2551147 - Enable compression of http responses in roundup. |
| 119 Allow roundup to return gzip, (br or zstd with added modules) | 121 Allow roundup to return gzip, (br or zstd with added modules) |
