- Jan 31, 2013
-
-
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
-
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.
-
Andreas Gohr authored
handle bz (bzip not bzip2) better
-
Andreas Gohr authored
fixes from bee9f377 commit notes
-
Elan Ruusamäe authored
in fact .tbz is tar.bz (bzip1) and .tbz2 is what tar.bz2 is used commonly.
-
Elan Ruusamäe authored
-
Andreas Gohr authored
Added unit tests
-
- Jan 22, 2013
-
-
Kazutaka Miyasaka authored
-
- Jan 21, 2013
-
-
Guillaume Turri authored
Hurray, tests pass!
-
Guillaume Turri authored
Currently both the 2nd and the third assertions fail (the first one is just for upcoming non-regression)
-
Michael Hamann authored
wiki.getAttachments returns 'perms' according to documentation
-
Guillaume Turri authored
Because wiki.getAttachments now returns 'perms' instead of 'perm'
-
- Jan 20, 2013
-
-
Andreas Gohr authored
Check search limit depth with an inequality
-
Andreas Gohr authored
Don't remove page version from result if uneeded
-
- Jan 19, 2013
-
-
Michael Hamann authored
-
Guillaume Turri authored
-
- Jan 18, 2013
-
-
Erdem authored
-
Daniel López Prat authored
-
- Jan 13, 2013
-
-
Andreas Gohr authored
-
- Jan 11, 2013
-
-
Michael Hamann authored
Before this change the last modification time was taken from metadata and then the revision that was specified there was loaded from the attic. Now revisions from attic are only loaded when the page has been modified more recently and the date is normally the last modification time of the page source. This was a problem when the most recent change was an external edit, then an older revision was shown in the feed.
-
- 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 08, 2013
-
-
Dominik Eckelmann authored
-
- Jan 06, 2013
-
-
Michael Hamann authored
Indexer: Add the PID to INDEXER_PAGE_ADD and add getPID/getPageFromPID functions
-
Andreas Gohr authored
Made auth_aclcheck always return int
-
Osama Al-Kofahi authored
-
Dominik Eckelmann authored
xmlrpc putPage and appendPage should return bool
-
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
-
Michael Hamann authored
-
- Dec 19, 2012
-
-
Anika Henke authored
-
Anika Henke authored
-