| 3371a8b4 | 24-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Fixed selffail. |
| b7eccc60 | 24-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Keep edit target information for preview |
| b0ffdb5e | 23-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Make tests PHP 5.3 compatible |
| 689cba4d | 23-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
No warning for an undefined variable |
| ebf65d37 | 17-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Rewrite p_get_metadata to not issue a E_Notice |
| 12c96ace | 23-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Send edit target in HTML_EDITFORM_SELECTION |
| 80fcb268 | 23-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Rewrite wikitext slicing for section edits
This commit adresses two issues: * rawWikiSlices used to drop the first byte of the suffix (usually a newline, but custom section edits may not be bo
Rewrite wikitext slicing for section edits
This commit adresses two issues: * rawWikiSlices used to drop the first byte of the suffix (usually a newline, but custom section edits may not be bound to newlines) * con used to insert way too much newlines: the newline that got dropped by the bug in rawWikiSlices and one additional newline in prefix and text each if they are not terminated by a newline. Now con only inserts newlines if there are absolutely no newlines between prefix and text and text and suffix.
show more ...
|
| cf5b4351 | 22-Mar-2010 |
Andreas Gohr <andi@splitbrain.org> |
Replace vertical tabs befor parsing XML in XMLRPC
It seems that the 0x0B Vertical Tab character breaks the PHP XML parser. This workaround replaces the char with a space before parsing. Not ideal bu
Replace vertical tabs befor parsing XML in XMLRPC
It seems that the 0x0B Vertical Tab character breaks the PHP XML parser. This workaround replaces the char with a space before parsing. Not ideal but good enough for now.
show more ...
|
| dfd343c4 | 22-Mar-2010 |
Andreas Gohr <andi@splitbrain.org> |
fixed hashing in mediaSearch()
The hash option did not hash the correct content for the found media files. This causes troubles in the sync plugin http://github.com/splitbrain/dokuwiki-plugin-sync/i
fixed hashing in mediaSearch()
The hash option did not hash the correct content for the found media files. This causes troubles in the sync plugin http://github.com/splitbrain/dokuwiki-plugin-sync/issues#issue/1
show more ...
|
| 9d706dd2 | 22-Mar-2010 |
Robert Bogenschneider <robog@gmx.de> |
German language update |
| 982a5941 | 22-Mar-2010 |
Robert Bogenschneider <robog@gmx.de> |
Esperanto language update |
| cfb026ae | 22-Mar-2010 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
fixed Safari browser detection |
| 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 ...
|