summaryrefslogtreecommitdiffstats
path: root/lib/redmine.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Keep track of issue description changes (#746).Jean-Philippe Lang2011-02-271-1/+1
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-041-1/+1
* Adds REST API for TimeEntries (#6823).Jean-Philippe Lang2010-12-041-1/+1
* Adds a builder-like template system for rendering xml and json API responses.Jean-Philippe Lang2010-12-031-0/+2
* Reverted r4381.Jean-Philippe Lang2010-11-071-0/+2
* Removed gantt and calendar menu items that do not fit into the core project m...Jean-Philippe Lang2010-11-071-2/+0
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-271-1/+1
* Refactor: Rename WikiController#page_index to #indexEric Davis2010-10-251-1/+1
* Refactor: split WikiController#edit into #updateEric Davis2010-10-221-1/+1
* Refactor: rename WikiController#index to #show, it's a single resource actionEric Davis2010-10-211-2/+2
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-201-1/+1
* Refactor: extract method from WikiController#specialEric Davis2010-10-181-1/+1
* Refactor: extract #page_index from WikiController#specialEric Davis2010-10-151-1/+1
* Refactor: extract method in WikiController#special to create a new #export me...Eric Davis2010-10-131-1/+1
* Refactor: extract TimelogController#edit to #updateEric Davis2010-10-111-3/+3
* Refactor: extract TimelogController#create from TimelogController#editEric Davis2010-10-081-3/+3
* Refactor: extract TimelogController#new from #editEric Davis2010-10-071-2/+2
* Refactor: rename TimelogController#details to #indexEric Davis2010-10-061-1/+1
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-051-1/+1
* Refactor the hardcoded event actions (notifiables) to use a classEric Davis2010-09-281-0/+1
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-231-1/+1
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-221-1/+1
* Refactor: split NewsController#edit into #edit and #updateEric Davis2010-09-211-1/+1
* Refactor: split NewsController#new into #new and #create methods.Eric Davis2010-09-201-1/+1
* Refactor: split VersionsController#new into #new and #createEric Davis2010-09-161-1/+1