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
/
test
/
functional
/
issues_controller_test.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
-1
/
+100
*
Fixed: unchecking status filter on the issue list has no effect (#6844).
Jean-Philippe Lang
2010-11-07
1
-1
/
+32
*
Fixed: start date being filled with current date even when blank value is sub...
Jean-Philippe Lang
2010-11-06
1
-0
/
+22
*
Refactor: merged error rendering methods.
Jean-Philippe Lang
2010-10-23
1
-6
/
+2
*
Added ability to edit issues from different project through contextual menu (...
Jean-Baptiste Barth
2010-10-08
1
-0
/
+46
*
Added ability to delete issues from different projects through contextual men...
Jean-Baptiste Barth
2010-10-07
1
-0
/
+7
*
Fixed "Create and continue" redirection broken by recent changes. #6333
Jean-Baptiste Barth
2010-09-11
1
-1
/
+2
*
Refactor: extract #bulk_update method from IssuesController#bulk_edit.
Eric Davis
2010-08-24
1
-16
/
+16
*
Refactor: move IssuesController#changes to JournalsController#index.
Eric Davis
2010-08-23
1
-8
/
+1
*
Refactor: merge IssuesController#update_form into IssuesController#new
Eric Davis
2010-08-20
1
-2
/
+2
*
Refactor: move IssuesController#context_menu to a new controller.
Eric Davis
2010-08-19
1
-83
/
+0
*
Refactor: move IssuesController#preview to a new controller.
Eric Davis
2010-08-18
1
-16
/
+0
*
Refactor: move IssuesController#auto_complete to a new controller. #4382
Eric Davis
2010-08-17
1
-14
/
+0
*
Refactor: move IssuesController#reply to JournalsController
Eric Davis
2010-08-16
1
-14
/
+0
*
Refactor: Extract a new IssueMovesController from IssuesController.
Eric Davis
2010-08-11
1
-93
/
+4
*
Refactor: start to split IssuesController#move into two separate actions.
Eric Davis
2010-08-06
1
-13
/
+13
*
Refactor: move Project Calendar to it's own controller.
Eric Davis
2010-05-03
1
-14
/
+0
*
Fixes strange random test failures with Mysql.
Jean-Philippe Lang
2010-05-01
1
-0
/
+4
*
Fixes some parameters in functional tests.
Jean-Philippe Lang
2010-04-30
1
-1
/
+1
*
Refactor: Move gantts to a separate controller.
Eric Davis
2010-04-28
1
-52
/
+0
*
Refactor: Split IssuesController#new to #new and #create to match REST pattern.
Eric Davis
2010-04-22
1
-20
/
+20
*
Move more routing tests into the routing integration test.
Eric Davis
2010-04-20
1
-14
/
+0
*
Fixes a test failure with SQLite3 due to transaction fixtures (#5290).
Jean-Philippe Lang
2010-04-12
1
-26
/
+0
*
Fixes Issue#save_issue_with_child_records so that time entry do not get saved...
Jean-Philippe Lang
2010-04-11
1
-11
/
+14
*
Fixed: issue optimistic locking broken by r3308 (#5280).
Jean-Philippe Lang
2010-04-11
1
-0
/
+23
*
Preview description if it was edited while updating an issue (#741).
Jean-Philippe Lang
2010-03-28
1
-0
/
+16
*
Cleans up status assignment in IssuesController#new handled by Issue#safe_att...
Jean-Philippe Lang
2010-03-20
1
-0
/
+43
*
Adds subtasking (#443) including:
Jean-Philippe Lang
2010-03-13
1
-1
/
+43
*
Use assert_select to check the download link. (#4204)
Eric Davis
2010-03-10
1
-1
/
+1
*
Added test for when an attachment fails to save.
Eric Davis
2010-03-03
1
-1
/
+21
*
Fixes failing tests from r3521
Eric Davis
2010-03-02
1
-6
/
+6
*
Verify issues are updated by HTTP PUT only. Regression from r3486.
Eric Davis
2010-03-01
1
-0
/
+14
*
Refactor: Start to extract IssuesController#edit into #update (REST).
Eric Davis
2010-02-24
1
-24
/
+24
*
Bulk edit refactoring.
Jean-Philippe Lang
2010-02-23
1
-22
/
+25
*
Moved the IssuesController routing tests to an integration test.
Eric Davis
2010-02-22
1
-115
/
+0
*
Fixed: PDF export of a issue list grouped by a custom field raises an error (...
Jean-Philippe Lang
2010-01-18
1
-0
/
+8
*
Cleaned up the IssueController redirects to use the back_url like the other a...
Eric Davis
2010-01-14
1
-0
/
+46
*
Set a white list of issue attributes that can be mass-assigned from controllers.
Jean-Philippe Lang
2010-01-12
1
-0
/
+7
*
Allow bulk edit custom fields of any type (#461).
Jean-Philippe Lang
2010-01-03
1
-0
/
+8
*
Fixed: bulk edit doesn't include global custom fields (#4505).
Jean-Philippe Lang
2010-01-03
1
-0
/
+2
*
Fixes odd test failures.
Jean-Philippe Lang
2009-12-21
1
-3
/
+3
*
Fixes that issue copy/move throws an error when status is not changed (#4369).
Jean-Philippe Lang
2009-12-09
1
-2
/
+16
*
Fixes a test broken by r3127.
Jean-Philippe Lang
2009-12-08
1
-1
/
+4
*
Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...
Jean-Philippe Lang
2009-12-06
1
-0
/
+39
*
Enhanced the Issue Bulk Copy feature:
Eric Davis
2009-12-04
1
-0
/
+24
*
Fixed: "None" category issue count is empty while grouping by category (#4308).
Jean-Philippe Lang
2009-12-02
1
-8
/
+2
*
Enable tracker update on issue edit form (#2405).
Jean-Philippe Lang
2009-11-29
1
-3
/
+28
*
Adds dynamic columns selection on the issue list (#4272).
Jean-Philippe Lang
2009-11-28
1
-0
/
+16
*
Fixes fixtures loading.
Jean-Philippe Lang
2009-11-27
1
-0
/
+1
*
Add failing test for #4302.
Jean-Philippe Lang
2009-11-27
1
-0
/
+5
[next]