| Commit message (Expand) | Author | Age | Files | Lines |
* | No more and/or | Douwe Maan | 2017-02-21 | 1 | -1/+1 |
* | Only yield valid references in ReferenceFilter.references_inonly-yield-valid-reference-matches | Douwe Maan | 2017-02-16 | 1 | -1/+6 |
* | Add GFM support to nested groupsdz-nested-groups-gfm-alt | Dmitriy Zaporozhets | 2017-02-13 | 2 | -4/+4 |
* | Create directly_addressed Todos when mentioned in beginning of a line | Ershad Kunnakkadan | 2017-02-08 | 4 | -7/+67 |
* | Merge branch 'markdown-plantuml' into 'master'
| Sean McGivern | 2017-02-03 | 2 | -0/+40 |
|\ |
|
| * | PlantUML support for Markdown | Horacio Sanson | 2017-02-03 | 2 | -0/+40 |
* | | replace `find_with_namespace` with `find_by_full_path` | Adam Pahlevi | 2017-02-03 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' into copy-as-md | Douwe Maan | 2017-01-25 | 3 | -4/+8 |
|\ |
|
| * | address comments | Jarka Kadlecova | 2017-01-25 | 1 | -0/+1 |
| * | make mentions working when project not specified | Jarka Kadlecova | 2017-01-18 | 3 | -5/+8 |
* | | Merge branch 'master' into copy-as-md | Douwe Maan | 2017-01-19 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Correct documentation for `data_attribute` methodrs-data_attribute-cleanup | Robert Speicher | 2017-01-16 | 1 | -3/+5 |
* | | Add more SyntaxHighlightFilter and MathFilter tests | Douwe Maan | 2017-01-17 | 1 | -2/+4 |
* | | Fix SyntaxHighlightFilter spec | Douwe Maan | 2017-01-17 | 1 | -0/+1 |
* | | Improve spec | Douwe Maan | 2017-01-16 | 1 | -3/+4 |
* | | Copying a rendered issue/comment will paste into GFM textareas as actual GFM | Douwe Maan | 2017-01-16 | 5 | -6/+12 |
|/ |
|
* | Merge branch 'inline-math-dollar' into 'master'
| Robert Speicher | 2016-12-22 | 1 | -8/+3 |
|\ |
|
| * | Don't render inline math when dollar signs are inside markupinline-math-dollar | Douwe Maan | 2016-12-22 | 1 | -8/+3 |
* | | Use `ref` variable24224-fix-project-ref-cache | Douwe Maan | 2016-12-22 | 1 | -1/+1 |
* | | Fix lookup of project by unknown ref when caching is enabled | Douwe Maan | 2016-12-22 | 1 | -4/+15 |
|/ |
|
* | Filter protocol-relative URLs in ExternalLinkFilter. Fixes issue #22742. | Makoto Scott-Hinkle | 2016-12-21 | 1 | -1/+1 |
* | Merge branch 'katex-math' into 'master'
| Sean McGivern | 2016-12-15 | 2 | -0/+52 |
|\ |
|
| * | Render math in Asciidoc and Markdown with KaTeX using code blocks | Munken | 2016-12-14 | 4 | -31/+52 |
| * | Better location for math lexer | Munken | 2016-12-08 | 1 | -22/+0 |
| * | Removed alias and filenames | Munken | 2016-12-08 | 1 | -2/+0 |
| * | Hacked in Math Lexer | Munken | 2016-12-08 | 1 | -0/+27 |
| * | Math works for inline syntax | Munken | 2016-12-08 | 1 | -2/+0 |
| * | Working inline math filter | Munken | 2016-12-08 | 2 | -0/+30 |
* | | Merge branch 'dz-nested-group-improvements-2' into 'master'
| Sean McGivern | 2016-12-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Rename Routable.where_paths_in to Routable.where_full_path_indz-nested-group-improvements-2 | Dmitriy Zaporozhets | 2016-12-11 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'unescape-relative-path' into 'master'
| Gabriel Mazetto | 2016-12-12 | 1 | -8/+6 |
|\ \
| |/
|/| |
|
| * | Avoid escaping relative links in Markdown twice (!7940) | winniehell | 2016-12-12 | 1 | -8/+6 |
* | | Add shorthand support to gitlab markdown references | Oswaldo Ferreira | 2016-12-02 | 5 | -60/+41 |
|/ |
|
* | remove underscore from user-content id namespace22781-user-generated-permalinks | Mike Greiling | 2016-11-30 | 1 | -1/+1 |
* | add transparent namespace to all user-generated anchors in GitLab flavored ma... | Mike Greiling | 2016-11-30 | 1 | -3/+5 |
* | Merge branch 'markdown-xss-fix-option-2.1' into 'security' | Douwe Maan | 2016-11-09 | 1 | -10/+28 |
* | Merge branch 'issue_23548_dev' into 'master' | Douwe Maan | 2016-11-09 | 9 | -14/+78 |
* | Split out markdown cache storage into a separate method | Nick Thomas | 2016-11-04 | 1 | -1/+5 |
* | Fix Markdown styling inside reference links | panjan | 2016-11-01 | 5 | -42/+44 |
* | Pass user instance to Labels::FindOrCreateService or skip_authorization: trueadam-fix-labels-find-or-create | Adam Niedzielski | 2016-10-28 | 1 | -1/+1 |
* | Escape ref and path for relative links (!6050) | winniehell | 2016-10-24 | 1 | -2/+2 |
* | Merge branch 'feature/group-level-labels' into 'master'
| Douwe Maan | 2016-10-19 | 1 | -5/+46 |
|\ |
|
| * | Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilter | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -7/+1 |
| * | Fix replace label references with links for group labels | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+7 |
| * | Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilter | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -7/+5 |
| * | Unfold references for group labels when moving issue to another project | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -3/+36 |
| * | Add ProjectLabel model | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -1/+1 |
| * | Replace label references with links for group labels | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -3/+13 |
* | | Merge branch 'issue_828' into 'master'
| Douwe Maan | 2016-10-19 | 3 | -15/+38 |
|\ \
| |/
|/| |
|
| * | Prevent wrong markdown on issue ids when project has Jira service activatedissue_828 | Felipe Artur | 2016-10-19 | 3 | -15/+38 |