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
/
controllers
/
issues_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't bulk edit file custom fields (#6719).
Jean-Philippe Lang
2016-10-23
1
-1
/
+1
*
Bulk edit form not show fields based on target tracker and status (#23755).
Jean-Philippe Lang
2016-09-03
1
-4
/
+21
*
Test failure (#23410).
Jean-Philippe Lang
2016-08-20
1
-2
/
+8
*
New issue raises an error if no projects available (#23410).
Jean-Philippe Lang
2016-08-20
1
-7
/
+4
*
Use head instead of render :nothing => true.
Jean-Philippe Lang
2016-07-17
1
-1
/
+1
*
Use .before_action instead of .before_filter.
Jean-Philippe Lang
2016-07-14
1
-5
/
+5
*
Preload email addresses for displaying avatars.
Jean-Philippe Lang
2016-07-10
1
-3
/
+4
*
Code cleanup (#23054).
Jean-Philippe Lang
2016-06-15
1
-17
/
+1
*
Adds a setting for choosing the new object menu item style (#15880).
Jean-Philippe Lang
2016-06-11
1
-1
/
+1
*
Adds permission to edit and delete issues by role/tracker (#285).
Jean-Philippe Lang
2016-06-05
1
-0
/
+9
*
Limit trackers for new issue to certain roles (#7839).
Jean-Philippe Lang
2016-06-05
1
-1
/
+7
*
Adds Issue#allowed_target_trackers (#7839).
Jean-Philippe Lang
2016-05-30
1
-2
/
+2
*
Restores the "New issue" tab in the project menu and makes it optional (#6204).
Jean-Philippe Lang
2016-05-09
1
-0
/
+10
*
Replace Date.today with User.current.today (#22320).
Jean-Philippe Lang
2016-05-07
1
-1
/
+1
*
Removed the "New issue" menu item (#6204).
Jean-Philippe Lang
2016-04-19
1
-1
/
+0
*
Previous/next links may be lost after editing the issue (#14462).
Jean-Philippe Lang
2016-03-19
1
-13
/
+29
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Copying an issue does not copy parent task id (#12893).
Jean-Philippe Lang
2016-01-10
1
-0
/
+1
*
Private note flag disappears in issue update conflict (#21551).
Jean-Philippe Lang
2015-12-20
1
-1
/
+1
*
Set default project version after selecting a different project on the new is...
Jean-Philippe Lang
2015-11-01
1
-0
/
+5
*
Use #safe_attributes= for building new time entry.
Jean-Philippe Lang
2015-11-01
1
-1
/
+1
*
Isolates csv options for a hash param (#1159).
Jean-Philippe Lang
2015-10-15
1
-1
/
+1
*
Makes new issue initial status settable in workflow (#5816).
Jean-Philippe Lang
2015-07-26
1
-6
/
+6
*
Sort journals by created_on then id (#14881).
Jean-Philippe Lang
2015-06-27
1
-1
/
+1
*
Fixed that copying issues always copy subtasks and attachments even if option...
Jean-Philippe Lang
2015-05-23
1
-3
/
+6
*
Preload changeset associations (#19706).
Jean-Philippe Lang
2015-05-09
1
-1
/
+1
*
When create by copying the issue, status can not be changed to default (#19553).
Jean-Philippe Lang
2015-04-11
1
-1
/
+1
*
Fixed that the bulk edit form shows additional custom fields (#19163).
Jean-Philippe Lang
2015-03-21
1
-1
/
+1
*
Fixed that the bulk edit form shows additional custom fields (#19163).
Jean-Philippe Lang
2015-03-21
1
-1
/
+1
*
Don't render the issue form if issue.project is nil (#19276).
Jean-Philippe Lang
2015-03-20
1
-1
/
+7
*
API: creating an issue with an invalid project_id should return 422 instead o...
Jean-Philippe Lang
2015-03-20
1
-1
/
+1
*
Don't include unused helper modules.
Jean-Philippe Lang
2015-02-14
1
-7
/
+0
*
Updated code comments.
Jean-Philippe Lang
2015-02-14
1
-4
/
+4
*
Implements /issues/new form for creating issues outside a project (#1003).
Jean-Philippe Lang
2015-02-14
1
-24
/
+31
*
IssuesController#edit as XML is not implemented.
Jean-Philippe Lang
2015-02-13
1
-1
/
+0
*
Removed IssuesController#update_form action, use #new and #edit instead.
Jean-Philippe Lang
2015-02-13
1
-29
/
+21
*
Added Issue#attributes_editable?
Jean-Philippe Lang
2015-02-13
1
-2
/
+0
*
Moved users list diplayed as available watchers on the new issue form to an h...
Jean-Philippe Lang
2015-02-13
1
-4
/
+0
*
Adds a :copy_issues permission (#18855).
Jean-Philippe Lang
2015-02-08
1
-0
/
+25
*
Removed :move_issues permission (#18855).
Jean-Philippe Lang
2015-02-08
1
-7
/
+5
*
Adds support for macro and Redmine links in PDF export (#13051).
Jean-Philippe Lang
2015-01-25
1
-4
/
+2
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Don't create a journal when creating an issue with attachments.
Jean-Philippe Lang
2014-12-08
1
-1
/
+1
*
Configurable behavour for linking issues on copy (#18500).
Jean-Philippe Lang
2014-11-29
1
-2
/
+15
*
Default status per tracker (#5991).
Jean-Philippe Lang
2014-11-02
1
-10
/
+12
*
Fixed that IssueRelation should not be responsible for calling Issue#init_jou...
Jean-Philippe Lang
2014-11-02
1
-0
/
+1
*
Code cleanup.
Jean-Philippe Lang
2014-10-26
1
-8
/
+4
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-8
/
+13
*
Preload authors for /issues API calls.
Jean-Philippe Lang
2014-02-22
1
-0
/
+1
*
Preload issue relations when exporting issues to CSV with all columns (#16091).
Jean-Philippe Lang
2014-02-22
1
-0
/
+3
[next]