Commit graph

12 commits

Author SHA1 Message Date
Bryce Johnson
4add91b6e1 Use non-i18n values for setting new group-level issue/MR button text 2017-08-21 21:29:09 +00:00
Bryce Johnson
0532bff6d4 Group-level new issue & MR using previously selected project 2017-08-07 20:55:50 +00:00
Yorick Peterse
f77fda6437
Improve checking if projects would be returned
In various places we check if the same relation would return projects.
This is done using "any?" which will run a COUNT query with any
LIMIT/OFFSET values still applied.

To work around all this we introduce 2 helper methods that take care of
doing the right thing. This leads to the produced queries being simpler
and fewer queries being executed.
2017-08-07 12:38:27 +02:00
Jarka Kadlecova
5fdef68f2b Move relative_path to the element that is being clicked 2017-07-25 14:14:28 +02:00
Phil Hughes
08a0af9fcf moved more action buttons 2017-07-03 11:58:06 +01:00
blackst0ne
a7349560b2 'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled 2017-05-30 15:35:49 +11:00
Clement Ho
e23c1d88e2 Replace bootstrap caret with fontawesome caret 2016-10-05 17:39:52 -05:00
Dmitriy Zaporozhets
bf9e482695
Remove unnecessary icons from buttons
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-08 17:32:49 +03:00
Dmitriy Zaporozhets
ff5f0894ad
Sort projects by last activity for new issue dropdown
When creating new issue from dashboard page I want to see projects
sorted by last activity instead of ID

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-04 12:23:44 +01:00
Phil Hughes
81e7086fec uses AJAX to select the projects 2016-01-30 16:01:49 +00:00
Douwe Maan
6fb90a2ca3 Include groups in dashboard "New Milestone" select. 2015-12-07 17:24:15 +01:00
Douwe Maan
cbcb8dbe70 Use select2 dropdown for dashboard/group 'New X' buttons 2015-12-07 17:12:04 +01:00