summaryrefslogtreecommitdiff
path: root/lib/banzai
Commit message (Collapse)AuthorAgeFilesLines
* remove all references to the .es6 in our config files and documentationremove-es6-extension-configurationMike Greiling2017-03-151-2/+2
|
* Copy code as GFM from diffs, blobs and GFM code blocksDouwe Maan2017-03-141-12/+1
|
* use a magic default :global symbol instead of nilhttp://jneen.net/2017-03-091-1/+1
| | | | to make sure we mean the global permissions
* Merge branch '26371-native-emojis-v3' into 'master' Filipa Lacerda2017-03-071-53/+11
|\ | | | | | | | | | | | | Add emoji images - Base Native Unicode Emojis Closes #26371 See merge request !9569
| * Use native unicode emojisEric Eastwood2017-03-061-53/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
* | SanitizationFilter allows html5 details and summary (Issue #21605)James2017-03-061-0/+4
|/ | | | Also adds details/summary tags to Copy-as-GFM
* Use full group name in GFM group reference titledm-group-reference-full-nameDouwe Maan2017-03-011-1/+1
|
* Merge branch '20890-comment-image-inline' into 'master' 28711-cherry-picking-ui-regressions-8-17-0Robert Speicher2017-02-271-8/+1
|\ | | | | | | | | | | | | Fix inline comment images by removing wrapper #20890 Closes #20890 See merge request !5804
| * Fix inline comment images by removing wrapper #20890Jared Deckard2016-08-131-8/+1
| |
* | Revert "Enable Style/DotPosition"Douwe Maan2017-02-232-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9. # Conflicts: # .rubocop.yml # .rubocop_todo.yml # lib/gitlab/ci/config/entry/global.rb # lib/gitlab/ci/config/entry/jobs.rb # spec/lib/gitlab/ci/config/entry/factory_spec.rb # spec/lib/gitlab/ci/config/entry/global_spec.rb # spec/lib/gitlab/ci/config/entry/job_spec.rb # spec/lib/gitlab/ci/status/build/factory_spec.rb # spec/lib/gitlab/incoming_email_spec.rb
* | Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-234-10/+10
| | | | | | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
* | Revert "Enable Style/BarePercentLiterals"Douwe Maan2017-02-233-6/+6
| | | | | | | | This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48.
* | Prefer leading style for Style/DotPositionDouwe Maan2017-02-234-10/+10
| |
* | Fix code for copsDouwe Maan2017-02-233-15/+18
| |
* | Enable Style/ConditionalAssignmentDouwe Maan2017-02-233-9/+9
| |
* | Enable Style/BarePercentLiteralsDouwe Maan2017-02-233-6/+6
| |
* | Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
| |
* | Enable Style/DotPositionDouwe Maan2017-02-232-4/+4
| |
* | No more and/orDouwe Maan2017-02-211-1/+1
| |
* | Only yield valid references in ReferenceFilter.references_inonly-yield-valid-reference-matchesDouwe Maan2017-02-161-1/+6
| |
* | Add GFM support to nested groupsdz-nested-groups-gfm-altDmitriy Zaporozhets2017-02-132-4/+4
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Create directly_addressed Todos when mentioned in beginning of a lineErshad Kunnakkadan2017-02-084-7/+67
| |
* | Merge branch 'markdown-plantuml' into 'master' Sean McGivern2017-02-032-0/+40
|\ \ | | | | | | | | | | | | | | | | | | PlantUML support for Markdown Closes #4048 See merge request !8588
| * | PlantUML support for MarkdownHoracio Sanson2017-02-032-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks: ```plantuml Bob -> Sara : Hello Sara -> Bob : Go away ``` Closes: #4048
* | | replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-1/+1
|/ / | | | | | | add complete changelog for !8949
* | Merge branch 'master' into copy-as-mdDouwe Maan2017-01-253-4/+8
|\ \ | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/lib/utils/common_utils.js.es6
| * | address commentsJarka Kadlecova2017-01-251-0/+1
| | |
| * | make mentions working when project not specifiedJarka Kadlecova2017-01-183-5/+8
| | |
* | | Merge branch 'master' into copy-as-mdDouwe Maan2017-01-191-3/+5
|\ \ \ | |/ / | | | | | | | | | # Conflicts: # app/assets/javascripts/lib/utils/common_utils.js.es6
| * | Correct documentation for `data_attribute` methodrs-data_attribute-cleanupRobert Speicher2017-01-161-3/+5
| | | | | | | | | | | | Also break up a long line, just 'cause.
* | | Add more SyntaxHighlightFilter and MathFilter testsDouwe Maan2017-01-171-2/+4
| | |
* | | Fix SyntaxHighlightFilter specDouwe Maan2017-01-171-0/+1
| | |
* | | Improve specDouwe Maan2017-01-161-3/+4
| | |
* | | Copying a rendered issue/comment will paste into GFM textareas as actual GFMDouwe Maan2017-01-165-6/+12
|/ /
* | Merge branch 'inline-math-dollar' into 'master' Robert Speicher2016-12-221-8/+3
|\ \ | | | | | | | | | | | | Don't render inline math when dollar signs are inside markup See merge request !8259
| * | Don't render inline math when dollar signs are inside markupinline-math-dollarDouwe Maan2016-12-221-8/+3
| | |
* | | Use `ref` variable24224-fix-project-ref-cacheDouwe Maan2016-12-221-1/+1
| | |
* | | Fix lookup of project by unknown ref when caching is enabledDouwe Maan2016-12-221-4/+15
|/ /
* | Filter protocol-relative URLs in ExternalLinkFilter. Fixes issue #22742.Makoto Scott-Hinkle2016-12-211-1/+1
| |
* | Merge branch 'katex-math' into 'master' Sean McGivern2016-12-152-0/+52
|\ \ | | | | | | | | | | | | | | | | | | Render math in Asciidoc and Markdown with KaTeX using code blocks Closes #13690 and #13180 See merge request !8003
| * | Render math in Asciidoc and Markdown with KaTeX using code blocksMunken2016-12-144-31/+52
| | |
| * | Better location for math lexerMunken2016-12-081-22/+0
| | |
| * | Removed alias and filenamesMunken2016-12-081-2/+0
| | |
| * | Hacked in Math LexerMunken2016-12-081-0/+27
| | |
| * | Math works for inline syntaxMunken2016-12-081-2/+0
| | |
| * | Working inline math filterMunken2016-12-082-0/+30
| | |
* | | Merge branch 'dz-nested-group-improvements-2' into 'master' Sean McGivern2016-12-131-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Minor improvements to nested groups code See merge request !8011
| * | | Rename Routable.where_paths_in to Routable.where_full_path_indz-nested-group-improvements-2Dmitriy Zaporozhets2016-12-111-1/+1
| |/ / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'unescape-relative-path' into 'master' Gabriel Mazetto2016-12-121-8/+6
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid escaping relative links in Markdown twice ## What does this MR do? Avoid escaping relative links in Markdown twice. ## Why was this MR needed? Relative links with special characters (e.g. spaces) were escaped twice. ## What are the relevant issue numbers? closes #25191, #25318 See merge request !7940
| * | Avoid escaping relative links in Markdown twice (!7940)winniehell2016-12-121-8/+6
| | |