..
backend_controller_test.rb
My apologies for this large, multi-pronged commit. What's here:
2006-11-05 10:41:59 +00:00
contexts_controller_test.rb
Strip non-breaking space HTML entities from the text feeds. Fixes #443 .
2007-02-17 06:01:54 +00:00
data_controller_test.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_test.rb
Changed all instances of @response, @request, @session etc. to the new forms or response, request, session etc.
2006-05-13 13:32:39 +00:00
feedlist_controller_test.rb
The projects controller gets more RESTy. It now supports XML, RSS, ATOM, HTML and plain text views of the projects list.
2007-02-01 05:32:05 +00:00
login_controller_test.rb
Restore functionality for creating an admin user on first run. Fixes #429 .
2007-01-30 05:55:17 +00:00
mobile_controller_test.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_test.rb
Make the NotesController user RESTful routes.
2007-01-15 07:50:54 +00:00
preferences_controller_test.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_test.rb
Added feed for active projects with no next actions. Closes #423 .
2007-02-22 05:15:52 +00:00
todo_container_controller_test_base.rb
Rename new_context and new_project actions to create to fit into the CRUD model, add tests for these methods, too.
2006-09-16 06:50:22 +00:00
todos_controller_test.rb
Added feed for active projects with no next actions. Closes #423 .
2007-02-22 05:15:52 +00:00
users_controller_test.rb
Make the UsersController more RESTy. It now supports retrieving a list of users or a particular as XML (available to admins only).
2007-01-31 05:36:33 +00:00