tracks/tracks/app/controllers
lukemelia 9e3f686f84 Added feed for active projects with no next actions. Closes #423.
Refactored ProjectsController#index and ContextsController#index to simplify them.
Tweak the taggings fixtures to fix broken tests.



git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@451 a4c988fc-2ded-0310-b66e-134b36920a42
2007-02-22 05:15:52 +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 Added feed for active projects with no next actions. Closes #423. 2007-02-22 05:15:52 +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 The contexts controller gets more RESTy. It now supports XML, RSS, ATOM, HTML and plain text views of the contexts list. 2007-02-04 05:12:19 +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 Added feed for active projects with no next actions. Closes #423. 2007-02-22 05:15:52 +00:00
todos_controller.rb Altered /todo/tag so that it only finds active actions, not completed ones. 2007-02-20 20:05:34 +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