summaryrefslogtreecommitdiffstats
path: root/app/controllers/issues_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't allow reassigning reported hours to the project if issue is a required ...Go MAEDA2018-02-181-0/+5
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use #safe_attributes= instead.Jean-Philippe Lang2017-06-011-1/+1
* Option to copy watchers when copying issues (#10460).Jean-Philippe Lang2017-04-061-1/+8
* Adds a link back to the issue list that we are coming from.Jean-Philippe Lang2017-04-041-0/+6
* Retrieve issues in each responder.Jean-Philippe Lang2017-03-131-25/+23
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-11/+2
* Get the count by group from the query directly.Jean-Philippe Lang2017-03-091-1/+0
* remove trailing white space from app/controllers/issues_controller.rbToshi MARUYAMA2017-02-091-1/+1
* Redirect to the parent issue after adding a subtask.Jean-Philippe Lang2017-01-301-5/+8
* Show visible spent time link for users allowed to view time entries (#20661).Jean-Philippe Lang2017-01-291-0/+5
* Add warning when loosing data from custom fields when bulk editing issues (#2...Jean-Philippe Lang2017-01-181-0/+19
* Don't join all associations by default (#24865).Jean-Philippe Lang2017-01-181-3/+2
* Don't always load data that is for html response only.Jean-Philippe Lang2017-01-141-5/+4
* Moves journals selection to Issue#visible_journals_with_index (#17632).Jean-Philippe Lang2017-01-141-12/+7
* Don't show the "reassign" option when deleting issues from different projects...Jean-Philippe Lang2016-12-311-1/+1
* Update project_id column in case some time entries were on subtasks of differ...Jean-Philippe Lang2016-12-311-1/+1
* Handle time entries on subtasks and prevent from reassigning an issue that is...Jean-Philippe Lang2016-12-311-4/+11
* Don't bulk edit file custom fields (#6719).Jean-Philippe Lang2016-10-231-1/+1
* Bulk edit form not show fields based on target tracker and status (#23755).Jean-Philippe Lang2016-09-031-4/+21
* Test failure (#23410).Jean-Philippe Lang2016-08-201-2/+8
* New issue raises an error if no projects available (#23410).Jean-Philippe Lang2016-08-201-7/+4
* Use head instead of render :nothing => true.Jean-Philippe Lang2016-07-171-1/+1
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-5/+5
* Preload email addresses for displaying avatars.Jean-Philippe Lang2016-07-101-3/+4
* Code cleanup (#23054).Jean-Philippe Lang2016-06-151-17/+1
* Adds a setting for choosing the new object menu item style (#15880).Jean-Philippe Lang2016-06-111-1/+1
* Adds permission to edit and delete issues by role/tracker (#285).Jean-Philippe Lang2016-06-051-0/+9
* Limit trackers for new issue to certain roles (#7839).Jean-Philippe Lang2016-06-051-1/+7
* Adds Issue#allowed_target_trackers (#7839).Jean-Philippe Lang2016-05-301-2/+2
* 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