Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-18Fix styling of tag pageAnnabel Dunstone
2016-07-06Allow everyone to sort tags, not only those who has accessSerg
2016-06-30Remove unnecessary parensValery Sizov
2016-06-18Merge branch 'tags-edit-tooltip-placement' into 'master' Jacob Schatz
Fixed tooltip placement on edit tags button ## What does this MR do? Moves the placement of the tooltip to the body so not to affect the movement of the button. ## Screenshots (if relevant) Old: ![tooltip-old](/uploads/9ecb9bb919578881994698cd8b1d1826/tooltip-old.gif) New: ![tooltip-new](/uploads/66f90cf95c2ee4001bfa3c65b9de8c05/tooltip-new.gif) See merge request !4737
2016-06-17Fixed tooltip placement on edit tags buttonPhil Hughes
2016-06-16Add sorting dropdown to tag pageAlejandro Rodríguez
2016-06-08Improve buttons size and paddings in the listsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-08Use responsive top-area on project branches and tags pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-07Finish styling sub navAnnabel Dunstone
2016-06-03Put project Files and Commits tabs under Code tabDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-26Remove header title from project pagesDmitriy Zaporozhets
With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-10Add integration specs for tagsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-05-10Replace text field with textarea in 'New Tag' view and display tag message ↵Calin Seciu
in `<pre>`
2016-05-05Start builds redesignAnnabel Dunstone
2016-04-14Updated all GFM forms to use new GLForm classPhil Hughes
2016-03-23Merge branch 'dropdown-right-align' into 'master' Jacob Schatz
Dropdown alignment Hopefully the JS will stop this happening in future as well! Closes #14386 ![Screen_Shot_2016-03-18_at_12.54.32](/uploads/d11b51d3577df3a19b8b3a0fd7b69788/Screen_Shot_2016-03-18_at_12.54.32.png) See merge request !3298
2016-03-22Removed dropdown JS to align instead favours HTML classPhil Hughes
2016-03-20change the css class has_tooltip to has-tooltip universallyArinde Eniola
2016-03-02Change `js-quick-submit` behavior to expect the class on the formRobert Speicher
Now it will work on any field inside that form, and it's easier to scope new behavior, which is what we're adding next!
2016-03-01Make the tags delete button remote in the tags listRémy Coutable
2016-03-01Tag deletion doesn't use AJAX anymoreRémy Coutable
The controller was actually changed to not respond to AJAX but the deletion button in the index.html was still using AJAX. There is no need for AJAX when deleting a tag since it's a very rare use-case. KISS. Fixes #13781
2016-01-15Replace strong by span for .item-title elementsRémy Coutable
2016-01-15Streamline item titles to use a single class, and add back strong tagsRémy Coutable
2016-01-14Fix alignment issues after a fix on titles weightRémy Coutable
2016-01-14Improve the consistency of commit titles, branch names, tag names, issue/MR ↵Rémy Coutable
titles, on their respective project pages
2015-12-07Merge branch 'master' into ui/miscDouwe Maan
2015-12-03Merge branch 'master' into ui/miscDouwe Maan
2015-12-03Merge branch 'master' into ui/form-consistencyDouwe Maan
2015-12-03Tweak tag form wordingDouwe Maan
2015-12-02Add tooltips to tag buttonsDouwe Maan
2015-12-02Add tag delete buttonDouwe Maan
2015-12-02Add permission check for tag list release notes buttonDouwe Maan
2015-12-02Add plus icon to all "Add X" buttonsDouwe Maan
2015-12-02Rename variableDouwe Maan
2015-12-02Use js-requires-input where appropriateDouwe Maan
2015-12-02Only use input placeholders when they add valueDouwe Maan
2015-12-02Don't write "Optional" or "Required" unless non-obviousDouwe Maan
2015-12-02Use consistent casing for form field labelsDouwe Maan
2015-12-02Use consistent casing for page titlesDouwe Maan
2015-11-20Update copy used in alert message when deleting branches or tags. #2993Rubén Dávila
2015-11-19Fix 'Attach a file' link in new tag formDouwe Maan
2015-11-09Add missing param and title for tagDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-06Better englishDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-06Add tests to release notes featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-06Small UI improvements to new git tag pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-06Add changelog item and remove release labels for tags listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-05Retyle tag show pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-05Improve UI for tags pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-05Add release description to new tag formDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-05Create show page for tag and render release notes there and on index pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>