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
/
unit
/
project_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed that time entries custom values are not deleted when deleting a project...
Jean-Philippe Lang
2013-12-18
1
-0
/
+9
*
Cleanup of finders with :conditions option.
Jean-Philippe Lang
2013-06-12
1
-6
/
+6
*
Possibility to define the default enable trackers when creating a project (#1...
Jean-Philippe Lang
2013-02-15
1
-2
/
+23
*
Fixed that project overview page shows trackers from subprojects with disable...
Jean-Philippe Lang
2013-02-09
1
-0
/
+13
*
Removed unused fixtures.
Jean-Philippe Lang
2013-02-03
1
-1
/
+0
*
Removing shoulda context.
Jean-Philippe Lang
2013-02-03
1
-401
/
+98
*
Removing shoulda context.
Jean-Philippe Lang
2013-02-03
1
-92
/
+87
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Replaces find(:first) calls.
Jean-Philippe Lang
2012-12-03
1
-4
/
+4
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-2
/
+2
*
Removed duplicated test.
Jean-Philippe Lang
2012-11-23
1
-17
/
+0
*
Fixed some more test/unit/*_test.rb breaking when run alone (#12285)
Jean-Baptiste Barth
2012-11-01
1
-0
/
+1
*
Makes Issue.generate_with_descendants! helper accept attributes only.
Jean-Philippe Lang
2012-10-12
1
-1
/
+1
*
Remove Issue.generate_for_project! test helper and use Issue.generate! instead.
Jean-Philippe Lang
2012-10-12
1
-24
/
+18
*
Missing fixtures.
Jean-Philippe Lang
2012-09-27
1
-3
/
+4
*
Fixed: Issues associated with a locked version are not copied when copying a ...
Jean-Philippe Lang
2012-09-09
1
-0
/
+21
*
Fixed that target version is lost on project copy for issues that are assigne...
Jean-Philippe Lang
2012-09-09
1
-0
/
+16
*
Adapt subtasks copy when copying a project (#6965).
Jean-Philippe Lang
2012-09-08
1
-0
/
+16
*
Fixed that open scope on Project#issues raises an error (#11545).
Jean-Philippe Lang
2012-08-13
1
-0
/
+4
*
Fixed that deleting a project with subtasks may fail (#11185).
Jean-Philippe Lang
2012-06-18
1
-0
/
+12
*
Fixed that project identifier can always be updated (#11028).
Jean-Philippe Lang
2012-05-25
1
-0
/
+14
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Removed object_daddy dependency.
Jean-Philippe Lang
2012-04-22
1
-9
/
+9
*
Removed shoulda assertions.
Jean-Philippe Lang
2012-03-04
1
-29
/
+0
*
Fixed potential test failure.
Jean-Philippe Lang
2012-02-28
1
-1
/
+1
*
Fixed potential test failure.
Jean-Philippe Lang
2012-02-28
1
-1
/
+1
*
Fixed: error when creating a project with a version format custom field (#102...
Jean-Philippe Lang
2012-02-13
1
-0
/
+7
*
Allow underscores in project identifiers (#1363).
Jean-Philippe Lang
2012-01-27
1
-0
/
+1
*
Copy attachments on issue and project copy (#3055).
Jean-Philippe Lang
2012-01-20
1
-0
/
+12
*
Makes assertion Rails3 compatible.
Jean-Philippe Lang
2011-12-26
1
-1
/
+5
*
Do assertions on collection, not on association.
Jean-Philippe Lang
2011-12-26
1
-2
/
+2
*
Missing fixtures.
Jean-Philippe Lang
2011-12-26
1
-1
/
+7
*
Make sure that tests restore the attachments path to the tmp dir so that fixt...
Jean-Philippe Lang
2011-12-16
1
-0
/
+1
*
Fixed: copied private queries not visible after project copy (#9520).
Jean-Philippe Lang
2011-11-11
1
-0
/
+1
*
Rails3: test: replace deprecated errors.on at test_validate_identifier of uni...
Toshi MARUYAMA
2011-10-07
1
-1
/
+1
*
Rails3: replace "all" fixtures at test/unit/project_test.rb
Toshi MARUYAMA
2011-09-24
1
-1
/
+12
*
remove trailing white-spaces from test/unit/project_test.rb.
Toshi MARUYAMA
2011-08-21
1
-85
/
+83
*
Added Project#enable_module! and Project#disable_module! (#7115)
Jean-Baptiste Barth
2011-06-19
1
-0
/
+48
*
Modules selection lost on project form after validation failure (#8012).
Jean-Philippe Lang
2011-03-30
1
-0
/
+8
*
Fixed: news comments not deleted when deleting a project (#7904).
Jean-Philippe Lang
2011-03-20
1
-1
/
+1
*
Fixed: children projects are deleted instead of being destroyed when destroyi...
Jean-Philippe Lang
2011-03-20
1
-2
/
+37
*
Additional roles of a user who belongs to a group are not always copied when ...
Jean-Philippe Lang
2011-01-02
1
-0
/
+16
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Select projects with issue_tracking module for gantt display and remove the n...
Jean-Philippe Lang
2010-12-07
1
-16
/
+0
*
Moves project attributes default assignments from ProjectsController#new to t...
Jean-Philippe Lang
2010-12-03
1
-0
/
+29
*
Allow non-unique names for projects (#630).
Jean-Philippe Lang
2010-11-11
1
-1
/
+0
*
Improved error message when trying to access an archived project (#2995).
Jean-Philippe Lang
2010-10-23
1
-0
/
+2
*
Change Project#notified_users to check for the 'all' notification option. #6541
Eric Davis
2010-10-10
1
-0
/
+50
*
Project tests updated.
Jean-Philippe Lang
2010-09-26
1
-0
/
+4
*
Rewrite the Gantt chart. #6276
Eric Davis
2010-09-10
1
-0
/
+118
[next]