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
/
test
/
functional
/
projects_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Use named routes in controllers.
Jean-Philippe Lang
2012-12-11
1
-1
/
+1
*
Functional tests cleanup.
Jean-Philippe Lang
2012-12-03
1
-7
/
+0
*
Code cleanup.
Jean-Philippe Lang
2012-12-01
1
-0
/
+6
*
Issues assigned to a locked/closed version are now copied (#11207).
Jean-Philippe Lang
2012-09-09
1
-3
/
+1
*
Upgrade to Rails 3.2.8 (#11758).
Jean-Philippe Lang
2012-09-02
1
-1
/
+1
*
fix confirmation page has broken HTML when a project folding sub project is d...
Toshi MARUYAMA
2012-07-26
1
-0
/
+4
*
Ability to close projects (read-only) (#3640).
Jean-Philippe Lang
2012-06-25
1
-0
/
+47
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Fixed that sidebar with hook content only should not be hidden.
Jean-Philippe Lang
2012-05-01
1
-19
/
+0
*
Rails 3.1 compatibility.
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
Removes all #verify calls in controllers. Verification is handled at routing ...
Jean-Philippe Lang
2012-03-03
1
-12
/
+0
*
Adds functional tests.
Jean-Philippe Lang
2012-02-23
1
-0
/
+16
*
Explicitly declare all routes and deactivate default route.
Etienne Massip
2011-12-10
1
-7
/
+0
*
Changed ProjectsController#destroy to DELETE only.
Jean-Philippe Lang
2011-12-10
1
-4
/
+4
*
Rails3: test: replace deprecated errors.on at "fail with unauthorized parent_...
Toshi MARUYAMA
2011-10-07
1
-1
/
+1
*
Rails3: test: replace deprecated errors.on at "fail without parent_id" of fun...
Toshi MARUYAMA
2011-10-07
1
-1
/
+1
*
Rails3: test: replace deprecated errors.on at "fail with parent_id" of functi...
Toshi MARUYAMA
2011-10-07
1
-1
/
+1
*
remove hard-coded '.rxml' from 'test_index_atom' at functional projects contr...
Toshi MARUYAMA
2011-10-04
1
-1
/
+1
*
remove trailing white-spaces from test/functional/projects_controller_test.rb.
Toshi MARUYAMA
2011-08-31
1
-1
/
+1
*
Adds a 'Create and continue' button on project form.
Jean-Philippe Lang
2011-07-21
1
-0
/
+7
*
remove trailing white-spaces from functional projects controller test.
Toshi MARUYAMA
2011-05-16
1
-62
/
+62
*
Fixed: selected modules are not activated when copying a project (#8244).
Jean-Philippe Lang
2011-04-29
1
-3
/
+8
*
fix functional projects controller test fails in Ruby 1.8.6.
Toshi MARUYAMA
2011-04-16
1
-1
/
+2
*
Adds functional test for project copy.
Jean-Philippe Lang
2011-04-07
1
-9
/
+27
*
Removed calls to deprecated Project.visible_by method.
Jean-Philippe Lang
2011-04-05
1
-1
/
+1
*
Modules selection lost on project form after validation failure (#8012).
Jean-Philippe Lang
2011-03-30
1
-0
/
+16
*
Changes ProjectsController#modules param name and add tests.
Jean-Philippe Lang
2011-01-06
1
-9
/
+19
*
Verify HTTP method on ProjectsController#create.
Jean-Philippe Lang
2011-01-06
1
-0
/
+11
*
Moves enabled_module_names param to project attribute so that it can be set t...
Jean-Philippe Lang
2011-01-06
1
-2
/
+8
*
Fixed: should redirect to the new project when copying a project.
Jean-Philippe Lang
2011-01-02
1
-1
/
+1
*
Fixed: r4492 breaks the ability to select issue custom fields available for p...
Jean-Philippe Lang
2010-12-17
1
-1
/
+4
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Declare safe attributes for User and Projects models.
Jean-Philippe Lang
2010-12-12
1
-6
/
+14
*
Adds leading slash to all assert_redirected_to arguments (#6887).
Jean-Philippe Lang
2010-11-14
1
-5
/
+5
*
Adds a "visible" option on User and Project custom fields (#1738).
Jean-Philippe Lang
2010-11-07
1
-0
/
+12
*
Improved error message when trying to access an archived project (#2995).
Jean-Philippe Lang
2010-10-23
1
-0
/
+10
*
Redirect to project settings after copying a project. #6443
Eric Davis
2010-09-26
1
-0
/
+11
*
Refactor: split method ProjectsController#edit to ProjectsController#update.
Eric Davis
2010-09-08
1
-2
/
+2
*
Refactor: rename method ProjectsController#add to ProjectsController#new
Eric Davis
2010-09-07
1
-7
/
+7
*
Refactor: split ProjectsController#add into #add (GET) and #create (POST).
Eric Davis
2010-09-06
1
-30
/
+55
*
Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat...
Eric Davis
2010-09-03
1
-46
/
+0
*
Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...
Eric Davis
2010-09-02
1
-132
/
+0
*
Refactor: move method, ProjectsController#add_file to FilesController#new.
Eric Davis
2010-09-01
1
-36
/
+0
*
Refactor: move method, ProjectsController#list_files to FilesController#index.
Eric Davis
2010-08-31
1
-15
/
+0
*
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
-81
/
+0
*
Add a link to the cross project time entries page to /projects. #4935
Eric Davis
2010-06-20
1
-0
/
+27
*
Show subproject versions on the Roadmap.
Eric Davis
2010-05-27
1
-2
/
+4
*
Fixes URLs in atom feeds broken by r3681 (#5403).
Jean-Philippe Lang
2010-04-30
1
-0
/
+3
[next]