Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove all references to the .es6 in our config files and documentationremove-es6-extension-configuration | Mike Greiling | 2017-03-15 | 1 | -2/+2 |
| | |||||
* | Copy code as GFM from diffs, blobs and GFM code blocks | Douwe Maan | 2017-03-14 | 1 | -12/+1 |
| | |||||
* | use a magic default :global symbol instead of nil | http://jneen.net/ | 2017-03-09 | 1 | -1/+1 |
| | | | | to make sure we mean the global permissions | ||||
* | Merge branch '26371-native-emojis-v3' into 'master' | Filipa Lacerda | 2017-03-07 | 1 | -53/+11 |
|\ | | | | | | | | | | | | | Add emoji images - Base Native Unicode Emojis Closes #26371 See merge request !9569 | ||||
| * | Use native unicode emojis | Eric Eastwood | 2017-03-06 | 1 | -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) | James | 2017-03-06 | 1 | -0/+4 |
|/ | | | | Also adds details/summary tags to Copy-as-GFM | ||||
* | Use full group name in GFM group reference titledm-group-reference-full-name | Douwe Maan | 2017-03-01 | 1 | -1/+1 |
| | |||||
* | Merge branch '20890-comment-image-inline' into 'master' 28711-cherry-picking-ui-regressions-8-17-0 | Robert Speicher | 2017-02-27 | 1 | -8/+1 |
|\ | | | | | | | | | | | | | Fix inline comment images by removing wrapper #20890 Closes #20890 See merge request !5804 | ||||
| * | Fix inline comment images by removing wrapper #20890 | Jared Deckard | 2016-08-13 | 1 | -8/+1 |
| | | |||||
* | | Revert "Enable Style/DotPosition" | Douwe Maan | 2017-02-23 | 2 | -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 Maan | 2017-02-23 | 4 | -10/+10 |
| | | | | | | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b. | ||||
* | | Revert "Enable Style/BarePercentLiterals" | Douwe Maan | 2017-02-23 | 3 | -6/+6 |
| | | | | | | | | This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48. | ||||
* | | Prefer leading style for Style/DotPosition | Douwe Maan | 2017-02-23 | 4 | -10/+10 |
| | | |||||
* | | Fix code for cops | Douwe Maan | 2017-02-23 | 3 | -15/+18 |
| | | |||||
* | | Enable Style/ConditionalAssignment | Douwe Maan | 2017-02-23 | 3 | -9/+9 |
| | | |||||
* | | Enable Style/BarePercentLiterals | Douwe Maan | 2017-02-23 | 3 | -6/+6 |
| | | |||||
* | | Enable Style/MutableConstant | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | | |||||
* | | Enable Style/DotPosition | Douwe Maan | 2017-02-23 | 2 | -4/+4 |
| | | |||||
* | | 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 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | 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 Closes #4048 See merge request !8588 | ||||
| * | | PlantUML support for Markdown | Horacio Sanson | 2017-02-03 | 2 | -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 Pahlevi | 2017-02-03 | 1 | -1/+1 |
|/ / | | | | | | | add complete changelog for !8949 | ||||
* | | Merge branch 'master' into copy-as-md | Douwe Maan | 2017-01-25 | 3 | -4/+8 |
|\ \ | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/lib/utils/common_utils.js.es6 | ||||
| * | | 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 |
|\ \ \ | |/ / | | | | | | | | | | # Conflicts: # app/assets/javascripts/lib/utils/common_utils.js.es6 | ||||
| * | | Correct documentation for `data_attribute` methodrs-data_attribute-cleanup | Robert Speicher | 2017-01-16 | 1 | -3/+5 |
| | | | | | | | | | | | | Also break up a long line, just 'cause. | ||||
* | | | 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 markup See merge request !8259 | ||||
| * | | 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 Closes #13690 and #13180 See merge request !8003 | ||||
| * | | 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 |
|\ \ \ | | | | | | | | | | | | | | | | | Minor improvements to nested groups code See merge request !8011 | ||||
| * | | | Rename Routable.where_paths_in to Routable.where_full_path_indz-nested-group-improvements-2 | Dmitriy Zaporozhets | 2016-12-11 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | Merge branch 'unescape-relative-path' into 'master' | Gabriel Mazetto | 2016-12-12 | 1 | -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) | winniehell | 2016-12-12 | 1 | -8/+6 |
| | | |