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
2020-06-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-01Replaces md-area with position-relative for markdown areasFilipa Lacerda
2019-03-26Remove now-unnecessary md-preview classDouwe Maan
2019-03-01Externalize markdown toolbar tooltipsEnrique Alcántara
Replace tooltip texts in the markdown toolbar with bindings to gettext calls Author: Enrique Alcantara <enrique@crunch.io>
2019-01-02Add markdown buttons to file editorSam Bigelow
Currently, we have markdown files in many places (e.g. comments, new issues, etc.). This Merge Request detects if the file being edited is a markdown file and adds markdown buttons and their functionality to the single file editor (Not the web IDE)
2018-10-19Change markdown header tab anchor links to buttonsGeorge Tsiolis
2018-10-08Remove duplicate button from the markdown header toolbarGeorge Tsiolis
2018-10-06Add button to insert table in markdown editorGeorge Tsiolis
2018-10-02Resolve "Add "Link" shortcut/icon in markdown editor to make it easier to ↵Jan Beckmann
add references"
2018-04-20Add .nav.nav-tabs to nav-linksClement Ho
2018-04-20Readd hide classClement Ho
2018-04-09[skip ci] Rename .hide to .d-noneClement Ho
2017-12-19Hide & show toolbar on MR pageAnnabel Dunstone Gray
2017-12-06Fixed merge request locked icon sizePhil Hughes
Closes #40876
2017-12-05Init zenmode in snippets pagesFilipa Lacerda
2017-11-19Add inline editing to issues on mobileEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39497
2017-11-06Resolve "Editor icons"Tim Zallmann
2017-10-06UX reviewLuke "Jared" Bennett
2017-09-14Fix md_previewLuke "Jared" Bennett
2017-09-14Merge FELuke "Jared" Bennett
2017-08-11Adds confidential issue informationFilipa Lacerda
2017-08-0833874 confidential issue redesignRegis Boudinot
2017-06-20Revert sticky confidential headerAnnabel Dunstone Gray
2017-06-07Add sticky confidential issue barClement Ho
2017-05-04Display slash commands outcome when previewing MarkdownRares Sfirlogea
Remove slash commands from Markdown preview and display their outcome next to the text field. Introduce new "explanation" block to our slash commands DSL. Introduce optional "parse_params" block to slash commands DSL that allows to process a parameter before it is passed to "explanation" or "command" blocks. Pass path for previewing Markdown as "data" attribute instead of setting a variable on "window".
2017-01-25Display fullscreen button on small screens (!5302)winniehell
2016-12-31HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya
2016-12-31HAMLLint: Fix `SpaceBeforeScript` offencesKushal Pandya
2016-12-31HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya
2016-06-27Markdown toolbar inserts code blocksPhil Hughes
Closes #19173
2016-06-17Updated design of markdown buttonsPhil Hughes
2016-06-17Move buttons to upper right.Jacob Schatz
2016-06-05Fix error on non-issue pages with comment areas.Connor Shea
2016-06-04Add confidential issue notice in comment box.Connor Shea
2016-05-05Fixed typo in zen.scss and corresponding viewsYatish Mehta
2016-04-16Fix issue with go full screen triggering attach filePhil Hughes
2016-04-10Remove tab stop from "Write", "Preview", "Go full screen" linksRobert Speicher
Closes #15089
2016-04-04Added toolbar to comment formPhil Hughes
2016-04-04Restyling on elements in comment formPhil Hughes
2016-01-13Replace all navigation menu with nav-links classDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-04Fix specsDouglas Barbosa Alexandre
2015-12-03Improve style of the warning when mentioning many people in a commentDouglas Barbosa Alexandre
2015-12-03Style warning about mentioning many people in a commentDouglas Barbosa Alexandre
2015-11-26Decouple Markdown previews from DropzoneInputRobert Speicher
2015-10-15Don't use link_to/image_tag where not neededYorick Peterse
In these particular instances we can just use HAML tags directly. This can shave off some time spent loading issue pages, though this depends on the amount of comments being displayed. When viewing https://gitlab.com/gitlab-org/gitlab-ce/issues/2164 locally these changes reduce loading time by about 400 ms in total.
2015-09-08Style comment formDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-10Add negative tabindex to Markdown Write and Preview tabsRobert Speicher
Closes #1757
2015-06-05Prefer jQuery on to bind, and don't use .js class.Douwe Maan
2015-06-05Show warning when a comment will add 10 or more people to the discussion.Douwe Maan
2015-04-21Make issue preview look like the resultDominik Sander