BigW Consortium Gitlab

  1. 05 Jul, 2017 1 commit
  2. 30 Jun, 2017 1 commit
  3. 24 May, 2017 1 commit
  4. 18 May, 2017 1 commit
  5. 10 May, 2017 1 commit
  6. 25 Apr, 2017 1 commit
  7. 19 Apr, 2017 3 commits
  8. 13 Apr, 2017 1 commit
  9. 07 Apr, 2017 1 commit
    • Add indication for closed or merged issuables in GFM · ace833b3
      Adam Buckland authored
      Example: for issues that are closed, the links will now show '[closed]'
      following the issue number. This is done as post-process after the markdown has
      been loaded from the cache as the status of the issue may change between
      the cache being populated and the content being displayed.
      
      In order to avoid N+1 queries problem when rendering notes ObjectRenderer
      populates the cache of referenced issuables for all notes at once,
      before the post processing phase.
      
      As a part of this change, the Banzai BaseParser#grouped_objects_for_nodes
      method has been refactored to return a Hash utilising the node itself as the
      key, since this was a common pattern of usage for this method.
  10. 06 Apr, 2017 1 commit
  11. 28 Mar, 2017 4 commits
  12. 21 Mar, 2017 1 commit
  13. 16 Mar, 2017 1 commit
  14. 14 Mar, 2017 1 commit
  15. 06 Mar, 2017 2 commits
    • Use native unicode emojis · e6fc0207
      Eric Eastwood authored
       - gl_emoji for falling back to image/css-sprite when the browser
         doesn't support an emoji
       - Markdown rendering (Banzai filter)
       - Autocomplete
       - Award emoji menu
          - Perceived perf
          - Immediate response because we now build client-side
       - Update `digests.json` generation in gemojione rake task to be more
         useful and  include `unicodeVersion`
      
      MR: !9437
      
      See issues
      
       - #26371
       - #27250
       - #22474
    • SanitizationFilter allows html5 details and summary (Issue #21605) · 00f5cb84
      James authored
      Also adds details/summary tags to Copy-as-GFM
  16. 01 Mar, 2017 1 commit
  17. 23 Feb, 2017 5 commits
  18. 21 Feb, 2017 1 commit
  19. 16 Feb, 2017 1 commit
  20. 13 Feb, 2017 1 commit
  21. 02 Feb, 2017 1 commit
    • PlantUML support for Markdown · d9e9ad22
      Horacio Sanson authored
      Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks:
      
          ```plantuml
          Bob -> Sara : Hello
          Sara -> Bob : Go away
          ```
      
      Closes: #4048
  22. 25 Jan, 2017 1 commit
  23. 18 Jan, 2017 1 commit
  24. 17 Jan, 2017 2 commits
  25. 16 Jan, 2017 1 commit
  26. 22 Dec, 2016 3 commits
  27. 21 Dec, 2016 1 commit