summaryrefslogtreecommitdiffstats
path: root/app/controllers/projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed dead code.Jean-Philippe Lang2012-02-231-8/+1
* Resourcified repositories for CRUD operations to prepare for multiple SCM per...Jean-Philippe Lang2012-01-151-1/+0
* Fixed error on project creation due to unrecognized route.Jean-Philippe Lang2011-12-121-1/+1
* Changed ProjectsController#destroy to DELETE only.Jean-Philippe Lang2011-12-101-9/+6
* remove trailing white-spaces from app/controllers/projects_controller.rb.Toshi MARUYAMA2011-08-311-23/+23
* Adds a 'Create and continue' button on project form.Jean-Philippe Lang2011-07-211-1/+4
* Separation of RSS/API auth actions.Jean-Philippe Lang2011-07-091-1/+2
* Fixed: selected modules are not activated when copying a project (#8244).Jean-Philippe Lang2011-04-291-1/+0
* Skip a count(*) SQL query.Jean-Philippe Lang2011-04-021-1/+1
* Replaces TimeEntry.visible_by with a visible scope.Jean-Philippe Lang2011-03-161-5/+4
* Changes ProjectsController#modules param name and add tests.Jean-Philippe Lang2011-01-061-2/+3
* Verify HTTP method on ProjectsController#create.Jean-Philippe Lang2011-01-061-3/+3
* Moves enabled_module_names param to project attribute so that it can be set t...Jean-Philippe Lang2011-01-061-1/+0
* Fixed: should redirect to the new project when copying a project.Jean-Philippe Lang2011-01-021-2/+2
* Makes /projects API accept same pagination parameters as other API collection...Jean-Philippe Lang2010-12-231-1/+3
* Declare safe attributes for User and Projects models.Jean-Philippe Lang2010-12-121-3/+5
* Adds a pseudo format to api template names and overrides ActionController#def...Jean-Philippe Lang2010-12-041-3/+2
* Moves project attributes default assignments from ProjectsController#new to t...Jean-Philippe Lang2010-12-031-6/+1
* Converts ProjectsController to use the new API template system.Jean-Philippe Lang2010-12-031-8/+9
* 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
* Makes projects API return XML description when creating a project (#6874).Jean-Philippe Lang2010-11-131-1/+1
* Redirect to project settings after copying a project. #6443Eric Davis2010-09-261-2/+2
* Refactor: split method ProjectsController#edit to ProjectsController#update.Eric Davis2010-09-081-23/+25
* Refactor: rename method ProjectsController#add to ProjectsController#newEric Davis2010-09-071-6/+5
* Refactor: split ProjectsController#add into #add (GET) and #create (POST).Eric Davis2010-09-061-31/+37
* Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat...Eric Davis2010-09-031-8/+0
* Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...Eric Davis2010-09-021-13/+0
* Refactor: move method, ProjectsController#add_file to FilesController#new.Eric Davis2010-09-011-16/+0
* Refactor: move method, ProjectsController#list_files to FilesController#index.Eric Davis2010-08-311-14/+2
* Refactor: move method, ProjectsController#roadmap to VersionsController#index.Eric Davis2010-08-301-32/+0
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-271-47/+3
* Accept key authentication to ProjectsController#index (for feeds). #5317Eric Davis2010-06-191-1/+1
* Show subproject versions on the Roadmap.Eric Davis2010-05-271-1/+3
* Removes broken code in ProjectsController (#5412).Jean-Philippe Lang2010-04-301-1/+0
* Adds an option to enable/disable email notifications during a project copy (#...Jean-Philippe Lang2010-03-211-12/+14
* Adds missing flash messages on project settings (#5043).Jean-Philippe Lang2010-03-121-0/+3
* Fixed: NoMethodError error on roadmap if no trackers are selected and a share...Jean-Philippe Lang2010-03-081-1/+1
* Moves ProjectsController#add_issue_category to IssueCategoriesController#new.Jean-Philippe Lang2010-03-061-28/+0
* Moves ProjectsController#add_version to VersionsController#new.Jean-Philippe Lang2010-03-061-33/+0
* Refactor: Decouple failed attachments and the flash messagesEric Davis2010-03-031-1/+1
* Refactor: Moved ApplicationController#attach_files to the Attachment modelEric Davis2010-03-021-2/+4
* Fixed: roadmap show subprojects issues even if subprojects is unchecked (#4761).Jean-Philippe Lang2010-02-101-5/+1
* Refactor: Pull up several #find_project methods to ApplicationControllerEric Davis2010-02-051-9/+0
* XML REST API for Projects (#296).Jean-Philippe Lang2010-01-141-10/+46
* Do not display the copy form when project copy is created.Jean-Philippe Lang2009-12-261-1/+7
* Adds a 'Add subprojects' permission.Jean-Philippe Lang2009-12-241-3/+18
* Roadmap: sort issues by project and prepend project name if different (#4373).Jean-Philippe Lang2009-12-121-2/+2