| 804f11b2 | 19-Jan-2013 |
Michael Hamann <michael@content-space.de> |
Correct PHPDoc comment of DokuWiki_Plugin::locale_xhtml() |
| 5eb9e867 | 19-Jan-2013 |
Michael Hamann <michael@content-space.de> |
Indexer: Added page and meta value rename functions
With these functions that search index can be updated after page moves or mass metadata updates without the need to reindex the whole page/wiki. T
Indexer: Added page and meta value rename functions
With these functions that search index can be updated after page moves or mass metadata updates without the need to reindex the whole page/wiki. These functions will be used by the new pagemove plugin.
show more ...
|
| 77e5adb1 | 19-Jan-2013 |
Guillaume Turri <guillaume.turri@gmail.com> |
wiki.getAttachments returns 'perms' according to documentation |
| 29c964eb | 18-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
readded mailfromnobody to subscription sending
this was lost because the subscription branch, branched before this change in master |
| 903e04c3 | 18-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
correctly escape diffs in HTML mails |
| 8b87bc02 | 18-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed lists in HTML mails |
| 004e7e6e | 18-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
simplified subscription->add() code a bit |
| edf986ad | 18-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
comment adjusted |
| cfbb9916 | 18-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed unused vars |
| 16c665d9 | 18-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed data parameter in subscription_handle_post()
now the data parameter, which really is a timestamp is only handled internally of the subscription class |
| e6c4a822 | 18-Jan-2013 |
Erdem <farukerdemoncel@gmail.com> |
Turkish language update |
| 187b13eb | 18-Jan-2013 |
Daniel López Prat <daniel@6temes.cat> |
Catalan language update |
| f8591821 | 10-Jan-2013 |
Guillaume Turri <guillaume.turri@gmail.com> |
Don't remove page version from result if uneeded
It may happen when the page has few versions |
| 8451f4ad | 10-Jan-2013 |
Guillaume Turri <guillaume.turri@gmail.com> |
If depth option is set to 0, we should recurse forever
At least if we want to be consistent with search_universal |
| c647387e | 09-Jan-2013 |
Guillaume Turri <guillaume.turri@gmail.com> |
Check search limit depth with an inequality
Otherwise, when we check for equality, the test fails if the search start beneath the max depth. Eg: if I have the page ns1:ns2:mypage in my wiki, and lau
Check search limit depth with an inequality
Otherwise, when we check for equality, the test fails if the search start beneath the max depth. Eg: if I have the page ns1:ns2:mypage in my wiki, and launch the xmlrpc query getPagelist("ns1", "depth => 1"), without this patch, it retrieves mypage
show more ...
|
| ffb060ea | 09-Jan-2013 |
Robin Getz <robin.getz@analog.com> |
show filesize of local file links in tooltip |
| 7eaa7703 | 09-Jan-2013 |
日向小郎 <syaoranhinata@gmail.com> |
Traditional Chinese language update |
| 71e90b1c | 06-Jan-2013 |
Osama Al-Kofahi <Osamak@paci.gov.kw> |
Arabic language update |
| e47e9c10 | 06-Jan-2013 |
Guillaume Turri <guillaume.turri@gmail.com> |
Fixed declared returned type |
| 7d1ae5e2 | 24-Dec-2012 |
Guillaume Turri <guillaume.turri@gmail.com> |
Made xmlrpc putPage and appendPage consistent with documentation
According to dokuwiki's documentation (https://www.dokuwiki.org/devel:xmlrpc#wikiputpage), those methods should return booleans, not
Made xmlrpc putPage and appendPage consistent with documentation
According to dokuwiki's documentation (https://www.dokuwiki.org/devel:xmlrpc#wikiputpage), those methods should return booleans, not int.
show more ...
|
| def492a2 | 06-Jan-2013 |
Guillaume Turri <guillaume.turri@gmail.com> |
Made auth_aclcheck always return int
The returned type is important in particular when we deal with xmlrpc. Indeed, this value is directly returned to the client eg when the wiki.getAllPages method
Made auth_aclcheck always return int
The returned type is important in particular when we deal with xmlrpc. Indeed, this value is directly returned to the client eg when the wiki.getAllPages method is queried.
Currently the 'perms' attribute may be either an int or a string, and its up to the xmlrpc client to resolve it (although Dokuwiki's documentation only tells it can be an int).
This patch makes sure we'll always return perms as int.
show more ...
|
| 4f708321 | 20-Dec-2012 |
Michael Hamann <michael@content-space.de> |
Remove global $Indexer, clear index in the testing system instead |
| 3cf3c7d6 | 20-Dec-2012 |
Michael Hamann <michael@content-space.de> |
Add clear function to the indexer that deletes the whole index |
| 27beeed6 | 19-Dec-2012 |
Anika Henke <anika@selfthinker.org> |
fixed broken @author link in farm code |
| 6a34de2d | 19-Dec-2012 |
Anika Henke <anika@selfthinker.org> |
added to version info if version is unknown |