- Feb 17, 2020
-
-
GitLab Bot authored
-
- Feb 14, 2020
-
-
GitLab Bot authored
-
- Feb 05, 2020
-
-
GitLab Bot authored
-
- Dec 21, 2019
-
-
GitLab Bot authored
-
- Dec 03, 2019
-
-
GitLab Bot authored
-
- Oct 04, 2019
-
-
GitLab Bot authored
-
- Jun 25, 2019
-
-
Martin Hanzel authored
The `:` key will no longer exit out of the autocomplete dialog, allowing auto-completion of labels with colons in them.
-
- Jun 21, 2019
-
-
Mike Greiling authored
Upgrades prettier to the latest version, and auto-corrects files with yarn prettier-all-save The diffs all seem to stem from formatting changes in brackets within template literals. Nothing major. Relevant changelogs here: https://prettier.io/blog/2019/04/12/1.17.0.html https://prettier.io/blog/2019/06/06/1.18.0.html
-
- Jun 03, 2019
-
-
Winnie Hellmann authored
-
- Apr 25, 2019
-
-
Jan Beckmann authored
Fixes #60552
-
- Apr 17, 2019
-
-
Sean McGivern authored
Autocompletion for references happens on the frontend. Those references are turned into actual references on the backend, but only after Markdown processing has happened. That means that if a reference contains a character that Markdown might consume, it won't render correctly. So we need to do some escaping on the frontend. We have these potential problem characters: https://docs.gitlab.com/ee/user/markdown.html#emphasis 1. ~ - this is ~~strikethrough~~, but only when doubled. 2. _ - used for _emphasis_, doubled is __bold__. 3. * - also used for *emphasis*, doubled is **bold** also. 4. ` - used for `code spans`, any number works. We don't need to escape `-` any more. When it comes to being inside a word: 1. a~~b~~ has strikethrough, so it needs to be escaped everywhere. 2. a_b_ has no emphasis (see [a]) so it only needs to be escaped at the start and end of words. 3. a*b* has emphasis, so it needs to be escaped everywhere. 4. a`b` has a code span, so it needs to be escaped everywhere. Or, in code terms: 1. Always escape ~~, *, and ` when being inserted by autocomplete. 2. Escape _ when it's either at the beginning or the end of a word. [a]: https://docs.gitlab.com/ee/user/markdown.html#multiple-underscores-in-words
-
- Apr 10, 2019
-
-
Tim Zallmann authored
Reverts the loading of emojis and its images to move forward with RC
-
- Mar 07, 2019
-
-
Tim Zallmann authored
Created new emojis map in public folder Renamed folder to emojis Loading now the emojis from Localstorage or from Server Moved all emojis to the public folder Loading the emojis.json file now through AJAX Loads now the map in the web element instead when building the emoji tag Updated the custom Element Setup to modern method Fixed Emoji Karma Specs for async loading Loading now the emojis from Localstorage or from Server Loads now the map in the web element instead when building the emoji tag Fixed problem with FIXTURE_PATH for emojis fixtures Fixes Linting Error in gemojione.rake Fixed Emoji Karma Specs Fix static type check in gemojione and check if already registered Testing if the Emoji Support Check is failing Rspec Change of CLass Name, returning true on check to test Fixes failing Emoji RSpec Tests Moved Emojis into public/-/emojis/1/ Fixed Linting Errors in gl_emoji Fix to fixtures creation for emojis Fixed path spec for new subdirectory -/emojis Optimized emojis.json output Fix for Emoji Spec failure due to unicode dataset Better catch handling for emojis
-
- Feb 25, 2019
-
-
- Add rectangular avatar classes - Update avatar for groups - Update avatar for projects - Update avatar for frequent items - Update avatar on "Fork project" page - Conditionally add rectangular avatar class to autocomplete items
-
- Jan 07, 2019
-
-
Heinrich Lee Yu authored
Currently not used by any CE code
-
- Dec 20, 2018
-
-
Kushal Pandya authored
-
- Nov 21, 2018
-
-
Kushal Pandya authored
-
- Nov 12, 2018
-
-
Kushal Pandya authored
-
- Oct 31, 2018
-
-
Mike Greiling authored
-
Mike Greiling authored
-
- Oct 19, 2018
-
-
Kushal Pandya authored
-
- Oct 05, 2018
-
-
Fabian Schneider authored
-
- Jul 02, 2018
-
-
Kushal Pandya authored
-
- Jun 25, 2018
-
-
gfyoung authored
Partially addresses #47006.
-
Kushal Pandya authored
-
- May 04, 2018
-
-
Mario de la Ossa authored
-
- Mar 29, 2018
-
-
Sean McGivern authored
A label name can contain a `_`, `~~`, or other Markdown-significant characters. But label references are processed _after_ Markdown processing has run, so we can't easily fix this on the backend. We can make it more convenient, though, by changing the frontend to escape these characters so they aren't processed as Markdown, when we insert them from autocomplete.
-
- Mar 11, 2018
-
-
Jan Beckmann authored
Fixes #40620,#33678
-
- Mar 09, 2018
-
-
Mike Greiling authored
-
- Jan 29, 2018
-
-
Tony Rom authored
-
- Jan 08, 2018
-
-
Maurizio De Santis authored
-
- Nov 28, 2017
-
-
Vitaliy @blackst0ne Klachkov authored
-
- Nov 13, 2017
-
-
- Aug 03, 2017
-
-
Tim Zallmann authored
-
- Jul 07, 2017
-
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/2878
-
- Jun 29, 2017
-
-
Tim Zallmann authored
-
- Jun 28, 2017
-
-
Mike Greiling authored
-
- Jun 27, 2017
-
-
Mike Greiling authored
-
Mike Greiling authored
-
- Jun 23, 2017
-
-
Mike Greiling authored
-