tracks/app/controllers
Reinier Balt 58d8bc56d1 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
2011-10-28 19:33:51 +02:00
..
application_controller.rb Show deferred actions on the project listing and sidebar 2011-10-20 21:05:57 -05:00
backend_controller.rb fixing gems for 1.9 2011-10-09 20:30:13 +02:00
contexts_controller.rb add done view to tag pages and add more tests 2011-07-09 17:21:36 +02:00
data_controller.rb fix #891. Somehow the assignment causes an error for some people. 2009-05-13 21:08:35 +02:00
feedlist_controller.rb fix failing tests 2011-02-03 22:44:26 +01:00
integrations_controller.rb Removing signatures from output and adding two test cases: invalid signature and unknown sender 2011-10-06 16:41:46 +02:00
login_controller.rb Logut user after password change, Closes #1047 2011-10-24 21:47:15 +02:00
notes_controller.rb fix failing tests 2011-02-03 22:44:26 +01:00
preferences_controller.rb Logut user after password change, Closes #1047 2011-10-24 21:47:15 +02:00
projects_controller.rb fix bug #858 by adding information on todos to project xml and providing a test for it 2011-10-06 17:32:39 +02:00
recurring_todos_controller.rb make sure toggle_check and deleting of todos, recurring_todos and projects work in the new done views 2011-07-09 17:21:36 +02:00
search_controller.rb improve sort order of search results and remove delete button for found projects 2011-09-16 12:39:44 +02:00
stats_controller.rb add cucumber scenarios for the new done pages 2011-07-09 17:21:35 +02:00
todos_controller.rb fix #827. You can now select todos with tags using OR and AND 2011-10-28 19:33:51 +02:00
users_controller.rb Fix updating password 2011-09-09 17:49:42 +02:00