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-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