..
account_controller_test.rb
AccountController#show (/account/show/:id) moved to UsersController#show (/users/:id).
2009-10-29 18:37:00 +00:00
admin_controller_test.rb
Fixes broken admin menu extension ( #4351 ).
2009-12-07 20:16:30 +00:00
application_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
attachments_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
boards_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
custom_fields_controller_test.rb
Adds missing native eol properties.
2009-09-20 14:06:57 +00:00
documents_controller_test.rb
Renames uploaded_test_file helper.
2009-10-10 14:56:29 +00:00
enumerations_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
groups_controller_test.rb
Include missing fixtures.
2009-10-29 18:40:00 +00:00
issue_categories_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
issue_relations_controller_test.rb
Adds a few functional tests.
2009-11-07 08:44:56 +00:00
issue_statuses_controller_test.rb
Adds a Setting to control how an Issue's done_ratio is calculated:
2009-12-11 18:48:34 +00:00
issues_controller_test.rb
Fixes odd test failures.
2009-12-21 20:02:51 +00:00
journals_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
mail_handler_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
members_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
messages_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
my_controller_test.rb
Added an API token for each User to use when making API requests. ( #3920 )
2009-12-23 06:27:28 +00:00
news_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
projects_controller_test.rb
Adds a 'Add subprojects' permission.
2009-12-24 16:18:15 +00:00
queries_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
reports_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
repositories_bazaar_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
repositories_controller_test.rb
Use /raw/ for url instead of ?format=raw for getting raw repository files ( #1901 , #4119 ).
2009-11-16 19:39:16 +00:00
repositories_cvs_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
repositories_darcs_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
repositories_git_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
repositories_mercurial_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
repositories_subversion_controller_test.rb
Fixed: RepositoriesController#revision may show wrong revision ( #3779 ).
2009-09-20 15:20:22 +00:00
roles_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
search_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
settings_controller_test.rb
Adds a few functional tests.
2009-11-07 08:44:56 +00:00
sys_controller_test.rb
Adds on optional API key to repositories management controller and reposman.rb.
2009-12-20 09:44:28 +00:00
timelog_controller_test.rb
Fixed: first day of date range is not included in time report with SQLite ( #3112 ).
2009-11-04 17:35:20 +00:00
trackers_controller_test.rb
Adds custom field selection on tracker form.
2009-12-09 10:58:51 +00:00
users_controller_test.rb
Unified UsersController#list and #index.
2009-10-29 18:48:19 +00:00
versions_controller_test.rb
Adds a link to automatically close completed versions in project settings ( #1245 ).
2009-11-09 18:53:12 +00:00
watchers_controller_test.rb
Make sure user can not watch what he is not allowed to view.
2009-12-13 14:48:28 +00:00
welcome_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
wiki_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
wikis_controller_test.rb
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +00:00
workflows_controller_test.rb
By default, only show statuses that are used by the tracker on the workflow edit view.
2009-12-18 15:41:32 +00:00