An error occurred fetching the project authors.
- 03 Dec, 2015 4 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
This makes it more intuitive, as user can see that something actually happened after adding emoji-only comment in long discussions.
-
- 18 Nov, 2015 3 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
- 16 Nov, 2015 1 commit
-
-
Robert Speicher authored
This reverts commit 63144cd0, reversing changes made to 8ab5df9d.
-
- 12 Nov, 2015 1 commit
-
-
Jason Lee authored
Use RJS to render edit note feature. Before: ``` Rendered projects/notes/_note.html.haml (27.9ms) Rendered projects/_zen.html.haml (0.3ms) Rendered projects/notes/_hints.html.haml (0.7ms) Rendered projects/_md_preview.html.haml (3.9ms) Rendered projects/notes/_edit_form.html.haml (6.9ms) Rendered projects/notes/_note.html.haml (17.7ms) Rendered projects/_zen.html.haml (0.3ms) Rendered projects/notes/_hints.html.haml (0.6ms) Rendered projects/_md_preview.html.haml (3.4ms) Rendered projects/notes/_edit_form.html.haml (7.0ms) ``` After: ``` Rendered projects/notes/_note.html.haml (13.8ms) Rendered projects/notes/_note.html.haml (7.1ms) Rendered projects/notes/_note.html.haml (9.5ms) Rendered projects/notes/_note.html.haml (8.5ms) ``` This change reduce at least 6ms * N ('N' - number of notes).
-
- 07 Oct, 2015 1 commit
-
-
Robert Speicher authored
-
- 30 Sep, 2015 1 commit
-
-
Robert Speicher authored
-
- 10 Sep, 2015 1 commit
-
-
Robert Speicher authored
-
- 04 Sep, 2015 1 commit
-
-
Robert Speicher authored
-
- 26 Jul, 2015 1 commit
-
-
Stan Hu authored
-
- 17 Jul, 2015 1 commit
-
-
Daniel Gerhardt authored
This fixes the file upload dialog which currently works for new comments but not for comment editing. The cause for this is a missing DOM class which causes traversal to the dropzone to fail. This is fixed by adding the expected `gfm-form` class to the edit form. It has to be added dynamically since adding it to the form template would break the form's layout and comment saving.
-
- 16 Jun, 2015 1 commit
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9283
-
- 09 Jun, 2015 1 commit
-
-
Nicolas authored
Addresses #2221.
-
- 28 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 21 May, 2015 1 commit
-
-
Douwe Maan authored
-
- 20 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 06 May, 2015 3 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
- 27 Mar, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 20 Mar, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 17 Feb, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 16 Feb, 2015 1 commit
-
-
Douwe Maan authored
-
- 11 Feb, 2015 1 commit
-
-
Douwe Maan authored
Resolves #1869.
-
- 07 Feb, 2015 1 commit
-
-
Douwe Maan authored
Closes #1738.
-
- 05 Feb, 2015 1 commit
-
-
Douwe Maan authored
Fixes #1869.
-
- 15 Jan, 2015 4 commits
-
-
Stefan Tatschner authored
I decided to create a fork of rouge as rouge lacks a HTML formatter with the required options such as wrapping a line with <span> tags. Furthermore I was not really convinced about the clarity of rouge's source code. Rugments 1.0.0beta3 for now only includes some basic linting and a new HTML formatter. Everything else should behave the same.
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 24 Dec, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 20 Oct, 2014 1 commit
-
-
Ciro Santilli authored
-
- 16 Oct, 2014 1 commit
-
-
Vinnie Okada authored
Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes.
-
- 29 Sep, 2014 1 commit
-
-
Jacob Vosmaer authored
-