1. 17 1月, 2017 3 次提交
  2. 12 1月, 2017 1 次提交
    • H
      Add support for PlantUML diagrams in Asciidoc. · f986b4c4
      Horacio Sanson 提交于
      This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a
      PlantUML diagram all we need is to include a plantuml block like:
      
      ```
      [plantuml, id="myDiagram", width="100px", height="100px"]
      --
      bob -> alice : ping
      alice -> bob : pong
      --
      ```
      
      The plantuml block is substituted by an HTML img element with *src* pointing to
      an external PlantUML server.
      
      This MR also add a PlantUML integration section to the Administrator -> Settings
      page to configure the PlantUML rendering service and to enable/disable it.
      
      Closes: #17603
      f986b4c4
  3. 11 1月, 2017 1 次提交
  4. 10 1月, 2017 2 次提交
  5. 07 1月, 2017 2 次提交
  6. 05 1月, 2017 1 次提交
  7. 03 1月, 2017 1 次提交
  8. 30 12月, 2016 1 次提交
  9. 27 12月, 2016 1 次提交
  10. 22 12月, 2016 1 次提交
  11. 21 12月, 2016 1 次提交
  12. 17 12月, 2016 1 次提交
  13. 15 12月, 2016 1 次提交
  14. 14 12月, 2016 1 次提交
  15. 12 12月, 2016 1 次提交
  16. 08 12月, 2016 1 次提交
  17. 05 12月, 2016 2 次提交
  18. 30 11月, 2016 1 次提交
    • S
      Revert bump in rufus-scheduler · c3471708
      Stan Hu 提交于
      Somehow `bundle install` with an update to Sidekiq-cron caused
      rufus-scheduler to be bumped, when it doesn't appear absolutely
      necessary.
      
      Closes #25160
      c3471708
  19. 29 11月, 2016 2 次提交
  20. 24 11月, 2016 1 次提交
  21. 23 11月, 2016 1 次提交
  22. 22 11月, 2016 1 次提交
  23. 21 11月, 2016 1 次提交
  24. 18 11月, 2016 1 次提交
  25. 17 11月, 2016 3 次提交
  26. 11 11月, 2016 1 次提交
  27. 08 11月, 2016 1 次提交
  28. 05 11月, 2016 1 次提交
  29. 04 11月, 2016 2 次提交
  30. 01 11月, 2016 2 次提交