summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rails4: replace hard-coded html with class at ↵Toshi MARUYAMA2014-02-051-2/+4
| | | | | | | | ApplicationHelperTest#test_cross_project_redmine_links See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12820 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format clean up ApplicationHelperTest#test_cross_project_redmine_linksToshi MARUYAMA2014-02-051-7/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12819 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format clean up app/views/issues/_list_simple.html.erbToshi MARUYAMA2014-02-051-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12818 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded h() from app/views/repositories/_revisions.html.erbToshi MARUYAMA2014-02-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12817 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded h() from app/views/repositories/_dir_list_content.html.erbToshi MARUYAMA2014-02-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12816 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded h() from app/views/issues/_list_simple.html.erbToshi MARUYAMA2014-02-051-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12815 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format clean up app/views/search/index.html.erbToshi MARUYAMA2014-02-051-3/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12814 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace hard-coded html with class at ↵Toshi MARUYAMA2014-02-051-4/+7
| | | | | | | | ApplicationHelperTest#test_attachment_links See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12813 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace hard-coded html with class at ↵Toshi MARUYAMA2014-02-051-3/+4
| | | | | | | | ApplicationHelperTest#test_attachment_link_should_link_to_latest_attachment See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12812 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace hard-coded html with class at ↵Toshi MARUYAMA2014-02-051-6/+8
| | | | | | | | ApplicationHelperTest#test_wiki_links_in_tables See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12811 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation updated by ChunChang Lo (#16023)Toshi MARUYAMA2014-02-051-7/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12810 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format clean up ApplicationHelper#parse_redmine_linksToshi MARUYAMA2014-02-051-7/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12809 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format clean up ApplicationHelper#link_to_issueToshi MARUYAMA2014-02-051-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12808 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "Can't" constant at ApplicationHelperTestToshi MARUYAMA2014-02-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12807 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace hard-coded html with class at ↵Toshi MARUYAMA2014-02-051-3/+4
| | | | | | | | ApplicationHelperTest#test_redmine_links_with_a_different_project_before_current_project See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12806 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 app/views/projects/settings/_members.html.erbToshi MARUYAMA2014-02-041-6/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12797 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
* define constant of escaped "Can't" for testsToshi MARUYAMA2014-02-041-2/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12793 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 "#subjects" at GanttHelperTestToshi MARUYAMA2014-02-041-88/+75
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12790 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace shoulda context "#number_of_rows_on_project" at GanttHelperTestToshi MARUYAMA2014-02-041-18/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12789 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace shoulda context "#number_of_rows" at GanttHelperTestToshi MARUYAMA2014-02-041-35/+29
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12788 e93f8b46-1217-0410-a6f0-8f06a7374b81
* define as private GanttHelperTest helper methodsToshi MARUYAMA2014-02-041-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12787 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
* Rails4: use link_to instead of hard coded html at ↵Toshi MARUYAMA2014-02-041-12/+27
| | | | | | | | | | | | | | | | ApplicationHelperTest#test_wiki_links_within_local_file_generation_context On Rails 4.0.2, test fails. <pre> --- expected +++ actual @@ -1 +1 @@ -"<p><a href=\"CookBook_documentation.html\" class=\"wiki-page\">documentation</a></p>" +"<p><a class=\"wiki-page\" href=\"CookBook_documentation.html\">documentation</a></p>" </pre> git-svn-id: http://svn.redmine.org/redmine/trunk@12784 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format clean up escaped "can't" constantToshi MARUYAMA2014-02-041-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12783 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
* define constant of escaped "can't" for testsToshi MARUYAMA2014-02-041-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12780 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
* scm: mercurial: insert long id to DB unless existing id in DB is not short ↵Toshi MARUYAMA2014-02-022-3/+121
| | | | | | id (#14361) git-svn-id: http://svn.redmine.org/redmine/trunk@12777 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: add asserting first and last changeset to ↵Toshi MARUYAMA2014-02-021-0/+4
| | | | | | test_fetch_changesets_from_scratch (#14361) git-svn-id: http://svn.redmine.org/redmine/trunk@12776 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: use scmid_for_assert in assert_parents (#14361)Toshi MARUYAMA2014-02-021-6/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12775 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: use scmid_for_assert in assert_entries (#14361)Toshi MARUYAMA2014-02-021-6/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12774 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: use scmid_for_assert in assert_entry (#14361)Toshi MARUYAMA2014-02-021-4/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12773 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: use scmid_for_assert in assert_copied_files (#14361)Toshi MARUYAMA2014-02-021-5/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12772 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: add test helper method to switch short or long id (#14361)Toshi MARUYAMA2014-02-021-0/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12771 e93f8b46-1217-0410-a6f0-8f06a7374b81