| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
| |
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
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
We now have two defines for checking for UTF-8 and Unicode property
support in PREG and use them to work around FS#2636 on older systems.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
we now touch the messages before the actual update happens. this should
lower the chance of more than one update check running at a time.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In the recent refactoring of the HTTPClient, a problem with certain
systems was reintroduced. On these systems a select() call always
waits for a timeout on the first call before working properly on the
second call.
This patch reintroduces the shorter timeouts with usleep rate limiting
again.
Since this bug is not reproducible on other systems it can't be unit
tested unfortunately.
|
|\ \ \ \
| | | | |
| | | | | |
Added PAGEUTILS_ID_HIDEPAGE Event
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
fix E_STRICT errors FS#2427
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This commit fixes all E_STRICT messages shown when running the test
suite. There might be more problems not covered by tests, yet.
For compatibility reasons with plugins, E_STRICT errors are still
supressed.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Appending files now works at least for uncompressed tar files. Seeking
in compressed tars is not yet supported.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
You can give a path and file contents in an array. However this didn't
work because the file_exist() check was done before checking for an
array
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |/ / /
|/| | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Internet Explorer 8 (and maybe others) seem to use different
capitalization in the ACCEPT_CHARSET header between "normal" requests
and AJAX requests. This causes a browser UID mismatch and thus an
unecessary reauthentication.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Replaced it by the old tpl_include_page() and made it more flexible by adding a boolean $propagate parameter.
(It's false by default for backwards compatibility reasons. Should it rather be true? That would probably be what most users want.)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This problem was reported in https://forum.dokuwiki.org/thread/8143.
Apart from warnings you could notice that when you have namespaces "foo"
and "f.o" and you open the sitemap for "foo" that "f.o" is opened, too.
|
| | | | |
|
| | | | |
|
| | | | |
|