- 28 Apr, 2017 1 commit
-
-
Douwe Maan authored
-
- 27 Apr, 2017 9 commits
-
-
Toon Claes authored
-
Toon Claes authored
-
Toon Claes authored
-
Toon Claes authored
-
Toon Claes authored
-
Douwe Maan authored
-
Toon Claes authored
Because the post-processing of the rendered README is dependent on the context (i.e. the current user), do the post-processing when the README is being displayed.
-
Toon Claes authored
-
Toon Claes authored
It does more than solely GitLab Markdown, so rename to MarkupHelper.
-
- 26 Apr, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 14 Mar, 2017 2 commits
-
-
Douwe Maan authored
-
- 03 Jan, 2017 1 commit
-
-
James Lopez authored
Also added relevant specs and refactored to_references in a bunch of places to be more consistent.
-
- 02 Dec, 2016 1 commit
-
-
Oswaldo Ferreira authored
-
- 07 Oct, 2016 2 commits
-
-
Nick Thomas authored
This commit alters views for the following models to use the markdown cache if present: * AbuseReport * Appearance * ApplicationSetting * BroadcastMessage * Group * Issue * Label * MergeRequest * Milestone * Project At the same time, calls to `escape_once` have been moved into the `single_line` Banzai pipeline, so they can't be missed out by accident and the work is done at save, rather than render, time.
-
Nick Thomas authored
This commit adds a number of _html columns and, with the exception of Note, starts updating them whenever the content of their partner fields changes. Note has a collision with the note_html attr_accessor; that will be fixed later A background worker for clearing these cache columns is also introduced - use `rake cache:clear` to set it off. You can clear the database or Redis caches separately by running `rake cache:clear:db` or `rake cache:clear:redis`, respectively.
-
- 21 Jun, 2016 1 commit
-
-
Yorick Peterse authored
The method Banzai::Renderer.pre_process would always be called, regardless of whether the Markdown to render was already cached or not. In cache the document _was_ cached the output of the pre-processing pipeline was ignored resulting in it doing nothing but wasting CPU cycles. This commit moves Banzai::Renderer.pre_process into Banzai::Renderer.render_result so that it's _only_ used when needed.
-
- 17 Jun, 2016 1 commit
-
-
Phil Hughes authored
-
- 09 Jun, 2016 1 commit
-
-
Timothy Andrew authored
- Need to pass in a `page_slug` to the filter, so it can rewrite based on the current page (all links are rewritten to the level of the app root). - The earlier `markdown_preview` endpoint was at the level of the wiki. We need to know the current page (for rewriting, as above), so this commit moves the endpoint to the level of a wiki page. - Fix all tests
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 23 May, 2016 1 commit
-
-
Robert Speicher authored
-
- 10 Apr, 2016 1 commit
-
-
Robert Speicher authored
Only usage got removed in !3442
-
- 03 Mar, 2016 1 commit
-
-
Robert Speicher authored
-
- 12 Feb, 2016 1 commit
-
-
Ben Boeckel authored
- Apply the RelativeLinkFilter filter to other formats, e.g., reStructuredText so links from the Files view or the Project view work - Remove the AsciidocPipeline pipeline Fixes #3533.
-
- 14 Jan, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 15 Dec, 2015 2 commits
-
-
Douwe Maan authored
-
Gabriel Mazetto authored
-
- 17 Nov, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 14 Oct, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 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
-