index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
controllers
/
projects_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed dead code.
Jean-Philippe Lang
2012-02-23
1
-8
/
+1
*
Resourcified repositories for CRUD operations to prepare for multiple SCM per...
Jean-Philippe Lang
2012-01-15
1
-1
/
+0
*
Fixed error on project creation due to unrecognized route.
Jean-Philippe Lang
2011-12-12
1
-1
/
+1
*
Changed ProjectsController#destroy to DELETE only.
Jean-Philippe Lang
2011-12-10
1
-9
/
+6
*
remove trailing white-spaces from app/controllers/projects_controller.rb.
Toshi MARUYAMA
2011-08-31
1
-23
/
+23
*
Adds a 'Create and continue' button on project form.
Jean-Philippe Lang
2011-07-21
1
-1
/
+4
*
Separation of RSS/API auth actions.
Jean-Philippe Lang
2011-07-09
1
-1
/
+2
*
Fixed: selected modules are not activated when copying a project (#8244).
Jean-Philippe Lang
2011-04-29
1
-1
/
+0
*
Skip a count(*) SQL query.
Jean-Philippe Lang
2011-04-02
1
-1
/
+1
*
Replaces TimeEntry.visible_by with a visible scope.
Jean-Philippe Lang
2011-03-16
1
-5
/
+4
*
Changes ProjectsController#modules param name and add tests.
Jean-Philippe Lang
2011-01-06
1
-2
/
+3
*
Verify HTTP method on ProjectsController#create.
Jean-Philippe Lang
2011-01-06
1
-3
/
+3
*
Moves enabled_module_names param to project attribute so that it can be set t...
Jean-Philippe Lang
2011-01-06
1
-1
/
+0
*
Fixed: should redirect to the new project when copying a project.
Jean-Philippe Lang
2011-01-02
1
-2
/
+2
*
Makes /projects API accept same pagination parameters as other API collection...
Jean-Philippe Lang
2010-12-23
1
-1
/
+3
*
Declare safe attributes for User and Projects models.
Jean-Philippe Lang
2010-12-12
1
-3
/
+5
*
Adds a pseudo format to api template names and overrides ActionController#def...
Jean-Philippe Lang
2010-12-04
1
-3
/
+2
*
Moves project attributes default assignments from ProjectsController#new to t...
Jean-Philippe Lang
2010-12-03
1
-6
/
+1
*
Converts ProjectsController to use the new API template system.
Jean-Philippe Lang
2010-12-03
1
-8
/
+9
*
Accept key auth for ProjectsController#show (#6841).
Jean-Philippe Lang
2010-11-27
1
-1
/
+1
*
Accept key auth for ProjectsController#destroy (#6841).
Jean-Philippe Lang
2010-11-27
1
-1
/
+1
*
Accept key auth for ProjectsController#update (#6841).
Jean-Philippe Lang
2010-11-27
1
-1
/
+1
*
Accept key auth for ProjectsController#create (#6841).
Jean-Philippe Lang
2010-11-27
1
-1
/
+1
*
Makes projects API return XML description when creating a project (#6874).
Jean-Philippe Lang
2010-11-13
1
-1
/
+1
*
Redirect to project settings after copying a project. #6443
Eric Davis
2010-09-26
1
-2
/
+2
*
Refactor: split method ProjectsController#edit to ProjectsController#update.
Eric Davis
2010-09-08
1
-23
/
+25
*
Refactor: rename method ProjectsController#add to ProjectsController#new
Eric Davis
2010-09-07
1
-6
/
+5
*
Refactor: split ProjectsController#add into #add (GET) and #create (POST).
Eric Davis
2010-09-06
1
-31
/
+37
*
Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat...
Eric Davis
2010-09-03
1
-8
/
+0
*
Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...
Eric Davis
2010-09-02
1
-13
/
+0
*
Refactor: move method, ProjectsController#add_file to FilesController#new.
Eric Davis
2010-09-01
1
-16
/
+0
*
Refactor: move method, ProjectsController#list_files to FilesController#index.
Eric Davis
2010-08-31
1
-14
/
+2
*
Refactor: move method, ProjectsController#roadmap to VersionsController#index.
Eric Davis
2010-08-30
1
-32
/
+0
*
Refactor: extract ProjectsController#activity to a new Activities controller.
Eric Davis
2010-08-27
1
-47
/
+3
*
Accept key authentication to ProjectsController#index (for feeds). #5317
Eric Davis
2010-06-19
1
-1
/
+1
*
Show subproject versions on the Roadmap.
Eric Davis
2010-05-27
1
-1
/
+3
*
Removes broken code in ProjectsController (#5412).
Jean-Philippe Lang
2010-04-30
1
-1
/
+0
*
Adds an option to enable/disable email notifications during a project copy (#...
Jean-Philippe Lang
2010-03-21
1
-12
/
+14
*
Adds missing flash messages on project settings (#5043).
Jean-Philippe Lang
2010-03-12
1
-0
/
+3
*
Fixed: NoMethodError error on roadmap if no trackers are selected and a share...
Jean-Philippe Lang
2010-03-08
1
-1
/
+1
*
Moves ProjectsController#add_issue_category to IssueCategoriesController#new.
Jean-Philippe Lang
2010-03-06
1
-28
/
+0
*
Moves ProjectsController#add_version to VersionsController#new.
Jean-Philippe Lang
2010-03-06
1
-33
/
+0
*
Refactor: Decouple failed attachments and the flash messages
Eric Davis
2010-03-03
1
-1
/
+1
*
Refactor: Moved ApplicationController#attach_files to the Attachment model
Eric Davis
2010-03-02
1
-2
/
+4
*
Fixed: roadmap show subprojects issues even if subprojects is unchecked (#4761).
Jean-Philippe Lang
2010-02-10
1
-5
/
+1
*
Refactor: Pull up several #find_project methods to ApplicationController
Eric Davis
2010-02-05
1
-9
/
+0
*
XML REST API for Projects (#296).
Jean-Philippe Lang
2010-01-14
1
-10
/
+46
*
Do not display the copy form when project copy is created.
Jean-Philippe Lang
2009-12-26
1
-1
/
+7
*
Adds a 'Add subprojects' permission.
Jean-Philippe Lang
2009-12-24
1
-3
/
+18
*
Roadmap: sort issues by project and prepend project name if different (#4373).
Jean-Philippe Lang
2009-12-12
1
-2
/
+2
[next]