tracks/app/controllers
2009-05-03 21:34:58 +02:00
..
application.rb Pre-populate default tags from project instead of adding them when a todo is created. Fixes #879. 2009-05-02 17:38:26 -04:00
backend_controller.rb add new_todo API call that specifies project_id, too 2009-04-01 03:59:10 +08:00
contexts_controller.rb Pre-populate default tags from project instead of adding them when a todo is created. Fixes #879. 2009-05-02 17:38:26 -04:00
data_controller.rb improve data controller and fix #891 where the export of xml did not work because of the removal of tag.user_id 2009-05-03 21:34:58 +02:00
feedlist_controller.rb refactor conditional finds to use named_scopes 2008-11-29 15:35:17 +01:00
integrations_controller.rb OpenSearch support. 2008-12-10 21:34:36 +01:00
login_controller.rb Move site-specific configuration out of environment.rb into a YAML file. This allows us to ship environment.rb with Tracks. Fixes #813. 2009-02-01 14:47:05 -05:00
notes_controller.rb Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
preferences_controller.rb Removed outer tracks directory. 2008-05-24 15:57:18 +01:00
projects_controller.rb Pre-populate default tags from project instead of adding them when a todo is created. Fixes #879. 2009-05-02 17:38:26 -04:00
recurring_todos_controller.rb Pre-populate default tags from project instead of adding them when a todo is created. Fixes #879. 2009-05-02 17:38:26 -04:00
search_controller.rb small cleanups 2009-02-05 21:55:33 +01:00
stats_controller.rb improve last path. Thanks Vitaliel! 2009-01-17 14:43:06 +01:00
todos_controller.rb Pre-populate default tags from project instead of adding them when a todo is created. Fixes #879. 2009-05-02 17:38:26 -04:00
users_controller.rb manually applied patch from Chris Erway to enable open signups for people hosting Tracks 2009-03-31 22:32:29 +02:00