summaryrefslogtreecommitdiffstats
path: root/app/controllers/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r16292 (#20661).Jean-Philippe Lang2017-01-301-0/+5
* Merged r16118 to r16122 (#24693, #24718, #24722).Jean-Philippe Lang2017-01-041-5/+12
* Merged r15740 and r15748 (#23410).Jean-Philippe Lang2016-08-311-0/+3
* Merged r15532 to r15534 (#23054).Jean-Philippe Lang2016-06-181-17/+1
* Merged r15501 to r15508 (#15880).Jean-Philippe Lang2016-06-121-1/+1
* Merged 15430, 15464 to 15469, 15475, 15476 (#285, #7839).Jean-Philippe Lang2016-06-061-3/+18
* Restores the "New issue" tab in the project menu and makes it optional (#6204).Jean-Philippe Lang2016-05-091-0/+10
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-071-1/+1
* Removed the "New issue" menu item (#6204).Jean-Philippe Lang2016-04-191-1/+0
* Previous/next links may be lost after editing the issue (#14462).Jean-Philippe Lang2016-03-191-13/+29
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copying an issue does not copy parent task id (#12893).Jean-Philippe Lang2016-01-101-0/+1
* Private note flag disappears in issue update conflict (#21551).Jean-Philippe Lang2015-12-201-1/+1
* Set default project version after selecting a different project on the new is...Jean-Philippe Lang2015-11-011-0/+5
* Use #safe_attributes= for building new time entry.Jean-Philippe Lang2015-11-011-1/+1
* Isolates csv options for a hash param (#1159).Jean-Philippe Lang2015-10-151-1/+1
* Makes new issue initial status settable in workflow (#5816).Jean-Philippe Lang2015-07-261-6/+6
* Sort journals by created_on then id (#14881).Jean-Philippe Lang2015-06-271-1/+1
* Fixed that copying issues always copy subtasks and attachments even if option...Jean-Philippe Lang2015-05-231-3/+6
* Preload changeset associations (#19706).Jean-Philippe Lang2015-05-091-1/+1
* When create by copying the issue, status can not be changed to default (#19553).Jean-Philippe Lang2015-04-111-1/+1
* Fixed that the bulk edit form shows additional custom fields (#19163).Jean-Philippe Lang2015-03-211-1/+1
* Fixed that the bulk edit form shows additional custom fields (#19163).Jean-Philippe Lang2015-03-211-1/+1
* Don't render the issue form if issue.project is nil (#19276).Jean-Philippe Lang2015-03-201-1/+7
* API: creating an issue with an invalid project_id should return 422 instead o...Jean-Philippe Lang2015-03-201-1/+1
* Don't include unused helper modules.Jean-Philippe Lang2015-02-141-7/+0
* Updated code comments.Jean-Philippe Lang2015-02-141-4/+4
* Implements /issues/new form for creating issues outside a project (#1003).Jean-Philippe Lang2015-02-141-24/+31
* IssuesController#edit as XML is not implemented.Jean-Philippe Lang2015-02-131-1/+0
* Removed IssuesController#update_form action, use #new and #edit instead.Jean-Philippe Lang2015-02-131-29/+21
* Added Issue#attributes_editable?Jean-Philippe Lang2015-02-131-2/+0
* Moved users list diplayed as available watchers on the new issue form to an h...Jean-Philippe Lang2015-02-131-4/+0
* Adds a :copy_issues permission (#18855).Jean-Philippe Lang2015-02-081-0/+25
* Removed :move_issues permission (#18855).Jean-Philippe Lang2015-02-081-7/+5
* Adds support for macro and Redmine links in PDF export (#13051).Jean-Philippe Lang2015-01-251-4/+2
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Don't create a journal when creating an issue with attachments.Jean-Philippe Lang2014-12-081-1/+1
* Configurable behavour for linking issues on copy (#18500).Jean-Philippe Lang2014-11-291-2/+15
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-021-10/+12
* Fixed that IssueRelation should not be responsible for calling Issue#init_jou...Jean-Philippe Lang2014-11-021-0/+1
* Code cleanup.Jean-Philippe Lang2014-10-261-8/+4
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-8/+13
* Preload authors for /issues API calls.Jean-Philippe Lang2014-02-221-0/+1
* Preload issue relations when exporting issues to CSV with all columns (#16091).Jean-Philippe Lang2014-02-221-0/+3
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* 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