summaryrefslogtreecommitdiffstats
path: root/app/controllers/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed: associated changesets from other projects are not visible if the curre...Jean-Philippe Lang2012-02-021-4/+2
* Allows bulk change issue private flag (#10042).Jean-Philippe Lang2012-01-231-0/+1
* Adds an option of the copy form to enable/disable attachments copy (#3055).Jean-Philippe Lang2012-01-201-5/+9
* Fixed an error when trying to copy an issue that does not exist.Jean-Philippe Lang2012-01-171-1/+6
* Display the position of the current issue in the query results.Jean-Philippe Lang2012-01-161-0/+4
* Fixed: error when displaying an issue with a query sorted by an association, ...Jean-Philippe Lang2012-01-081-1/+1
* Use the regular issue form to copy a single issue.Jean-Philippe Lang2012-01-081-1/+1
* Deprecated Issue#move_to_project.Jean-Philippe Lang2012-01-071-1/+1
* Copy issues via bulk update action.Jean-Philippe Lang2012-01-071-2/+7
* Allows project to be changed from the bulk edit form.Jean-Philippe Lang2012-01-071-6/+33
* Allows project to be changed from the regular issue update action (#4769, #98...Jean-Philippe Lang2012-01-071-2/+12
* Makes .find_ids return integers.Jean-Philippe Lang2012-01-031-3/+3
* Adds previous/next links to issue (#2850).Jean-Philippe Lang2012-01-031-1/+18
* Use safe_attributes for issue watchers assignment.Jean-Philippe Lang2011-12-131-6/+2
* Changed IssuesController#destroy to DELETE only.Jean-Philippe Lang2011-12-101-4/+1
* Adds a dialog box for CSV export options (#4742).Jean-Philippe Lang2011-11-201-1/+1
* Added an administration setting to allow issue start date to be defaulted to ...Etienne Massip2011-11-051-1/+1
* respond nothing in case of content type is not html with invalid query params...Toshi MARUYAMA2011-09-011-1/+2
* remove hard-coded '.rhtml' from IssuesController 'show' (#6317).Toshi MARUYAMA2011-09-011-1/+1
* remove hard-coded '.rhtml' from IssuesController 'index' (#6317).Toshi MARUYAMA2011-09-011-2/+2
* remove trailing white-spaces from app/controllers/issues_controller.rb.Toshi MARUYAMA2011-08-311-1/+1
* Ability to load relations on /issues API (#7366).Jean-Philippe Lang2011-07-241-1/+3
* Respond with errors and appropriate content type on /issues API calls with in...Jean-Philippe Lang2011-07-231-2/+4
* Adds issue id link in the issue creation flash message (#3033).Jean-Philippe Lang2011-07-091-2/+2
* Separation of RSS/API auth actions.Jean-Philippe Lang2011-07-091-1/+2
* Do not show inactive issue priorities where not necessary (#8573).Jean-Baptiste Barth2011-06-131-3/+3
* Fixed: Private flag ignored when creating an issue with set_own_issues_privat...Jean-Philippe Lang2011-06-011-1/+1
* remove trailing white-spaces from issues controller source.Toshi MARUYAMA2011-05-171-20/+20
* Fixed no method error due to typo.Jean-Philippe Lang2011-04-121-1/+1
* No need to query changesets if user is not allowed to view them.Jean-Philippe Lang2011-04-121-3/+7
* Adds an issues visibility level on roles (#7412).Jean-Philippe Lang2011-04-111-1/+7
* Fixed: bulk destroying parent and child issues raises a stale object error (#...Jean-Philippe Lang2011-04-011-1/+7
* Initialize TimeEntry with issue and project for the issue edit form.Jean-Philippe Lang2011-04-011-2/+2
* Moves relations fetching from views to the controller and skip invalid relati...Jean-Philippe Lang2011-01-221-0/+1
* Fix associated revisions label on issue page.Toshi MARUYAMA2011-01-081-0/+2
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-111-7/+10