Bug Fix - #299 Can't use multiple project.hasnt:foo

- Fixed bug that prevented a filter from containing multiple references
  to the same attribute (thanks for John Florian).
- Added unit tests to verify.
This commit is contained in:
Paul Beckingham
2010-01-24 18:40:04 -05:00
parent cc82823c47
commit 48bf9d9f85
4 changed files with 150 additions and 60 deletions

View File

@@ -66,7 +66,10 @@
+ Fixed bug that showed a calendar for the year 2037 when 'task calendar due'
was run, and there are no tasks with due dates.
+ Fixed bug #360 which prevented certain modifications to recurring tasks
(thanks to John Flrorian).
(thanks to John Florian).
+ Fixed bug #299 which prevented excluding multiple projects from a report,
by using "task list project.isnt:foo project.isnt:bar" (thanks to John
Florian).
------ old releases ------------------------------