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 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
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Don't display default watchers checkboxes on the new issue form when there ar...
Jean-Philippe Lang
2014-01-19
1
-1
/
+4
*
Rails4: replace deprecated Relation#update_all at IssuesController
Toshi MARUYAMA
2014-01-10
1
-2
/
+3
*
Rails4: replace deprecated find_all_by_* at IssuesController
Toshi MARUYAMA
2014-01-10
1
-1
/
+1
*
Fixed that update_form always proposes the default status when updating an ex...
Jean-Philippe Lang
2013-11-15
1
-1
/
+1
*
Fixed that controller_issues_edit_before/after_save hooks have no controller ...
Jean-Philippe Lang
2013-10-13
1
-1
/
+23
*
Avoid lots of CustomField.find_by_id calls when displaying an issue history w...
Jean-Philippe Lang
2013-10-13
1
-0
/
+1
*
ruby1.8 compatibility.
Jean-Philippe Lang
2013-07-13
1
-1
/
+2
*
Role-based issue custom field visibility (#5037).
Jean-Philippe Lang
2013-07-13
1
-1
/
+2
*
Cleanup of finders with :conditions option.
Jean-Philippe Lang
2013-06-12
1
-1
/
+1
*
Fixed that bulk copy raises an error on validation failure (#13943).
Jean-Philippe Lang
2013-05-04
1
-4
/
+6
*
Preserve field values on bulk edit failure (#13943).
Jean-Philippe Lang
2013-05-04
1
-0
/
+3
*
Display the bulk edit form with error messages when some issues can not be sa...
Jean-Philippe Lang
2013-05-04
1
-14
/
+19
*
Log errors when bulk edit/copy fails (#13440).
Jean-Philippe Lang
2013-03-12
1
-0
/
+1
*
Always instanciate a relation.
Jean-Philippe Lang
2013-03-12
1
-0
/
+2
*
Rename issues CSV and PDF exports.
Jean-Philippe Lang
2013-02-23
1
-2
/
+2
*
Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_...
Jean-Philippe Lang
2013-02-23
1
-1
/
+1
*
Fixed that updating the issue form was broken by r4011 when user is not allow...
Jean-Philippe Lang
2013-02-16
1
-3
/
+7
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Deprecation warnings (#12774).
Jean-Philippe Lang
2013-01-08
1
-2
/
+2
*
Renamed #_issues_path to #_project_issues_path.
Jean-Philippe Lang
2012-12-23
1
-2
/
+2
*
Use named routes in controllers.
Jean-Philippe Lang
2012-12-11
1
-7
/
+11
*
Code cleanup.
Jean-Philippe Lang
2012-12-02
1
-13
/
+1
*
Ability to sort issues by grouped column (#3511).
Jean-Philippe Lang
2012-10-29
1
-0
/
+1
*
Private issue notes (#1554).
Jean-Philippe Lang
2012-10-03
1
-5
/
+9
*
Display visible relations in API response.
Jean-Philippe Lang
2012-09-29
1
-1
/
+1
*
Fixed that issue author is assigned with current user when the edit form is u...
Jean-Philippe Lang
2012-09-27
1
-1
/
+1
*
Do not copy subtasks twice when copying an issue and its descendants (#6965).
Jean-Philippe Lang
2012-09-08
1
-0
/
+7
*
Option to copy subtasks when copying issue(s) (#6965).
Jean-Philippe Lang
2012-09-08
1
-2
/
+7
*
Adds a title to the issue link in the flash message.
Jean-Philippe Lang
2012-08-13
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-08-08
1
-6
/
+1
[next]