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
2019-04-25Add auto direction to support rtl languagesAhmad Haghighi
2017-06-19Disable autocomplete on snippets commentsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33594 Was supposedly fixed in MR for https://gitlab.com/gitlab-org/gitlab-ce/issues/32086 but seeing this pop up again
2017-06-15Rename "Slash commands" to "Quick actions"Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
2017-05-11Keep input data after creating existing tagSam Rose
2016-10-14Loads GFM once for per pagePhil Hughes
#22827
2016-09-16Moved loading GFM source into zen.html.hamlPhil Hughes
2016-09-16Fixed group milestone errorPhil Hughes
2016-09-16Correctly loads gfm autocomplete source on pages where it is requiredPhil Hughes
2016-08-13Disable slash commands on edit formsDouwe Maan
2016-05-05Fixed typo in zen.scss and corresponding viewsYatish Mehta
2016-04-14Updated all GFM forms to use new GLForm classPhil Hughes
2016-04-04Added toolbar to comment formPhil Hughes
2016-04-04Restyling on elements in comment formPhil Hughes
2016-04-04Started refactoring of note formPhil Hughes
2016-01-13Autosize textareasRobert Speicher
2016-01-09Refactor ZenModeRobert Speicher
- No longer depends on the "hidden checkbox". - No longer depends on manually storing/restoring the scroll position. Instead, we take advantage of jquery.scrollTo. - Event-based. - Simplifies the state-based styling.
2015-11-19Fix 'Attach a file' link in new tag formDouwe Maan
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-07-02Comment box/Placeholder text redoDarby
2015-06-24Show a random Markdown tip in the textarea placeholderRobert Speicher
2015-06-18Revert "Changed the placeholder text and modified the css class to make it ↵Darby
visible" This reverts commit c39c823421e9dfd3add4cb49a82fa32831797aa0.
2015-06-17Changed the placeholder text and modified the css class to make it visibleDarby
2015-01-15Fix tabindex for comment formDmitriy Zaporozhets
2015-01-15Refactor zen mode. Make it works in diffsDmitriy Zaporozhets
2014-09-20Factor zen mode.Ciro Santilli