summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Collapse)AuthorAgeFilesLines
...
* Rails4: fix PreviewsControllerTest assert_template failuresToshi MARUYAMA2014-02-131-3/+3
| | | | | | | | | | <pre> 1) Failure: PreviewsControllerTest#test_preview_issue_notes [test/functional/previews_controller_test.rb:44]: expecting <"preview"> but rendering with <["previews/issue"]> </pre> git-svn-id: http://svn.redmine.org/redmine/trunk@12879 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enable the watching of news (#2549).Jean-Philippe Lang2014-02-091-0/+21
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12866 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show tabs for existing custom field types only and adds a view for choosing ↵Jean-Philippe Lang2014-02-071-2/+19
| | | | | | the type when adding a new custom field. git-svn-id: http://svn.redmine.org/redmine/trunk@12849 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "Can't" constant at IssueStatusesControllerTestToshi MARUYAMA2014-02-041-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12805 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "can't" constant at IssueStatusesControllerTestToshi MARUYAMA2014-02-041-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12804 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "can't" constant at NewsControllerTestToshi MARUYAMA2014-02-041-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12803 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "can't" constant at ProjectsControllerTestToshi MARUYAMA2014-02-041-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12802 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "can't" constant at AuthSourcesControllerTestToshi MARUYAMA2014-02-041-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12801 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: fix "assert_template 'calendar'" fails at CalendarsControllerTestToshi MARUYAMA2014-02-041-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12800 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: use "assert_template 'context_menus/time_entries'" at ↵Toshi MARUYAMA2014-02-041-2/+2
| | | | | | | | ContextMenusControllerTest This asserting does not fail, but use same logic with "assert_template 'context_menus/issues'" git-svn-id: http://svn.redmine.org/redmine/trunk@12799 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: fix "assert_template 'context_menu'" fails at ContextMenusControllerTestToshi MARUYAMA2014-02-041-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12798 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format clean up ProjectsControllerTestToshi MARUYAMA2014-02-041-2/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12796 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format clean up AuthSourcesControllerTestToshi MARUYAMA2014-02-041-4/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12795 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "Can't" constant at TrackersControllerTestToshi MARUYAMA2014-02-041-5/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12794 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "can't" constant at TrackersControllerTestToshi MARUYAMA2014-02-041-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12792 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: fix "assert_template 'form'" fails at IssuesControllerTestToshi MARUYAMA2014-02-041-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12791 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace shoulda context "with workflow privilege" at IssuesControllerTestToshi MARUYAMA2014-02-041-59/+67
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12786 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace shoulda context "without workflow privilege" at IssuesControllerTestToshi MARUYAMA2014-02-041-45/+47
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12785 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "can't" constant at TrackersControllerTestToshi MARUYAMA2014-02-041-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12782 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "can't" constant at WikisControllerTestToshi MARUYAMA2014-02-041-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12781 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format clean up TrackersControllerTestToshi MARUYAMA2014-02-041-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12779 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format clean up WikisControllerTestToshi MARUYAMA2014-02-041-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12778 e93f8b46-1217-0410-a6f0-8f06a7374b81
* update copyright year (#15977)Toshi MARUYAMA2014-01-2959-59/+59
| | | | | | Contributed by Daniel Felix. git-svn-id: http://svn.redmine.org/redmine/trunk@12736 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redirect to back_url or referer when clicking "Sign in" while already ↵Jean-Philippe Lang2014-01-251-1/+19
| | | | | | logged-in (#15926). git-svn-id: http://svn.redmine.org/redmine/trunk@12705 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds settings for disabling browser language detection and language ↵Jean-Philippe Lang2014-01-242-0/+43
| | | | | | preference (#2691). git-svn-id: http://svn.redmine.org/redmine/trunk@12691 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show warning when exported issues exceed the limit (#13770).Jean-Philippe Lang2014-01-121-0/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12663 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Syntax error with ruby1.8.Jean-Philippe Lang2014-01-111-4/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12651 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated find_all_by_* at TimelogControllerTestToshi MARUYAMA2014-01-111-3/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12644 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ↵Toshi MARUYAMA2014-01-111-2/+2
| | | | | | TrackersControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@12643 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ↵Toshi MARUYAMA2014-01-111-1/+1
| | | | | | TimelogControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@12642 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ↵Toshi MARUYAMA2014-01-111-1/+1
| | | | | | RepositoriesGitControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@12641 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ↵Toshi MARUYAMA2014-01-111-1/+1
| | | | | | RepositoriesControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@12640 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ↵Toshi MARUYAMA2014-01-111-1/+1
| | | | | | MessagesControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@12639 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ↵Toshi MARUYAMA2014-01-111-3/+3
| | | | | | IssuesControllerTransactionTest git-svn-id: http://svn.redmine.org/redmine/trunk@12638 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#update_all at SearchControllerTestToshi MARUYAMA2014-01-111-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12637 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ↵Toshi MARUYAMA2014-01-111-4/+4
| | | | | | UsersControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@12636 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ↵Toshi MARUYAMA2014-01-111-1/+1
| | | | | | WikiControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@12635 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format cleanup WikiControllerTestToshi MARUYAMA2014-01-111-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12634 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated find_all_by_* at TimelogCustomFieldsVisibilityTestToshi MARUYAMA2014-01-111-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12633 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#update_all at ↵Toshi MARUYAMA2014-01-111-1/+2
| | | | | | ProjectEnumerationsControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@12632 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated find_all_by_* at ProjectEnumerationsControllerTestToshi MARUYAMA2014-01-111-6/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12631 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix find_all_by_id(n1, n2) parameter at TimelogCustomFieldsVisibilityTestToshi MARUYAMA2014-01-111-1/+1
| | | | | | find_all_by_id(n1, n2) returns only n1 result. git-svn-id: http://svn.redmine.org/redmine/trunk@12630 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format cleanup TimelogCustomFieldsVisibilityTestToshi MARUYAMA2014-01-111-4/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12629 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated find_all_by_* at IssuesCustomFieldsVisibilityTestToshi MARUYAMA2014-01-111-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12628 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated find_all_by_* at IssuesControllerTestToshi MARUYAMA2014-01-111-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12627 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#last with finder options at ↵Toshi MARUYAMA2014-01-111-2/+2
| | | | | | MessagesControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@12626 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#last with finder options at ↵Toshi MARUYAMA2014-01-111-1/+1
| | | | | | IssuesControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@12625 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format cleanup ProjectEnumerationsControllerTestToshi MARUYAMA2014-01-111-5/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12624 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format cleanup MessagesControllerTestToshi MARUYAMA2014-01-111-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12623 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated find_all_by_* at IssuesControllerTestToshi MARUYAMA2014-01-111-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12622 e93f8b46-1217-0410-a6f0-8f06a7374b81