summaryrefslogtreecommitdiffstats
path: root/lib/redmine.rb
Commit message (Expand)AuthorAgeFilesLines
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine.rbToshi MARUYAMA2019-11-091-35/+55
* Add permission to import time entries (#32196, #28234).Go MAEDA2019-10-281-0/+1
* Replace RMagick with MiniMagick (#30492).Go MAEDA2019-08-141-2/+2
* Load changesets and time entries tabs async (#3058).Jean-Philippe Lang2019-06-201-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Explicitly load redmine/info in order to avoid "uninitialized constant" error...Go MAEDA2019-05-231-0/+1
* Fix an error "uninitialized constant Redmine::ProjectJumpBox" in the producti...Go MAEDA2019-05-211-0/+1
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-201-1/+1
* Generalize issues imports (#28234).Go MAEDA2019-05-091-1/+1
* New Permission: Edit own issue (#1248).Go MAEDA2019-04-251-0/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Hide menu item in the cross-project menu if the module is not enabled in any ...Go MAEDA2019-01-131-5/+5
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-161-0/+1
* Fix: Irrelevant permission is required to access some tabs in project setting...Go MAEDA2018-06-031-3/+3
* Adds a checkbox to set a page as the wiki start page (#26579).Jean-Philippe Lang2017-07-301-1/+1
* Drop Darcs support (#26391).Jean-Philippe Lang2017-07-251-1/+0
* Remove duplicate notifiable require (#26312).Toshi MARUYAMA2017-07-021-1/+0
* Display menu items if user is allowed.Jean-Philippe Lang2017-06-281-3/+4
* Global News view should not be allowed without permission (#7068).Jean-Philippe Lang2017-06-261-0/+1
* Fixed that time entry queries cannot be saved when issue tracking is disabled...Jean-Philippe Lang2017-06-261-3/+3
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Highlight menu item when viewing an attachment (#25988).Jean-Philippe Lang2017-06-101-0/+1
* New permission: view news (#7068).Jean-Philippe Lang2017-06-071-1/+1
* New Permission: View Forum (#4866).Jean-Philippe Lang2017-06-071-1/+1
* Don't render memberships forms, use #edit instead.Jean-Philippe Lang2017-01-071-1/+1
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-191-1/+15
* Use the regular "icon icon-*" for admin menu links (#24313).Jean-Philippe Lang2016-11-181-13/+23
* Add "Log time" to global button menu (+) (#23639).Jean-Philippe Lang2016-08-301-0/+2
* New "Spent time" menu tab when spent time module is enabled on project (#23311).Jean-Philippe Lang2016-08-201-0/+1
* Adds a setting for choosing the new object menu item style (#15880).Jean-Philippe Lang2016-06-111-1/+3
* Add link to add a new wiki page to "new object" menu (#15880).Jean-Philippe Lang2016-06-111-0/+2
* Move "New issue" menu item to the new object menu (#15880).Jean-Philippe Lang2016-06-111-1/+5
* Keep the "new object" drop down open when the + sign was clicked (#15880).Jean-Philippe Lang2016-06-111-1/+2
* Add virtual menu at the beginning of the project menu (#15880).Jean-Philippe Lang2016-06-111-0/+11
* Display view permissions first.Jean-Philippe Lang2016-06-051-13/+13
* Adds Issue#allowed_target_trackers (#7839).Jean-Philippe Lang2016-05-301-1/+1
* Restores the "New issue" tab in the project menu and makes it optional (#6204).Jean-Philippe Lang2016-05-091-0/+4
* Adds "New wiki page" link to create a new wiki page (#5536).Jean-Philippe Lang2016-04-221-1/+1
* Removed the "New issue" menu item (#6204).Jean-Philippe Lang2016-04-191-4/+0
* Replaces acts_as_list with an implementation that handles #position= (#12909).Jean-Philippe Lang2016-04-171-0/+2
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Use regular edit/update actions and named routes for JournalsController.Jean-Philippe Lang2016-01-211-2/+2
* Extract classes to their own files to prevent loading issues (#20508).Jean-Philippe Lang2015-10-191-0/+2
* Redmine I18n autoload instead of require (#20506).Jean-Philippe Lang2015-08-181-1/+0
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-141-0/+1
* Better handle html-only emails (#16962).Jean-Philippe Lang2015-06-151-5/+2
* Adds a class for handling CSV generation (#7037).Jean-Philippe Lang2015-06-131-2/+0
* Menu should not include "New issue" for users with copy issues permission only.Jean-Philippe Lang2015-05-301-1/+2
* Removed experimental flag on markdown format (#15520).Jean-Philippe Lang2015-05-091-1/+1