- Nov 26, 2016
-
-
Andreas Gohr authored
jQuery.browser no longer exists in jQuery nor in jQuery migrate. A quick check in Opera and IE11 suggests that both parts that used it are no longer needed so they were simply removed. More browser tests especially for the resize handling in the media manager are recommended.
-
Andreas Gohr authored
The bind() call is deprecated in jQuery 3. This replaces it with the on() call.
-
Andreas Gohr authored
The delegate() call is deprecated in jQuery 3. This replaces it with the on() call.
-
Andreas Gohr authored
jQuery UI replaced the buttonset widget with a controlgroup widget. This adjusts the JavaScript and styling accordingly.
-
Andreas Gohr authored
- 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.
-
- Sep 19, 2016
-
-
Steve Glick authored
-
- Jun 10, 2016
-
-
Andreas Gohr authored
-
- May 18, 2016
-
-
Gerrit Uitslag authored
checkfunc is mainly replaced by doku_hasTextBeenModified, which is put in global scope to allow overriding by plugins.
-
- May 11, 2016
-
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
-
- May 09, 2016
-
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
- if #wiki__text (the default DokuWiki editor field) exists, the checkfunc() checks whether the field content is changed - if #wiki__text not exists it assumes that on all change and keydown events the content of the form #dw__editform is changed (give still false positives.) (for example the Data plugin has none #wiki__text)
-
Gerrit Uitslag authored
-
- May 02, 2016
-
-
Gerrit Uitslag authored
-
- Apr 30, 2016
-
-
Gerrit Uitslag authored
Fixes #1483
-
Gerrit Uitslag authored
Fixes #1199
-
- Apr 20, 2016
-
-
Anika Henke authored
-
- Apr 19, 2016
-
-
Andreas Gohr authored
This drops support for Internet Explorer <9 which we no longer support.
-
Andreas Gohr authored
-
Andreas Gohr authored
The opera work around is still needed though! O_o
-
Andreas Gohr authored
Standardized node.textContent is available since IE9
-
- Feb 24, 2016
-
-
Andreas Gohr authored
This makes sure the provided callback is using alphanumerics only. I'm not sure this is needed, but better safe than sorry.
-
- Feb 22, 2016
-
-
Andreas Gohr authored
because we actually want it in this branch ;-) This reverts commit 38a2174b.
-
Andreas Gohr authored
this was an accidental commit to master This reverts commit f7f7fb6c.
-
Andreas Gohr authored
This introduces a mechanism to override what happens when a media item is selected in the media manager popup by providing a callback name in the URL. The default implementation just does what dw_mediamanager.insert did before and calls insertTags()
-
- Oct 28, 2015
-
-
Sam Wilson authored
This change adds a new class to the quicksearch's <form> element while the quicksearch is running. This is to make it easier to style the form, e.g. with a throbber gif in the search box, to indicate that something is happening. For slow connections, it is sometimes not apparent that waiting for a few seconds will present the user with a list of matching pagenames. The new 'searching' class is added just before the POST request is sent, and cleared both on successful completion and when the search box is cleared.
-
- Aug 22, 2015
-
-
Gerrit Uitslag authored
handle 'e' set a resize handle at east side, 'w' at west side.
-
Gerrit Uitslag authored
-
- Jul 31, 2015
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jul 15, 2015
-
-
Andreas Gohr authored
adds aria handling to makeToggle and allows to supress it in dw_toggle
-
- Jul 12, 2015
-
-
Anika Henke authored
-
- May 29, 2015
-
-
Andreas Gohr authored
-
- May 05, 2015
-
-
Michael Große authored
It is helpful if the pipe is still inserted by the linkwizard when there is no title. This increases usability for beginners.
-
- Apr 23, 2015
-
-
Michael Große authored
-
Michael Große authored
-
- Mar 21, 2015
-
-
chang-zhao authored
When the picker button is near the border of the screen, then an opening panel of picker buttons can go over the screen edge. That's not convenient. So we should add a check in a `function pickerToggle()` and shift picker buttons position if needed.
-
- Jan 14, 2015
-
-
KeenRivals authored
-
- Dec 11, 2014
-
-
Andreas Gohr authored
Add the class .bounce to any element to let it bounce slightly for 2 seconds. This is useful to make the user aware of some element. Can be combined with #scroll__here when a long list auto scrolls to a certain item.
-