An error occurred fetching the project authors.
  1. 18 Jan, 2017 1 commit
  2. 17 Jan, 2017 1 commit
    • Richard Macklin's avatar
      Switch to sassc-rails · d5e996d1
      Richard Macklin authored
      Closes #18432
      
      This uses sassc to compile the application's SASS so it compiles faster.
      
      Without attempting to be very scientific here are some numbers I got:
      
      Using sassc-rails:
      
      ```
      [1] pry(main)> Benchmark.bm { |bm| bm.report { Rails.application.assets["application.css"] } }
             user     system      total        real
         1.430000   0.380000   1.810000 (  1.830753)
      ```
      
      Using sass-rails:
      ```
      [1] pry(main)> Benchmark.bm { |bm| bm.report { Rails.application.assets["application.css"] } }
             user     system      total        real
        12.320000   0.530000  12.850000 ( 12.909684)
      ```
      
      The result is faster page loads when changing CSS in development and
      faster precompilation.
      d5e996d1
  3. 16 Jan, 2017 2 commits
  4. 12 Jan, 2017 2 commits
    • Rémy Coutable's avatar
      6afa2d05
    • 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
  5. 11 Jan, 2017 1 commit
  6. 09 Jan, 2017 1 commit
  7. 06 Jan, 2017 2 commits
  8. 05 Jan, 2017 1 commit
  9. 30 Dec, 2016 1 commit
  10. 27 Dec, 2016 1 commit
  11. 21 Dec, 2016 2 commits
  12. 16 Dec, 2016 1 commit
  13. 14 Dec, 2016 2 commits
  14. 12 Dec, 2016 1 commit
  15. 08 Dec, 2016 1 commit
  16. 05 Dec, 2016 2 commits
  17. 29 Nov, 2016 2 commits
  18. 24 Nov, 2016 1 commit
  19. 23 Nov, 2016 1 commit
  20. 22 Nov, 2016 1 commit
  21. 21 Nov, 2016 1 commit
  22. 17 Nov, 2016 3 commits
  23. 10 Nov, 2016 1 commit
  24. 08 Nov, 2016 1 commit
  25. 04 Nov, 2016 1 commit
  26. 03 Nov, 2016 2 commits
  27. 31 Oct, 2016 3 commits
  28. 28 Oct, 2016 1 commit