summaryrefslogtreecommitdiffstats
path: root/app/controllers/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't display default watchers checkboxes on the new issue form when there ar...Jean-Philippe Lang2014-01-191-1/+4
* Rails4: replace deprecated Relation#update_all at IssuesControllerToshi MARUYAMA2014-01-101-2/+3
* Rails4: replace deprecated find_all_by_* at IssuesControllerToshi MARUYAMA2014-01-101-1/+1
* Fixed that update_form always proposes the default status when updating an ex...Jean-Philippe Lang2013-11-151-1/+1
* Fixed that controller_issues_edit_before/after_save hooks have no controller ...Jean-Philippe Lang2013-10-131-1/+23
* Avoid lots of CustomField.find_by_id calls when displaying an issue history w...Jean-Philippe Lang2013-10-131-0/+1
* ruby1.8 compatibility.Jean-Philippe Lang2013-07-131-1/+2
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-1/+2
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-1/+1
* Fixed that bulk copy raises an error on validation failure (#13943).Jean-Philippe Lang2013-05-041-4/+6
* Preserve field values on bulk edit failure (#13943).Jean-Philippe Lang2013-05-041-0/+3
* Display the bulk edit form with error messages when some issues can not be sa...Jean-Philippe Lang2013-05-041-14/+19
* Log errors when bulk edit/copy fails (#13440).Jean-Philippe Lang2013-03-121-0/+1
* Always instanciate a relation.Jean-Philippe Lang2013-03-121-0/+2
* Rename issues CSV and PDF exports.Jean-Philippe Lang2013-02-231-2/+2
* Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_...Jean-Philippe Lang2013-02-231-1/+1
* Fixed that updating the issue form was broken by r4011 when user is not allow...Jean-Philippe Lang2013-02-161-3/+7
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Deprecation warnings (#12774).Jean-Philippe Lang2013-01-081-2/+2
* Renamed #_issues_path to #_project_issues_path.Jean-Philippe Lang2012-12-231-2/+2
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-7/+11
* Code cleanup.Jean-Philippe Lang2012-12-021-13/+1
* Ability to sort issues by grouped column (#3511).Jean-Philippe Lang2012-10-291-0/+1
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-5/+9
* Display visible relations in API response.Jean-Philippe Lang2012-09-291-1/+1
* Fixed that issue author is assigned with current user when the edit form is u...Jean-Philippe Lang2012-09-271-1/+1
* Do not copy subtasks twice when copying an issue and its descendants (#6965).Jean-Philippe Lang2012-09-081-0/+7
* Option to copy subtasks when copying issue(s) (#6965).Jean-Philippe Lang2012-09-081-2/+7
* Adds a title to the issue link in the flash message.Jean-Philippe Lang2012-08-131-1/+1
* Code cleanup.Jean-Philippe Lang2012-08-081-6/+1
* Removes RJS from IssuesController.Jean-Philippe Lang2012-07-191-7/+1
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-151-5/+1
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-141-2/+2
* Removed unused helper.Jean-Philippe Lang2012-07-081-1/+0
* Code cleanup.Jean-Philippe Lang2012-07-041-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixed MissingFeatureException: let user choose to copy attachments or not whe...Jean-Philippe Lang2012-04-141-1/+4
* When copying issues, let the status be changed to default or left unchanged.Jean-Philippe Lang2012-04-141-1/+5
* Fixed that improper statuses are proposed when changing status before tracker...Jean-Philippe Lang2012-04-091-2/+2
* Let non required list/user/version custom fields to be set to blank when bulk...Jean-Philippe Lang2012-04-061-1/+10
* Ability to add non-member watchers on issue creation (#5159).Jean-Philippe Lang2012-03-241-0/+1
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-5/+0
* Fixed that the bulk edit/copy form does not propose versions and categories f...Jean-Philippe Lang2012-03-011-1/+3
* Removed dead code.Jean-Philippe Lang2012-02-231-2/+1
* Adds support for adding attachments to issues through the REST API (#8171).Jean-Philippe Lang2012-02-231-2/+2
* Better handling of attachments when issue validation fails (#10253).Jean-Philippe Lang2012-02-161-1/+2
* Only show statuses that can be applied to all issues on the bulk edit form (#...Jean-Philippe Lang2012-02-111-1/+1
* Use #reduce instead of #inject for getting the intersection of arrays.Jean-Philippe Lang2012-02-091-5/+5
* Better handling of issue update conflicts (#8691).Jean-Philippe Lang2012-02-041-4/+33
* Removed useless code.Jean-Philippe Lang2012-02-041-6/+0