| #
6fd41509 |
| 27-Oct-2011 |
schplurtz le déboulonné <schplurtz@laposte.net> |
Use JSON wrapper in image upload (FS#2345)
|
| #
cc2c0b9d |
| 06-Sep-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #61 security fix
|
| #
30fd72fb |
| 02-Sep-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #47 Changes to old media manager popup: removing edit and delete functionality
|
| #
035e07f1 |
| 24-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #57, function names, params, html fixes
|
| #
9de3b571 |
| 20-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #44 uploader fixes, #45 browser testing
|
| #
c472bad9 |
| 19-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #44 new uploader in the media popup
|
| #
873cd06e |
| 15-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #50 styling the new uploader
|
| #
2d6cc64f |
| 12-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #44, #52 media_upload reused, error handling
|
| #
6bdff083 |
| 08-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #44 overwrite checkbox added to uploader
|
| #
09063cc6 |
| 04-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #44 multi file uploader
|
| #
92cac9a9 |
| 03-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #38 diff links only if diff available; deleted files
|
| #
4ee15585 |
| 26-Jul-2011 |
Kate Arzamastseva <pshns@ukr.net> |
image diffs fixes
|
| #
3dd4a911 |
| 14-Jul-2011 |
Kate Arzamastseva <pshns@ukr.net> |
Merge branch 'master' of git://github.com/splitbrain/dokuwiki into media-revisions
|
| #
a1dee2b9 |
| 11-Jul-2011 |
Adrian Lang <mail@adrianlang.de> |
Fix some bugs and glitches in (mediamanager) tree
* Fix selector in subtree loading callback * Remove HTML inconsistencies between AJAX and plain PHP lists * Unify icon and CSS class switching
Fix some bugs and glitches in (mediamanager) tree
* Fix selector in subtree loading callback * Remove HTML inconsistencies between AJAX and plain PHP lists * Unify icon and CSS class switching in dw_tree and dw_mediamanager
show more ...
|
| #
7d7ab775 |
| 04-Jul-2011 |
Kate Arzamastseva <pshns@ukr.net> |
mediamanager ajax forms
|
| #
ed69a2ae |
| 03-Jul-2011 |
Kate Arzamastseva <pshns@ukr.net> |
ajax mediamanager fix
|
| #
23846a98 |
| 03-Jul-2011 |
Kate Arzamastseva <pshns@ukr.net> |
ajax mediamanager
|
| #
f7b6e27e |
| 25-May-2011 |
Michael Hamann <michael@content-space.de> |
Remove the security token from the ajax draft/lock calls again
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 d
Remove the security token from the ajax draft/lock calls again
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.
show more ...
|
| #
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 ...
|
| #
c6497d39 |
| 11-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
avoid warning in linkwizard when a space is entered as query
|
| #
d83e78ed |
| 15-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
added missing change for path length shortener in ajax backend
|
| #
d0b9cae1 |
| 14-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
coding style fix
|
| #
e3776c06 |
| 29-Nov-2010 |
Michael Hamann <michael@content-space.de> |
Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is o
Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
show more ...
|
| #
42de51b1 |
| 22-Sep-2010 |
Adrian Lang <lang@cosmocode.de> |
Work around WebKit bug: newlines at the end of input values are removed.
In WebKit, newlines at the end of input field’s value parameters are removed. This breaks $PRE, so we protect those new lines
Work around WebKit bug: newlines at the end of input values are removed.
In WebKit, newlines at the end of input field’s value parameters are removed. This breaks $PRE, so we protect those new lines with a dot and later remove the dot.
show more ...
|
| #
d259f728 |
| 11-Aug-2010 |
Andreas Gohr <gohr@cosmocode.de> |
fixed locktimer/draft saving on new pages
When creating new pages, no date field is added in the edit form.
|