| Commit message (Expand) | Author | Age | Files | Lines |
* | User bulk destroy (#37674). | Go MAEDA | 2022-09-20 | 1 | -0/+6 |
* | Introduces a UserQuery model for admin/users (#37674). | Go MAEDA | 2022-09-20 | 1 | -0/+24 |
* | Adds projects bulk delete (#36691). | Marius Balteanu | 2022-05-17 | 1 | -0/+6 |
* | Background job for project deletion (#36691). | Marius Balteanu | 2022-05-17 | 1 | -1/+1 |
* | Ask more specific confirmation questions when closing/reopening/archiving pro... | Marius Balteanu | 2022-05-16 | 1 | -3/+2 |
* | Add missing partial view (33422). | Marius Balteanu | 2022-04-01 | 1 | -0/+16 |
* | Change Delete button name to Delete issue (#31278). | Go MAEDA | 2022-01-05 | 1 | -1/+1 |
* | Change the "Edit" label in the context menu to "Bulk Edit" when multiple issu... | Go MAEDA | 2021-10-20 | 2 | -2/+2 |
* | Fix update status path on the context menu (#33521). | Marius Balteanu | 2021-08-03 | 1 | -1/+1 |
* | Use issue path instead of bulk update issues path when only one issue is sele... | Marius Balteanu | 2021-07-26 | 1 | -11/+12 |
* | "Copy link" feature for issues list (#34932). | Go MAEDA | 2021-04-13 | 1 | -0/+2 |
* | Allow to add subtask from context menu (#34303). | Go MAEDA | 2020-12-10 | 1 | -0/+4 |
* | shorten long line at app/views/context_menus/issues.html.erb | Toshi MARUYAMA | 2020-06-16 | 1 | -2/+10 |
* | Filtering issues via context menu should not reset selected columns (#26836). | Jean-Philippe Lang | 2019-03-15 | 1 | -1/+1 |
* | Move custom field classes to a method (#30994). | Go MAEDA | 2019-03-09 | 2 | -2/+2 |
* | Add "icon" class to items in time entries context menu (#28605). | Go MAEDA | 2018-09-14 | 1 | -3/+3 |
* | Add the missing icon class to the items with icons from the contextual menu (... | Go MAEDA | 2018-08-01 | 1 | -8/+8 |
* | Allow context-menu edit of % done and priority of parent issues if the fields... | Go MAEDA | 2018-02-18 | 1 | -2/+2 |
* | Fix: Cannot change the priority of the parent issue in issues context menu (#... | Go MAEDA | 2017-12-26 | 1 | -1/+1 |
* | Cannot set activity to None. | Jean-Philippe Lang | 2016-10-23 | 1 | -2/+0 |
* | Remove open issues filter in context menu shortcut (#4806). | Jean-Philippe Lang | 2016-05-06 | 1 | -1/+1 |
* | Filter by issue id (#4806). | Jean-Philippe Lang | 2016-05-06 | 1 | -0/+5 |
* | Allow addition of watchers via bulk edit context menu (#5754). | Jean-Philippe Lang | 2016-04-09 | 1 | -0/+12 |
* | Removed unneeded #h calls in views. | Jean-Philippe Lang | 2015-02-23 | 2 | -8/+8 |
* | Removed :move_issues permission (#18855). | Jean-Philippe Lang | 2015-02-08 | 1 | -1/+1 |
* | Removed :update key and use :edit instead. | Jean-Philippe Lang | 2015-01-27 | 1 | -8/+8 |
* | Add time entries custom fields to the context menu for quick bulk edit (#17484). | Jean-Philippe Lang | 2014-07-29 | 1 | -0/+14 |
* | remove trailing tabs from app/views/context_menus/issues.html.erb | Toshi MARUYAMA | 2013-03-15 | 1 | -1/+1 |
* | Bulk watch/unwatch issues from the context menu (#7159). | Jean-Philippe Lang | 2013-02-10 | 1 | -3/+4 |
* | Fixed: Can't clear custom field value through context menu in the issue list ... | Jean-Philippe Lang | 2013-02-07 | 1 | -1/+1 |
* | Code cleanup, use named routes. | Jean-Philippe Lang | 2012-12-22 | 1 | -31/+28 |
* | Use #assert_select instead of #assert_tag. | Jean-Philippe Lang | 2012-12-22 | 1 | -1/+1 |
* | Compute issue ids array only once. | Jean-Philippe Lang | 2012-07-08 | 1 | -14/+14 |
* | Show shared versions when editing issues from different projects with the con... | Jean-Philippe Lang | 2012-07-08 | 1 | -3/+2 |
* | Deprecated :confirm => 'Text' option. | Jean-Philippe Lang | 2012-07-07 | 2 | -2/+2 |
* | Ability to disable standard fields on a per tracker basis (#1091). | Jean-Philippe Lang | 2012-07-05 | 1 | -4/+8 |
* | Do not hide context menu when clicking on a folder menu item. | Jean-Philippe Lang | 2012-02-09 | 1 | -1/+1 |
* | Only show allowed statuses in context menu (#10181). | Jean-Philippe Lang | 2012-02-09 | 1 | -2/+2 |
* | Bulk-edit custom fields through context menu (#6296). | Jean-Philippe Lang | 2012-02-09 | 1 | -0/+14 |
* | Adds a <<me>> option for assignee in the context menu (#1102). | Jean-Philippe Lang | 2012-01-21 | 1 | -0/+4 |
* | Use the regular issue form to copy a single issue. | Jean-Philippe Lang | 2012-01-08 | 1 | -4/+5 |
* | Copy issues via bulk update action. | Jean-Philippe Lang | 2012-01-07 | 1 | -1/+1 |
* | Removed the "Move" button for issues since they can be moved from the bulk ed... | Jean-Philippe Lang | 2012-01-07 | 1 | -4/+0 |
* | Removed the "Move" button for single issue since it can be moved from the reg... | Jean-Philippe Lang | 2012-01-07 | 1 | -0/+2 |
* | Fixed time entries context menu activity update link. | Etienne Massip | 2011-12-14 | 1 | -2/+2 |
* | Fixed issues context menu attributes update links (#9794). | Etienne Massip | 2011-12-14 | 1 | -10/+10 |
* | Changed IssuesController#destroy to DELETE only. | Jean-Philippe Lang | 2011-12-10 | 1 | -2/+2 |
* | Fixed time entries context menu display according permissions (#9405). | Jean-Philippe Lang | 2011-11-24 | 1 | -2/+2 |
* | remove trailing white-spaces from app/views/context_menus/issues.html.erb | Toshi MARUYAMA | 2011-09-18 | 1 | -6/+6 |
* | remove trailing white-spaces from app/views/context_menus/time_entries.html.erb | Toshi MARUYAMA | 2011-09-18 | 1 | -1/+1 |