BigW Consortium Gitlab

  1. 24 May, 2017 1 commit
  2. 18 May, 2017 1 commit
  3. 10 May, 2017 1 commit
  4. 25 Apr, 2017 1 commit
  5. 19 Apr, 2017 3 commits
  6. 13 Apr, 2017 1 commit
  7. 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.
  8. 06 Apr, 2017 1 commit
  9. 28 Mar, 2017 4 commits
  10. 21 Mar, 2017 1 commit
  11. 16 Mar, 2017 1 commit
  12. 14 Mar, 2017 1 commit
  13. 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
  14. 01 Mar, 2017 1 commit
  15. 23 Feb, 2017 5 commits
  16. 21 Feb, 2017 1 commit
  17. 16 Feb, 2017 1 commit
  18. 13 Feb, 2017 1 commit
  19. 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
  20. 25 Jan, 2017 1 commit
  21. 18 Jan, 2017 1 commit
  22. 17 Jan, 2017 2 commits
  23. 16 Jan, 2017 1 commit
  24. 22 Dec, 2016 3 commits
  25. 21 Dec, 2016 1 commit
  26. 14 Dec, 2016 1 commit
  27. 12 Dec, 2016 1 commit