| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
| |
this also removes the non inified versions and incorporates some updates
the jquery CDN just pushed for jquery-ui
|
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
we now pull jQuery directly from jquery's CDN instead of google because
google serves slightly outdated versions under the /1/ branch
The updated smoothness theme currently breaks compression. Haven't
figured out why, yet.
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
| |
* jQuery 1.9.0
* jQuery-UI v1.9.2
* jQuery.fn.live > jQuery.fn.on
* jQuery.fn.browser replacement (jquery.mb.browser.js)
|
|
|
|
|
| |
jQuery from 1.6.2 to 1.6.4
jQuery UI from 1.8.14 to 1.8.16
|
| |
|
|
This patch adds a simple shell script to easily update the
jQuery/jQuery-UI+theme bundle to the latest available version.
The jQuery-UI CSS theme is now loaded in lib/exe/css.php (before plugin
and template styles - 3rd party authors can override the styles).
|