summaryrefslogtreecommitdiffstats
path: root/lib/redmine.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-251-16/+18
* route: scm: split entry and raw actionsToshi MARUYAMA2012-05-051-1/+1
* Clean up custom field format definition.Jean-Philippe Lang2012-04-281-9/+9
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-1/+1
* Merged LdapAuthSourceController into AuthSourceController.Jean-Philippe Lang2012-03-111-1/+1
* Use require instead of require_library_or_gem.Jean-Philippe Lang2012-03-031-1/+1
* Adds support for adding attachments to issues through the REST API (#8171).Jean-Philippe Lang2012-02-231-3/+3
* Removed faster_csv from lib (#5638).Jean-Philippe Lang2012-02-191-1/+1
* REST API for project memberships (#7420).Jean-Philippe Lang2012-02-061-1/+1
* Resourcified project memberships.Jean-Philippe Lang2012-02-051-1/+1
* Adds a "Manage related isses" permission to add/remove commits/issues relatio...Jean-Philippe Lang2012-02-051-0/+1
* Resourcified repositories for CRUD operations to prepare for multiple SCM per...Jean-Philippe Lang2012-01-151-1/+1
* Copy issues via bulk update action.Jean-Philippe Lang2012-01-071-1/+1
* Dropped TimeEntryReportsController.Jean-Philippe Lang2011-12-021-1/+1
* Resourcified boards.Jean-Philippe Lang2011-12-011-1/+1
* Resourcified documents.Jean-Philippe Lang2011-11-301-1/+1
* Fixed that :edit_time_entries permission allows creating time entries (#9405).Jean-Philippe Lang2011-11-241-2/+2
* Fixed that :view_time_entries permission allows time entry editing (#9405).Jean-Philippe Lang2011-11-241-1/+1
* REST API for issue categories (#9553).Jean-Philippe Lang2011-11-201-1/+1
* Resourcified issue categories (#9553).Jean-Philippe Lang2011-11-201-1/+1