1. 14 8月, 2020 1 次提交
  2. 06 8月, 2020 1 次提交
  3. 05 8月, 2020 1 次提交
  4. 28 7月, 2020 2 次提交
  5. 15 7月, 2020 1 次提交
  6. 04 6月, 2020 1 次提交
  7. 25 2月, 2020 1 次提交
  8. 20 3月, 2019 1 次提交
  9. 24 1月, 2019 1 次提交
  10. 23 7月, 2018 1 次提交
    • S
      Enable frozen strings in lib/banzai/filter/*.rb · 8b4154b5
      Stan Hu 提交于
      Excludes a few filters that require more work:
      
      * lib/banzai/filter/image_lazy_load_filter_spec.rb
      * lib/banzai/filter/syntax_highlight_filter_spec.rb
      * lib/banzai/filter/table_of_contents_filter_spec.rb
      
      Part of #47424
      8b4154b5
  11. 28 6月, 2018 1 次提交
  12. 18 5月, 2018 1 次提交
  13. 07 11月, 2017 1 次提交
  14. 02 11月, 2017 1 次提交
  15. 04 7月, 2017 1 次提交
  16. 23 2月, 2017 2 次提交
  17. 19 1月, 2017 1 次提交
  18. 17 1月, 2017 1 次提交
  19. 01 11月, 2016 1 次提交
  20. 01 9月, 2016 1 次提交
  21. 30 6月, 2016 1 次提交
    • Y
      Handle external issues in IssueReferenceFilter · a4ce2d12
      Yorick Peterse 提交于
      IssueReferenceFilter will end up processing internal issue references
      when a project uses an external issues tracker while still using
      internal issue references (in the form of `#\d+`). This commit ensures
      that these links are rendered as external issue links, regardless of
      whether the project one currently views uses an internal or external
      issues tracker.
      
      Fixes gitlab-org/gitlab-ce#19036, gitlab-com/performance#16
      a4ce2d12
  22. 03 6月, 2016 2 次提交
  23. 02 6月, 2016 2 次提交
    • Y
      Added ReferenceFilter#nodes · 8a6c3f27
      Yorick Peterse 提交于
      This method returns an Array of the HTML nodes as yielded by
      ReferenceFilter#each_node. The method's return value is memoized to
      allow multiple calls without having to re-query the input document.
      8a6c3f27
    • Y
      Returning enums in ReferenceFilter#each_node · 2fbfb854
      Yorick Peterse 提交于
      This changes ReferenceFilter#each_node so that when it's called without
      a block an Enumerator is returned.
      2fbfb854
  24. 26 5月, 2016 1 次提交
    • Y
      Split Markdown rendering & reference gathering · 86166d28
      Yorick Peterse 提交于
      This splits the Markdown rendering and reference extraction phases into
      two distinct code bases. The reference extraction phase no longer relies
      on the html-pipeline Gem (and any related code) and allows for
      extracting of references from multiple HTML nodes in a single pass. This
      means that if you want to extract user references from 200 comments you
      no longer need to run 200 times N number of queries, instead only a
      handful of queries may be needed.
      86166d28
  25. 04 4月, 2016 1 次提交
    • Y
      Refactor processing of various Banzai filters · 14114805
      Yorick Peterse 提交于
      These filters now use a single iteration over all the document nodes
      instead of multiple ones. This in turn allows variables to be re-used
      (e.g. links only have to be unescaped once). Combined with some other
      refactoring this can drastically reduce render timings.
      14114805
  26. 25 3月, 2016 1 次提交
  27. 17 3月, 2016 1 次提交
  28. 20 1月, 2016 1 次提交
  29. 14 1月, 2016 1 次提交
  30. 12 1月, 2016 1 次提交
  31. 31 12月, 2015 1 次提交
  32. 25 12月, 2015 2 次提交
  33. 24 12月, 2015 2 次提交
  34. 15 12月, 2015 1 次提交