..
account_controller_openid_test.rb
Fixed test case name.
2012-07-07 09:26:26 +00:00
account_controller_test.rb
Code cleanup.
2012-07-08 07:36:58 +00:00
activities_controller_test.rb
fix test_global_index of functional activities controller test fails around UTC 00:00
2012-06-19 00:43:10 +00:00
admin_controller_test.rb
Stub Mailer with mocha.
2012-05-06 08:43:44 +00:00
attachments_controller_test.rb
Adds a macro for inserting thumbnails in formatted text ( #3510 ).
2012-07-16 17:15:40 +00:00
auth_sources_controller_test.rb
Copyright update.
2012-05-05 12:56:53 +00:00
auto_completes_controller_test.rb
Don't use auth_sources fixtures when not needed.
2012-02-19 21:51:03 +00:00
boards_controller_test.rb
Support for subforums ( #3831 ).
2012-07-31 17:17:52 +00:00
calendars_controller_test.rb
Removed some generate! calls.
2012-03-04 12:15:57 +00:00
comments_controller_test.rb
Copyright update.
2012-05-05 12:56:53 +00:00
context_menus_controller_test.rb
Test failure.
2012-07-08 17:10:58 +00:00
custom_fields_controller_test.rb
Update the new custom field form with remotely.
2012-08-07 16:58:51 +00:00
documents_controller_test.rb
Tests should not change settings.
2012-07-08 12:23:47 +00:00
enumerations_controller_test.rb
Fixed that enumerations option tags are escaped.
2012-05-13 08:45:15 +00:00
files_controller_test.rb
Tests should not change settings.
2012-07-08 12:23:47 +00:00
gantts_controller_test.rb
add copyright statement to test/functional/gantts_controller_test.rb
2012-07-21 07:12:18 +00:00
groups_controller_test.rb
Removes RJS from GroupsController.
2012-07-19 16:57:59 +00:00
issue_categories_controller_test.rb
Start removing the RJS stuff.
2012-07-19 16:43:33 +00:00
issue_relations_controller_test.rb
Test cleanup.
2012-07-19 17:07:43 +00:00
issue_statuses_controller_test.rb
Adds functional tests.
2012-02-23 14:39:55 +00:00
issues_controller_test.rb
Ability to filter issues using project, author, assignee and target version custom fields ( #8161 ).
2012-08-07 19:17:59 +00:00
issues_controller_transaction_test.rb
Fixed: escaped link in conflict resolution form ( #11341 ).
2012-07-07 05:23:52 +00:00
journals_controller_test.rb
Removes RJS from JournalsController.
2012-07-19 19:10:18 +00:00
mail_handler_controller_test.rb
Copyright update.
2012-05-05 12:56:53 +00:00
members_controller_test.rb
Removes RJS from MembersController.
2012-07-21 06:35:11 +00:00
messages_controller_test.rb
Removes RJS from MessagesController.
2012-07-19 18:23:45 +00:00
my_controller_test.rb
JQuery in, Prototype/Scriptaculous out ( #11445 ).
2012-07-22 13:29:26 +00:00
news_controller_test.rb
Tests should not change settings.
2012-07-08 12:23:47 +00:00
previews_controller_test.rb
Copyright update.
2012-05-05 12:56:53 +00:00
project_enumerations_controller_test.rb
Random test failures in #test_..._if_an_exception_is_raised with ruby1.8.7-p358 and sqlite3.
2012-03-01 20:34:41 +00:00
projects_controller_test.rb
fix confirmation page has broken HTML when a project folding sub project is deleted ( #11511 )
2012-07-26 23:45:17 +00:00
queries_controller_test.rb
Fixed that some input fields are escaped on validation failures ( #11027 ).
2012-05-25 16:50:25 +00:00
reports_controller_test.rb
Reversed order of priorities on the issue summary page ( #11205 ).
2012-06-20 19:24:58 +00:00
repositories_bazaar_controller_test.rb
Copyright update.
2012-05-05 12:56:53 +00:00
repositories_controller_test.rb
Removes RJS from RepositoriesController.
2012-07-19 17:27:14 +00:00
repositories_cvs_controller_test.rb
Use assert_select instead of assert_tag.
2012-07-28 18:16:55 +00:00
repositories_darcs_controller_test.rb
Copyright update.
2012-05-05 12:56:53 +00:00
repositories_filesystem_controller_test.rb
Copyright update.
2012-05-05 12:56:53 +00:00
repositories_git_controller_test.rb
Use assert_select instead of assert_tag.
2012-07-28 18:16:55 +00:00
repositories_mercurial_controller_test.rb
Use assert_select instead of assert_tag.
2012-07-28 18:16:55 +00:00
repositories_subversion_controller_test.rb
Use assert_select instead of assert_tag.
2012-07-28 18:41:08 +00:00
roles_controller_test.rb
Workflow enhancement: editable and required fields configurable by role, tracker and status ( #703 , #3521 ).
2012-07-15 14:12:17 +00:00
search_controller_test.rb
Additional tests for SearchController and handle my_projects scope without memberships.
2011-12-17 18:23:53 +00:00
sessions_test.rb
Configurable session lifetime and timeout ( #6597 ).
2012-06-10 13:16:56 +00:00
settings_controller_test.rb
Fixed that settings raises an error if not trackers exist ( #11467 ).
2012-07-21 15:43:44 +00:00
sys_controller_test.rb
Tests should not change settings.
2012-07-08 12:23:47 +00:00
time_entry_reports_controller_test.rb
Fixed that time report raises a SQL error if there are multiple CustomValue for a time entry ( #11160 ).
2012-06-14 10:47:04 +00:00
timelog_controller_test.rb
Fixed that time entries should be sorted by date and created_on ( #11178 ).
2012-06-16 20:09:12 +00:00
trackers_controller_test.rb
Workflow enhancement: editable and required fields configurable by role, tracker and status ( #703 , #3521 ).
2012-07-15 14:12:17 +00:00
users_controller_test.rb
Removes RJS from UsersController.
2012-07-21 06:35:49 +00:00
versions_controller_test.rb
Do not propose non-assignable version ( #11506 ).
2012-07-27 19:41:36 +00:00
watchers_controller_test.rb
JQuery in, Prototype/Scriptaculous out ( #11445 ).
2012-07-22 13:29:26 +00:00
welcome_controller_test.rb
JQuery in, Prototype/Scriptaculous out ( #11445 ).
2012-07-22 13:29:26 +00:00
wiki_controller_test.rb
Fixed that wiki diff may produce html ( #11209 ).
2012-06-26 16:57:09 +00:00
wikis_controller_test.rb
Removes RJS from WikisController.
2012-07-19 18:13:08 +00:00
workflows_controller_test.rb
Don't show "Required" option for standard/custom fields that are always required.
2012-07-16 16:33:27 +00:00