Mercurial > p > roundup > code
diff CHANGES.txt @ 3151:6feac4fcf883
Various bug fixes.
- fix handling of invalid date input [SF#1102165]
- retain Boolean selections in edit error handling [SF#1101492]
- fix bug in date editing in Metakit
- fixed up date spec usage string
- note python 2.3 requirement in announcement and installation docs
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 14 Feb 2005 00:06:55 +0000 |
| parents | d69c8f0f2afe |
| children | 57b60bda9473 |
line wrap: on
line diff
--- a/CHANGES.txt Sun Feb 13 22:47:42 2005 +0000 +++ b/CHANGES.txt Mon Feb 14 00:06:55 2005 +0000 @@ -17,6 +17,8 @@ 1119475) - better edit conflict handling (sf bug 1118790) - consistent text searching behaviour (AND everywhere) (sf bug 1101036) +- fix handling of invalid date input (sf bug 1102165) +- retain Boolean selections in edit error handling (sf bug 1101492) 2005-01-13 0.8.0b2 @@ -88,6 +90,7 @@ - quote full-text search text in URL generation - fixed problem migrating mysql databases - fix search_checkboxes macro (sf patch 1113828) +- fix bug in date editing in Metakit 2005-01-06 0.7.11
