- Jun 19, 2014
-
-
Andreas Gohr authored
The edittable plugin broke uploading in IE8 (and maybe others) because the Handsontable script adds a function to the Array prototype and the uploading script did not properly check that.
-
- May 05, 2014
-
-
Gerrit Uitslag authored
-
- Mar 05, 2014
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
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.
-
- Feb 14, 2014
-
-
Andreas Gohr authored
-
- Feb 13, 2014
-
-
Andreas Gohr authored
MSIE 11 tries hard to break any previous working browser detection even through feature checks. This resolves to browser sniffing (MSIE for old IE, Trident for IE11+) See https://forum.dokuwiki.org/thread/10824
-
- Feb 07, 2014
-
-
Szymon Olewniczak authored
-
Szymon Olewniczak authored
-
- Jan 17, 2014
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Gerrit Uitslag authored
-
- Jan 16, 2014
-
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
-
- Jan 03, 2014
-
-
Andreas Gohr authored
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.
-
- Dec 07, 2013
-
-
Anika Henke authored
-
- Oct 10, 2013
-
-
Gerrit Uitslag authored
-
- Oct 07, 2013
-
-
Gerrit Uitslag authored
Fixes FS#2837
-
- Sep 11, 2013
-
-
Matt Perry authored
Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff.
-
- Aug 03, 2013
-
-
Christopher Smith authored
-
- Aug 01, 2013
-
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
- Jul 31, 2013
-
-
Anika Henke authored
-
- Jul 30, 2013
-
-
Michael Hamann 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.
-
- Jul 12, 2013
-
-
Andreas Gohr authored
-
- Jun 27, 2013
-
-
haobug authored
As reported in https://forum.dokuwiki.org/thread/9988 the previous implementation can not handle the situation of use the linkwiz more than once. Now you can use in you toolbar plugin 'type' => 'linkwiz' to make use of the handy Linkwizard for choosing the wiki pages.
-
- Mar 30, 2013
-
-
Michael Hamann authored
For just one image another syntax was used, this fixes the update script to also fetch this image.
-
- Mar 24, 2013
-
-
Andreas Gohr authored
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.
-
- Feb 24, 2013
-
-
Michael Hamann authored
The previous fix in e38f3066 fixed this bug only in tb_formatln.
-
- Feb 16, 2013
-
-
Michael Hamann authored
This prevents old requests that need longer than the newer ones (likely, as if you type more less results are returned) from overriding the results list.
-
Andreas Gohr authored
-
- Feb 03, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Anika Henke authored
-