- 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
-
- Feb 14, 2014
-
-
Andreas Gohr authored
-
- Feb 07, 2014
-
-
Szymon Olewniczak authored
-
Szymon Olewniczak authored
-
- Jan 17, 2014
-
-
Andreas Gohr authored
-
- Aug 01, 2013
-
-
Anika Henke authored
-
- Jul 28, 2012
-
-
Anika Henke authored
-
- Sep 15, 2011
-
-
Adrian Lang 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
-
- May 25, 2011
-
-
Michael Hamann authored
The security token here doesn't improve the security as the other requests that allow you to do the same thing aren't protected and I don't see why locking or draft creation should be subject of XSRF attacks.
-
- May 24, 2011
-
-
Michael Hamann authored
This disables lock and draft creation for pages the user can't edit. It additionally adds a security token to the draft creation and deletion request so - at least for logged in users - drafts can't be created, modified or deleted so easily anymore.
-
- May 02, 2011
-
-
Andreas Gohr authored
This works around a new "feature/bug" of Firefox 4.
-
- Apr 17, 2011
-
-
Guy Brand authored
-
Andreas Gohr authored
-
- Apr 09, 2011
-
-
Michal Rezler authored
-
- Mar 30, 2011
-
-
Michal Rezler authored
-
- Mar 27, 2011
-
-
Michal Rezler authored
-
- Feb 06, 2011
-
-
Andreas Gohr authored
-
Andreas Gohr authored
I also adjusted the coding style to match our other JS classes
-
- Aug 11, 2010
-
-
Andreas Gohr authored
When creating new pages, no date field is added in the edit form.
-
- Jun 27, 2010
-
-
Michael Hamann authored
The keydown event can't be prevented in Opera (see http://www.quirksmode.org/dom/events/keys.html) so this switches back to keypress in Opera (keypress doesn't give the correct key codes in Firefox). Furthermore Opera replaces '\n' by '\r\n' when inserting text, thus the offset for cursor/selection placement was wrong.
-
Michael Hamann authored
-
Gina Haeussge authored
besides via Save or Preview button. This has been successfully tested in FF, Chrome and IE6/7/8. Opera does not support onbeforeunload, therefore the draft is kept if the user navigates away from the editor. Please test this.
-
- Apr 26, 2010
-
-
Adrian Lang authored
-
- Mar 26, 2010
-
-
Adrian Lang authored
-
Adrian Lang authored
-
- Mar 15, 2010
-
-
Adrian Lang authored
* Syntax error fixed * lock refresh event is now attached to the whole edit form since it bubbles up and we cannot be sure that the wikitext input exists on all edit forms * Updated findPos(X|Y) * Easier and less error-prone way of getting the section edit button in the highlight mouseover event handler
-
- Feb 23, 2010
-
-
Adrian Lang authored
-
- Feb 11, 2010
-
-
Adrian Lang authored
-
- Jan 26, 2010
-
-
Adrian Lang authored
-
Andreas Gohr authored
This patch disables all keyhandling (as used for automatic list indention) when some text is selected. This fixes unexpected behavior when selecting some text at the start of a list item and hitting backspace.
-
- Jan 19, 2010
-
-
Andreas Gohr authored
Ignore-this: 87db996b332355addacd81b1ac13b0ab darcs-hash:20091125144759-6e07b-601ea98a48d9d3c9dd3508cdb9cde9b86c83a5a3.gz
-
- Jan 09, 2010
-
-
Andreas Gohr authored
-
- Nov 25, 2009
-
-
Andreas Gohr authored
Ignore-this: bd910501ef05d1341c1d67648dc66e32 Firefox doesn't send correct keycodes in onkeypress events darcs-hash:20091125085224-6e07b-ffce34608064ffe62708da5efb3065103ca95eda.gz
-