fix #827. You can now select todos with tags using OR and AND

/todos/tag/tagA,tagB?and=tagC will select all todos with (tagA or tagB) AND tagC
This commit is contained in:
Reinier Balt 2011-10-28 19:33:51 +02:00
parent 2accbd0a32
commit 58d8bc56d1
9 changed files with 255 additions and 152 deletions

View file

@ -391,10 +391,10 @@ en:
all_completed: All completed actions
feed_title_in_context: in context '%{context}'
older_than_days: ""
completed_tagged_page_title: TRACKS::Completed tasks with tag %{tag_name}
completed_tagged_page_title: TRACKS::Completed tasks with tag '%{tag_name}'
edit: Edit
pending: Pending
completed_actions_with: Completed actions with the tag %{tag_name}
completed_actions_with: Completed actions with the tag '%{tag_name}'
deleted_success: The action was deleted succesfully.
completed_tasks_title: TRACKS::Completed tasks
feed_title_in_project: in project '%{project}'