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
*
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
*
Refactor: use the existing Issue#new_statuses_allowed_to method.
Eric Davis
2010-03-04
1
-1
/
+2
*
Fixed: journal details duplicated when an issue is saved twice (#3690).
Jean-Philippe Lang
2010-02-28
1
-29
/
+49
*
Bulk edit refactoring.
Jean-Philippe Lang
2010-02-23
1
-19
/
+7
*
Refactor: Extract Issue#bulk_edit from the IssuesController
Eric Davis
2010-02-23
1
-0
/
+18
*
Removes duplicated LOC.
Jean-Philippe Lang
2010-02-14
1
-1
/
+0
*
Fixed: SystemStackError (stack level too deep) on Issue#attributes= after mod...
Jean-Philippe Lang
2010-02-14
1
-1
/
+2
*
Refactor: Extracted the select_all calls to a new private method.
Eric Davis
2010-02-04
1
-67
/
+47
*
Refactor: Moved the raw SQL finders from ReportsController to Issue.
Eric Davis
2010-02-03
1
-0
/
+100
*
Set a white list of issue attributes that can be mass-assigned from controllers.
Jean-Philippe Lang
2010-01-12
1
-0
/
+26
*
Fixed: undefined method `stringify_keys!' error in Issue#attributes_with_trac...
Jean-Philippe Lang
2010-01-09
1
-1
/
+1
*
Moves watchers filtering logic to ActsAsWatchable.
Jean-Philippe Lang
2009-12-13
1
-7
/
+0
*
Issue#done_ratio should not break if status is nil.
Jean-Philippe Lang
2009-12-12
1
-2
/
+2
*
Allow blank value for IssueStatus#default_done_ratio.
Jean-Philippe Lang
2009-12-12
1
-2
/
+2
*
Adds a Setting to control how an Issue's done_ratio is calculated:
Eric Davis
2009-12-11
1
-1
/
+28
*
Fixes tracker_id and custom_field_values assignment order for issues (#4353).
Jean-Philippe Lang
2009-12-09
1
-0
/
+14
*
Optimize updates of issue's shared versions.
Jean-Philippe Lang
2009-12-08
1
-8
/
+25
*
Optimize issue updates when a version sharing changes.
Jean-Philippe Lang
2009-12-08
1
-2
/
+2
*
Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...
Jean-Philippe Lang
2009-12-06
1
-2
/
+22
*
Enhanced the Issue Bulk Copy feature:
Eric Davis
2009-12-04
1
-1
/
+9
*
Do not notify users that are no longer allowed to view an issue (#3589, #4263).
Jean-Philippe Lang
2009-12-03
1
-5
/
+15
*
Remove duplicate validation.
Jean-Philippe Lang
2009-11-29
1
-4
/
+0
*
Enable tracker update on issue edit form (#2405).
Jean-Philippe Lang
2009-11-29
1
-0
/
+12
*
Copy issue status on project copy (#3877).
Jean-Philippe Lang
2009-11-16
1
-0
/
+1
*
Adds version status to limit issue assignments (#1245).
Jean-Philippe Lang
2009-11-08
1
-0
/
+25
[next]