summaryrefslogtreecommitdiffstats
path: root/app/views/context_menus
Commit message (Expand)AuthorAgeFilesLines
* Reverts bad change (#37072).Marius Balteanu2024-11-031-1/+1
* Use @.capitalize@ for button_save_object, button_edit_object, and button_dele...Marius Balteanu2024-11-031-1/+1
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-194-43/+43
* Switches all icons to Material Symbols (#23980).Marius Balteanu2024-09-241-1/+1
* Replaces Users and Projects context menu icons with SVG icons (#23980).Marius Balteanu2024-09-052-10/+10
* Start working on replacing old icons with SVG icons (#23980):Marius Balteanu2024-08-294-14/+14
* Add bulk unlock to user list context menu (#40913).Marius Balteanu2024-07-131-0/+4
* Add bulk lock feature to user list context menu (#40913).Marius Balteanu2024-06-251-0/+5
* User bulk destroy (#37674).Go MAEDA2022-09-201-0/+6
* Introduces a UserQuery model for admin/users (#37674).Go MAEDA2022-09-201-0/+24
* Adds projects bulk delete (#36691).Marius Balteanu2022-05-171-0/+6
* Background job for project deletion (#36691).Marius Balteanu2022-05-171-1/+1
* Ask more specific confirmation questions when closing/reopening/archiving pro...Marius Balteanu2022-05-161-3/+2
* Add missing partial view (33422).Marius Balteanu2022-04-011-0/+16
* Change Delete button name to Delete issue (#31278).Go MAEDA2022-01-051-1/+1
* Change the "Edit" label in the context menu to "Bulk Edit" when multiple issu...Go MAEDA2021-10-202-2/+2
* Fix update status path on the context menu (#33521).Marius Balteanu2021-08-031-1/+1
* Use issue path instead of bulk update issues path when only one issue is sele...Marius Balteanu2021-07-261-11/+12
* "Copy link" feature for issues list (#34932).Go MAEDA2021-04-131-0/+2
* Allow to add subtask from context menu (#34303).Go MAEDA2020-12-101-0/+4
* shorten long line at app/views/context_menus/issues.html.erbToshi MARUYAMA2020-06-161-2/+10
* Filtering issues via context menu should not reset selected columns (#26836).Jean-Philippe Lang2019-03-151-1/+1
* Move custom field classes to a method (#30994).Go MAEDA2019-03-092-2/+2
* Add "icon" class to items in time entries context menu (#28605).Go MAEDA2018-09-141-3/+3
* Add the missing icon class to the items with icons from the contextual menu (...Go MAEDA2018-08-011-8/+8
* Allow context-menu edit of % done and priority of parent issues if the fields...Go MAEDA2018-02-181-2/+2
* Fix: Cannot change the priority of the parent issue in issues context menu (#...Go MAEDA2017-12-261-1/+1
* Cannot set activity to None.Jean-Philippe Lang2016-10-231-2/+0
* Remove open issues filter in context menu shortcut (#4806).Jean-Philippe Lang2016-05-061-1/+1
* Filter by issue id (#4806).Jean-Philippe Lang2016-05-061-0/+5
* Allow addition of watchers via bulk edit context menu (#5754).Jean-Philippe Lang2016-04-091-0/+12
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-232-8/+8
* Removed :move_issues permission (#18855).Jean-Philippe Lang2015-02-081-1/+1
* Removed :update key and use :edit instead.Jean-Philippe Lang2015-01-271-8/+8
* Add time entries custom fields to the context menu for quick bulk edit (#17484).Jean-Philippe Lang2014-07-291-0/+14
* remove trailing tabs from app/views/context_menus/issues.html.erbToshi MARUYAMA2013-03-151-1/+1
* Bulk watch/unwatch issues from the context menu (#7159).Jean-Philippe Lang2013-02-101-3/+4
* Fixed: Can't clear custom field value through context menu in the issue list ...Jean-Philippe Lang2013-02-071-1/+1
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-221-31/+28
* Use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-12-221-1/+1
* Compute issue ids array only once.Jean-Philippe Lang2012-07-081-14/+14
* Show shared versions when editing issues from different projects with the con...Jean-Philippe Lang2012-07-081-3/+2
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-072-2/+2
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-051-4/+8
* Do not hide context menu when clicking on a folder menu item.Jean-Philippe Lang2012-02-091-1/+1
* Only show allowed statuses in context menu (#10181).Jean-Philippe Lang2012-02-091-2/+2
* Bulk-edit custom fields through context menu (#6296).Jean-Philippe Lang2012-02-091-0/+14
* Adds a <<me>> option for assignee in the context menu (#1102).Jean-Philippe Lang2012-01-211-0/+4
* Use the regular issue form to copy a single issue.Jean-Philippe Lang2012-01-081-4/+5
* Copy issues via bulk update action.Jean-Philippe Lang2012-01-071-1/+1