summaryrefslogtreecommitdiffstats
path: root/app/controllers/projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* gender neutral source comment at app/controllers/projects_controller.rbToshi MARUYAMA2013-07-061-1/+1
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-1/+1
* remove trailing tabs from app/controllers/projects_controller.rbToshi MARUYAMA2013-02-171-1/+1
* Test failure.Jean-Philippe Lang2013-01-201-3/+2
* Don't use && return.Jean-Philippe Lang2013-01-201-1/+2
* Adds pagination to users list when adding project or group members (#9549).Jean-Philippe Lang2013-01-181-0/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-12/+13
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-4/+4
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-4/+3
* Removed unused instance variable.Jean-Philippe Lang2012-12-021-3/+0
* Code cleanup.Jean-Philippe Lang2012-12-011-6/+3
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-141-2/+2
* Code cleanup.Jean-Philippe Lang2012-07-041-6/+2
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-251-1/+15
* Code cleanup.Jean-Philippe Lang2012-05-251-4/+4
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Use safe_attributes= just like in #create.Jean-Philippe Lang2012-03-061-1/+2
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-5/+0
* 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