aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/scripts/jquery
Commit message (Collapse)AuthorAge
* Merge pull request #3172 from splitbrain/cli-shebangAndreas Gohr2020-06-30
|\ | | | | Use envvars in shebang of executables
| * use envvars in shebangPhy2020-06-13
| |
* | run update.sh to update jquery filesSoarinferret2020-06-28
| |
* | Upgrade jQuery 3.5.0 to jQuery 3.5.1SoarinFerret2020-06-28
|/ | | Fixes jQuery regressions laid out here: https://blog.jquery.com/2020/05/04/jquery-3-5-1-released-fixing-a-regression/
* Merge pull request #3024 from splitbrain/cookieupdateHenry Pan2020-05-07
|\ | | | | Upgrade for jQuery.Cookie to 1.4.1
| * Upgrade for jQuery.Cookie to 1.4.1Andreas Gohr2020-03-26
| | | | | | | | | | | | | | | | | | | | This fixes a problem with badly encoded cookies that may have been set by other software on the same domain. Eg. cookies encoded in latin1 instead of UTF-8. Note: this library is abandoned and superseeded by js-cookie but an upgrade to that is not straight forward (and the benefits for us are unclear)
* | remove jQuery Migrate as outlined in #1546Andreas Gohr2020-05-02
| |
* | Update jQuery to 3.5.0 and Migrate to 3.2.0Andreas Gohr2020-05-01
|/
* Fix missing ui-bg_glass_95_fef1ec_1x400.png and be/jquery.ui.datepicker.js ↵Peter 'Pessoft' Kolínek2018-07-03
| | | | for jquery
* Restore smoothness.css using update.shMichael Hamann2017-01-01
| | | | | | The file had 0 bytes before (starting from 5928c8e71080077bf8d9ed0cbfe33ffa8ca7b904) - probably something went wrong while executing update.sh.
* use external version file for jquery updatesAndreas Gohr2016-11-26
| | | | | this also removes the non inified versions and incorporates some updates the jquery CDN just pushed for jquery-ui
* jQuery UpdatesAndreas Gohr2016-11-26
| | | | | | | | | - 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.
* updated jquery to 2.2.4Andreas Gohr2016-06-10
|
* updated jquery-migrateAnika Henke2016-04-20
|
* upgraded jQuery to 2.2.3Andreas Gohr2016-04-19
| | | | This drops support for Internet Explorer <9 which we no longer support.
* upgraded jQuery to 1.12.3Andreas Gohr2016-04-19
|
* Upgrade to jQuery 1.11.3 and jQueryUI 1.11.4 closes #1175Andreas Gohr2015-05-29
|
* Losslessly reduced PNG images with optipng -o7 -strip all, advdef -z4 -i60, ↵KeenRivals2015-01-14
| | | | and advpng -z4 -i60.
* 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
|
* updated jquery-migrate to v1.2.1Andreas 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
|
* removed invalid source mappingsAndreas Gohr2014-01-03
| | | | | | 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.
* crlf 2 lf whitespace fixesAnika Henke2013-12-07
|
* updated jquery.cookie.js to 1.3.1 FS#2804Andreas Gohr2013-07-12
|
* 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.
* upgrade jQuery scriptsAndreas Gohr2013-03-24
| | | | | | 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.
* fixed jquery-ui FS permissionsAndreas Gohr2013-02-03
|
* removed obsolete browser plugin (migrate does it)Andreas Gohr2013-02-03
|
* added minified version of jquery-migrateAndreas Gohr2013-01-26
|
* added jquery-migrate as a copatibility layerAndreas Gohr2013-01-26
| | | | | this will be removed soon again. plugins using jQuery should make sure they are compatible to jQuery 1.9
* fixed permission messupAndreas Gohr2013-01-26
|
* 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
|
* re-added font-size to .ui-widget of jqueryui theme to make programmatical ↵Anika Henke2011-11-05
| | | | removing of font-family easier
* removed font declarations from jquery-ui themeAnika Henke2011-11-05
|
* Update jQuery and jQuery UI versionsAdrian Lang2011-09-17
| | | | | jQuery from 1.6.2 to 1.6.4 jQuery UI from 1.8.14 to 1.8.16
* Update jquery-cookie, cleanup dw_cookieAdrian Lang2011-08-22
| | | | Pulled the current jquery-cookie version from https://github.com/carhartl/jquery-cookie.
* Upgraded to jQuery 1.6.2 and jQueryUI 1.8.14Andreas Gohr2011-07-04
|
* 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).
* Updated JQuery to version 1.6.1Andreas Gohr2011-06-05
|
* cookie.js is jQueryfied, added jQuery-cookie-pluginMichal Rezler2011-03-26
|
* loading jQuery and putting it into noConflict modePierre Spring2010-10-10