1. 25 11月, 2019 1 次提交
  2. 23 8月, 2019 1 次提交
    • J
      Re-escape whole HTML content instead of only match · a98b89e9
      Jan Provaznik 提交于
      When we un-escape HTML text to find references in it, we should then
      re-escape the whole text again, not only found matches.
      
      Because we replace matches with milestone/label links (which contain
      HTML tags we don't want to escape again), we re-escape HTML text
      with placeholders instead of these links and then replace placeholders
      in the escaped text.
      a98b89e9
  3. 26 7月, 2019 1 次提交
  4. 24 1月, 2019 1 次提交
  5. 13 12月, 2018 1 次提交
  6. 20 6月, 2018 1 次提交
  7. 18 6月, 2018 1 次提交
  8. 20 4月, 2018 1 次提交
  9. 05 4月, 2018 1 次提交
  10. 05 3月, 2018 1 次提交
  11. 02 11月, 2017 1 次提交
  12. 03 8月, 2017 1 次提交
  13. 01 8月, 2017 1 次提交
  14. 27 7月, 2017 1 次提交
  15. 06 7月, 2017 1 次提交
  16. 21 6月, 2017 1 次提交
  17. 23 2月, 2017 6 次提交
  18. 03 12月, 2016 1 次提交
  19. 20 10月, 2016 1 次提交
  20. 01 9月, 2016 1 次提交
  21. 13 7月, 2016 3 次提交
  22. 06 7月, 2016 1 次提交
  23. 03 6月, 2016 2 次提交
  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. 21 4月, 2016 1 次提交
  26. 21 3月, 2016 1 次提交
  27. 19 3月, 2016 1 次提交
  28. 03 3月, 2016 4 次提交
  29. 15 12月, 2015 1 次提交