An error occurred fetching the project authors.
- 13 Oct, 2015 1 commit
-
-
Douwe Maan authored
-
- 07 Oct, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 01 Oct, 2015 1 commit
-
-
SAKATA Sinji authored
-
- 23 Sep, 2015 1 commit
-
-
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
-
- 09 Sep, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 03 Sep, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- 01 Sep, 2015 3 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
These helpers are no longer dependent on the current user state. Hooray!
-
Robert Speicher authored
-
- 31 Aug, 2015 3 commits
-
-
Robert Speicher authored
This adds some duplication, but this helper is temporary.
-
Robert Speicher authored
Some usages of the `gfm` helper depend on the text not being rendered as standard Markdown. Ugh.
-
Robert Speicher authored
We need to send `path`, not `requested_path`.
-
- 27 Aug, 2015 3 commits
-
-
Robert Speicher authored
Some views are still calling `gfm` directly. We'll need to update them to instead call `markdown` with a `pipeline: ...` argument.
-
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
-
-
Douwe Maan authored
-
- 25 Aug, 2015 1 commit
-
-
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.
-
- 09 Jul, 2015 1 commit
-
-
Darby authored
-
- 01 Jul, 2015 1 commit
-
-
Darby authored
-
- 24 Jun, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- 13 Jun, 2015 1 commit
-
-
Robert Speicher authored
Consolidates the helpers related to user preferences. Renames `app_theme` to `user_application_theme` to better explain what it is.
-
- 02 Jun, 2015 1 commit
-
-
Douwe Maan authored
-
- 29 May, 2015 1 commit
-
-
Robert Speicher authored
Closes #1721
-
- 26 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 18 May, 2015 1 commit
-
-
Jakub Jirutka authored
-
- 14 May, 2015 1 commit
-
-
Douwe Maan authored
-
- 11 May, 2015 1 commit
-
-
Jakub Jirutka authored
-
- 30 Apr, 2015 3 commits
-
-
Robert Speicher authored
This just extends the HTML::Pipeline::SanitizationFilter with our custom whitelist.
-
Robert Speicher authored
-
Robert Speicher authored
Removes header and table of contents processing from Redcarpet renderer.
-
- 24 Apr, 2015 1 commit
-
-
Guillaume Delbergue authored
Signed-off-by: Guillaume Delbergue <guillaume.delbergue@greensocs.com>
-
- 20 Apr, 2015 1 commit
-
-
Robert Speicher authored
-
- 10 Apr, 2015 1 commit
-
-
Douwe Maan authored
-
- 09 Apr, 2015 1 commit
-
-
Robert Speicher authored
This option defaults to true in RedCarpet 3.2.0, but we handle sanitization later in the process with html-pipeline. Closes #2211
-
- 03 Apr, 2015 1 commit
-
-
Douwe Maan authored
-
- 02 Apr, 2015 1 commit
-
-
Douwe Maan authored
-