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
*
Prevent parent issue from being closed if a child issue is open (#10989).
Jean-Philippe Lang
2016-12-21
1
-0
/
+18
*
Show an error message when changing an issue's project fails due to errors in...
Jean-Philippe Lang
2016-12-18
1
-0
/
+12
*
Use assert_nil instead of assert_equal.
Jean-Philippe Lang
2016-12-11
1
-2
/
+2
*
Enforce issue assignee validation (#23921).
Jean-Philippe Lang
2016-12-10
1
-71
/
+57
*
Edit/delete links displayed on issue even if project is closed (#23969).
Jean-Philippe Lang
2016-10-02
1
-0
/
+16
*
closed_on field of copied issue is always set to source issue's value (#23764).
Jean-Philippe Lang
2016-10-01
1
-1
/
+11
*
Journalize values that are cleared after project or tracker change (#21623).
Jean-Philippe Lang
2016-09-03
1
-2
/
+20
*
When copying an issue, all statuses for new issue should be available (#14696).
Jean-Philippe Lang
2016-09-03
1
-5
/
+6
*
Fixed that restricted custom permissions on for non member/anonymous does not...
Jean-Philippe Lang
2016-08-30
1
-0
/
+22
*
Use #update! instead of #update_attribute.
Jean-Philippe Lang
2016-07-16
1
-27
/
+27
*
Assignable users should not include users that cannot view the tracker (#23172).
Jean-Philippe Lang
2016-06-28
1
-0
/
+13
*
Adds issue visibility by role/tracker (#285).
Jean-Philippe Lang
2016-06-05
1
-0
/
+63
*
Limit trackers for new issue to certain roles (#7839).
Jean-Philippe Lang
2016-06-05
1
-0
/
+85
*
Adds Issue#allowed_target_trackers (#7839).
Jean-Philippe Lang
2016-05-30
1
-2
/
+3
*
Replace Date.today with User.current.today (#22320).
Jean-Philippe Lang
2016-05-07
1
-0
/
+26
*
Notify the user of missing attachments (#22401).
Jean-Philippe Lang
2016-05-07
1
-0
/
+11
*
"I don't want to be notified of changes that I make myself" as Default for al...
Jean-Philippe Lang
2016-04-03
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Verify assigned_to_id when assigning safe_attributes (#22127).
Jean-Philippe Lang
2016-03-12
1
-0
/
+34
*
Private notes get copied without private flag to Duplicate issues (#22072).
Jean-Philippe Lang
2016-03-12
1
-0
/
+18
*
After copying a task, setting the parent as the orignal task's parent trigger...
Jean-Philippe Lang
2016-01-10
1
-0
/
+17
*
Can't set parent issue when issue relations among child issues are present (#...
Jean-Philippe Lang
2016-01-10
1
-191
/
+89
*
Don't include locked user in assignable users (#21477).
Jean-Philippe Lang
2015-12-12
1
-0
/
+8
*
Adds a test for #21477.
Jean-Philippe Lang
2015-12-12
1
-0
/
+6
*
Default target version for new issues (#1828).
Jean-Philippe Lang
2015-11-01
1
-0
/
+8
*
Don't require category or target version when they are not available (#20583).
Jean-Philippe Lang
2015-10-24
1
-0
/
+24
*
Adds a scope to get issues assigned to a user.
Jean-Philippe Lang
2015-10-21
1
-0
/
+16
*
Don't propose projects without trackers when editing an issue (#20463).
Jean-Philippe Lang
2015-09-20
1
-0
/
+6
*
Fixed that members without view issues permission are able to list issues on ...
Jean-Philippe Lang
2015-07-25
1
-0
/
+9
*
Fixed that issue validation fails if % done field is deactivated (#19731).
Jean-Philippe Lang
2015-05-09
1
-0
/
+9
*
When changing tracker, clear the attributes that are disabled for the new tra...
Jean-Philippe Lang
2015-04-14
1
-0
/
+32
*
Fixed workflow rules when user has duplicated role by inheritance (#19569).
Jean-Philippe Lang
2015-04-14
1
-0
/
+21
*
Fixed that custom fields with hidden/read-only combination may be displayed o...
Jean-Philippe Lang
2015-03-20
1
-1
/
+18
*
Missing notification if previous assignee was a group (#19197).
Jean-Philippe Lang
2015-03-07
1
-0
/
+8
*
Don't validate custom fields that are not editable (#19193).
Jean-Philippe Lang
2015-03-01
1
-0
/
+23
*
Changed assertion to see what issues contains (#19106).
Jean-Philippe Lang
2015-02-14
1
-2
/
+2
*
Removed :move_issues permission (#18855).
Jean-Philippe Lang
2015-02-08
1
-4
/
+4
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Replaced "can't" with "cannot" in error messages.
Jean-Philippe Lang
2014-12-21
1
-5
/
+5
*
Removed that quote in a fixture subject.
Jean-Philippe Lang
2014-12-20
1
-1
/
+1
*
Set locale for error messages.
Jean-Philippe Lang
2014-12-20
1
-0
/
+4
*
Don't consider roles without issue add/edit permissions for determining field...
Jean-Philippe Lang
2014-12-13
1
-0
/
+23
*
Try to find out what causes a ruby bus error with ruby2.x on the CI server.
Jean-Philippe Lang
2014-12-13
1
-2
/
+2
*
Set notified events as expected.
Jean-Philippe Lang
2014-11-30
1
-5
/
+7
*
Fixed that a disabled field which is required by workflow rules blocks issue ...
Jean-Philippe Lang
2014-11-04
1
-0
/
+20
*
Default status per tracker (#5991).
Jean-Philippe Lang
2014-11-02
1
-5
/
+67
*
Code cleanup.
Jean-Philippe Lang
2014-10-25
1
-0
/
+75
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-22
/
+31
*
Adds buit-in groups to give specific permissions to anonymous and non members...
Jean-Philippe Lang
2014-09-28
1
-0
/
+31
[next]