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