Commit Graph

29 Commits

Author SHA1 Message Date
Phil Hughes 85fab13eba Improved manual todos
Based on feedback from !4502
2016-06-17 09:01:03 +01:00
Phil Hughes 20d382a891 Moved todo creation over to project todos controller 2016-06-14 08:36:07 +01:00
Phil Hughes 04c199a0ab Fixed bug with sidebar when user is not logged in 2016-06-14 08:36:07 +01:00
Phil Hughes f67b06ada0 Manually create todo for issuable
Added a button into the sidebar for issues & merge requests to allow users to manually create todo items

Closes #15045
2016-06-14 08:36:07 +01:00
Alejandro Rodríguez 535d11302e Remove prev/next buttons on issues and merge requests
The buttons were rarely used and added at least 1 query each on every page load.
2016-06-06 12:01:50 -04:00
Alfredo Sumaran 22b8b9a7f3 Address feedback 2016-06-03 17:14:23 -05:00
Alfredo Sumaran 4ab6bfcef5 Set indeterminated items 2016-06-03 17:10:20 -05:00
Phil Hughes d84992375c Fixed issue with spacing in issuable header
The Ruby was returning the HTML without a spacing next to the word 'by'

Closes #17864
2016-05-27 11:51:32 +01:00
Phil Hughes bc0666b3c9 Filter issuables by any user
Closes #2836
2016-05-26 10:04:17 +01:00
Jacob Schatz 692c35e6f4 Merge branch 'multi-filter-labels' into 'master'
Mutliple label filter

Fixes #989 

See merge request !3438
2016-04-20 19:18:32 +00:00
Arinde Eniola 5cefd8ab76 some refactoring 2016-04-19 17:22:55 +01:00
Phil Hughes 2629ab4472 Fixed tests 2016-04-16 16:13:16 -04:00
Phil Hughes 4b15a8ed26 Fixed up based on feedback 2016-04-16 16:13:16 -04:00
Phil Hughes 6c949b2bf1 Moved meta information into an issuable helper method 2016-04-16 16:13:16 -04:00
Arinde Eniola d0ad566972 rename the test file 2016-04-14 18:52:40 +01:00
Jacob Schatz 1617d1e026 Move functionality to label[] 2016-04-13 16:10:49 -04:00
Jacob Schatz e684480eeb Proper selecting multiple labels. 2016-04-13 16:10:49 -04:00
Phil Hughes 31fea92295 Updated based on Ruby feedback 2016-03-29 15:26:12 +01:00
Phil Hughes b5ece0886a Ruby fixes 2016-03-29 12:19:09 +01:00
Phil Hughes f8b5ff9520 Fixed rubocop issues 2016-03-29 11:59:42 +01:00
Phil Hughes 88024b17c0 Standardised the output of the JSON to always include the name
The frontend will then always use the name as the ID - like previous
2016-03-29 11:59:13 +01:00
Jacob Schatz 1cc6d786e4 Fix minor code style issues
Fix underscore template error.
Fix `=` spacing
2016-03-25 09:54:05 -04:00
Phil Hughes 81439c9093 Moved code to single line if 2016-03-17 09:13:20 +00:00
Phil Hughes 438d614b27 Removed label/milestone helper methods 2016-03-16 08:48:27 +00:00
Phil Hughes 2e07ee7f01 Fixed failing tests 2016-03-16 08:41:55 +00:00
Phil Hughes dce43b4bea Pre-selects values on issue and merge request dropdown
Closes #14290
2016-03-16 08:41:55 +00:00
Rémy Coutable e632bd26e4 Fixes "iid of max iid" in Issuable sidebar for merged MR
Fixes #13928
2016-03-08 16:23:20 +01:00
Rémy Coutable d28fa2ce23 Display "iid of max_iid" in Issuables' sidebar 2016-02-16 12:58:12 +01:00
Rémy Coutable 54613b6af5 Fix the "x of y" displayed at the top of Issuables' sidebar
1. We now display the index of the current issuable among all its project's
issuables, of the same type and with the same state.
2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper
module.
3. Added acceptance specs for the sidebar counter.
2016-02-15 15:40:24 +01:00