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
*
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
*
Save queries.
Jean-Philippe Lang
2011-03-28
1
-1
/
+1
*
Adds css classes to parent/child issues (#7986).
Jean-Philippe Lang
2011-03-25
1
-0
/
+2
*
Adds Issue#visible_condition to build issue visibility statement.
Jean-Philippe Lang
2011-03-15
1
-1
/
+6
*
Check for a valid time entry if comments have been entered when updating an i...
Jean-Philippe Lang
2011-03-13
1
-1
/
+1
*
Prevent SystemStackError on Issue#all_dependent_issues with mutiple circular ...
Jean-Philippe Lang
2011-03-13
1
-3
/
+3
*
Code cleanup.
Jean-Philippe Lang
2011-03-10
1
-5
/
+0
*
Keep track of issue description changes (#746).
Jean-Philippe Lang
2011-02-27
1
-3
/
+3
*
Allow additional workflow transitions for issue author and assignee (#2732).
Jean-Philippe Lang
2011-02-20
1
-1
/
+6
*
Fixed: subtasks are deleted (not destroyed) when destroying parent issue (#73...
Jean-Philippe Lang
2011-01-22
1
-10
/
+1
*
Prevent SystemStackError on Issue#all_dependent_issues with circular dependen...
Jean-Philippe Lang
2011-01-15
1
-3
/
+6
*
Makes issue safe_attributes extensible (#6000).
Jean-Philippe Lang
2010-12-12
1
-32
/
+27
*
Support for updating custom fields using the received custom_fields array (#6...
Jean-Philippe Lang
2010-12-10
1
-0
/
+1
*
Fixed: gantt displays issues by date of creation.
Jean-Philippe Lang
2010-11-21
1
-2
/
+1
*
Fixed: submitting a non numerical parent task input creates a 500 error (#6932).
Jean-Philippe Lang
2010-11-20
1
-1
/
+1
*
Makes MailHandler accept all issue attributes and custom fields that can be s...
Jean-Philippe Lang
2010-11-12
1
-4
/
+7
*
Moved some permission checks for issue update from controller to model.
Jean-Philippe Lang
2010-11-11
1
-3
/
+21
*
Fixed: precedes/follows relations no longer update start/due dates (#5803).
Jean-Philippe Lang
2010-10-19
1
-2
/
+2
*
Don't duplicate users in Issue#assignable_users. From r4240
Eric Davis
2010-10-07
1
-1
/
+1
*
Allow assigning issues back to the author. #4199
Eric Davis
2010-10-07
1
-1
/
+3
*
Added User#notify_about? to check when a user should be notified about an event
Eric Davis
2010-09-28
1
-3
/
+4
*
Fixes reverting an issue to a status with a done_ratio of 0%. #5170
Eric Davis
2010-09-26
1
-3
/
+3
*
Updated issue delete confirmation when it has child issues. #6191
Eric Davis
2010-09-20
1
-0
/
+5
*
Fixed non standard SQL syntax. #6413
Jean-Baptiste Barth
2010-09-16
1
-1
/
+1
*
Rewrite the Gantt chart. #6276
Eric Davis
2010-09-10
1
-1
/
+26
*
Recalculate inherited attributes on parents when a child is moved under a new...
Eric Davis
2010-06-30
1
-1
/
+8
*
Only copy visible issues.
Eric Davis
2010-04-29
1
-1
/
+1
*
Fixes behaviour of move_issues permission for non member role (#5309).
Jean-Philippe Lang
2010-04-18
1
-0
/
+16
*
Fixes Issue#save_issue_with_child_records so that time entry do not get saved...
Jean-Philippe Lang
2010-04-11
1
-27
/
+28
*
Fixed: issue optimistic locking broken by r3308 (#5280).
Jean-Philippe Lang
2010-04-11
1
-6
/
+14
*
Cleans up status assignment in IssuesController#new handled by Issue#safe_att...
Jean-Philippe Lang
2010-03-20
1
-0
/
+5
*
Makes subtasks rescheduled when a 'precedes' relation is set on a parent task.
Jean-Philippe Lang
2010-03-13
1
-1
/
+18
*
Adds subtasking (#443) including:
Jean-Philippe Lang
2010-03-13
1
-47
/
+212
*
Fixed: error while moving an issue to a project with disabled tracker with SQ...
Jean-Philippe Lang
2010-03-12
1
-4
/
+4
*
Adds named scopes to replace custom finders.
Eric Davis
2010-03-10
1
-1
/
+7
*
Refactor: Moved the contents of #issue_update into Issue.
Eric Davis
2010-03-05
1
-0
/
+28
*
Refactor: Replace @journal with @issue.current_journal
Eric Davis
2010-03-04
1
-0
/
+2
[next]