.. |
account_controller_openid_test.rb
|
Fixed that OpenID authentication fails with 422 error due to token verification (#15735).
|
2013-12-21 12:04:38 +00:00 |
account_controller_test.rb
|
Additional tests for AccountController.
|
2013-07-14 14:39:31 +00:00 |
activities_controller_test.rb
|
Removed unused fixtures.
|
2013-02-11 20:14:26 +00:00 |
admin_controller_test.rb
|
Fixed that locking and unlocking a user resets the email notification checkbox (#14020).
|
2013-05-13 16:38:08 +00:00 |
attachments_controller_test.rb
|
fix typo of attachments controller test names
|
2013-01-13 00:43:36 +00:00 |
auth_sources_controller_test.rb
|
Copyright for 2013 (#12788).
|
2013-01-12 09:29:31 +00:00 |
auto_completes_controller_test.rb
|
Removed unused fixtures.
|
2013-02-11 20:14:26 +00:00 |
boards_controller_test.rb
|
Replaces <option value=""></option> which is not HTML5 valid (#15191).
|
2013-10-26 08:08:45 +00:00 |
calendars_controller_test.rb
|
Role based custom queries (#1019).
|
2013-07-11 17:45:10 +00:00 |
comments_controller_test.rb
|
Copyright for 2013 (#12788).
|
2013-01-12 09:29:31 +00:00 |
context_menus_controller_test.rb
|
Use #find_issues as before filter for issues context menu.
|
2013-06-11 18:33:06 +00:00 |
custom_fields_controller_test.rb
|
Merged custom fields format refactoring.
|
2013-12-14 08:22:43 +00:00 |
documents_controller_test.rb
|
Copyright for 2013 (#12788).
|
2013-01-12 09:29:31 +00:00 |
enumerations_controller_test.rb
|
Fixed that submitting the form without selecting a value may raise raises an error with SQLServer (#13783).
|
2013-05-17 18:18:06 +00:00 |
files_controller_test.rb
|
Removed unused fixtures.
|
2013-02-11 20:14:26 +00:00 |
gantts_controller_test.rb
|
Don't reload the issue in after_save callback.
|
2013-02-28 17:47:58 +00:00 |
groups_controller_test.rb
|
Adds pagination to users list when adding project or group members (#9549).
|
2013-01-18 17:57:16 +00:00 |
issue_categories_controller_test.rb
|
Copyright for 2013 (#12788).
|
2013-01-12 09:29:31 +00:00 |
issue_relations_controller_test.rb
|
Removed deferred test, circular relations are unit tested.
|
2013-02-24 13:03:00 +00:00 |
issue_statuses_controller_test.rb
|
Copyright for 2013 (#12788).
|
2013-01-12 09:29:31 +00:00 |
issues_controller_test.rb
|
fix find_all_by_id(n1, n2) parameter at test_show_export_to_pdf_with_changesets of IssuesControllerTest
|
2013-12-27 03:25:32 +00:00 |
issues_controller_transaction_test.rb
|
Copyright for 2013 (#12788).
|
2013-01-12 09:29:31 +00:00 |
issues_custom_fields_visibility_test.rb
|
Role-based issue custom field visibility (#5037).
|
2013-07-13 09:20:11 +00:00 |
journals_controller_test.rb
|
Copyright for 2013 (#12788).
|
2013-01-12 09:29:31 +00:00 |
mail_handler_controller_test.rb
|
Copyright for 2013 (#12788).
|
2013-01-12 09:29:31 +00:00 |
members_controller_test.rb
|
Adds pagination to users list when adding project or group members (#9549).
|
2013-01-18 17:57:16 +00:00 |
messages_controller_test.rb
|
Fixed that requesting a message from an invalid forum should respond with 404 (#13232).
|
2013-02-20 20:59:52 +00:00 |
my_controller_test.rb
|
Fixed that adding a blank/invalid block to my page renders a blank page (#12838).
|
2013-01-20 15:56:46 +00:00 |
news_controller_test.rb
|
Copyright for 2013 (#12788).
|
2013-01-12 09:29:31 +00:00 |
previews_controller_test.rb
|
Fixed that magic links to existing attachments are not converted when previewing issue notes.
|
2014-01-03 14:42:15 +00:00 |
project_enumerations_controller_test.rb
|
Removed unused fixtures.
|
2013-02-11 20:14:26 +00:00 |
projects_controller_test.rb
|
Fixed that the sidebar may be displayed empty (#15414).
|
2013-11-20 19:17:20 +00:00 |
queries_controller_test.rb
|
Ability to save Gantt query filters (#7836).
|
2013-07-14 13:41:30 +00:00 |
reports_controller_test.rb
|
Fixed that open/closed counts on issues summary are not displayed with SQLServer (#14369).
|
2013-07-28 16:38:09 +00:00 |
repositories_bazaar_controller_test.rb
|
remove trailing white-space from test/functional/repositories_bazaar_controller_test.rb (#14931)
|
2013-09-18 14:37:25 +00:00 |
repositories_controller_test.rb
|
Accept issue id with leading sharp when adding a related issue.
|
2013-11-09 11:09:50 +00:00 |
repositories_cvs_controller_test.rb
|
Copyright for 2013 (#12788).
|
2013-01-12 09:29:31 +00:00 |
repositories_darcs_controller_test.rb
|
Copyright for 2013 (#12788).
|
2013-01-12 09:29:31 +00:00 |
repositories_filesystem_controller_test.rb
|
use "UTF-16LE" instead of "UTF-16" on Ruby 1.9.2 due to test failure (#12787)
|
2013-01-13 01:50:14 +00:00 |
repositories_git_controller_test.rb
|
scm: fix annotate error with non ASCII author on Ruby 1.9 and Ruby 2.0 (#14931)
|
2013-09-18 14:22:44 +00:00 |
repositories_mercurial_controller_test.rb
|
use assert_select instead of assert_tag in Mercurial annotate test (#14931)
|
2013-09-18 05:01:35 +00:00 |
repositories_subversion_controller_test.rb
|
fix svn raw diff failure on svn version 1.6.17 (revision 1128011)
|
2013-12-20 17:17:08 +00:00 |
roles_controller_test.rb
|
Copyright for 2013 (#12788).
|
2013-01-12 09:29:31 +00:00 |
search_controller_test.rb
|
Copyright for 2013 (#12788).
|
2013-01-12 09:29:31 +00:00 |
search_custom_fields_visibility_test.rb
|
Role-based issue custom field visibility (#5037).
|
2013-07-13 09:20:11 +00:00 |
sessions_test.rb
|
Copyright for 2013 (#12788).
|
2013-01-12 09:29:31 +00:00 |
settings_controller_test.rb
|
Ability to define commit keywords per tracker (#7590).
|
2013-10-13 07:37:49 +00:00 |
sys_controller_test.rb
|
Copyright for 2013 (#12788).
|
2013-01-12 09:29:31 +00:00 |
time_entry_reports_controller_test.rb
|
Traditional Chinese "label_total_time" translation changed by ChunChang Lo (#13528)
|
2013-03-20 06:02:58 +00:00 |
timelog_controller_test.rb
|
Spent time details and report should ignore 'Setting.display_subprojects_issues?' (#14415).
|
2013-07-28 15:16:14 +00:00 |
timelog_custom_fields_visibility_test.rb
|
Role-based issue custom field visibility (#5037).
|
2013-07-13 09:20:11 +00:00 |
trackers_controller_test.rb
|
Copyright for 2013 (#12788).
|
2013-01-12 09:29:31 +00:00 |
users_controller_test.rb
|
remove duplicate test from UsersControllerTest
|
2013-12-07 02:10:08 +00:00 |
versions_controller_test.rb
|
use assert_select instead of assert_tag at versions index sidebar
|
2013-05-03 11:39:33 +00:00 |
watchers_controller_test.rb
|
add tests for non member watchers (#15622)
|
2013-12-09 06:16:03 +00:00 |
welcome_controller_test.rb
|
Don't redirect XHR requests to /login.
|
2013-06-12 16:49:12 +00:00 |
wiki_controller_test.rb
|
Return to section anchor after wiki section edit (#15182).
|
2013-10-26 09:03:08 +00:00 |
wikis_controller_test.rb
|
Copyright for 2013 (#12788).
|
2013-01-12 09:29:31 +00:00 |
workflows_controller_test.rb
|
Role-based issue custom field visibility (#5037).
|
2013-07-13 09:20:11 +00:00 |