Skip to content
Snippets Groups Projects
  1. Jul 20, 2018
  2. Jul 02, 2018
  3. Jun 26, 2018
  4. Jun 19, 2018
    • Brend Wanders's avatar
      Change `const` use to `var` for Safari 9 (on iOS) · 018871f4
      Brend Wanders authored
      Safari 9 in iOS does not support the use of `const` in strict mode. Unfortunately, some of us are stuck with Safari 9 due to not being able to upgrade.
      
      I am a big fan of progressive enhancement, but because all javascript code is packed together and sent off to the client, this small incompatibility breaks all javascript for safari 9 browsers. Switching these two keywords makes everything work again.
      
      There are no other uses of `const` in the codebase as far as I can find. This change has little to no impact on anything else, but slighlty extends the range of supported browsers.
      018871f4
  5. Jun 08, 2018
  6. Jun 07, 2018
    • Andreas Gohr's avatar
      removed safemode hack · fe227084
      Andreas Gohr authored
      Safemode has been removed in PHP 5.4.0. We finally no longer need to
      deal with this insanity.
      fe227084
  7. May 22, 2018
  8. May 18, 2018
  9. May 16, 2018
  10. May 13, 2018
  11. May 11, 2018
  12. May 08, 2018
  13. Apr 30, 2018
  14. Apr 27, 2018
  15. Apr 25, 2018
  16. Apr 24, 2018
  17. Apr 23, 2018
  18. Apr 20, 2018
  19. Apr 19, 2018
  20. Apr 17, 2018
  21. Apr 15, 2018
    • Anika Henke's avatar
      Fix invalid HTML in search results · 7c15eaa2
      Anika Henke authored
      Recent changes to the search results page added various divs
      to the pre-existing description list, which is invalid.
      This fixes that by a) removing a couple of unnecessary elements
      and b) interpret the 'last modified' line as another 'dd'.
      7c15eaa2
  22. Apr 13, 2018
  23. Apr 11, 2018
    • Andreas Gohr's avatar
      shortened new search configs · 13ce475d
      Andreas Gohr authored
      shorter names are more in line with what we already use, makes less
      layout problems in the documentation and is easier to type when telling
      people about it.
      13ce475d
  24. Mar 29, 2018
Loading