tracks/tracks/app/controllers
2006-08-03 01:07:13 +00:00
..
application.rb Unify controller action for destroying an action into the todo controller and lay some groundwork for similar requests coming from different views. Fixes #343. 2006-08-01 07:03:31 +00:00
backend_controller.rb Add two new API methods: ListContexts and ListProjects. See http://0.0.0.0:3000/backend/invoke to experiment. 2006-05-04 05:38:47 +00:00
context_controller.rb Apply Ryan Daigle's patch to fix editing contexts and projects. See #341. Does not resolve ajax loading issue mentioned in the ticket. 2006-08-03 01:07:13 +00:00
deferred_controller.rb Convert edit action to use RJS; share edit views between deferred and todo controllers; rename update_action to update in todo controller. Another step in the process of making Tracks more CRUDdy! 2006-08-02 03:40:22 +00:00
feed_controller.rb Fix context and project list feeds, which were broken in one of the last two changesets. 2006-07-29 10:26:57 +00:00
login_controller.rb Clean up todo controller by extracting deferred todo functionality into a new deferred controller. Thanks to Trotter Cashion for his presentation on CRUD at the nyc.rb group that was the inspiration for this cleanup. See http://lifecoding.com/blog/?p=31 for slides. 2006-07-28 04:09:02 +00:00
mobile_controller.rb Made some more improvements to the mobile view: 2006-06-25 17:29:22 +00:00
note_controller.rb Exclude user_id from projects, contexts and notes xml. My rationale here is that if tracks is a multi-user application, user_id is always set by authenticated credentials and so there is no valid reason to expose it with the data. 2006-06-10 06:05:01 +00:00
project_controller.rb Apply Ryan Daigle's patch to fix editing contexts and projects. See #341. Does not resolve ajax loading issue mentioned in the ticket. 2006-08-03 01:07:13 +00:00
todo_controller.rb Convert edit action to use RJS; share edit views between deferred and todo controllers; rename update_action to update in todo controller. Another step in the process of making Tracks more CRUDdy! 2006-08-02 03:40:22 +00:00
user_controller.rb Added a META HTTP-EQUIV=REFRESH value to the standard layout template. The refresh value is taken from user preferences, and defaults to zero so that the page doesn't refresh automatically. 2006-07-23 13:33:52 +00:00