Skip to content
Snippets Groups Projects
  1. 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
  2. Sep 19, 2016
  3. Jun 10, 2016
  4. May 18, 2016
  5. May 11, 2016
  6. May 09, 2016
  7. May 02, 2016
  8. Apr 30, 2016
  9. Apr 20, 2016
  10. Apr 19, 2016
  11. Feb 24, 2016
  12. Feb 22, 2016
  13. Oct 28, 2015
    • Sam Wilson's avatar
      Add an in-progress class to the quicksearch form. · 5431e0aa
      Sam Wilson authored
      This change adds a new class to the quicksearch's <form>
      element while the quicksearch is running. This is to
      make it easier to style the form, e.g. with a throbber gif
      in the search box, to indicate that something is happening.
      For slow connections, it is sometimes not apparent that
      waiting for a few seconds will present the user with a list
      of matching pagenames.
      
      The new 'searching' class is added just before the POST
      request is sent, and cleared both on successful completion
      and when the search box is cleared.
      5431e0aa
  14. Aug 22, 2015
  15. Jul 31, 2015
  16. Jul 15, 2015
  17. Jul 12, 2015
  18. May 29, 2015
  19. May 05, 2015
  20. Apr 23, 2015
  21. Mar 21, 2015
    • chang-zhao's avatar
      Update toolbar.js · e738f3a7
      chang-zhao authored
      When the picker button is near the border of the screen, then an opening panel of picker buttons can go over the screen edge. That's not convenient. So we should add a check in a `function pickerToggle()` and shift picker buttons position if needed.
      e738f3a7
  22. Jan 14, 2015
Loading