summaryrefslogtreecommitdiff
path: root/app/views/projects/labels
Commit message (Collapse)AuthorAgeFilesLines
* Add link to open merge requestsissue_13501Alfredo Sumaran2016-03-011-0/+4
|
* Pull right side of label row outTap2016-02-191-1/+10
|
* Label description and Label rowTap2016-02-172-9/+5
| | | | | - Add label description - Show label row when filtering issues or merge requests by label
* Use top-area component for top page navigation for pages that contains list ↵Dmitriy Zaporozhets2016-02-031-6/+7
| | | | | | of items Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'master' into ui/form-consistencyDouwe Maan2015-12-032-1/+2
|\
| * Add plus icon to all "Add X" buttonsDouwe Maan2015-12-021-0/+1
| |
| * Use "Delete" in milestone and label delete buttons instead of "Remove"Douwe Maan2015-12-021-1/+1
| |
* | Use autofocus where appropriateDouwe Maan2015-12-021-1/+1
| |
* | Add cancel button to forms that didn't have one alreadyDouwe Maan2015-12-021-2/+4
| |
* | Use consistent casing for form field labelsDouwe Maan2015-12-021-1/+1
| |
* | Use consistent casing for page titlesDouwe Maan2015-12-022-10/+4
|/
* Fix label destroy jsminor-ui-fixesDmitriy Zaporozhets2015-10-291-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix bg for labels page when no labels presentDmitriy Zaporozhets2015-10-291-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Quick Submit all the things!Robert Speicher2015-10-071-1/+1
| | | | | | | | | | | | Adds quick submit behavior to the forms for: - Blobs ("new file") - Commit messages - Issuables - Notes - Labels - Milestones - Wikis
* Move project header title definition to view in question.Douwe Maan2015-09-174-0/+6
|
* Remove repeating titles on members and label pagesDmitriy Zaporozhets2015-09-141-7/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Make edit/remove label buttons smallerlabels-small-buttonsDmitriy Zaporozhets2015-07-101-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove disableButtonIf[Any]EmptyField calls from formsRobert Speicher2015-06-261-1/+1
| | | | These have been replaced by the "requiresInput" behavior.
* Bootlint: Use offset grid classes instead of empty divsRobert Speicher2015-06-161-1/+1
|
* Omit link to generate labels if user does not have access to create themStan Hu2015-06-011-1/+4
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/8353
* Make the actual labels on Labels#index linksrs-link_to_labelRobert Speicher2015-05-211-1/+1
| | | | | Now the user can click the labels themselves or the "X open issues" text.
* Add link_to_label helperRobert Speicher2015-05-211-1/+1
|
* Capitalize "X" in "New X".Douwe Maan2015-04-301-1/+1
|
* Add a page title to every page.Douwe Maan2015-04-303-0/+3
|
* Fix label color input.fix-label-color-inputDouwe Maan2015-04-171-1/+1
|
* Update help texts and default value settingAndrew Tomaka2015-03-241-2/+2
|
* Replace bs-callout with alertDmitriy Zaporozhets2015-03-061-1/+1
|
* Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-191-2/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/dashboard/_project.html.haml app/views/events/event/_common.html.haml app/views/explore/projects/_project.html.haml app/views/groups/_projects.html.haml app/views/projects/_home_panel.html.haml app/views/projects/_issues_nav.html.haml app/views/projects/issues/_discussion.html.haml app/views/projects/issues/_issues.html.haml app/views/projects/issues/show.html.haml app/views/projects/merge_requests/_discussion.html.haml app/views/projects/merge_requests/_show.html.haml app/views/projects/milestones/index.html.haml app/views/projects/notes/_edit_form.html.haml app/views/shared/_issuable_filter.html.haml
| * Move labels/milestones tabs to side navigationDmitriy Zaporozhets2015-02-191-2/+0
| |
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-145-9/+9
|/ | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Change label color text field type to "color"Benjamin Kammerl2015-02-111-1/+1
|
* Possibility to create Milestones or Labels when Issues are disabledValery Sizov2014-11-201-1/+1
|
* Show labels help message if last label is deletedRobert Schilling2014-09-042-8/+10
|
* Merge pull request #7465 from Razer6/better_label_color_validationDmitriy Zaporozhets2014-08-151-17/+1
|\ | | | | Better label color validation, fixes #7454
| * Move label coffeescript from view to classRobert Schilling2014-08-131-16/+0
| |
| * Disable label submit button if any field is emptyRobert Schilling2014-08-131-1/+1
| |
* | Remove labels with ajax requestDmitriy Zaporozhets2014-08-131-1/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Project labels testsDmitriy Zaporozhets2014-07-311-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Correct no-labels messageDmitriy Zaporozhets2014-07-301-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add cancel button to labels page formDmitriy Zaporozhets2014-07-301-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add pagination to labels pageDmitriy Zaporozhets2014-07-301-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve labelsDmitriy Zaporozhets2014-07-301-1/+7
| | | | | | | * allow developers to manage labels * add ability to remove label Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Label views: index, new, editDmitriy Zaporozhets2014-07-305-3/+73
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix 500 for labels pageDmitriy Zaporozhets2014-07-291-12/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor scssDmitriy Zaporozhets2014-02-201-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Reduce usage of bold fontDmitriy Zaporozhets2013-10-211-10/+8
|
* remove unnecessary %br and titleDmitriy Zaporozhets2013-07-171-4/+0
|
* Replace page_title with page-title. Correct margin for some blocks/layoutsDmitriy Zaporozhets2013-07-131-1/+1
|
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-232-0/+29