tracks/tracks/app/controllers
2007-02-23 13:54:38 +00:00
..
application.rb Added feed for active projects with no next actions. Closes #423. 2007-02-22 05:15:52 +00:00
backend_controller.rb Divide UserController into a UserController and a PreferencesController. Divide FeedController into a FeedController and a FeedlistController. Pull up layout and login filter into ApplicationController and override as needed. Ignored new tmp directories. 2006-12-13 08:31:48 +00:00
contexts_controller.rb Tweak the context_listing/edit_then_delete test to run more reliably 2007-02-23 13:38:36 +00:00
data_controller.rb Started adding facility for importing and exporting data - only export is available at the moment. 2007-01-07 15:19:33 +00:00
feed_controller.rb DRY up the feed_controller with a filter. 2007-02-23 13:54:38 +00:00
feedlist_controller.rb Divide UserController into a UserController and a PreferencesController. Divide FeedController into a FeedController and a FeedlistController. Pull up layout and login filter into ApplicationController and override as needed. Ignored new tmp directories. 2006-12-13 08:31:48 +00:00
login_controller.rb Improve OpenId authentication in cases of delegated OpenID (see http://simonwillison.net/2006/Dec/19/openid/ for background on this). 2007-02-13 05:28:51 +00:00
mobile_controller.rb Fixed #436 (Show from not working). While debugging this issue, I renamed a lot of usages of "item" to "todo" to make the code easier to understand. 2007-02-08 05:47:14 +00:00
notes_controller.rb Make the NotesController user RESTful routes. 2007-01-15 07:50:54 +00:00
preferences_controller.rb Divide UserController into a UserController and a PreferencesController. Divide FeedController into a FeedController and a FeedlistController. Pull up layout and login filter into ApplicationController and override as needed. Ignored new tmp directories. 2006-12-13 08:31:48 +00:00
projects_controller.rb Tweak the context_listing/edit_then_delete test to run more reliably 2007-02-23 13:38:36 +00:00
todos_controller.rb Tweak the context_listing/edit_then_delete test to run more reliably 2007-02-23 13:38:36 +00:00
users_controller.rb Improve OpenId authentication in cases of delegated OpenID (see http://simonwillison.net/2006/Dec/19/openid/ for background on this). 2007-02-13 05:28:51 +00:00