| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't render memberships forms, use #edit instead. | Jean-Philippe Lang | 2017-01-07 | 1 | -1/+1 |
* | Use the main menu for project related actions that support cross-project disp... | Jean-Philippe Lang | 2016-11-19 | 1 | -1/+15 |
* | Use the regular "icon icon-*" for admin menu links (#24313). | Jean-Philippe Lang | 2016-11-18 | 1 | -13/+23 |
* | Add "Log time" to global button menu (+) (#23639). | Jean-Philippe Lang | 2016-08-30 | 1 | -0/+2 |
* | New "Spent time" menu tab when spent time module is enabled on project (#23311). | Jean-Philippe Lang | 2016-08-20 | 1 | -0/+1 |
* | Adds a setting for choosing the new object menu item style (#15880). | Jean-Philippe Lang | 2016-06-11 | 1 | -1/+3 |
* | Add link to add a new wiki page to "new object" menu (#15880). | Jean-Philippe Lang | 2016-06-11 | 1 | -0/+2 |
* | Move "New issue" menu item to the new object menu (#15880). | Jean-Philippe Lang | 2016-06-11 | 1 | -1/+5 |
* | Keep the "new object" drop down open when the + sign was clicked (#15880). | Jean-Philippe Lang | 2016-06-11 | 1 | -1/+2 |
* | Add virtual menu at the beginning of the project menu (#15880). | Jean-Philippe Lang | 2016-06-11 | 1 | -0/+11 |
* | Display view permissions first. | Jean-Philippe Lang | 2016-06-05 | 1 | -13/+13 |
* | Adds Issue#allowed_target_trackers (#7839). | Jean-Philippe Lang | 2016-05-30 | 1 | -1/+1 |
* | Restores the "New issue" tab in the project menu and makes it optional (#6204). | Jean-Philippe Lang | 2016-05-09 | 1 | -0/+4 |
* | Adds "New wiki page" link to create a new wiki page (#5536). | Jean-Philippe Lang | 2016-04-22 | 1 | -1/+1 |
* | Removed the "New issue" menu item (#6204). | Jean-Philippe Lang | 2016-04-19 | 1 | -4/+0 |
* | Replaces acts_as_list with an implementation that handles #position= (#12909). | Jean-Philippe Lang | 2016-04-17 | 1 | -0/+2 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | Use regular edit/update actions and named routes for JournalsController. | Jean-Philippe Lang | 2016-01-21 | 1 | -2/+2 |
* | Extract classes to their own files to prevent loading issues (#20508). | Jean-Philippe Lang | 2015-10-19 | 1 | -0/+2 |
* | Redmine I18n autoload instead of require (#20506). | Jean-Philippe Lang | 2015-08-18 | 1 | -1/+0 |
* | Import issues from CSV file (#950). | Jean-Philippe Lang | 2015-08-14 | 1 | -0/+1 |
* | Better handle html-only emails (#16962). | Jean-Philippe Lang | 2015-06-15 | 1 | -5/+2 |
* | Adds a class for handling CSV generation (#7037). | Jean-Philippe Lang | 2015-06-13 | 1 | -2/+0 |
* | Menu should not include "New issue" for users with copy issues permission only. | Jean-Philippe Lang | 2015-05-30 | 1 | -1/+2 |
* | Removed experimental flag on markdown format (#15520). | Jean-Philippe Lang | 2015-05-09 | 1 | -1/+1 |
* | upgrade rmagick to 2.14 | Toshi MARUYAMA | 2015-04-14 | 1 | -1/+1 |
* | Removed IssuesController#update_form action, use #new and #edit instead. | Jean-Philippe Lang | 2015-02-13 | 1 | -4/+4 |
* | Adds a :copy_issues permission (#18855). | Jean-Philippe Lang | 2015-02-08 | 1 | -0/+1 |
* | Removed :move_issues permission (#18855). | Jean-Philippe Lang | 2015-02-08 | 1 | -1/+0 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | Tab "New Issue" should not be displayed if a project has no trackers (#18571). | Jean-Philippe Lang | 2014-12-05 | 1 | -1/+2 |
* | Moved new project member to its own action MemberController#new. | Jean-Philippe Lang | 2014-11-15 | 1 | -1/+1 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 1 | -6/+1 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | Adds missing permissions on attachments/upload (#15664). | Jean-Philippe Lang | 2014-01-11 | 1 | -8/+8 |
* | Fixed: cannot retrieve members for closed projects through the REST API (#158... | Jean-Philippe Lang | 2014-01-11 | 1 | -0/+1 |
* | fix typo redcarpet requirement in lib/redmine.rb (#15520) | Toshi MARUYAMA | 2013-12-26 | 1 | -1/+1 |
* | Don't load redcarpet with JRuby. | Jean-Philippe Lang | 2013-12-23 | 1 | -2/+9 |
* | Adds experimental support for Markdown formatting with redcarpet (#15520). | Jean-Philippe Lang | 2013-12-23 | 1 | -0/+2 |
* | make IssuesHelperTest passes when config.threadsafe! is enabled (#12097) | Toshi MARUYAMA | 2013-12-21 | 1 | -0/+1 |
* | Merged custom fields format refactoring. | Jean-Philippe Lang | 2013-12-14 | 1 | -13/+0 |
* | Fixed that updating the issue form was broken by r4011 when user is not allow... | Jean-Philippe Lang | 2013-02-16 | 1 | -1/+1 |
* | Bulk watch/unwatch issues from the context menu (#7159). | Jean-Philippe Lang | 2013-02-10 | 1 | -1/+1 |
* | Use POST instead of GET for logging out (#13022). | Jean-Philippe Lang | 2013-01-30 | 1 | -1/+1 |
* | Split "Manage documents" permission into create, edit and delete permissions ... | Jean-Philippe Lang | 2013-01-20 | 1 | -1/+3 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | "New issue" menu item should not link to copy form (#12652). | Jean-Philippe Lang | 2012-12-21 | 1 | -1/+1 |
* | Prevents redmine/scm/base from being reloaded in dev mode (#12097). | Jean-Philippe Lang | 2012-12-05 | 1 | -1/+1 |
* | Removed unused Redmine::About class. | Jean-Philippe Lang | 2012-12-03 | 1 | -1/+0 |
* | Load RMagick before the gantt helper (#12097). | Jean-Philippe Lang | 2012-12-02 | 1 | -6/+6 |