- Aug 02, 2013
-
-
Klap-in authored
-
- Jul 21, 2013
-
-
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.
-
- Feb 16, 2013
-
-
Andreas Gohr authored
this disables the JavaScript compatibility layer which let pre-jQuery migration plugins run with their old code. This will break plugins using outdated JavaScript. These plugins have to be updated according to https://www.dokuwiki.org/devel:jqueryfaq As a courtesy to users, the compatibility.js is not deleted, yet. Undoing this single patch can be used as a temporary workaround.
-
- Feb 03, 2013
-
-
Andreas Gohr authored
-
- Jan 26, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
this will be removed soon again. plugins using jQuery should make sure they are compatible to jQuery 1.9
-
- Jan 19, 2013
-
-
Stefan Grönke authored
* jQuery 1.9.0 * jQuery-UI v1.9.2 * jQuery.fn.live > jQuery.fn.on * jQuery.fn.browser replacement (jquery.mb.browser.js)
-
- Sep 17, 2012
-
-
Michael Hamann authored
This simplifies a while loop in the js_compress() code. The functionality of the new code is completely identical to the old code but it uses less comparisons and according to FS#2593 it is thus a lot faster.
-
- Aug 06, 2012
-
-
Andreas Gohr authored
-
- Jul 28, 2012
-
-
Andreas Gohr authored
-
- May 04, 2012
-
-
Andreas Gohr authored
See http://stackoverflow.com/questions/805107/how-to-create-multiline-strings for info on them.
-
- Feb 07, 2012
-
-
Andreas Gohr authored
This removes the cachekey parameter again and instead follows @michitux's suggestion to trigger an event for the cache usage
-
- Feb 01, 2012
-
-
Andreas Gohr authored
-
- Jan 24, 2012
-
-
Dominik Eckelmann authored
-
- Sep 13, 2011
-
-
Adrian Lang authored
-
- Sep 04, 2011
-
-
Adrian Lang authored
This reverts commit ba6c070e. This reverts commit 92351008.
-
Adrian Lang authored
-
- Aug 19, 2011
-
-
Andreas Gohr authored
-
- Aug 18, 2011
-
-
Andreas Gohr authored
jquerized
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Aug 07, 2011
-
-
Kate Arzamastseva authored
-
- Aug 04, 2011
-
-
Kate Arzamastseva authored
-
- Jul 10, 2011
-
-
Adrian Lang authored
Make it faster, prettier, less wrong, add UI effects, use jQuery UI Dialog, Abstract tree view stuff away into jQuery.dw_tree
-
- Jul 08, 2011
-
-
Andreas Gohr authored
-
Andreas Gohr authored
There are probably more functions that should go in here
-
- Jul 02, 2011
-
-
Adrian Lang authored
* Increase HTTP cache time since the resources are timestamped on request anyway * Check userscript.js only once for JS cache validation * Use cache class
-
- Jun 23, 2011
-
-
Adrian Lang authored
* Move file to qsearch.js * Rename object to dw_qsearch * Remove unnecessary usage of Delay * Use $ prefix for jQuery objects * Fix result list hiding on click * Fix namespace shorting
-
- Jun 21, 2011
-
-
Adrian Lang authored
* Removed "use strict" statement, since it does not work with our script file joining (the statement has to be the first in a file or function) * Make index a global object again to allow overriding and enhancing * Use prefix dw_ for index object * Reintroduce index.treeattach * Support deprecated index.toggle calling convention * Add $ prefix for jQuery variables * Use slide animation for freshly loaded sublists as well * Fix various errors
-
- Jun 13, 2011
-
-
Andreas Gohr authored
JavaScript functions adding behaviours based on IDs or class names where moved to their own object into behaviour.js and where jQueryized.
-
- Jun 05, 2011
-
-
Andreas Gohr authored
This fixes a problem with running the minified jQuery through the compressor.
-
Andreas Gohr authored
-
Andreas Gohr authored
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).
-
Andreas Gohr authored
This avoids problems when the files are concatenated later.
-
- May 07, 2011
-
-
Anika Henke authored
-
- Apr 21, 2011
-
-
Adrian Lang authored
If no HTML element with the id wiki__text exists, locktimer.init led to a JavaScript error.
-
- Mar 30, 2011
-
-
Michal Rezler authored
-
- Mar 28, 2011
-
-
Michal Rezler authored
-
- Mar 27, 2011
-
-
Michal Rezler authored
-
- Mar 26, 2011
-
-
Michal Rezler authored
-