Skip to content
Snippets Groups Projects
  1. Jan 28, 2020
  2. Jan 21, 2020
  3. Dec 20, 2019
  4. Nov 19, 2019
  5. Jul 26, 2019
  6. Jul 17, 2019
  7. Jul 16, 2019
  8. Jul 12, 2019
  9. Jul 02, 2019
  10. Jun 14, 2019
  11. Mar 27, 2018
  12. Feb 14, 2018
  13. Jul 27, 2017
  14. May 24, 2017
  15. May 10, 2017
  16. Apr 27, 2017
  17. Feb 23, 2017
  18. Feb 15, 2017
  19. Jan 12, 2017
    • Horacio Sanson's avatar
      Add support for PlantUML diagrams in Asciidoc. · f986b4c4
      Horacio Sanson authored
      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
  20. Dec 14, 2016
  21. Aug 09, 2016
  22. Jul 01, 2016
  23. Feb 12, 2016
  24. Dec 15, 2015
  25. Dec 09, 2015
  26. Oct 14, 2015
  27. Jun 23, 2015
  28. Jun 22, 2015
  29. May 18, 2015
Loading