1. 20.12.2021 1 коммит
  2. 20.10.2021 1 коммит
  3. 19.08.2021 1 коммит
  4. 19.05.2021 1 коммит
  5. 21.04.2021 1 коммит
  6. 16.03.2021 1 коммит
  7. 18.02.2021 1 коммит
  8. 17.12.2020 1 коммит
  9. 19.11.2020 1 коммит
  10. 21.10.2020 1 коммит
  11. 19.09.2020 1 коммит
  12. 20.07.2020 1 коммит
  13. 20.05.2020 1 коммит
  14. 31.03.2020 1 коммит
  15. 06.12.2019 1 коммит
  16. 15.11.2019 1 коммит
  17. 08.11.2019 1 коммит
  18. 25.10.2019 1 коммит
  19. 08.10.2019 1 коммит
  20. 26.07.2019 1 коммит
    • Marcel Amirault's avatar
      Update links to relative
      · 0f7d8c04
      Marcel Amirault создал
      Following the single docs codebase change, all internal links
      should be relative. Also cleans up one table
      0f7d8c04
  21. 28.06.2019 1 коммит
  22. 18.06.2019 1 коммит
  23. 05.05.2019 1 коммит
  24. 10.04.2019 1 коммит
  25. 25.02.2019 1 коммит
  26. 22.02.2019 1 коммит
    • Evan Read's avatar
      Ensure all lists are surrounded by new lines
      · eb866309
      Evan Read создал
      Markdown renderers find it easier to determine
      where lists start and end when lists are surrounded
      by new lines.
      
      For consistency, also ensure entries in the list
      are aligned when they span multipls lines.
      eb866309
  27. 08.02.2019 1 коммит
  28. 20.08.2018 1 коммит
  29. 01.11.2017 1 коммит
  30. 01.09.2017 1 коммит
  31. 26.07.2017 1 коммит
  32. 07.03.2017 1 коммит
  33. 03.02.2017 1 коммит
  34. 12.01.2017 1 коммит
    • Horacio Sanson's avatar
      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
  35. 21.12.2016 1 коммит
  36. 22.11.2016 2 коммита
  37. 15.11.2016 1 коммит
  38. 12.11.2016 1 коммит
  39. 09.11.2016 1 коммит