1. 23 Jul, 2015 3 commits
  2. 22 Jul, 2015 21 commits
  3. 21 Jul, 2015 12 commits
  4. 20 Jul, 2015 4 commits
    • Robert Schilling's avatar
      Merge branch 'fix-changelog-7.11-7.12' into 'master' · 57f9a1cc
      Robert Schilling authored
      Fix change log for 7.11 and move entry to 7.12
      
      The change log for 7.11 was accidentally split in
      3865a1d9. Additionally, the change added
      with this commit did not make it into 7.11 according to
      `git branch --contains` and it has not been cherry picked to 7-11-stable
      so the entry is moved to 7.12.
      
      Refs GH-5625, GH-9318.
      
      See merge request !1009
      57f9a1cc
    • Daniel Gerhardt's avatar
      Fix change log for 7.11 and move entry to 7.12 · e2524100
      Daniel Gerhardt authored
      The change log for 7.11 was accidentally split in
      3865a1d9. Additionally, the change added
      with this commit did not make it into 7.11 according to
      `git branch --contains` and it has not been cherry picked to 7-11-stable
      so the entry is moved to 7.12.
      
      Refs GH-5625, GH-9318.
      
      [ci skip]
      e2524100
    • Stan Hu's avatar
      Merge branch 'gc-images-no-casing' into 'master' · e8c14790
      Stan Hu authored
      GoogleCode importer: Do not care about casing of image file extensions
      
      When a GoogleCode repository contains an attached image with an UPPERCASE file extension, it's not inlined.
      
      /CC @DouweM
      
      See merge request !1003
      e8c14790
    • Stan Hu's avatar
      Merge branch 'fix-disabled-feature-access' into 'master' · 996ad35b
      Stan Hu authored
      Fix (i.e. prevent) access to disabled features for unauthenticated users
      
      Unauthenticated users had access to disabled features of public
      projects. The code has been slightly refactored so that feature checks
      are done in a separate method and can also be applied for public access.
      
      See merge request !1006
      996ad35b