| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
This fixes the test for existing subscriptions by not only testing if
the subscription for the deepest namespace level is for the current page
but by simply testing all levels. Test case is included, it fails
without this change.
|
|
|
|
| |
makes it easier to access our do parameters
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This includes a test for the minlen parameter for metadata keys
|
|
|
|
|
|
|
|
|
| |
This is a locale independent version of basename to work around
https://bugs.php.net/bug.php?id=37738
The function is not yet used anywhere. It should be at least used
where ever non-ASCII filenames and paths are handled. Simply replacing
all calls to basename() with this function might be the safest.
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
pull-request-107
* 'httpclient' of git://github.com/whoopdedo/dokuwiki:
Adjust unit test to reflect desired behavior of max_bodysize
Avoid timeout when content-length is 0
Limit size of reads when max_bodysize is set or content-length is present
Skip over chunk extensions that nobody uses because RFC2616 says so
HTTPClient will read up to max_bodysize if it can
Validate the size of a chunk before reading from the socket
Efficiently wait on sockets
HTTP headers are already parsed, there is no need for regexp
Utility function for writing to a socket
Unit test for HTTPClient chunked encoding
Utility functions for reading from a socket.
Raise an exception on socket errors.
Correct handling of chunked transfer encoding. (FS#2535)
Avoid strict warnings about unset array keys.
Reference static variable through 'self::' as you're supposed to.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Template authors now can use tpl_sidebar() to include the sidebar.
Sidebars can be defined in subnamespaces as well
|
| | |
|
| | |
|
| |
| |
| |
| | |
8cb3706df5ad54c654bffb76a69ac0ca1006521e
|
| | |
|
| |
| |
| |
| |
| | |
You now can call get() or post() on it and give it all the wanted
input variables
|
| | |
|
|/ |
|
| |
|
|
|
|
|
| |
Call-time pass-by-reference is a fatal syntax error in PHP 5.4 and
stdClass objects can't be instantiated automatically anymore.
|
|
|
|
|
|
| |
See
http://stackoverflow.com/questions/805107/how-to-create-multiline-strings
for info on them.
|
|
|
|
|
|
|
|
|
| |
seems like phpunit will not run all test classes inside a file when
giving it as an argument :-/
I removed the error supression tests as these test a feature we do not
have in our JSON class version (and shouldn't implement to keep as
compatible as possible to the native JSON functions)
|
|
|
|
| |
upstream plus a test for our modifications
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
according to Dominik Eckelmann one of the tests fails on certain servers. I can't
reproduce it. If you can, please open a bug report with as much info as
possible.
|
| |
|
| |
|
|
|
|
| |
The test can be skipped by excluding the "slow" group.
|
|
|
|
| |
removed unneeded data files, converted tabs to spaces
|
|
|
|
|
| |
This didn't really need runkit. The way runkit was used didn't add any
more credibility to the test result
|
|
|