| Commit message (Expand) | Author | Age | Files | Lines |
* | Dropped TimeEntryReportsController. | Jean-Philippe Lang | 2011-12-02 | 1 | -1/+1 |
* | Resourcified boards. | Jean-Philippe Lang | 2011-12-01 | 1 | -1/+1 |
* | Resourcified documents. | Jean-Philippe Lang | 2011-11-30 | 1 | -1/+1 |
* | Fixed that :edit_time_entries permission allows creating time entries (#9405). | Jean-Philippe Lang | 2011-11-24 | 1 | -2/+2 |
* | Fixed that :view_time_entries permission allows time entry editing (#9405). | Jean-Philippe Lang | 2011-11-24 | 1 | -1/+1 |
* | REST API for issue categories (#9553). | Jean-Philippe Lang | 2011-11-20 | 1 | -1/+1 |
* | Resourcified issue categories (#9553). | Jean-Philippe Lang | 2011-11-20 | 1 | -1/+1 |
* | Updated permissions with newly added @create@ and @update@ actions (#9108). | Etienne Massip | 2011-11-17 | 1 | -2/+2 |
* | remove trailing white-spaces from lib/redmine.rb. | Toshi MARUYAMA | 2011-08-31 | 1 | -6/+6 |
* | Adds support for GET on /issues/:issue_id/relations (#7366). | Jean-Philippe Lang | 2011-07-04 | 1 | -1/+1 |
* | Adds REST API for issue relations (#7366). | Jean-Philippe Lang | 2011-07-04 | 1 | -1/+1 |
* | Makes set_own_issues_private permission not available to anonymous. | Jean-Philippe Lang | 2011-04-15 | 1 | -1/+1 |
* | Private issues (#7414). | Jean-Philippe Lang | 2011-04-15 | 1 | -0/+2 |
* | add bulk edit and bulk update actions for time entries (#7996). | Toshi MARUYAMA | 2011-04-04 | 1 | -3/+3 |
* | Adds User and Version custom field format that can be used to reference a pro... | Jean-Philippe Lang | 2011-04-01 | 1 | -0/+2 |
* | Keep track of issue description changes (#746). | Jean-Philippe Lang | 2011-02-27 | 1 | -1/+1 |
* | Adds a pseudo format to api template names and overrides ActionController#def... | Jean-Philippe Lang | 2010-12-04 | 1 | -1/+1 |
* | Adds REST API for TimeEntries (#6823). | Jean-Philippe Lang | 2010-12-04 | 1 | -1/+1 |
* | Adds a builder-like template system for rendering xml and json API responses. | Jean-Philippe Lang | 2010-12-03 | 1 | -0/+2 |
* | Reverted r4381. | Jean-Philippe Lang | 2010-11-07 | 1 | -0/+2 |
* | Removed gantt and calendar menu items that do not fit into the core project m... | Jean-Philippe Lang | 2010-11-07 | 1 | -2/+0 |
* | Refactor: use :id instead of :page when linking to Wiki Pages | Eric Davis | 2010-10-27 | 1 | -1/+1 |
* | Refactor: Rename WikiController#page_index to #index | Eric Davis | 2010-10-25 | 1 | -1/+1 |
* | Refactor: split WikiController#edit into #update | Eric Davis | 2010-10-22 | 1 | -1/+1 |
* | Refactor: rename WikiController#index to #show, it's a single resource action | Eric Davis | 2010-10-21 | 1 | -2/+2 |
* | Refactor: change :id on WikiController to use :project_id | Eric Davis | 2010-10-20 | 1 | -1/+1 |
* | Refactor: extract method from WikiController#special | Eric Davis | 2010-10-18 | 1 | -1/+1 |
* | Refactor: extract #page_index from WikiController#special | Eric Davis | 2010-10-15 | 1 | -1/+1 |
* | Refactor: extract method in WikiController#special to create a new #export me... | Eric Davis | 2010-10-13 | 1 | -1/+1 |
* | Refactor: extract TimelogController#edit to #update | Eric Davis | 2010-10-11 | 1 | -3/+3 |
* | Refactor: extract TimelogController#create from TimelogController#edit | Eric Davis | 2010-10-08 | 1 | -3/+3 |
* | Refactor: extract TimelogController#new from #edit | Eric Davis | 2010-10-07 | 1 | -2/+2 |
* | Refactor: rename TimelogController#details to #index | Eric Davis | 2010-10-06 | 1 | -1/+1 |
* | Refactor: extract TimelogController#report to a new controller class | Eric Davis | 2010-10-05 | 1 | -1/+1 |
* | Refactor the hardcoded event actions (notifiables) to use a class | Eric Davis | 2010-09-28 | 1 | -0/+1 |
* | Refactor: move #destroy_comment method to CommentsController#destroy | Eric Davis | 2010-09-23 | 1 | -1/+1 |
* | Refactor: move NewsController#add_comment to CommentsController#create | Eric Davis | 2010-09-22 | 1 | -1/+1 |
* | Refactor: split NewsController#edit into #edit and #update | Eric Davis | 2010-09-21 | 1 | -1/+1 |
* | Refactor: split NewsController#new into #new and #create methods. | Eric Davis | 2010-09-20 | 1 | -1/+1 |
* | Refactor: split VersionsController#new into #new and #create | Eric Davis | 2010-09-16 | 1 | -1/+1 |
* | Refactor: Split VersionsController#edit into #edit and #update | Eric Davis | 2010-09-15 | 1 | -1/+1 |
* | Refactor: convert FilesController to a restful resource. | Eric Davis | 2010-09-14 | 1 | -1/+1 |
* | Refactor: split FilesController#new into #new and #create. | Eric Davis | 2010-09-13 | 1 | -1/+1 |
* | Refactor: convert ProjectEnumerations to a resource on a project. | Eric Davis | 2010-09-10 | 1 | -1/+1 |
* | Refactor: split method ProjectsController#edit to ProjectsController#update. | Eric Davis | 2010-09-08 | 1 | -1/+1 |
* | Refactor: rename method ProjectsController#add to ProjectsController#new | Eric Davis | 2010-09-07 | 1 | -2/+2 |
* | Refactor: split ProjectsController#add into #add (GET) and #create (POST). | Eric Davis | 2010-09-06 | 1 | -2/+2 |
* | Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat... | Eric Davis | 2010-09-03 | 1 | -1/+1 |
* | Refactor: move method, ProjectsController#save_activities to ProjectEnumerati... | Eric Davis | 2010-09-02 | 1 | -1/+1 |
* | Refactor: move method, ProjectsController#add_file to FilesController#new. | Eric Davis | 2010-09-01 | 1 | -1/+1 |