Jean-Philippe Lang
|
83ce5c1687
|
Don't run the test if Redcarpet is not available (#16236).
git-svn-id: http://svn.redmine.org/redmine/trunk@12997 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-03-21 04:07:56 +00:00 |
Jean-Philippe Lang
|
273aa42900
|
Fixed: right-aligned table of contents (TOC) not working with markdown (#16236).
git-svn-id: http://svn.redmine.org/redmine/trunk@12989 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-03-21 01:35:21 +00:00 |
Jean-Philippe Lang
|
1114bf5e99
|
Fixed: Export CSV - Custom field true/false not using translation (#16081).
git-svn-id: http://svn.redmine.org/redmine/trunk@12896 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-15 09:18:01 +00:00 |
Toshi MARUYAMA
|
7a594a2c3d
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki_links
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12877 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-13 06:29:34 +00:00 |
Toshi MARUYAMA
|
889a5ed77a
|
Rails4: replace hard-coded html with class at IssuesHelperTest
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12872 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-11 07:27:30 +00:00 |
Jean-Philippe Lang
|
ff46e9d0a4
|
Makes #watcher_link return an empty string when given nil.
git-svn-id: http://svn.redmine.org/redmine/trunk@12869 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-09 12:04:44 +00:00 |
Toshi MARUYAMA
|
833068207c
|
fix source indent of ApplicationHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@12857 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-07 12:12:09 +00:00 |
Toshi MARUYAMA
|
3817f1e304
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki_links_within_wiki_page_context
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12843 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-06 04:45:54 +00:00 |
Toshi MARUYAMA
|
50eed3f9ab
|
use escaped "Can't" constant at IssuesHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@12842 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-06 04:45:38 +00:00 |
Toshi MARUYAMA
|
ae7a4b9678
|
Rails4: add ApplicationHelper#truncate_single_line_raw method replacing truncate_single_line
git-svn-id: http://svn.redmine.org/redmine/trunk@12830 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-06 03:33:33 +00:00 |
Toshi MARUYAMA
|
e4d152e84a
|
add tests of ApplicationHelper#link_to_issue subject and title
git-svn-id: http://svn.redmine.org/redmine/trunk@12829 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-06 02:38:37 +00:00 |
Toshi MARUYAMA
|
b6668e3ebf
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_pre_content_should_not_parse_wiki_and_redmine_links
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12828 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-06 01:30:45 +00:00 |
Toshi MARUYAMA
|
fab81930f7
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link_to_user_should_link_to_locked_user_if_current_user_is_admin
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12827 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-06 01:30:29 +00:00 |
Toshi MARUYAMA
|
54de8a19d1
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link_to_user
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12826 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-06 01:30:12 +00:00 |
Toshi MARUYAMA
|
789523db5f
|
do stricter ApplicationHelperTest#test_truncate_single_line
git-svn-id: http://svn.redmine.org/redmine/trunk@12825 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-06 01:29:56 +00:00 |
Toshi MARUYAMA
|
fc4004d0ba
|
add tests of ApplicationHelper#truncate_single_line
git-svn-id: http://svn.redmine.org/redmine/trunk@12824 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-06 00:36:50 +00:00 |
Toshi MARUYAMA
|
325b3db186
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki_links_anchor_option_should_prepend_page_title_to_href
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12823 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-05 08:56:35 +00:00 |
Toshi MARUYAMA
|
936052f9f6
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link_to_project
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12822 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-05 08:56:19 +00:00 |
Toshi MARUYAMA
|
89920d2714
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link_to_attachment
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12821 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-05 08:56:03 +00:00 |
Toshi MARUYAMA
|
7928ce3797
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_cross_project_redmine_links
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12820 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-05 08:55:49 +00:00 |
Toshi MARUYAMA
|
0a54a50813
|
code format clean up ApplicationHelperTest#test_cross_project_redmine_links
git-svn-id: http://svn.redmine.org/redmine/trunk@12819 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-05 08:55:32 +00:00 |
Toshi MARUYAMA
|
47353387c1
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_attachment_links
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12813 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-05 04:14:58 +00:00 |
Toshi MARUYAMA
|
79e5570b27
|
Rails4: replace hard-coded html with class at 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
|
2014-02-05 04:14:43 +00:00 |
Toshi MARUYAMA
|
2f43fca8f0
|
Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki_links_in_tables
See r12784 comment.
git-svn-id: http://svn.redmine.org/redmine/trunk@12811 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-05 04:14:27 +00:00 |
Toshi MARUYAMA
|
bd6d45428f
|
use escaped "Can't" constant at ApplicationHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@12807 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-02-05 00:42:50 +00:00 |
Toshi MARUYAMA
|
52b5a26507
|
Rails4: replace hard-coded html with class at 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
|
2014-02-05 00:42:34 +00:00 |
Toshi MARUYAMA
|
05b2bd173e
|
Rails4: use link_to instead of hard coded html at 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
|
2014-02-04 07:50:20 +00:00 |
Toshi MARUYAMA
|
35cc911192
|
update copyright year (#15977)
Contributed by Daniel Felix.
git-svn-id: http://svn.redmine.org/redmine/trunk@12736 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-01-29 22:45:39 +00:00 |
Jean-Philippe Lang
|
1eda38be4c
|
Adds #favicon_path and #favicon_url helpers.
git-svn-id: http://svn.redmine.org/redmine/trunk@12661 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-01-12 09:58:07 +00:00 |
Toshi MARUYAMA
|
a8c8266b9d
|
Rails4: replace deprecated Relation#update_all at application helper test
git-svn-id: http://svn.redmine.org/redmine/trunk@12490 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-01-07 13:26:13 +00:00 |
Toshi MARUYAMA
|
c97986aa52
|
remove unneeded including ApplicationHelper from helper tests
git-svn-id: http://svn.redmine.org/redmine/trunk@12463 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-12-26 04:27:21 +00:00 |
Toshi MARUYAMA
|
637e450824
|
make WatchersHelperTest passes when config.threadsafe! is enabled (#12097)
git-svn-id: http://svn.redmine.org/redmine/trunk@12428 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-12-21 11:13:39 +00:00 |
Toshi MARUYAMA
|
fc4df508f0
|
make IssuesHelperTest passes when config.threadsafe! is enabled (#12097)
git-svn-id: http://svn.redmine.org/redmine/trunk@12427 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-12-21 11:08:51 +00:00 |
Jean-Philippe Lang
|
77665b5252
|
Store relation type instead of i18n key in journals (#15704).
git-svn-id: http://svn.redmine.org/redmine/trunk@12416 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-12-15 11:02:24 +00:00 |
Jean-Philippe Lang
|
a06952ed8a
|
Adds tests for custom field description.
git-svn-id: http://svn.redmine.org/redmine/trunk@12406 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-12-14 11:26:47 +00:00 |
Jean-Philippe Lang
|
2e2e2cfe42
|
Merged custom fields format refactoring.
git-svn-id: http://svn.redmine.org/redmine/trunk@12400 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-12-14 08:22:43 +00:00 |
Jean-Philippe Lang
|
918ec276f1
|
Fixed test failure (#15182).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12240 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-10-26 11:50:16 +00:00 |
Jean-Philippe Lang
|
f399b31eff
|
Test broken by r12192 (#2199).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12193 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-09-30 22:17:27 +00:00 |
Jean-Philippe Lang
|
2f9050115b
|
Adds a helper for building h2 tags and setting html_title (#14517).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12048 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-07-28 11:21:58 +00:00 |
Jean-Philippe Lang
|
f3d1aa5359
|
Issue-notes Redmine links: append actual note reference to rendered links (#12912).
Patch by YOSHITANI Mitsuhiro.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12005 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-07-11 19:18:37 +00:00 |
Jean-Philippe Lang
|
2a00c33a61
|
Splits tests (#1005).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11941 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-06-06 16:25:51 +00:00 |
Jean-Philippe Lang
|
d90f46a5da
|
Prepends issue numbers with a number sign (#1005).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11940 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-06-06 16:22:18 +00:00 |
Jean-Philippe Lang
|
019f57e5c7
|
Fixed that journal details about issue relations may disclose issues that are not visible (#1005).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11939 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-06-06 16:19:53 +00:00 |
Jean-Philippe Lang
|
5a90b6d0b5
|
Fixed that project name is not properly escaped in issue filters (#14186).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11915 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-05-31 20:47:38 +00:00 |
Toshi MARUYAMA
|
b3a6555b30
|
remove "del" tag from deleted issue relation (#1005)
It is confused with deleted issue.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11886 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-05-19 02:09:49 +00:00 |
Toshi MARUYAMA
|
1f9e1ca318
|
add journal after creating/deleting issue relation (#1005)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11885 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-05-19 02:09:39 +00:00 |
Toshi MARUYAMA
|
11b24ab64b
|
replace non ASCII literal to hexadecimal at ApplicationHelperTest
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11878 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-05-18 23:06:53 +00:00 |
Toshi MARUYAMA
|
360bda7e68
|
include Redmine::I18n in ApplicationHelperTest
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11877 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-05-18 22:36:58 +00:00 |
Toshi MARUYAMA
|
0c6e2feeaa
|
backout r11875 ApplicationHelperTest change
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11876 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-05-18 22:36:45 +00:00 |
Jean-Philippe Lang
|
bd8b509986
|
Include Redmine::I18n in helpers tests.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11875 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2013-05-18 20:29:40 +00:00 |