fb52c666 | 02-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
coding style cleanup in lib/exe/detail.php |
2897eb23 | 26-Jun-2010 |
Michael Hamann <michael@content-space.de> |
Transformed the sitemapper into a class
This makes it possible to autoload the sitemapper when needed. |
c4f79b71 | 07-Apr-2010 |
Michael Hamann <michael@content-space.de> |
Sitemap rewrite |
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. |
41c14117 | 10-Aug-2010 |
Adrian Lang <lang@cosmocode.de> |
Ignore small & own changes in digest & list mails |
09edb711 | 27-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
use config cascade for userscripts and styles FS#1678 |
339bd727 | 27-Jun-2010 |
Christopher Smith <chris@jalakai.co.uk> |
Wrap $HTTP_RAW_POST_DATA in !empty() to avoid NOTICE in error logs |
0b34c70f | 27-Jun-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1795: Restrict media manager to users with at least read access on the supplied namespace. |
40f3c0b5 | 27-Jun-2010 |
Gina Haeussge <gina@foosel.net> |
FS#433: Editor now uses onbeforeunload event to capture ANY leaving of it besides via Save or Preview button. This has been successfully tested in FF, Chrome and IE6/7/8. Opera does not support onbef
FS#433: Editor now uses onbeforeunload event to capture ANY leaving of it 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.
show more ...
|
7e1f9fd3 | 26-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
Hotkey trigger is now CTRL-ALT FS#1958
Tests and feedbacks please! |
8d22f1e9 | 26-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
Changes to the ft_pageLookup and related event FS#1978
This patch changes the ft_pageLookup function to always return the title of pages with the result. This makes it easier to work with the array,
Changes to the ft_pageLookup and related event FS#1978
This patch changes the ft_pageLookup function to always return the title of pages with the result. This makes it easier to work with the array, as it no longer changes between numeric and key indexes depending on useheading. This also means that action plugins subscribed to SEARCH_QUERY_PAGELOOKUP need to be adjusted. The event contains a new data field called 'has_titles' which plugins can use to check for backwards compatibility.
show more ...
|
fa61423c | 22-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
temporary disable hotkey JS for FS#1958 |
a0070b52 | 16-Jun-2010 |
Adrian Lang <lang@cosmocode.de> |
Add title index to the indexer files, improve indexer calls |
159ef596 | 16-Jun-2010 |
Adrian Lang <lang@cosmocode.de> |
Remove temp indexer upgrade stuff from 579b0f7e |
80423ab6 | 16-Jun-2010 |
Adrian Lang <lang@cosmocode.de> |
Perform quick search in title as well |
86228f10 | 24-May-2010 |
Dominik Eckelmann <deckelmann@gmail.com> |
added cleanID to xmlrpc call wiki.getBackLinks |
4062d3d5 | 30-Apr-2010 |
Marek Sacha <sachamar@fel.cvut.cz> |
Reimplementation of Accesskeys in javascript (FS#1809), toolbar accesskyes fix. |
7ea8e592 | 26-Apr-2010 |
Marek Sacha <sachamar@fel.cvut.cz> |
Reimplementation of Accesskeys in JavaScript (FS#1809) |
3e0c7aa3 | 04-May-2010 |
Adrian Lang <lang@cosmocode.de> |
Add locking for indexer-based notifications |
e6f4c9d4 | 17-Apr-2010 |
Georges-Etienne Legendre <legege@bonsai.home.legege.com> |
Adding getTitle to the XML-RPC API |
ac1ffdde | 17-Apr-2010 |
Georges-Etienne Legendre <legege@bonsai.home.legege.com> |
Fix #1943: full text search XML-RPC call should return the $pages instead of $data |
26ee1edf | 25-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Rewrite JavaScript change check |
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 ...
|
a958c48c | 12-Mar-2010 |
Andreas Gohr <andi@splitbrain.org> |
removed dead leftover code from media search |