| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r15238. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | Merged r15136 to r15138 (#21593). | Jean-Philippe Lang | 2016-03-12 | 1 | -2/+2 |
* | Fixed that #parse_redmine_links errors when given a link tag without attribut... | Jean-Philippe Lang | 2015-10-31 | 1 | -0/+7 |
* | Fixed unsafe call to #casecmp (#20369, #21000). | Jean-Philippe Lang | 2015-10-15 | 1 | -0/+6 |
* | Adds tracker name to Redmine issue link titles (#13946). | Jean-Philippe Lang | 2015-09-21 | 1 | -4/+4 |
* | remove trailing white spaces from test/unit/helpers/application_helper_test.rb | Toshi MARUYAMA | 2015-04-14 | 1 | -3/+3 |
* | Don't run test if Redcarpet is not available (#19313). | Jean-Philippe Lang | 2015-03-15 | 1 | -0/+2 |
* | Attached inline images with non-ascii file name can not be seen when text for... | Jean-Philippe Lang | 2015-03-14 | 1 | -0/+16 |
* | Set proper locale. | Jean-Philippe Lang | 2015-01-18 | 1 | -0/+2 |
* | add missing fixtures | Toshi MARUYAMA | 2015-01-18 | 1 | -0/+1 |
* | Upgrade to Rails 4.2.0 (#14534). | Jean-Philippe Lang | 2015-01-17 | 1 | -6/+7 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | Removed that quote in a fixture subject. | Jean-Philippe Lang | 2014-12-20 | 1 | -1/+1 |
* | Fixed that Redmine links should not be parsed inside links (#18301). | Jean-Philippe Lang | 2014-11-14 | 1 | -0/+6 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 1 | -32/+15 |
* | add missing fixture to ApplicationHelperTest | Toshi MARUYAMA | 2014-06-02 | 1 | -0/+1 |
* | Redmine links not working with html escpaed characters (#16668). | Jean-Philippe Lang | 2014-04-26 | 1 | -0/+8 |
* | fix typo at test/unit/helpers/application_helper_test.rb | Toshi MARUYAMA | 2014-04-16 | 1 | -1/+1 |
* | Don't run the test if Redcarpet is not available (#16236). | Jean-Philippe Lang | 2014-03-21 | 1 | -0/+2 |
* | Fixed: right-aligned table of contents (TOC) not working with markdown (#16236). | Jean-Philippe Lang | 2014-03-21 | 1 | -0/+16 |
* | Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki... | Toshi MARUYAMA | 2014-02-13 | 1 | -17/+67 |
* | fix source indent of ApplicationHelperTest | Toshi MARUYAMA | 2014-02-07 | 1 | -1/+1 |
* | Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki... | Toshi MARUYAMA | 2014-02-06 | 1 | -18/+52 |
* | Rails4: add ApplicationHelper#truncate_single_line_raw method replacing trunc... | Toshi MARUYAMA | 2014-02-06 | 1 | -3/+3 |
* | add tests of ApplicationHelper#link_to_issue subject and title | Toshi MARUYAMA | 2014-02-06 | 1 | -0/+35 |
* | Rails4: replace hard-coded html with class at ApplicationHelperTest#test_pre_... | Toshi MARUYAMA | 2014-02-06 | 1 | -2/+10 |
* | Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link... | Toshi MARUYAMA | 2014-02-06 | 1 | -1/+2 |
* | Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link... | Toshi MARUYAMA | 2014-02-06 | 1 | -1/+2 |
* | do stricter ApplicationHelperTest#test_truncate_single_line | Toshi MARUYAMA | 2014-02-06 | 1 | -2/+2 |
* | add tests of ApplicationHelper#truncate_single_line | Toshi MARUYAMA | 2014-02-06 | 1 | -0/+18 |
* | Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki... | Toshi MARUYAMA | 2014-02-05 | 1 | -12/+35 |
* | Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link... | Toshi MARUYAMA | 2014-02-05 | 1 | -1/+2 |
* | Rails4: replace hard-coded html with class at ApplicationHelperTest#test_link... | Toshi MARUYAMA | 2014-02-05 | 1 | -1/+2 |
* | Rails4: replace hard-coded html with class at ApplicationHelperTest#test_cros... | Toshi MARUYAMA | 2014-02-05 | 1 | -2/+4 |
* | code format clean up ApplicationHelperTest#test_cross_project_redmine_links | Toshi MARUYAMA | 2014-02-05 | 1 | -7/+12 |
* | Rails4: replace hard-coded html with class at ApplicationHelperTest#test_atta... | Toshi MARUYAMA | 2014-02-05 | 1 | -4/+7 |
* | Rails4: replace hard-coded html with class at ApplicationHelperTest#test_atta... | Toshi MARUYAMA | 2014-02-05 | 1 | -3/+4 |
* | Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki... | Toshi MARUYAMA | 2014-02-05 | 1 | -6/+8 |
* | use escaped "Can't" constant at ApplicationHelperTest | Toshi MARUYAMA | 2014-02-05 | 1 | -1/+1 |
* | Rails4: replace hard-coded html with class at ApplicationHelperTest#test_redm... | Toshi MARUYAMA | 2014-02-05 | 1 | -3/+4 |
* | Rails4: use link_to instead of hard coded html at ApplicationHelperTest#test_... | Toshi MARUYAMA | 2014-02-04 | 1 | -12/+27 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | Adds #favicon_path and #favicon_url helpers. | Jean-Philippe Lang | 2014-01-12 | 1 | -0/+22 |
* | Rails4: replace deprecated Relation#update_all at application helper test | Toshi MARUYAMA | 2014-01-07 | 1 | -2/+1 |
* | Fixed test failure (#15182). | Jean-Philippe Lang | 2013-10-26 | 1 | -2/+2 |
* | Adds a helper for building h2 tags and setting html_title (#14517). | Jean-Philippe Lang | 2013-07-28 | 1 | -0/+34 |
* | Issue-notes Redmine links: append actual note reference to rendered links (#1... | Jean-Philippe Lang | 2013-07-11 | 1 | -2/+4 |
* | Fixed that project name is not properly escaped in issue filters (#14186). | Jean-Philippe Lang | 2013-05-31 | 1 | -0/+10 |
* | replace non ASCII literal to hexadecimal at ApplicationHelperTest | Toshi MARUYAMA | 2013-05-18 | 1 | -3/+11 |
* | include Redmine::I18n in ApplicationHelperTest | Toshi MARUYAMA | 2013-05-18 | 1 | -0/+1 |