History log of /dokuwiki/inc/ (Results 3201 – 3225 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f859182110-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

8451f4ad10-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

c647387e09-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 ...

ffb060ea09-Jan-2013 Robin Getz <robin.getz@analog.com>

show filesize of local file links in tooltip

7eaa770309-Jan-2013 日向小郎 <syaoranhinata@gmail.com>

Traditional Chinese language update

71e90b1c06-Jan-2013 Osama Al-Kofahi <Osamak@paci.gov.kw>

Arabic language update

e47e9c1006-Jan-2013 Guillaume Turri <guillaume.turri@gmail.com>

Fixed declared returned type

7d1ae5e224-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 ...

def492a206-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 ...

4f70832120-Dec-2012 Michael Hamann <michael@content-space.de>

Remove global $Indexer, clear index in the testing system instead

3cf3c7d620-Dec-2012 Michael Hamann <michael@content-space.de>

Add clear function to the indexer that deletes the whole index

27beeed619-Dec-2012 Anika Henke <anika@selfthinker.org>

fixed broken @author link in farm code

6a34de2d19-Dec-2012 Anika Henke <anika@selfthinker.org>

added to version info if version is unknown

740da4c212-Dec-2012 lupo49 <dokuwiki@lupo49.de>

de/de-informal: language updates / added "sidebar"

3a0852d907-Dec-2012 Andreas Gohr <andi@splitbrain.org>

added option to enable automatic popularity data in installer

b34cf75307-Dec-2012 Andreas Gohr <andi@splitbrain.org>

some reformatting

e13e01da07-Dec-2012 Andreas Gohr <andi@splitbrain.org>

added compatibility function

1421e54804-Dec-2012 Michael Hamann <michael@content-space.de>

Indexer: Make $Indexer in idx_get_indexer() global instead of static

This avoids problems with test cases that use the indexer and the PID
cache - the index is cleaned between test cases but the PID

Indexer: Make $Indexer in idx_get_indexer() global instead of static

This avoids problems with test cases that use the indexer and the PID
cache - the index is cleaned between test cases but the PID cache
wasn't cleaned. Now PHPUnit can unset the global $Indexer between test
cases.

show more ...

3d2ce00604-Dec-2012 Michael Hamann <michael@content-space.de>

Indexer: Add cache for getPID()

This avoids re-reading of the page index file for every getPID()-call by
using a simple FIFO cache, limited to 10 items. In idx_addPage() and the
functions that it ca

Indexer: Add cache for getPID()

This avoids re-reading of the page index file for every getPID()-call by
using a simple FIFO cache, limited to 10 items. In idx_addPage() and the
functions that it calls getPID() is called 3 times for the same PID.

show more ...

03aafe1c02-Dec-2012 Michael Hamann <michael@content-space.de>

Indexer: add getPID/getPageFromPID functions and PID to INDEXER_PAGE_ADD

This allows plugins to get the PID for a page and also to get the page
for a certain PID. That way plugins can build their ow

Indexer: add getPID/getPageFromPID functions and PID to INDEXER_PAGE_ADD

This allows plugins to get the PID for a page and also to get the page
for a certain PID. That way plugins can build their own index that uses
numeric ids.

show more ...

48a1417e02-Dec-2012 Michael Hamann <michael@content-space.de>

Correct parameter documentation of DokuWiki_Plugin::loadHelper()

b04a190d02-Dec-2012 Michael Hamann <michael@content-space.de>

XHTML renderer: bind section id counter to the renderer instance

This changes the previously static lastsecid into an instance variable,
this leads to consistent section edit ids when the xhtml rend

XHTML renderer: bind section id counter to the renderer instance

This changes the previously static lastsecid into an instance variable,
this leads to consistent section edit ids when the xhtml renderer is
used more than once in a request. This makes it possible for test cases
to know the exact section edit id for an instruction array.

show more ...

8740865b02-Dec-2012 Hakan Sandell <sandell.hakan@gmail.com>

Fixed missing %s in Swedish translation

2e41a02502-Dec-2012 Hakan Sandell <sandell.hakan@gmail.com>

Re-phrased "no license" installer text

790b772030-Nov-2012 Andreas Gohr <andi@splitbrain.org>

moved registration notification to subscription class

1...<<121122123124125126127128129130>>...266