summaryrefslogtreecommitdiffstats
path: root/app/views/context_menus
Commit message (Collapse)AuthorAgeFilesLines
* User bulk destroy (#37674).Go MAEDA2022-09-201-0/+6
| | | | | | | | | | includes a confirmation page that also gives the opportunity to lock users instead of deleting them. Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21824 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduces a UserQuery model for admin/users (#37674).Go MAEDA2022-09-201-0/+24
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21823 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds projects bulk delete (#36691).Marius Balteanu2022-05-171-0/+6
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21592 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Background job for project deletion (#36691).Marius Balteanu2022-05-171-1/+1
| | | | | | | | | | | | | | | Due to the deletion of dependent objects (issues etc), project deletion may take a long time. This patch moves the actual project deletion into an ActiveJob job. It also introduces a new project status (SCHEDULED_FOR_DELETION) that is used to effectively hide the project that is about to be deleted (and any potential descendant projects) from the system immediately. A security notification is sent out to the user that deleted the project, informing about success / failure. The projects list is extended to be able to filter for the new status, so in case of a failure, the project can still be accessed for examination. Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21591 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ask more specific confirmation questions when closing/reopening/archiving ↵Marius Balteanu2022-05-161-3/+2
| | | | | | | | | projects (#36891). Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21589 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing partial view (33422).Marius Balteanu2022-04-011-0/+16
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21521 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change Delete button name to Delete issue (#31278).Go MAEDA2022-01-051-1/+1
| | | | | | | Contributed by Frederico Camara. git-svn-id: http://svn.redmine.org/redmine/trunk@21346 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change the "Edit" label in the context menu to "Bulk Edit" when multiple ↵Go MAEDA2021-10-202-2/+2
| | | | | | | | | issues are selected (#35770). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21248 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix update status path on the context menu (#33521).Marius Balteanu2021-08-031-1/+1
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21132 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use issue path instead of bulk update issues path when only one issue is ↵Marius Balteanu2021-07-261-11/+12
| | | | | | selected in the context menu (#33521). git-svn-id: http://svn.redmine.org/redmine/trunk@21089 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Copy link" feature for issues list (#34932).Go MAEDA2021-04-131-0/+2
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20939 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow to add subtask from context menu (#34303).Go MAEDA2020-12-101-0/+4
| | | | | | | Patch by Go MAEDA and Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@20617 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line at app/views/context_menus/issues.html.erbToshi MARUYAMA2020-06-161-2/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19826 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filtering issues via context menu should not reset selected columns (#26836).Jean-Philippe Lang2019-03-151-1/+1
| | | | | | Patch by Vincent Robert. git-svn-id: http://svn.redmine.org/redmine/trunk@17955 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move custom field classes to a method (#30994).Go MAEDA2019-03-092-2/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17937 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "icon" class to items in time entries context menu (#28605).Go MAEDA2018-09-141-3/+3
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17481 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add the missing icon class to the items with icons from the contextual menu ↵Go MAEDA2018-08-011-8/+8
| | | | | | | | | (#28605). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17457 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow context-menu edit of % done and priority of parent issues if the ↵Go MAEDA2018-02-181-2/+2
| | | | | | | | | fields are not derived (#28168). Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@17204 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Cannot change the priority of the parent issue in issues context menu ↵Go MAEDA2017-12-261-1/+1
| | | | | | | | | (#27533). Patch by Vito Marolda. git-svn-id: http://svn.redmine.org/redmine/trunk@17129 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Cannot set activity to None.Jean-Philippe Lang2016-10-231-2/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15925 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove open issues filter in context menu shortcut (#4806).Jean-Philippe Lang2016-05-061-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15373 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter by issue id (#4806).Jean-Philippe Lang2016-05-061-0/+5
| | | | | | A shortcut is added to the context menu to filter the selected issues. git-svn-id: http://svn.redmine.org/redmine/trunk@15371 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow addition of watchers via bulk edit context menu (#5754).Jean-Philippe Lang2016-04-091-0/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15311 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-232-8/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14043 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed :move_issues permission (#18855).Jean-Philippe Lang2015-02-081-1/+1
| | | | | | This permission was wrongly used to allow bulk issue copy. To prevent user from moving an issue to another project, the project field should now be set to read-only in the workflow permissions. A migration does this automatically for roles that have the edit_issues permission without having the move_issues permission. git-svn-id: http://svn.redmine.org/redmine/trunk@13981 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed :update key and use :edit instead.Jean-Philippe Lang2015-01-271-8/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13953 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add time entries custom fields to the context menu for quick bulk edit (#17484).Jean-Philippe Lang2014-07-291-0/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13335 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing tabs from app/views/context_menus/issues.html.erbToshi MARUYAMA2013-03-151-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11628 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulk watch/unwatch issues from the context menu (#7159).Jean-Philippe Lang2013-02-101-3/+4
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11339 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Can't clear custom field value through context menu in the issue list ↵Jean-Philippe Lang2013-02-071-1/+1
| | | | | | (#13075). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11331 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-221-31/+28
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11067 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-12-221-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11066 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Compute issue ids array only once.Jean-Philippe Lang2012-07-081-14/+14
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9962 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show shared versions when editing issues from different projects with the ↵Jean-Philippe Lang2012-07-081-3/+2
| | | | | | context menu (#11345). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9961 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-072-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9937 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-051-4/+8
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9912 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not hide context menu when clicking on a folder menu item.Jean-Philippe Lang2012-02-091-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8829 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Only show allowed statuses in context menu (#10181).Jean-Philippe Lang2012-02-091-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8825 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulk-edit custom fields through context menu (#6296).Jean-Philippe Lang2012-02-091-0/+14
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8824 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a <<me>> option for assignee in the context menu (#1102).Jean-Philippe Lang2012-01-211-0/+4
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8689 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular issue form to copy a single issue.Jean-Philippe Lang2012-01-081-4/+5
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8552 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Copy issues via bulk update action.Jean-Philippe Lang2012-01-071-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8538 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed the "Move" button for issues since they can be moved from the bulk ↵Jean-Philippe Lang2012-01-071-4/+0
| | | | | | edit form. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8537 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed the "Move" button for single issue since it can be moved from the ↵Jean-Philippe Lang2012-01-071-0/+2
| | | | | | reguler update form. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8533 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed time entries context menu activity update link.Etienne Massip2011-12-141-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8208 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed issues context menu attributes update links (#9794).Etienne Massip2011-12-141-10/+10
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8207 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changed IssuesController#destroy to DELETE only.Jean-Philippe Lang2011-12-101-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8150 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed time entries context menu display according permissions (#9405).Jean-Philippe Lang2011-11-241-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7922 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white-spaces from app/views/context_menus/issues.html.erbToshi MARUYAMA2011-09-181-6/+6
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7377 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white-spaces from app/views/context_menus/time_entries.html.erbToshi MARUYAMA2011-09-181-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7376 e93f8b46-1217-0410-a6f0-8f06a7374b81