summaryrefslogtreecommitdiffstats
path: root/lib/redmine.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* upgrade rmagick to 2.14Toshi MARUYAMA2015-04-141-1/+1
* Removed IssuesController#update_form action, use #new and #edit instead.Jean-Philippe Lang2015-02-131-4/+4
* Adds a :copy_issues permission (#18855).Jean-Philippe Lang2015-02-081-0/+1
* Removed :move_issues permission (#18855).Jean-Philippe Lang2015-02-081-1/+0
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Tab "New Issue" should not be displayed if a project has no trackers (#18571).Jean-Philippe Lang2014-12-051-1/+2
* Moved new project member to its own action MemberController#new.Jean-Philippe Lang2014-11-151-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-6/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Adds missing permissions on attachments/upload (#15664).Jean-Philippe Lang2014-01-111-8/+8
* Fixed: cannot retrieve members for closed projects through the REST API (#158...Jean-Philippe Lang2014-01-111-0/+1
* fix typo redcarpet requirement in lib/redmine.rb (#15520)Toshi MARUYAMA2013-12-261-1/+1
* Don't load redcarpet with JRuby.Jean-Philippe Lang2013-12-231-2/+9
* Adds experimental support for Markdown formatting with redcarpet (#15520).Jean-Philippe Lang2013-12-231-0/+2
* make IssuesHelperTest passes when config.threadsafe! is enabled (#12097)Toshi MARUYAMA2013-12-211-0/+1
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-13/+0
* Fixed that updating the issue form was broken by r4011 when user is not allow...Jean-Philippe Lang2013-02-161-1/+1
* Bulk watch/unwatch issues from the context menu (#7159).Jean-Philippe Lang2013-02-101-1/+1
* Use POST instead of GET for logging out (#13022).Jean-Philippe Lang2013-01-301-1/+1
* Split "Manage documents" permission into create, edit and delete permissions ...Jean-Philippe Lang2013-01-201-1/+3
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* "New issue" menu item should not link to copy form (#12652).Jean-Philippe Lang2012-12-211-1/+1
* Prevents redmine/scm/base from being reloaded in dev mode (#12097).Jean-Philippe Lang2012-12-051-1/+1
* Removed unused Redmine::About class.Jean-Philippe Lang2012-12-031-1/+0
* Load RMagick before the gantt helper (#12097).Jean-Philippe Lang2012-12-021-6/+6
* Fixed dependency loading for when running in dev mode (#12097).Jean-Philippe Lang2012-12-021-3/+4
* Explicitly load dependencies for when running with config.threadsafe! (#12097).Jean-Philippe Lang2012-12-021-5/+45
* Ability to delete a version from a wiki page history (#10852).Jean-Philippe Lang2012-10-231-1/+1
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-0/+2
* Use named routes.Jean-Philippe Lang2012-07-071-1/+1