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
/
models
/
issue.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Adds support for multiselect custom fields (#1189).
Jean-Philippe Lang
2012-01-29
1
-6
/
+27
*
Makes all workflow transitions defined for all roles available to administrat...
Jean-Philippe Lang
2012-01-26
1
-1
/
+1
*
Notify previous assignee when assignee changes (#2694).
Jean-Philippe Lang
2012-01-23
1
-7
/
+15
*
Adds an option of the copy form to enable/disable attachments copy (#3055).
Jean-Philippe Lang
2012-01-20
1
-3
/
+5
*
Copy attachments on issue and project copy (#3055).
Jean-Philippe Lang
2012-01-20
1
-0
/
+3
*
Initialize watcher_user_ids for new records to prevent useless queries on eac...
Jean-Philippe Lang
2012-01-08
1
-0
/
+1
*
Check project assignment on issue copy/move.
Jean-Philippe Lang
2012-01-08
1
-4
/
+14
*
Use the regular issue form to copy a single issue.
Jean-Philippe Lang
2012-01-08
1
-1
/
+10
*
Deprecated Issue#move_to_project.
Jean-Philippe Lang
2012-01-07
1
-1
/
+10
*
Check permission before retrieving projects.
Jean-Philippe Lang
2012-01-07
1
-2
/
+4
*
Allows project to be changed from the regular issue update action (#4769, #98...
Jean-Philippe Lang
2012-01-07
1
-10
/
+36
*
Code cleanup.
Jean-Philippe Lang
2012-01-06
1
-13
/
+2
*
Code cleanup.
Jean-Philippe Lang
2012-01-06
1
-27
/
+33
*
Code cleanup.
Jean-Philippe Lang
2012-01-06
1
-13
/
+2
*
Extracted some code from #move_to_project to a callback.
Jean-Philippe Lang
2012-01-06
1
-29
/
+47
*
Use :joins instead of :include in calculations.
Jean-Philippe Lang
2011-12-26
1
-2
/
+2
*
Code cleanup.
Jean-Philippe Lang
2011-12-24
1
-4
/
+5
*
Dup attributes instead of issue object.
Jean-Philippe Lang
2011-12-24
1
-5
/
+4
*
Removed unused scope.
Jean-Philippe Lang
2011-12-18
1
-6
/
+0
*
Removed unused scope.
Jean-Philippe Lang
2011-12-18
1
-6
/
+0
*
Use scoped method instead of merge_conditions.
Jean-Philippe Lang
2011-12-18
1
-6
/
+6
*
Removed after_initialize methods.
Jean-Philippe Lang
2011-12-18
1
-1
/
+2
*
Use open scope in version issues count methods.
Jean-Philippe Lang
2011-12-18
1
-1
/
+4
*
Rails3.1 compatibility
Jean-Philippe Lang
2011-12-18
1
-1
/
+2
*
Display issue form fields according to permissions.
Jean-Philippe Lang
2011-12-15
1
-0
/
+1
*
Save an @Issue#save@.
Etienne Massip
2011-12-14
1
-8
/
+12
*
Code cleanup.
Jean-Philippe Lang
2011-12-13
1
-7
/
+6
*
Use safe_attributes for issue watchers assignment.
Jean-Philippe Lang
2011-12-13
1
-1
/
+5
*
Makes project and tracker assigned first in #attributes=
Jean-Philippe Lang
2011-12-08
1
-7
/
+11
*
Makes spent time column available on the issue list (#971).
Jean-Philippe Lang
2011-12-04
1
-2
/
+17
*
Use user's time zone when logging time while editing ticket (#9619).
Jean-Philippe Lang
2011-11-24
1
-1
/
+1
*
Fixed: User with groups may not see issues assigned to him or to its groups (...
Jean-Philippe Lang
2011-11-11
1
-2
/
+2
*
Rails3: model: replace deprecated errors.add_to_base at validate_issue of Issue
Toshi MARUYAMA
2011-10-06
1
-1
/
+1
*
Rails3: model: replace deprecated errors.add_to_base at save_issue_with_child...
Toshi MARUYAMA
2011-10-06
1
-1
/
+1
*
Rails3: model: replace deprecated 'validate' method at Issue model
Toshi MARUYAMA
2011-09-21
1
-1
/
+2
*
remove trailing white-spaces except SQL from app/models/issue.rb.
Toshi MARUYAMA
2011-08-21
1
-4
/
+4
*
Ability to load relations on /issues API (#7366).
Jean-Philippe Lang
2011-07-24
1
-1
/
+11
*
Fixed: MailHandler does not include JournalDetail for attached files (#7966).
Jean-Philippe Lang
2011-07-24
1
-3
/
+8
*
Assignee is removed on issue update if assignee account is locked (#8884).
Jean-Philippe Lang
2011-07-23
1
-0
/
+1
*
Ability to assign issues to groups (#2964).
Jean-Philippe Lang
2011-07-23
1
-6
/
+14
*
Adds REST API for issue relations (#7366).
Jean-Philippe Lang
2011-07-04
1
-0
/
+5
*
Normalize issue description EOLs do prevent false journal details (#8712).
Jean-Philippe Lang
2011-07-02
1
-0
/
+7
*
Do not journalize blank description changes (#8712).
Jean-Philippe Lang
2011-07-02
1
-1
/
+4
*
remove trailing white-spaces excluding SQL from issue model source.
Toshi MARUYAMA
2011-05-17
1
-77
/
+77
*
Fixed: notes are lost when copying issue(s) (#6901, #8239).
Jean-Philippe Lang
2011-04-29
1
-1
/
+7
*
Fixed: copying an issue keeps the author of the original issue (#6901).
Jean-Philippe Lang
2011-04-29
1
-0
/
+1
*
Private issues (#7414).
Jean-Philippe Lang
2011-04-15
1
-2
/
+13
*
Adds an issues visibility level on roles (#7412).
Jean-Philippe Lang
2011-04-11
1
-2
/
+20
*
Adds visibility condition to Issue.by_* count methods.
Jean-Philippe Lang
2011-04-08
1
-13
/
+14
*
Makes visible scopes accept projects option and deprecate Project.visible_by.
Jean-Philippe Lang
2011-04-05
1
-1
/
+1
[prev]
[next]