Bug #416 - Sorting by due date with dateformat MD wrong

- Fixed bug #416, which caused sorting on a date to fail if the year was not
  included in the dateformat (thanks to Michelle Crane).
- Added unit tests.
This commit is contained in:
Paul Beckingham 2010-06-25 09:09:20 -04:00
parent 2ab1df77df
commit 3c2987f53f
4 changed files with 82 additions and 1 deletions

View file

@ -35,6 +35,8 @@
for which there are pending tasks (thanks to Dirk Deimeke).
+ Fixed bug #414, that caused filtering on the presence or absence of tags
containing Unicode characters to fail (thanks to Michal Josífko).
+ Fixed bug #416, which caused sorting on a date to fail if the year was not
included in the dateformat (thanks to Michelle Crane).
------ old releases ------------------------------