summaryrefslogtreecommitdiff
path: root/lib/scripts/jquery/update.sh
Commit message (Collapse)AuthorAge
* Upgrade to jQuery 1.11.3 and jQueryUI 1.11.4 closes #1175Andreas Gohr2015-05-29
|
* upgrade to jQuery 1.11.1 and jQuery-UI 1.11.0. #778Andreas Gohr2014-07-04
| | | | | | | | | 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.
* strip sourcemaps after updateAndreas Gohr2014-03-05
|
* updates jquery and jquery uiAndreas Gohr2014-03-05
| | | | | | | | 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.
* do not keep zero size filesAndreas Gohr2014-01-17
|
* localize jQuery UI date picker FS#2912Andreas Gohr2014-01-17
|
* Add missing jQuery-UI image and update update scriptMichael Hamann2013-03-30
| | | | | For just one image another syntax was used, this fixes the update script to also fetch this image.
* update.js appliedStefan Grönke2013-01-20
|
* update.sh must overwrite stylesheetStefan Grönke2013-01-19
|
* jQuery update.shStefan Grönke2013-01-19
| | | | * OSX compatible
* jQuery latestStefan Grönke2013-01-19
| | | | | | | * jQuery 1.9.0 * jQuery-UI v1.9.2 * jQuery.fn.live > jQuery.fn.on * jQuery.fn.browser replacement (jquery.mb.browser.js)
* Remove font family declarations from css in the jquery update scriptGuy Brand2011-11-05
|
* Updated jQuery-UI, added jQuery updater, load theme in CSS dispatcherAndreas Gohr2011-06-05
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).