tracks/tracks/app/controllers
2007-04-16 02:19:20 +00:00
..
application.rb Fix #498 (cannot login using mobile interface) by introducing a login page specialized for mobile devices. To support this, I added named routes for the login paths and pulled up the mobile content negotiation code to the ApplicationController. 2007-04-16 02:19:20 +00:00
backend_controller.rb And here's the copy step. 2007-03-30 04:36:52 +00:00
contexts_controller.rb Cleaned up some more unnecessary ActiveRecord calls in the ProjectsController and ContextsController. 2007-04-11 06:04:17 +00:00
data_controller.rb Apply James Kebinger's patch to fix #492 (broken: csv export of notes). Thanks SK for 2007-04-02 04:29:48 +00:00
feedlist_controller.rb And here's the copy step. 2007-03-30 04:36:52 +00:00
login_controller.rb Fix #498 (cannot login using mobile interface) by introducing a login page specialized for mobile devices. To support this, I added named routes for the login paths and pulled up the mobile content negotiation code to the ApplicationController. 2007-04-16 02:19:20 +00:00
notes_controller.rb Merged mobile_controller into the todos_controller. The lightweight mobile HTML is 2007-04-02 04:18:19 +00:00
preferences_controller.rb And here's the copy step. 2007-03-30 04:36:52 +00:00
projects_controller.rb Cleaned up some more unnecessary ActiveRecord calls in the ProjectsController and ContextsController. 2007-04-11 06:04:17 +00:00
todos_controller.rb Fix #498 (cannot login using mobile interface) by introducing a login page specialized for mobile devices. To support this, I added named routes for the login paths and pulled up the mobile content negotiation code to the ApplicationController. 2007-04-16 02:19:20 +00:00
users_controller.rb And here's the copy step. 2007-03-30 04:36:52 +00:00