summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Make sure there's no nil result in auto_complete.Jean-Philippe Lang2010-12-121-0/+1
* Autocomplete issue relations on subject (#3170).Jean-Philippe Lang2010-12-121-2/+3
* Fixes password sending when creating user.Jean-Philippe Lang2010-12-121-1/+1
* Extracts user groups assignment from controller.Jean-Philippe Lang2010-12-121-1/+0
* Code cleanup.Jean-Philippe Lang2010-12-122-7/+1
* Moves mail_notification param to user hash param so that it can be set using ...Jean-Philippe Lang2010-12-122-14/+5
* Moves password param to user hash param so that it can be set using the User ...Jean-Philippe Lang2010-12-121-5/+9
* Declare safe attributes for User and Projects models.Jean-Philippe Lang2010-12-123-6/+9
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-113-13/+40
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-045-14/+31
* Fixes test failure in r4461.Jean-Philippe Lang2010-12-041-1/+1
* Adds REST API for TimeEntries (#6823).Jean-Philippe Lang2010-12-041-17/+65
* Moves project attributes default assignments from ProjectsController#new to t...Jean-Philippe Lang2010-12-031-6/+1
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-031-18/+9
* Converts ProjectsController to use the new API template system.Jean-Philippe Lang2010-12-031-8/+9
* Adds a reusable method to render API response on validation failure.Jean-Philippe Lang2010-12-032-5/+15
* Dry Users API responders.Jean-Philippe Lang2010-12-031-8/+4
* Adds xml/json REST API for Users (#6260).Jean-Philippe Lang2010-12-031-1/+14
* Adds a builder-like template system for rendering xml and json API responses.Jean-Philippe Lang2010-12-031-1/+1
* Add responders to UsersController.Jean-Philippe Lang2010-12-031-11/+30
* Accept key auth for ProjectsController#show (#6841).Jean-Philippe Lang2010-11-271-1/+1
* Accept key auth for ProjectsController#destroy (#6841).Jean-Philippe Lang2010-11-271-1/+1
* Accept key auth for ProjectsController#update (#6841).Jean-Philippe Lang2010-11-271-1/+1
* Accept key auth for ProjectsController#create (#6841).Jean-Philippe Lang2010-11-271-1/+1
* Reload themes so that new themes can be used without restarting Redmine (#5712).Jean-Philippe Lang2010-11-271-0/+2
* Fixed: Missing template wiki/update.erb error introduced in r4272 (#6987).Jean-Philippe Lang2010-11-271-0/+2
* Initialize TimeEntry attributes with params when editing an issue (#5441).Jean-Philippe Lang2010-11-171-0/+1
* Prevents NoMethodError when requesting /time_entries/edit without an id (#6904).Jean-Philippe Lang2010-11-161-9/+15
* Makes projects API return XML description when creating a project (#6874).Jean-Philippe Lang2010-11-131-1/+1
* Moved some permission checks for issue update from controller to model.Jean-Philippe Lang2010-11-111-13/+2
* Reverted r4381.Jean-Philippe Lang2010-11-072-2/+2
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-071-1/+0
* Removed gantt and calendar menu items that do not fit into the core project m...Jean-Philippe Lang2010-11-072-2/+2
* Fixed: start date being filled with current date even when blank value is sub...Jean-Philippe Lang2010-11-061-1/+1
* Allow key authentication when deleting issues (with tests) #6447Eric Davis2010-11-051-1/+1
* Allow key authentication when updating issues (with tests) #6447Eric Davis2010-11-051-1/+1
* Allow key authentication when creating issues (with tests) #6447Eric Davis2010-11-051-1/+1
* Fixed: "Template is missing" error when validation fails on version edit (#67...Jean-Philippe Lang2010-11-011-0/+4
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-281-2/+2
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-271-11/+11
* Refactor: convert WikiController#destroy to use HTTP DELETEEric Davis2010-10-261-2/+3
* Allow adding notes when moving issuesEric Davis2010-10-251-0/+3
* Allow changing the Priority when moving issues.Eric Davis2010-10-251-1/+1
* Refactor: Rename WikiController#page_index to #indexEric Davis2010-10-251-5/+20
* Refactor: merged error rendering methods.Jean-Philippe Lang2010-10-231-25/+17
* Improved error message when trying to access an archived project (#2995).Jean-Philippe Lang2010-10-231-2/+12
* Refactor: split WikiController#edit into #updateEric Davis2010-10-221-23/+37
* Refactor: rename WikiController#index to #show, it's a single resource actionEric Davis2010-10-211-9/+9
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-201-7/+7
* Refactor: remove WikiController#specialEric Davis2010-10-191-15/+0