| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r15238. | Jean-Philippe Lang | 2016-03-13 | 18 | -18/+18 |
* | Merged r15136 to r15138 (#21593). | Jean-Philippe Lang | 2016-03-12 | 1 | -2/+2 |
* | Merged r14897 to r14900 and r14949 (#21258). | Jean-Philippe Lang | 2015-12-06 | 2 | -4/+4 |
* | Fixed that #parse_redmine_links errors when given a link tag without attribut... | Jean-Philippe Lang | 2015-10-31 | 1 | -0/+7 |
* | Add cancel button during edition of a wiki page (#4285). | Jean-Philippe Lang | 2015-10-24 | 1 | -0/+45 |
* | Thumbnails in issue history (#13429). | Jean-Philippe Lang | 2015-10-24 | 1 | -0/+48 |
* | 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 |
* | Fixed test failure (#6118). | Jean-Philippe Lang | 2015-06-13 | 1 | -1/+1 |
* | remove trailing white spaces from test/unit/helpers/application_helper_test.rb | Toshi MARUYAMA | 2015-04-14 | 1 | -3/+3 |
* | Fixed test failures (#19544). | Jean-Philippe Lang | 2015-04-12 | 1 | -2/+2 |
* | Restored project name as version prefix when different (#19348). | Jean-Philippe Lang | 2015-03-15 | 1 | -15/+6 |
* | 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 |
* | Fixed that spent time on my page does not include entries without issue (#193... | Jean-Philippe Lang | 2015-03-10 | 1 | -0/+50 |
* | Fixed rendering of multivalued custom fields in the issue history (#19225). | Jean-Philippe Lang | 2015-03-08 | 1 | -0/+37 |
* | Adds the date format for ambiguous dates (#19243). | Jean-Philippe Lang | 2015-03-07 | 1 | -0/+31 |
* | Fixed Stack level too deep error when calling #find_name_by_reflection for mi... | Jean-Philippe Lang | 2015-02-14 | 1 | -0/+4 |
* | Show long text custom field changes as a diff (#15236). | Jean-Philippe Lang | 2015-01-31 | 1 | -0/+13 |
* | 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 | 4 | -10/+11 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 14 | -14/+14 |
* | The descendant count in the issues delete confirmation message is wrong if is... | Jean-Philippe Lang | 2014-12-30 | 1 | -0/+10 |
* | Use DOM assertions as attributes order changes from a Rails version to another. | Jean-Philippe Lang | 2014-12-20 | 1 | -4/+4 |
* | Rewrites assertions. | Jean-Philippe Lang | 2014-12-20 | 1 | -2/+3 |
* | Removed that quote in a fixture subject. | Jean-Philippe Lang | 2014-12-20 | 2 | -5/+5 |
* | add missing fixture to MembersHelperTest | Toshi MARUYAMA | 2014-12-13 | 1 | -1/+2 |
* | Adds some helpers tests. | Jean-Philippe Lang | 2014-12-11 | 2 | -0/+84 |
* | Group filters in the filter select list (#13849). | Jean-Philippe Lang | 2014-11-28 | 1 | -6/+49 |
* | Fixed that Redmine links should not be parsed inside links (#18301). | Jean-Philippe Lang | 2014-11-14 | 1 | -0/+6 |
* | Restores commits reverted when rails-4.1 branch was merged (#18174). | Jean-Philippe Lang | 2014-10-24 | 1 | -6/+22 |
* | add missing fixtures to test/unit/helpers/routes_helper_test.rb | Toshi MARUYAMA | 2014-10-23 | 1 | -0/+2 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 2 | -54/+21 |
* | Adds css classes to get sort order on the issue list (#17993). | Jean-Philippe Lang | 2014-10-04 | 1 | -0/+22 |
* | Removes routes for time entries nested under project/issues. | Jean-Philippe Lang | 2014-10-04 | 1 | -0/+45 |
* | Fixed: Issues counters in roadmap only link to issues in the same project (#9... | Jean-Philippe Lang | 2014-09-14 | 1 | -0/+53 |
* | Don't prepend project name if the version is not shared. | Jean-Philippe Lang | 2014-07-14 | 1 | -6/+15 |
* | Adds version date as title in #link_to_version (#17431). | Jean-Philippe Lang | 2014-07-14 | 1 | -2/+9 |
* | add missing fixture to ApplicationHelperTest | Toshi MARUYAMA | 2014-06-02 | 1 | -0/+1 |
* | fix ProjectsHelperTest fails when config.threadsafe! is enabled (#12097) | Toshi MARUYAMA | 2014-05-25 | 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 |
* | Fixed: Export CSV - Custom field true/false not using translation (#16081). | Jean-Philippe Lang | 2014-02-15 | 1 | -0/+14 |
* | Rails4: replace hard-coded html with class at ApplicationHelperTest#test_wiki... | Toshi MARUYAMA | 2014-02-13 | 1 | -17/+67 |
* | Rails4: replace hard-coded html with class at IssuesHelperTest | Toshi MARUYAMA | 2014-02-11 | 1 | -3/+7 |
* | Makes #watcher_link return an empty string when given nil. | Jean-Philippe Lang | 2014-02-09 | 1 | -0/+4 |
* | fix source indent of ApplicationHelperTest | Toshi MARUYAMA | 2014-02-07 | 1 | -1/+1 |