- Jan 26, 2013
-
-
Anika Henke authored
FS#2700) Note: These changes don't work yet. The cookie is not set and deletes the old one.
-
Michael Hamann authored
-
Michael Hamann authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
This should make migrating from MediaWiki a bit easier.
-
Michael Hamann authored
-
Michael Hamann authored
The new deletePageNoLock method is used by renamePage and avoids that the index needs to be unlocked and locked again for deleting the page.
-
Michael Hamann authored
-
Andreas Gohr authored
This was updated in the english translation a while ago, but was still missing in some translations
-
- Jan 25, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jan 24, 2013
-
-
Andreas Gohr authored
Custom editors can also be loaded when not a section is given. For example this happens on a preview click where the page is already separated into pre, suf and text.
-
- Jan 23, 2013
-
-
Andreas Gohr authored
This reverts commit f2cb3ec7. Turns out I was too fast merging this. I can't get PHP's bzip handler to handle a bzip1 compressed file.
-
Elan Ruusamäe authored
in fact .tbz is tar.bz (bzip1) and .tbz2 is what tar.bz2 is used commonly.
-
Elan Ruusamäe authored
-
- Jan 21, 2013
-
-
Guillaume Turri authored
Because wiki.getAttachments now returns 'perms' instead of 'perm'
-
- Jan 19, 2013
-
-
Michael Hamann authored
-
Michael Hamann authored
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.
-
Guillaume Turri authored
-
- Jan 18, 2013
-
-
Andreas Gohr authored
this was lost because the subscription branch, branched before this change in master
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
now the data parameter, which really is a timestamp is only handled internally of the subscription class
-
Erdem authored
-
Daniel López Prat authored
-
- Jan 10, 2013
-
-
Guillaume Turri authored
It may happen when the page has few versions
-
Guillaume Turri authored
At least if we want to be consistent with search_universal
-
- Jan 09, 2013
-
-
Guillaume Turri authored
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
-
Robin Getz authored
-
日向小郎 authored
-
- Jan 06, 2013
-
-
Osama Al-Kofahi authored
-
Guillaume Turri authored
-
Guillaume Turri authored
According to dokuwiki's documentation (https://www.dokuwiki.org/devel:xmlrpc#wikiputpage), those methods should return booleans, not int.
-
Guillaume Turri authored
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.
-
- Dec 20, 2012
-
-
Michael Hamann authored
-
Michael Hamann authored
-