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
...
*
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
*
Removes RJS from IssuesController.
Jean-Philippe Lang
2012-07-19
1
-7
/
+1
*
Workflow enhancement: editable and required fields configurable by role, trac...
Jean-Philippe Lang
2012-07-15
1
-5
/
+1
*
Fixed that 200 API responses have a body containing one space (#11388).
Jean-Philippe Lang
2012-07-14
1
-2
/
+2
*
Removed unused helper.
Jean-Philippe Lang
2012-07-08
1
-1
/
+0
*
Code cleanup.
Jean-Philippe Lang
2012-07-04
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Fixed MissingFeatureException: let user choose to copy attachments or not whe...
Jean-Philippe Lang
2012-04-14
1
-1
/
+4
*
When copying issues, let the status be changed to default or left unchanged.
Jean-Philippe Lang
2012-04-14
1
-1
/
+5
*
Fixed that improper statuses are proposed when changing status before tracker...
Jean-Philippe Lang
2012-04-09
1
-2
/
+2
*
Let non required list/user/version custom fields to be set to blank when bulk...
Jean-Philippe Lang
2012-04-06
1
-1
/
+10
*
Ability to add non-member watchers on issue creation (#5159).
Jean-Philippe Lang
2012-03-24
1
-0
/
+1
*
Removes all #verify calls in controllers. Verification is handled at routing ...
Jean-Philippe Lang
2012-03-03
1
-5
/
+0
*
Fixed that the bulk edit/copy form does not propose versions and categories f...
Jean-Philippe Lang
2012-03-01
1
-1
/
+3
*
Removed dead code.
Jean-Philippe Lang
2012-02-23
1
-2
/
+1
*
Adds support for adding attachments to issues through the REST API (#8171).
Jean-Philippe Lang
2012-02-23
1
-2
/
+2
*
Better handling of attachments when issue validation fails (#10253).
Jean-Philippe Lang
2012-02-16
1
-1
/
+2
*
Only show statuses that can be applied to all issues on the bulk edit form (#...
Jean-Philippe Lang
2012-02-11
1
-1
/
+1
*
Use #reduce instead of #inject for getting the intersection of arrays.
Jean-Philippe Lang
2012-02-09
1
-5
/
+5
*
Better handling of issue update conflicts (#8691).
Jean-Philippe Lang
2012-02-04
1
-4
/
+33
*
Removed useless code.
Jean-Philippe Lang
2012-02-04
1
-6
/
+0
*
Fixed: associated changesets from other projects are not visible if the curre...
Jean-Philippe Lang
2012-02-02
1
-4
/
+2
*
Allows bulk change issue private flag (#10042).
Jean-Philippe Lang
2012-01-23
1
-0
/
+1
*
Adds an option of the copy form to enable/disable attachments copy (#3055).
Jean-Philippe Lang
2012-01-20
1
-5
/
+9
*
Fixed an error when trying to copy an issue that does not exist.
Jean-Philippe Lang
2012-01-17
1
-1
/
+6
*
Display the position of the current issue in the query results.
Jean-Philippe Lang
2012-01-16
1
-0
/
+4
*
Fixed: error when displaying an issue with a query sorted by an association, ...
Jean-Philippe Lang
2012-01-08
1
-1
/
+1
*
Use the regular issue form to copy a single issue.
Jean-Philippe Lang
2012-01-08
1
-1
/
+1
*
Deprecated Issue#move_to_project.
Jean-Philippe Lang
2012-01-07
1
-1
/
+1
*
Copy issues via bulk update action.
Jean-Philippe Lang
2012-01-07
1
-2
/
+7
*
Allows project to be changed from the bulk edit form.
Jean-Philippe Lang
2012-01-07
1
-6
/
+33
*
Allows project to be changed from the regular issue update action (#4769, #98...
Jean-Philippe Lang
2012-01-07
1
-2
/
+12
*
Makes .find_ids return integers.
Jean-Philippe Lang
2012-01-03
1
-3
/
+3
*
Adds previous/next links to issue (#2850).
Jean-Philippe Lang
2012-01-03
1
-1
/
+18
*
Use safe_attributes for issue watchers assignment.
Jean-Philippe Lang
2011-12-13
1
-6
/
+2
*
Changed IssuesController#destroy to DELETE only.
Jean-Philippe Lang
2011-12-10
1
-4
/
+1
*
Adds a dialog box for CSV export options (#4742).
Jean-Philippe Lang
2011-11-20
1
-1
/
+1
*
Added an administration setting to allow issue start date to be defaulted to ...
Etienne Massip
2011-11-05
1
-1
/
+1
*
respond nothing in case of content type is not html with invalid query params...
Toshi MARUYAMA
2011-09-01
1
-1
/
+2
*
remove hard-coded '.rhtml' from IssuesController 'show' (#6317).
Toshi MARUYAMA
2011-09-01
1
-1
/
+1
*
remove hard-coded '.rhtml' from IssuesController 'index' (#6317).
Toshi MARUYAMA
2011-09-01
1
-2
/
+2
[prev]
[next]