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
/
issue_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove trailing white-spaces from test/unit/issue_test.rb.
Toshi MARUYAMA
2011-08-29
1
-11
/
+11
*
Assignee is removed on issue update if assignee account is locked (#8884).
Jean-Philippe Lang
2011-07-23
1
-0
/
+9
*
Ability to assign issues to groups (#2964).
Jean-Philippe Lang
2011-07-23
1
-0
/
+41
*
Fixes assertions (#8836).
Jean-Philippe Lang
2011-07-20
1
-2
/
+2
*
Normalize issue description EOLs do prevent false journal details (#8712).
Jean-Philippe Lang
2011-07-02
1
-1
/
+6
*
Do not journalize blank description changes (#8712).
Jean-Philippe Lang
2011-07-02
1
-0
/
+16
*
remove trailing white-spaces and empty lines from unit issue test.
Toshi MARUYAMA
2011-05-17
1
-112
/
+109
*
Fixed: notes are lost when copying issue(s) (#6901, #8239).
Jean-Philippe Lang
2011-04-29
1
-0
/
+18
*
Fixed: copying an issue keeps the author of the original issue (#6901).
Jean-Philippe Lang
2011-04-29
1
-0
/
+7
*
Private issues (#7414).
Jean-Philippe Lang
2011-04-15
1
-2
/
+7
*
Fixed: ambiguous lft column SQL error on Issue#descendants with a join on pro...
Jean-Philippe Lang
2011-04-12
1
-0
/
+4
*
Adds an issues visibility level on roles (#7412).
Jean-Philippe Lang
2011-04-11
1
-3
/
+45
*
Adds visibility condition to Issue.by_* count methods.
Jean-Philippe Lang
2011-04-08
1
-2
/
+10
*
Makes visible scopes accept projects option and deprecate Project.visible_by.
Jean-Philippe Lang
2011-04-05
1
-0
/
+16
*
Prevent SystemStackError on Issue#all_dependent_issues with mutiple circular ...
Jean-Philippe Lang
2011-03-13
1
-0
/
+12
*
Fixes a failing test.
Jean-Philippe Lang
2011-02-27
1
-0
/
+2
*
Keep track of issue description changes (#746).
Jean-Philippe Lang
2011-02-27
1
-2
/
+23
*
Allow additional workflow transitions for issue author and assignee (#2732).
Jean-Philippe Lang
2011-02-20
1
-0
/
+27
*
Prevent SystemStackError on Issue#all_dependent_issues with circular dependen...
Jean-Philippe Lang
2011-01-15
1
-0
/
+19
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Fixes a NoMethodError in tests with ruby 1.8.6.
Jean-Philippe Lang
2010-11-14
1
-1
/
+1
*
Fixed: precedes/follows relations no longer update start/due dates (#5803).
Jean-Philippe Lang
2010-10-19
1
-0
/
+11
*
Don't duplicate users in Issue#assignable_users. From r4240
Eric Davis
2010-10-07
1
-0
/
+9
*
Allow assigning issues back to the author. #4199
Eric Davis
2010-10-07
1
-3
/
+13
*
Added User#notify_about? to check when a user should be notified about an event
Eric Davis
2010-09-28
1
-1
/
+22
*
Added tests for Issue#recipients
Eric Davis
2010-09-28
1
-1
/
+25
*
Fixes reverting an issue to a status with a done_ratio of 0%. #5170
Eric Davis
2010-09-26
1
-3
/
+15
*
Rewrite the Gantt chart. #6276
Eric Davis
2010-09-10
1
-0
/
+22
*
Fixes behaviour of move_issues permission for non member role (#5309).
Jean-Philippe Lang
2010-04-18
1
-0
/
+17
*
Adds subtasking (#443) including:
Jean-Philippe Lang
2010-03-13
1
-15
/
+16
*
Fixed: error while moving an issue to a project with disabled tracker with SQ...
Jean-Philippe Lang
2010-03-12
1
-0
/
+10
*
Adds named scopes to replace custom finders.
Eric Davis
2010-03-10
1
-0
/
+20
*
Fixes a test failure due to a default custom field value.
Jean-Philippe Lang
2010-02-28
1
-4
/
+2
*
Adds missing fixtures.
Jean-Philippe Lang
2010-02-28
1
-0
/
+1
*
Fixed: journal details duplicated when an issue is saved twice (#3690).
Jean-Philippe Lang
2010-02-28
1
-0
/
+26
*
Added tests for Issue#by_X finders
Eric Davis
2010-02-04
1
-0
/
+42
*
Fixes a test failure.
Jean-Philippe Lang
2009-12-21
1
-1
/
+1
*
Adds a Setting to control how an Issue's done_ratio is calculated:
Eric Davis
2009-12-11
1
-0
/
+60
*
Fixes tracker_id and custom_field_values assignment order for issues (#4353).
Jean-Philippe Lang
2009-12-09
1
-0
/
+17
*
Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...
Jean-Philippe Lang
2009-12-06
1
-0
/
+40
*
Enhanced the Issue Bulk Copy feature:
Eric Davis
2009-12-04
1
-0
/
+32
*
Do not notify users that are no longer allowed to view an issue (#3589, #4263).
Jean-Philippe Lang
2009-12-03
1
-0
/
+17
*
Enable tracker update on issue edit form (#2405).
Jean-Philippe Lang
2009-11-29
1
-0
/
+23
*
Copy issue status on project copy (#3877).
Jean-Philippe Lang
2009-11-16
1
-0
/
+10
*
Add view_issues permission (#3187).
Jean-Philippe Lang
2009-11-14
1
-1
/
+42
*
Adds version status to limit issue assignments (#1245).
Jean-Philippe Lang
2009-11-08
1
-0
/
+51
*
Upgraded to Rails 2.3.4 (#3597)
Eric Davis
2009-09-13
1
-1
/
+1
*
Actually block issues from closing when a blocking issue isn't closed (#1740).
Jean-Philippe Lang
2009-07-04
1
-1
/
+27
*
Changed Enumerations to use a Single Table Inheritance
Eric Davis
2009-05-30
1
-6
/
+6
*
Allows multiple roles on the same project (#706). Prerequisite for user group...
Jean-Philippe Lang
2009-05-10
1
-1
/
+5
[next]