| 31bc8f11 | 24-May-2011 |
Michael Hamann <michael@content-space.de> |
Check permissions + security token in lock + draft modification FS#2265
This disables lock and draft creation for pages the user can't edit. It additionally adds a security token to the draft creati
Check permissions + security token in lock + draft modification FS#2265
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.
show more ...
|
| 42c58e90 | 02-May-2011 |
Andreas Gohr <andi@splitbrain.org> |
set cursor to start of textbox when focusing FS#2243
This works around a new "feature/bug" of Firefox 4. |
| 4b1755bd | 21-Apr-2011 |
Adrian Lang <mail@adrianlang.de> |
Make locktimer more robust
If no HTML element with the id wiki__text exists, locktimer.init led to a JavaScript error. |
| 1f663d37 | 18-Apr-2011 |
Andreas Gohr <andi@splitbrain.org> |
Revert "correctly disable unfinished media options popup"
This reverts commit 342e58c8c048bfd5f57f10bd88cee95aa2732e96.
The options code had already been fixed. My mistake. |
| 342e58c8 | 17-Apr-2011 |
Andreas Gohr <andi@splitbrain.org> |
correctly disable unfinished media options popup
We disabled the media options shortly before the last release because of an unfixed bug. The disabling was not complete which caused problems with te
correctly disable unfinished media options popup
We disabled the media options shortly before the last release because of an unfixed bug. The disabling was not complete which caused problems with templates not incorporating the needed CSS. Since the option dialog hasn't been fixed yet, this patch also disables the creation of the corresponding HTML to avoid the mentioned template problems.
show more ...
|
| 7d643c17 | 17-Apr-2011 |
Guy Brand <gb@unistra.fr> |
Trap onbeforeunload when event fired (attempt to fix FS#2196) |
| 02097e2a | 17-Apr-2011 |
Andreas Gohr <andi@splitbrain.org> |
attach textChanged property to window attempt to fix FS#2196 |
| 2ec63414 | 09-Apr-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
edit.js is jQueryfied |
| ff482cae | 30-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
fixed import for drag.js and started a rewrite of edit.js |
| 5ed44c0e | 30-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
Merge remote branch splitbrain/master and added back drag.js (for compatibility reason) |
| 5d3db6eb | 30-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
toolbar.js is jQueryfied |
| 2ed49e2a | 28-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
JS API is corrected to the original state |
| 11bf24d8 | 27-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
helpers.js was removed - it basically contained functions they are implemented in jQuery library |
| fdfb9c6a | 26-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
cookie.js is jQueryfied, added jQuery-cookie-plugin |
| 3044fa04 | 26-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
using POST instead of GET in searching by ajax |
| 80997d21 | 26-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
locktimer.js is jQueryfied |
| b29919f7 | 24-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
ajax.js is jQueryfied |
| 6d856006 | 24-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
cursors: a.select = pointer, linkwiz__header = cross |
| 33cd7635 | 23-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
Added pointers cursors on a.select |
| dea1115b | 06-Mar-2011 |
Adrian Lang <dokuwiki@adrianlang.de> |
Pass edid to the mediamanager |
| 4c5a5d3d | 06-Feb-2011 |
Michael Hamann <michael@content-space.de> |
JS: Add style helper and fix footnotes in non-static containers |
| 999913b8 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
no final comma in class members or IE craps out |
| bf14d727 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
keep drafts on preview FS#2116 |
| dba09ad2 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
don't show lock timer in readonly mode FS#2146 |
| 55f92d7e | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
moved locktimer class to its own file
I also adjusted the coding style to match our other JS classes |