1. 12 May, 2016 1 commit
    • Rémy Coutable's avatar
      Merge branch '16568-relative-links-wiki-regression' into 'master' · e181dfc2
      Rémy Coutable authored
      Relative Links in the Wiki Are Broken
      
      - [ ] #16568 (!4050) Relative links in wiki are broken
          - [x] Investigate issue
      
        
          - [x] Implementation / Fix
      
              - [x] Write (failing) tests for `WikiLinkFilter`
              - [x] Link to `./bar` should either get rewritten correctly or left alone
              - [x] Link to `./bar.md` should maybe get rewritten correctly (is left alone currently)
              - [x] Link to `bar.md` should get rewritten correctly
      
      
                  - [x] Check if this indeed a bug
      
          - [x] Make sure CI is green
          - [x] Assign to endboss
      
          - [x] Wait for review
      
          - [x] Implement review feedback
          - [ ] Wait for merge
      
      
      See merge request !4050
      e181dfc2
  2. 11 May, 2016 15 commits
  3. 06 May, 2016 1 commit
  4. 05 May, 2016 6 commits
  5. 04 May, 2016 1 commit
  6. 03 May, 2016 5 commits
  7. 28 Apr, 2016 3 commits
  8. 27 Apr, 2016 7 commits
  9. 26 Apr, 2016 1 commit
    • Jacob Schatz's avatar
      Merge branch 'emoji-unicode-fix' into 'master' · f2afc5dd
      Jacob Schatz authored
      Fixes issue with emoji comments not showing correct emoji image
      
      Previously it would look for the unicode character inside the award menu. But this menu might not always be there.
      
      Now, the unicode characters are loaded onto the page in an array which the award emoji that looks in to get the correct emoji unicode character
      
      Fixes #15512
      
      See merge request !3885
      f2afc5dd