| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removed obsolete project news route. | Jean-Philippe Lang | 2011-12-10 | 1 | -1/+0 |
* | Moved bulk_edit/update routes into issues resources. | Jean-Philippe Lang | 2011-12-10 | 1 | -3/+1 |
* | REST urls for user memberships. | Jean-Philippe Lang | 2011-12-10 | 1 | -12/+4 |
* | Resourcified roles. | Jean-Philippe Lang | 2011-12-09 | 1 | -0/+1 |
* | Resourcified custom fields. | Jean-Philippe Lang | 2011-12-09 | 1 | -0/+1 |
* | Changes auto_complete calls to GET requests. | Jean-Philippe Lang | 2011-12-08 | 1 | -1/+1 |
* | Routes cleanup. | Jean-Philippe Lang | 2011-12-02 | 1 | -1/+0 |
* | Routes cleanup. | Jean-Philippe Lang | 2011-12-02 | 1 | -5/+1 |
* | Dropped TimeEntryReportsController. | Jean-Philippe Lang | 2011-12-02 | 1 | -13/+4 |
* | Resourcified boards. | Jean-Philippe Lang | 2011-12-01 | 1 | -15/+1 |
* | Routes cleanup. | Jean-Philippe Lang | 2011-12-01 | 1 | -7/+5 |
* | Removed obsolete routes. | Jean-Philippe Lang | 2011-12-01 | 1 | -4/+0 |
* | Resourcified documents. | Jean-Philippe Lang | 2011-11-30 | 1 | -14/+1 |
* | Resourcified attachments. | Jean-Philippe Lang | 2011-11-27 | 1 | -3/+3 |
* | Adds routes for group users. | Jean-Philippe Lang | 2011-11-27 | 1 | -1/+4 |
* | Resourcified issue statuses. | Jean-Philippe Lang | 2011-11-22 | 1 | -1/+1 |
* | Resourcified trackers. | Jean-Philippe Lang | 2011-11-22 | 1 | -1/+1 |
* | Resourcified issue categories (#9553). | Jean-Philippe Lang | 2011-11-20 | 1 | -4/+1 |
* | Adds API response to /issue_statuses to get the list of all available statuse... | Jean-Philippe Lang | 2011-11-20 | 1 | -0/+1 |
* | Adds API response to /trackers to get the list of all available trackers (#71... | Jean-Philippe Lang | 2011-11-20 | 1 | -0/+1 |
* | Make queries resources fully conform to common behavior (removed additonal ro... | Etienne Massip | 2011-10-26 | 1 | -1/+1 |
* | Refactor : convert queries to REST resources (also fixes #9108). | Etienne Massip | 2011-10-24 | 1 | -2/+2 |
* | remove trailing white-spaces from config/routes.rb. | Toshi MARUYAMA | 2011-08-18 | 1 | -21/+20 |
* | REST API for reading attachments (#7671). | Jean-Philippe Lang | 2011-07-18 | 1 | -0/+1 |
* | Makes custom queries available through the REST API (#5737). | Jean-Philippe Lang | 2011-07-06 | 1 | -0/+1 |
* | Makes relations resource shallow (#7366). | Jean-Philippe Lang | 2011-07-05 | 1 | -1/+1 |
* | Makes versions resource shallow (#7403). | Jean-Philippe Lang | 2011-07-05 | 1 | -1/+1 |
* | 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 | -6/+1 |
* | add bulk edit and bulk update actions for time entries (#7996). | Toshi MARUYAMA | 2011-04-04 | 1 | -0/+7 |
* | Changed timelogs filters to use non-AJAX requests (#1965). | Jean-Philippe Lang | 2011-04-03 | 1 | -3/+4 |
* | Gantt routes with format. | Jean-Philippe Lang | 2011-04-01 | 1 | -1/+2 |
* | Converted issue filters to non-AJAX GET requests (#1965). | Jean-Philippe Lang | 2011-04-01 | 1 | -4/+10 |
* | Enable ability for administrators to delete users (#7296). | Jean-Philippe Lang | 2011-01-16 | 1 | -2/+1 |
* | Fixed: 'View difference' broken on wiki page history (#6747). | Jean-Philippe Lang | 2010-11-06 | 1 | -0/+1 |
* | Refactor: convert WikiController to a REST resource | Eric Davis | 2010-10-28 | 1 | -22/+15 |
* | Refactor: use :id instead of :page when linking to Wiki Pages | Eric Davis | 2010-10-27 | 1 | -9/+9 |
* | Refactor: convert WikiController#destroy to use HTTP DELETE | Eric Davis | 2010-10-26 | 1 | -1/+3 |
* | Refactor: Rename WikiController#page_index to #index | Eric Davis | 2010-10-25 | 1 | -1/+1 |
* | Fixed: file upload on wiki page broken by recent refactoring (#6724). | Jean-Philippe Lang | 2010-10-22 | 1 | -1/+1 |
* | Refactor: split WikiController#edit into #update | Eric Davis | 2010-10-22 | 1 | -1/+3 |
* | Refactor: rename WikiController#index to #show, it's a single resource action | Eric Davis | 2010-10-21 | 1 | -1/+1 |
* | Refactor: change :id on WikiController to use :project_id | Eric Davis | 2010-10-20 | 1 | -10/+10 |
* | 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/+2 |
* | Refactor: extract method in WikiController#special to create a new #export me... | Eric Davis | 2010-10-13 | 1 | -1/+2 |
* | Refactor: convert timelogs to a REST resource (:time_entries) | Eric Davis | 2010-10-12 | 1 | -32/+18 |
* | Refactor: extract TimelogController#edit to #update | Eric Davis | 2010-10-11 | 1 | -0/+1 |
* | Refactor: extract TimelogController#create from TimelogController#edit | Eric Davis | 2010-10-08 | 1 | -1/+2 |
* | Refactor: extract TimelogController#new from #edit | Eric Davis | 2010-10-07 | 1 | -3/+3 |