..
account_controller_test.rb
Fixed: When logging in via an autologin cookie the user's last_login_on should be updated ( #2820 ).
2009-02-25 14:59:33 +00:00
admin_controller_test.rb
Converted routing and urls to follow the Rails REST convention.
2009-01-26 01:47:51 +00:00
application_controller_test.rb
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
2009-02-21 11:04:50 +00:00
attachments_controller_test.rb
Returns a 404 error when trying to view/download an attachment that can't be read from disk.
2009-04-25 09:31:36 +00:00
boards_controller_test.rb
Adds single forum atom feed ( #3181 ).
2009-04-24 16:51:07 +00:00
custom_fields_controller_test.rb
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
2009-02-21 11:04:50 +00:00
documents_controller_test.rb
Added observers to watch model objects for mail delivery instead of calling Mailer.
2009-03-28 00:38:57 +00:00
enumerations_controller_test.rb
Adds some functional tests.
2009-03-01 11:39:01 +00:00
issue_categories_controller_test.rb
Adds some functional tests.
2009-03-01 12:58:30 +00:00
issue_relations_controller_test.rb
Fixed: users should not be able to add relations with issues they're not allowed to view ( #2589 ).
2009-01-27 19:33:03 +00:00
issues_controller_test.rb
Ticket grouping ( #2679 ).
2009-04-26 13:09:14 +00:00
journals_controller_test.rb
Fixed JournalControllerTest.
2008-02-27 23:01:35 +00:00
mail_handler_controller_test.rb
Adds a simple API and a standalone script that can be used to forward emails from a local or remote email server to Redmine ( #1110 ).
2008-06-25 19:25:28 +00:00
members_controller_test.rb
Adds a user search field with autocompleter on project members screen.
2009-03-28 12:07:05 +00:00
messages_controller_test.rb
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
2009-02-21 11:04:50 +00:00
my_controller_test.rb
User custom fields can now be set as editable so that users can edit them on 'My account'.
2009-01-17 11:18:04 +00:00
news_controller_test.rb
Added observers to watch model objects for mail delivery instead of calling Mailer.
2009-03-28 00:38:57 +00:00
projects_controller_test.rb
Added the ability to copy a project in the Project Administration panel.
2009-05-03 21:25:37 +00:00
queries_controller_test.rb
Ability to save "sort order" in custom queries ( #2899 ).
2009-03-12 18:06:54 +00:00
reports_controller_test.rb
Adds some functional tests.
2009-03-01 11:39:01 +00:00
repositories_bazaar_controller_test.rb
Fixed: Links to repository directories don't work ( #1119 ).
2008-04-27 10:12:15 +00:00
repositories_controller_test.rb
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
2009-02-21 11:04:50 +00:00
repositories_cvs_controller_test.rb
Fixes platform determination under JRuby ( #1804 ).
2008-08-25 11:01:37 +00:00
repositories_darcs_controller_test.rb
Fix repository browsing at given revision for various scm and add tests for this.
2008-04-06 10:35:55 +00:00
repositories_git_controller_test.rb
Fixes platform determination under JRuby ( #1804 ).
2008-08-25 11:01:37 +00:00
repositories_mercurial_controller_test.rb
Fixed: Links to repository directories don't work ( #1119 ).
2008-04-27 10:12:15 +00:00
repositories_subversion_controller_test.rb
Adds mime type specific css classes to the SCM browser.
2009-04-19 08:25:25 +00:00
roles_controller_test.rb
Reorder links refactoring (follows r2526).
2009-03-01 12:03:48 +00:00
search_controller_test.rb
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
2009-02-21 11:04:50 +00:00
settings_controller_test.rb
Admin settings screen split to tabs.
2008-01-06 20:24:26 +00:00
sys_controller_test.rb
Fixes a failure when running rake test:coverage.
2009-03-01 10:55:01 +00:00
timelog_controller_test.rb
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
2009-02-21 11:04:50 +00:00
trackers_controller_test.rb
Trackers controller refactoring.
2009-02-26 09:21:41 +00:00
users_controller_test.rb
Fixes UsersControllerTest.
2009-02-21 11:07:22 +00:00
versions_controller_test.rb
Converted routing and urls to follow the Rails REST convention.
2009-01-26 01:47:51 +00:00
watchers_controller_test.rb
Adds permissions for viewing the watcher list and adding new watchers on the issue detail view ( #398 ).
2008-08-03 09:14:43 +00:00
welcome_controller_test.rb
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
2009-02-21 11:04:50 +00:00
wiki_controller_test.rb
Ask user what to do with child pages when deleting a parent wiki page ( #3202 ).
2009-04-21 12:19:56 +00:00
wikis_controller_test.rb
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
2009-02-21 11:04:50 +00:00
workflows_controller_test.rb
Slight changes in functional tests.
2009-01-04 18:14:51 +00:00