| d141c8dc | 22-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Add missing global declaration |
| 2ffea8f2 | 22-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Do not trigger HTML_FORM_SELECTION in some cases
When the page is not editable or the section info is out of date, a custom editor should not be used. |
| 71a1b3ab | 22-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Really remove edit highlighting on mouseout |
| 50e988b1 | 18-Mar-2010 |
Andreas Gohr <andi@splitbrain.org> |
typo fixed |
| 8d557116 | 17-Mar-2010 |
maros <dobrimaros@yahoo.pl> |
Polish language update |
| 1c5d577c | 17-Mar-2010 |
José António Cidre Bardelás <medulio@ciberirmandade.org> |
Galician language update |
| b080c3dd | 17-Mar-2010 |
Martijn Dekker <martijn@inlv.org> |
Interlingua language update |
| c77fa67b | 16-Mar-2010 |
Michael Hamann <michael@content-space.de> |
Use md5sum of id and client ip as temporary filename in XML-RPC
Before this patch the temporary filename was the uncleaned id. This allowed everyone with upload-privileges (on the whole wiki) and XM
Use md5sum of id and client ip as temporary filename in XML-RPC
Before this patch the temporary filename was the uncleaned id. This allowed everyone with upload-privileges (on the whole wiki) and XML-RPC privileges on a XML-RPC-enabled DokuWiki to (over)write any file PHP is allowed to write with any content he wants. If you have XML-RPC enabled and users with XML-RPC and upload privileges you don't trust in a way you would allow them to write any file PHP may write, consider this as an important security fix. By default XML-RPC is disabled, so if you don't know what I'm talking about you are probably not affected by the problem.
show more ...
|
| 5ce4ea15 | 16-Mar-2010 |
Michael Klier <chi@chimeric.de> |
added missing IXR_IntrospectionServer to autoload classes |
| e0415e22 | 16-Mar-2010 |
Christopher Smith <chris@jalakai.co.uk> |
Make constants in TarLib.class.php class constants
The constants are required by the class constructor, which effectively means before the autoloader is triggered. This change fixes that issue. |
| 94d621b0 | 16-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Typo in ZipLib autoloader |
| a2ea2dc1 | 16-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix special link displaying in abstract |
| fda42deb | 15-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Various JavaScript fixes
* 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
Various JavaScript fixes
* 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
show more ...
|
| c7cb395c | 15-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Load libraries after init |
| a958c48c | 12-Mar-2010 |
Andreas Gohr <andi@splitbrain.org> |
removed dead leftover code from media search |
| 05ed2c25 | 12-Mar-2010 |
Andreas Gohr <andi@splitbrain.org> |
some more load fixes |
| 84645d8c | 12-Mar-2010 |
Andreas Gohr <andi@splitbrain.org> |
fixed target handling for license link FS#1917 |
| b77df601 | 12-Mar-2010 |
Andrey Mikhaylov <lolmaus@gmail.com> |
Russian language update |
| fe17917e | 10-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Move & rename HTML_PAGE_FROMTEMPLATE to common.php
The new COMMON_PAGE_FROMTEMPLATE is triggered by pageTemplate AFTER the template has been read but before performing the template replacements. |
| 8d67c48a | 10-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Correct edit conflict detection
Edit conflicts occur when a page has been edited since starting the current edit. In order to detect them, the date of the newest revision is saved. |
| 5a932e77 | 09-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Remove wordblock action, issue a msg instead |
| 45a99335 | 09-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Move data preprocessing out of html_edit |
| ffde0ac9 | 09-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Allow plugins to manage edit intro text |
| bce53b1f | 09-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Add missing global declaration |
| 7e783d07 | 09-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Introduce toolbar buttons for headers and stuff |