| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Indexer: Add the PID to INDEXER_PAGE_ADD and add getPID/getPageFromPID functions
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| | |
| | | |
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.
|
| | | |
|
| | | |
|
|/ /
| |
| |
| |
| | |
According to dokuwiki's documentation (https://www.dokuwiki.org/devel:xmlrpc#wikiputpage),
those methods should return booleans, not int.
|
| | |
|
| | |
|
|\ \
| | |
| | | |
added option to enable automatic popularity data in installer
|
| |/ |
|
|/ |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| | |
support CONNECT for tunneling SSL via HTTP proxies FS#2431
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* master: (169 commits)
added PCRE UTF-8 checks to do=check FS#2636
avoid multiple paralell update checks
fix regression bug in HTTPClient FS#2621
changed PAGEUTILS_ID_HIDEPAGE to has BEFORE/AFTER
TarLib code cleanup
TarLib: fixed appending in non-dynamic mode
fixed third method of adding files in TarLib
fix lone zero block in TarLib created archives
fix use of constructor in TarLib
Slovak language update
Korean language update
Latvian language update
added event PAGEUTILS_ID_HIDEPAGE
added test for isHiddenPage()
removed redundant variables in tpl_include_page() (because of 3ff8773b)
added cut off points for mobile devices as parameters to style.ini
Corrected typo: ruke -> rule
Persian language update
Spanish language update
russian language update
...
|
| | |
| | |
| | |
| | | |
The included test cases currently expect a squid at localhost:3128
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Translatable string for "None" license selection
|
| | | |
| | | |
| | | |
| | | |
| | | | |
The position of the option was moved to the end of the list so
the English label "None of the above" will make sense.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
ACL checking of DokuWiki is currently always case-sensitive
regardless of auth backend setting ($auth->isCaseSensitive).
This commit enables case-insensitive match in the same way
of auth_isMember().
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Empty BCC/CC headers may cause errors on IIS.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
pull-request-118
* 'guide' of git://github.com/splitbrain/dokuwiki:
changed semicolon to colon in link to welcome page to make it less confusing
added initial pages to not be ignored by git
improved welcome text
added welcome page
changed the link in the installer to point to wiki:welcome
Conflicts:
inc/lang/fr/lang.php
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* 'master' of git://github.com/borekb/dokuwiki:
Colon is no longer rewritten to semicolon for IIS 7.x and for older versions of IIS, semicolon is displayed as is, not URL-encoded.
Conflicts:
inc/common.php
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
of IIS, semicolon is displayed as is, not URL-encoded.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
New Tar Archive library
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The library now creates either a POSIX ustar prefix or a GNU longlink
entry for files which have a name longer than 100 bytes
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Supports POSIX ustar prefixes and GNU longlink entries
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This new class is only losely based on our previous library. The
whole API was changed to make it more flexible and memory saving.
Some fisrt unit tests are included
|
| | | | | | | |
|