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
*
Moved some permission checks for issue update from controller to model.
Jean-Philippe Lang
2010-11-11
1
-13
/
+2
*
Fixed: start date being filled with current date even when blank value is sub...
Jean-Philippe Lang
2010-11-06
1
-1
/
+1
*
Allow key authentication when deleting issues (with tests) #6447
Eric Davis
2010-11-05
1
-1
/
+1
*
Allow key authentication when updating issues (with tests) #6447
Eric Davis
2010-11-05
1
-1
/
+1
*
Allow key authentication when creating issues (with tests) #6447
Eric Davis
2010-11-05
1
-1
/
+1
*
Added ability to edit issues from different project through contextual menu (...
Jean-Baptiste Barth
2010-10-08
1
-3
/
+5
*
Added ability to delete issues from different projects through contextual men...
Jean-Baptiste Barth
2010-10-07
1
-2
/
+2
*
Splitted #find_issues filter in ApplicationController to #find_issues and #ch...
Jean-Baptiste Barth
2010-09-29
1
-0
/
+1
*
Fixed: don't reset watchers when changing tracker. #6479
Jean-Baptiste Barth
2010-09-26
1
-1
/
+4
*
Fixed "Create and continue" redirection broken by recent changes. #6333
Jean-Baptiste Barth
2010-09-11
1
-1
/
+1
*
Rewrite the Gantt chart. #6276
Eric Davis
2010-09-10
1
-0
/
+1
*
Allow setting an issue's notes via params[:issue][:notes]. (XML API)
Eric Davis
2010-08-27
1
-1
/
+1
*
Refactor: extract method in bulk_update.
Eric Davis
2010-08-25
1
-4
/
+8
*
Refactor: extract #bulk_update method from IssuesController#bulk_edit.
Eric Davis
2010-08-24
1
-21
/
+24
*
Refactor: move IssuesController#changes to JournalsController#index.
Eric Davis
2010-08-23
1
-19
/
+4
*
Refactor: merge IssuesController#update_form into IssuesController#new
Eric Davis
2010-08-20
1
-18
/
+13
*
Refactor: move IssuesController#context_menu to a new controller.
Eric Davis
2010-08-19
1
-30
/
+1
*
No more IssuesController#preview action.
Eric Davis
2010-08-18
1
-2
/
+2
*
Refactor: move IssuesController#preview to a new controller.
Eric Davis
2010-08-18
1
-15
/
+0
*
Refactor: move IssuesController#auto_complete to a new controller. #4382
Eric Davis
2010-08-17
1
-13
/
+1
*
Refactor: move IssuesController#reply to JournalsController
Eric Davis
2010-08-16
1
-24
/
+1
*
Refactor: pull up method to ApplicationController.
Eric Davis
2010-08-13
1
-11
/
+0
*
Refactor: Pull up method to ApplicationController.
Eric Davis
2010-08-12
1
-16
/
+0
*
Refactor: Extract a new IssueMovesController from IssuesController.
Eric Davis
2010-08-11
1
-58
/
+0
*
Refactor: extract method from #move and #perform_move.
Eric Davis
2010-08-10
1
-14
/
+13
*
Refactor: extract POST version of IssuesController#move to #perform_move.
Eric Davis
2010-08-09
1
-6
/
+12
*
Refactor: start to split IssuesController#move into two separate actions.
Eric Davis
2010-08-06
1
-1
/
+6
*
Refactor: extract method in IssuesController#move.
Eric Davis
2010-08-05
1
-7
/
+11
*
Refactor: extract back_url method to ApplicationController.
Eric Davis
2010-08-04
1
-1
/
+1
*
Added JSON support to the issues API. #1214
Eric Davis
2010-06-05
1
-1
/
+8
*
Refactor: move Project Calendar to it's own controller.
Eric Davis
2010-05-03
1
-28
/
+2
*
Refactor: Pull up #find_optional_project to ApplicationController.
Eric Davis
2010-04-30
1
-8
/
+0
*
Fixes selected menu tab when issue creation fails.
Jean-Philippe Lang
2010-04-30
1
-1
/
+1
*
Refactor: pull #query_statement_invalid up to ApplicationController.
Eric Davis
2010-04-29
1
-8
/
+0
*
Refactor: Move gantts to a separate controller.
Eric Davis
2010-04-28
1
-33
/
+2
*
Refactor: move method to helper.
Eric Davis
2010-04-27
1
-34
/
+0
*
Refactor: extract error to new method with before_filter.
Eric Davis
2010-04-26
1
-4
/
+8
*
Refactor: Extract duplicated code to a new method.
Eric Davis
2010-04-23
1
-43
/
+26
*
Refactor: Split IssuesController#new to #new and #create to match REST pattern.
Eric Davis
2010-04-22
1
-28
/
+49
*
Fixes behaviour of move_issues permission for non member role (#5309).
Jean-Philippe Lang
2010-04-18
1
-8
/
+1
*
Fixed: issue optimistic locking broken by r3308 (#5280).
Jean-Philippe Lang
2010-04-11
1
-6
/
+0
*
Preview description if it was edited while updating an issue (#741).
Jean-Philippe Lang
2010-03-28
1
-3
/
+11
*
Fixes backslashes escaping when quoting issue description/note (#5129).
Jean-Philippe Lang
2010-03-27
1
-3
/
+6
*
Cleans up status assignment in IssuesController#new handled by Issue#safe_att...
Jean-Philippe Lang
2010-03-20
1
-11
/
+5
*
Refactor: Extract Query#sortable_columns from the controller.
Eric Davis
2010-03-19
1
-2
/
+2
*
Refactor: Split the find_object methods to prep for a larger refactoring.
Eric Davis
2010-03-16
1
-1
/
+1
*
Adds subtasking (#443) including:
Jean-Philippe Lang
2010-03-13
1
-3
/
+20
*
Refactor: Extract method for setting the flash on bulk issue saves.
Eric Davis
2010-03-11
1
-14
/
+14
*
Remove double negative condition
Eric Davis
2010-03-05
1
-8
/
+2
*
Refactor: Moved the contents of #issue_update into Issue.
Eric Davis
2010-03-05
1
-29
/
+13
[next]