- 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 09, 2016
-
-
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
-
- Apr 30, 2016
-
-
Gerrit Uitslag authored
Fixes #1199
-
- Apr 19, 2016
-
-
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.
-
- 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.
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
This adds a subtle animation effect when scrolling to the #scroll__here behaviour ID. It also adds a 100px offset to make the object not stick to the browser border.
-
- Nov 12, 2014
-
-
christian studer authored
-
- Jul 04, 2014
-
-
Andreas Gohr authored
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.
-
- 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
-