tracks/tracks/app/controllers
2007-03-06 13:18:31 +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 Some tweaks to the Open ID authentication support (which I've been using very happily, BTW). It now respects the "Keep me logged in" checkbox on the login page. It also cookies your openid url for less typing on future visits to the login page. 2007-02-24 08:04:23 +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 Add next-previous links to project detail pages. Closes #379 2007-03-06 13:18:31 +00:00
todos_controller.rb Clicking the 'Done' button in the nav bar no longer results in a 500 error. 2007-02-24 10:50:21 +00:00
users_controller.rb Introduced separation of projects by state (Active, Hidden, Completed) on the main Projects page. There are still some Ajax corner cases to work out, but it's perfectly usable. Closes #460. 2007-02-28 05:36:10 +00:00