updated jquery and jquery-ui versions
jQuery and jQuery UI updates
Fix missing ui-bg_glass_95_fef1ec_1x400.png and be/jquery.ui.datepicker.js for jquery
Restore smoothness.css using update.shThe file had 0 bytes before (starting from5928c8e71080077bf8d9ed0cbfe33ffa8ca7b904) - probably something wentwrong while executing update.sh.
use external version file for jquery updatesthis also removes the non inified versions and incorporates some updatesthe jquery CDN just pushed for jquery-ui
jQuery Updates- jQuery to 3.1.1- jQuery UI to 1.12.1- jQuery Migrate to 3.0.0There are a few warnigs from migrate that have to be fixed. The togglesin the Media Manager are also missing their
jQuery Updates- jQuery to 3.1.1- jQuery UI to 1.12.1- jQuery Migrate to 3.0.0There are a few warnigs from migrate that have to be fixed. The togglesin the Media Manager are also missing their proper icons.
show more ...
Upgrade to jQuery 1.11.3 and jQueryUI 1.11.4 closes #1175
Losslessly reduced PNG images with optipng -o7 -strip all, advdef -z4 -i60, and advpng -z4 -i60.
upgrade to jQuery 1.11.1 and jQuery-UI 1.11.0. #778This now pulls all data from official jQuery sources. Either their CDNor their github account. Google tends to serve outdated or even brokenfile
upgrade to jQuery 1.11.1 and jQuery-UI 1.11.0. #778This now pulls all data from official jQuery sources. Either their CDNor their github account. Google tends to serve outdated or even brokenfiles :-(Unfortunately there's no simple way to get the latest stable jQuery-UIso for now the version has to be adjusted manually in the script.
updates jquery and jquery uiwe now pull jQuery directly from jquery's CDN instead of google becausegoogle serves slightly outdated versions under the /1/ branchThe updated smoothness theme curre
updates jquery and jquery uiwe now pull jQuery directly from jquery's CDN instead of google becausegoogle serves slightly outdated versions under the /1/ branchThe updated smoothness theme currently breaks compression. Haven'tfigured out why, yet.
Add missing jQuery-UI image and update update scriptFor just one image another syntax was used, this fixes the update scriptto also fetch this image.
upgrade jQuery scriptsjQuery 1.9.0 had a bug in replaceWith() that got fixed in 1.9.1 - toensure compatibility I upgraded the whole suite to their currentreleases.
fixed permission messup
update.js applied
jQuery update.sh* OSX compatible
jQuery latest* jQuery 1.9.0* jQuery-UI v1.9.2* jQuery.fn.live > jQuery.fn.on* jQuery.fn.browser replacement (jquery.mb.browser.js)
re-added font-size to .ui-widget of jqueryui theme to make programmatical removing of font-family easier
removed font declarations from jquery-ui theme
Update jQuery and jQuery UI versionsjQuery from 1.6.2 to 1.6.4jQuery UI from 1.8.14 to 1.8.16
Upgraded to jQuery 1.6.2 and jQueryUI 1.8.14
Updated jQuery-UI, added jQuery updater, load theme in CSS dispatcherThis patch adds a simple shell script to easily update thejQuery/jQuery-UI+theme bundle to the latest available version.The j
Updated jQuery-UI, added jQuery updater, load theme in CSS dispatcherThis patch adds a simple shell script to easily update thejQuery/jQuery-UI+theme bundle to the latest available version.The jQuery-UI CSS theme is now loaded in lib/exe/css.php (before pluginand template styles - 3rd party authors can override the styles).