- 15 Dec, 2015 1 commit
-
-
Gabriel Mazetto authored
-
- 12 Dec, 2015 1 commit
-
-
Robert Speicher authored
-
- 11 Dec, 2015 1 commit
-
-
Robert Speicher authored
Closes #4002
-
- 08 Dec, 2015 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 07 Dec, 2015 1 commit
-
-
Robert Speicher authored
-
- 30 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 19 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 05 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 18 Oct, 2015 2 commits
-
-
Jan-Gerd Tenberge authored
-
Jan-Gerd Tenberge authored
-
- 16 Oct, 2015 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 15 Oct, 2015 2 commits
-
-
Yorick Peterse authored
-
Yorick Peterse authored
If the User object is already known before calling this method being able to re-use said object can save us an extra SQL query.
-
- 14 Oct, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 07 Oct, 2015 2 commits
-
-
Douwe Maan authored
-
Stan Hu authored
Closes #2619 Closes https://github.com/gitlabhq/gitlabhq/issues/9631
-
- 02 Oct, 2015 1 commit
-
-
Stan Hu authored
-
- 01 Oct, 2015 2 commits
-
-
SAKATA Sinji authored
-
Stan Hu authored
Previous title would only show the group name, which could be confusing. Closes #2875
-
- 29 Sep, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 26 Sep, 2015 2 commits
-
-
Jan-Gerd Tenberge authored
-
Stan Hu authored
Closes #2662
-
- 23 Sep, 2015 3 commits
-
-
Stan Hu authored
Closes #2702
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Stan Hu authored
HTML would be stripped in `truncate_if_block` when a comment had multiple lines and the first wasn't long enough to be truncated. The use of `node.content` would strip all HTML tags. Using `node.inner_html` retains these tags and puts the "..." in between paragraph tags. Closes #2586
-
- 20 Sep, 2015 1 commit
-
-
Stan Hu authored
Closes #2586
-
- 15 Sep, 2015 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 11 Sep, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 09 Sep, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 01 Sep, 2015 1 commit
-
-
Robert Speicher authored
-
- 31 Aug, 2015 1 commit
-
-
Robert Speicher authored
-
- 27 Aug, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
This module is now the sole source of knowledge for *how* we render Markdown (and GFM).
-
- 26 Aug, 2015 1 commit
-
-
Robert Speicher authored
Update PreferencesHelper specs
-
- 25 Aug, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
Instead of rendering this value server-side, we use Javascript and Gon to apply the user's color scheme (or the default) to any syntax highlighted code blocks. This will make it easier to cache these blocks in the future because they're no longer state-dependent.
-
- 10 Aug, 2015 1 commit
-
-
Stan Hu authored
Refactored HTML parser to avoid duplication of newline parsing. Closes #2235
-
- 31 Jul, 2015 1 commit
-
-
Stan Hu authored
HTML span elements only apply to a single line, and in the case of multi-line comments, the highlighting was dropped as a result. Ensure that each line has the proper styling to fix this. Closes #1577
-
- 24 Jul, 2015 1 commit
-
-
Stan Hu authored
Steps to reproduce: 1. Create a project with a README 2. In the actual remote, type: `git symbolic-ref HEAD refs/heads/nowhere` 3. Check that HEAD is gone via `git ls-remote .` 4. Go to the projects page and see the Error 500 Closes https://github.com/gitlabhq/gitlabhq/issues/9484
-