Skip to content
Snippets Groups Projects
  1. Jan 07, 2019
  2. Jul 20, 2018
  3. Jul 02, 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.
  5. Jun 08, 2018
  6. Mar 28, 2018
  7. Mar 27, 2018
    • Andreas Gohr's avatar
      first go at styling · 4bdf82b5
      Andreas Gohr authored
      This removes a lot of reudundant CSS classes in favor of cascading
      selectors. Styling isn't done, yet this is just a first step.
      
      Still to do:
      
      * aria labels
      * styling the toggle mechanism
      * RTL styling
      * making sure everything displays correct when no JS is available
      * translations may be missing
      * refactoring the rest of search.less to make use of LESS features
      4bdf82b5
  8. Mar 26, 2018
  9. Mar 22, 2018
  10. Mar 20, 2018
  11. Dec 19, 2017
  12. Aug 31, 2017
  13. Aug 14, 2017
  14. Feb 28, 2017
  15. Feb 20, 2017
  16. Feb 17, 2017
  17. Jan 01, 2017
  18. Nov 26, 2016
    • Andreas Gohr's avatar
      use external version file for jquery updates · 5928c8e7
      Andreas Gohr authored
      this also removes the non inified versions and incorporates some updates
      the jquery CDN just pushed for jquery-ui
      5928c8e7
    • Andreas Gohr's avatar
      removed jQuery.browser calls · 0a1c13c9
      Andreas Gohr authored
      jQuery.browser no longer exists in jQuery nor in jQuery migrate. A quick
      check in Opera and IE11 suggests that both parts that used it are no
      longer needed so they were simply removed.
      
      More browser tests especially for the resize handling in the media manager
      are recommended.
      0a1c13c9
    • Andreas Gohr's avatar
      replace deprecated bind() calls · 5170fe99
      Andreas Gohr authored
      The bind() call is deprecated in jQuery 3. This replaces it with
      the on() call.
      5170fe99
    • Andreas Gohr's avatar
      replace deprecated delegate() calls · 568cdecd
      Andreas Gohr authored
      The delegate() call is deprecated in jQuery 3. This replaces it with the
      on() call.
      568cdecd
    • Andreas Gohr's avatar
      fixed radio options in media manager for new jQ-UI · 46b9e007
      Andreas Gohr authored
      jQuery UI replaced the buttonset widget with a controlgroup widget. This
      adjusts the JavaScript and styling accordingly.
      46b9e007
    • Andreas Gohr's avatar
      jQuery Updates · 92090435
      Andreas Gohr authored
      - jQuery to 3.1.1
      - jQuery UI to 1.12.1
      - jQuery Migrate to 3.0.0
      
      There are a few warnigs from migrate that have to be fixed. The toggles
      in the Media Manager are also missing their proper icons.
      92090435
  19. Sep 19, 2016
  20. Jun 10, 2016
  21. May 18, 2016
  22. May 11, 2016
  23. May 09, 2016
  24. May 02, 2016
  25. Apr 30, 2016
  26. Apr 20, 2016
Loading