summaryrefslogtreecommitdiffstats
path: root/app/controllers/context_menus_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Allow to add subtask from context menu (#34303).Go MAEDA2020-12-101-1/+2
* fix source indent of ContextMenusControllerToshi MARUYAMA2020-10-271-6/+7
* remove spaces inside {} of ContextMenusControllerToshi MARUYAMA2020-08-071-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/controller...Toshi MARUYAMA2019-10-191-2/+2
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Send columns as a param to context menu instead of parsing back_url (#26836).Jean-Philippe Lang2019-03-151-2/+1
* Filtering issues via context menu should not reset selected columns (#26836).Jean-Philippe Lang2019-03-151-0/+3
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Time Entries context menu shows activities not available for the time entry's...Jean-Philippe Lang2016-11-181-2/+5
* Preload user.Jean-Philippe Lang2016-10-291-1/+1
* Don't bulk edit file custom fields (#6719).Jean-Philippe Lang2016-10-231-1/+1
* Don't bulk edit file custom fields (#6719).Jean-Philippe Lang2016-10-231-1/+1
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-1/+1
* Assignable users should not include users that cannot view the tracker (#23172).Jean-Philippe Lang2016-06-281-10/+2
* Adds permission to edit and delete issues by role/tracker (#285).Jean-Philippe Lang2016-06-051-2/+2
* Adds Issue#allowed_target_trackers (#7839).Jean-Philippe Lang2016-05-301-2/+1
* Allow addition of watchers via bulk edit context menu (#5754).Jean-Philippe Lang2016-04-091-0/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Can't bulk edit own time entries with "Edit own time entries" (#18580).Jean-Philippe Lang2015-05-091-3/+3
* Adds a :copy_issues permission (#18855).Jean-Philippe Lang2015-02-081-1/+1
* Removed :move_issues permission (#18855).Jean-Philippe Lang2015-02-081-2/+1
* Removed :update key and use :edit instead.Jean-Philippe Lang2015-01-271-1/+0
* The :change_status permission was removed in r1043.Jean-Philippe Lang2015-01-271-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Add time entries custom fields to the context menu for quick bulk edit (#17484).Jean-Philippe Lang2014-07-291-0/+15
* Field set as read-only still available in the issues list context menu (#16755).Jean-Philippe Lang2014-05-021-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Removed hardcoded formats for right-click edit.Jean-Philippe Lang2013-12-141-4/+2
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-2/+1
* Use #find_issues as before filter for issues context menu.Jean-Philippe Lang2013-06-111-4/+2
* Respond with 404 when params[:ids] is missing (#12898).Jean-Philippe Lang2013-01-201-0/+3
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Compute issue ids array only once.Jean-Philippe Lang2012-07-081-0/+1
* Show shared versions when editing issues from different projects with the con...Jean-Philippe Lang2012-07-081-0/+1
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-051-0/+1
* Copyright update.Jean-Philippe Lang2012-05-051-0/+17
* Use #reduce instead of #inject for getting the intersection of arrays.Jean-Philippe Lang2012-02-091-4/+4
* Code cleanup.Jean-Philippe Lang2012-02-091-8/+2
* Only show allowed statuses in context menu (#10181).Jean-Philippe Lang2012-02-091-1/+0
* Bulk-edit custom fields through context menu (#6296).Jean-Philippe Lang2012-02-091-0/+13
* Fixed time entries context menu display according permissions (#9405).Jean-Philippe Lang2011-11-241-3/+2
* remove trailing white-spaces from app/controllers/context_menus_controller.rb.Toshi MARUYAMA2011-08-301-5/+5
* Author should be displayed as assignable on a single issue right click menu (...Jean-Philippe Lang2011-07-231-2/+5
* Do not show inactive issue priorities where not necessary (#8573).Jean-Baptiste Barth2011-06-131-1/+1
* Warn about subtasks before deleting a parent issue (#6562).Jean-Philippe Lang2011-04-171-0/+1
* add controller for bulk edit time entries (#7996).Toshi MARUYAMA2011-04-041-1/+14