summaryrefslogtreecommitdiffstats
path: root/lib/redmine.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated permissions with newly added @create@ and @update@ actions (#9108).Etienne Massip2011-11-171-2/+2
* remove trailing white-spaces from lib/redmine.rb.Toshi MARUYAMA2011-08-311-6/+6
* Adds support for GET on /issues/:issue_id/relations (#7366).Jean-Philippe Lang2011-07-041-1/+1
* Adds REST API for issue relations (#7366).Jean-Philippe Lang2011-07-041-1/+1
* Makes set_own_issues_private permission not available to anonymous.Jean-Philippe Lang2011-04-151-1/+1
* Private issues (#7414).Jean-Philippe Lang2011-04-151-0/+2
* add bulk edit and bulk update actions for time entries (#7996).Toshi MARUYAMA2011-04-041-3/+3
* Adds User and Version custom field format that can be used to reference a pro...Jean-Philippe Lang2011-04-011-0/+2