Skip to content
Snippets Groups Projects
  1. Dec 11, 2014
  2. Jul 04, 2014
    • Andreas Gohr's avatar
      upgrade to jQuery 1.11.1 and jQuery-UI 1.11.0. #778 · 4ca83a77
      Andreas Gohr authored
      This now pulls all data from official jQuery sources. Either their CDN
      or their github account. Google tends to serve outdated or even broken
      files :-(
      
      Unfortunately there's no simple way to get the latest stable jQuery-UI
      so for now the version has to be adjusted manually in the script.
      4ca83a77
  3. Jun 19, 2014
  4. May 05, 2014
  5. Mar 05, 2014
  6. Feb 14, 2014
  7. Feb 13, 2014
  8. Feb 07, 2014
  9. Jan 17, 2014
  10. Jan 16, 2014
  11. Jan 03, 2014
    • Andreas Gohr's avatar
      removed invalid source mappings · a335e2e4
      Andreas Gohr authored
      Minified jQuery contains a source mapping hint that will result in a 404
      in Chrome. I removed the hint for now. A better solution (eg. fixing the
      mapping URL) should be found.
      a335e2e4
  12. Dec 07, 2013
  13. Oct 10, 2013
  14. Oct 07, 2013
  15. Sep 11, 2013
  16. Aug 03, 2013
  17. Aug 01, 2013
  18. Jul 31, 2013
  19. Jul 30, 2013
  20. Jul 21, 2013
    • Michael Hamann's avatar
      In debug mode: catch and log JS errors with file information · 6b0ec830
      Michael Hamann authored
      When debugging is enabled (allowdebug enabled) JS errors are now catched
      for each non-core JS file and logged with the additional information
      from which file they came. This should make it easier to find out which
      plugin is the cause for broken JS code. The feature isn't enabled by
      default as defining functions inside try-clauses isn't allowed in strict
      mode and causes a warning at least in Firefox.
      6b0ec830
  21. Jul 12, 2013
  22. Jun 27, 2013
  23. Mar 30, 2013
  24. Mar 24, 2013
    • Andreas Gohr's avatar
      upgrade jQuery scripts · 64a19076
      Andreas Gohr authored
      jQuery 1.9.0 had a bug in replaceWith() that got fixed in 1.9.1 - to
      ensure compatibility I upgraded the whole suite to their current
      releases.
      64a19076
  25. Feb 24, 2013
  26. Feb 16, 2013
  27. Feb 03, 2013
Loading