summaryrefslogtreecommitdiff
path: root/_test/tests
Commit message (Collapse)AuthorAge
...
| * | | | Merge pull request #140 from splitbrain/tarAndreas Gohr2012-11-12
| |\ \ \ \ | | |_|/ / | |/| | | New Tar Archive library
| | * | | unit test for tar bombsAndreas Gohr2012-11-04
| | | | |
| | * | | Tar: support for creating archives with long filenamesAndreas Gohr2012-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | The library now creates either a POSIX ustar prefix or a GNU longlink entry for files which have a name longer than 100 bytes
| | * | | Tar: Added extraction support for long file namesAndreas Gohr2012-11-04
| | | | | | | | | | | | | | | | | | | | Supports POSIX ustar prefixes and GNU longlink entries
| | * | | added test cases for Tar::extract parametersAndreas Gohr2012-11-03
| | | | |
| | * | | Completely rewritten Tar libraryAndreas Gohr2012-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge branch 'confmanager' into futureAndreas Gohr2013-01-25
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * confmanager: added failing test for array type started to add some unit tests to config manager Revert "config manager: let PHP parse the config file" added 'array' type for config manager config manager: let PHP parse the config file config manager: removed dead/commented code 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 added event PAGEUTILS_ID_HIDEPAGE added test for isHiddenPage() add index file similar to fileicons to show active smileys fix E_STRICT errors FS#2427
| * | | | Merge pull request #139 from dom-mel/hidden_eventAndreas Gohr2012-11-05
| |\ \ \ \ | | | | | | | | | | | | Added PAGEUTILS_ID_HIDEPAGE Event
| | * | | | changed PAGEUTILS_ID_HIDEPAGE to has BEFORE/AFTERDominik Eckelmann2012-11-05
| | | | | |
| | * | | | added event PAGEUTILS_ID_HIDEPAGEDominik Eckelmann2012-10-31
| | | | | |
| | * | | | added test for isHiddenPage()Dominik Eckelmann2012-10-31
| | | | | |
| * | | | | Merge pull request #121 from splitbrain/strictAndreas Gohr2012-11-04
| |\ \ \ \ \ | | |_|/ / / | |/| | | | fix E_STRICT errors FS#2427
| | * | | | fix E_STRICT errors FS#2427Andreas Gohr2012-07-28
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge branch 'master' into futureAndreas Gohr2012-11-04
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (45 commits) 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 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 Kazach language update correctly check hash parameter in media dispatcher FS#2648 avoid broken browser_uid on IE Removed acronyms for "Perl" and "PERL" as Perl is not an acronym. See http://learn.perl.org/faq/perlfaq1.html#Whats-the-difference-between-perl-and-Perl- Made striplangs.php executable release preparations ...
| * | | | fix use of constructor in TarLibAndreas Gohr2012-11-03
| | |/ / | |/| |
| * | | fixed sidebar test and renamed it to reflect recent changesAnika Henke2012-10-06
| | | |
* | | | fixed auth related testsAndreas Gohr2012-10-06
|/ / /
* | / Fix the test if a subscription already exists FS#2580Michael Hamann2012-09-07
| |/ |/| | | | | | | | | | | 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.
* | extract method for Input classAndreas Gohr2012-08-09
| | | | | | | | makes it easier to access our do parameters
* | do not recompress already minified js FS#2574Andreas Gohr2012-08-06
| |
* | more utf8_basename fixesAndreas Gohr2012-07-29
| |
* | Fix utf8_basename for files in the root directoryMichael Hamann2012-07-29
| |
* | fix utf8_basename for file names without any directoryAndreas Gohr2012-07-29
| |
* | added multiby html_highlight tests FS#2440Andreas Gohr2012-07-28
|/
* Fix index histogram minlen parameter for metadata keysMichael Hamann2012-07-28
| | | | This includes a test for the minlen parameter for metadata keys
* added utf8_basename()Andreas Gohr2012-07-28
| | | | | | | | | 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.
* Remove closing PHP tag in stalecheck test caseMichael Hamann2012-07-08
|
* Remove unnecessary includeMartin Doucha2012-07-07
|
* Stale cache unittestMartin Doucha2012-07-07
|
* Merge branch 'httpclient' of git://github.com/whoopdedo/dokuwiki into ↵Andreas Gohr2012-07-06
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Adjust unit test to reflect desired behavior of max_bodysizeTom N Harris2012-07-01
| |
| * HTTPClient will read up to max_bodysize if it canTom N Harris2012-06-20
| |
| * Unit test for HTTPClient chunked encodingTom N Harris2012-06-19
| |
* | Improved sidebar inclusionAndreas Gohr2012-07-01
| | | | | | | | | | Template authors now can use tpl_sidebar() to include the sidebar. Sidebars can be defined in subnamespaces as well
* | Made multiline test cases work on windows tooHakan Sandell2012-07-01
| |
* | fixed group wildcards and added testsAndreas Gohr2012-06-30
| |
* | Add a test case for nested events, this tests ↵Michael Hamann2012-06-30
| | | | | | | | 8cb3706df5ad54c654bffb76a69ac0ca1006521e
* | test for setting the title configAndreas Gohr2012-06-30
| |
* | simplified using the TestRequest classAndreas Gohr2012-06-30
| | | | | | | | | | You now can call get() or post() on it and give it all the wanted input variables
* | treat empty string inputs as unset for int and boolAndreas Gohr2012-06-29
| |
* | some Input class fixes and unit testsAndreas Gohr2012-06-25
|/
* empty ID in wl() will be treated as $conf['start']Dominik Eckelmann2012-05-14
|
* Adapt tests for PHP 5.4Michael Hamann2012-05-11
| | | | | Call-time pass-by-reference is a fatal syntax error in PHP 5.4 and stdClass objects can't be instantiated automatically anymore.
* Correctly handle multiline strings in JS compressorAndreas Gohr2012-05-04
| | | | | | See http://stackoverflow.com/questions/805107/how-to-create-multiline-strings for info on them.
* fixed JSON test casesAndreas Gohr2012-05-03
| | | | | | | | | 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)
* added some blowfish testsAndreas Gohr2012-05-03
| | | | upstream plus a test for our modifications
* added the orginal unit tests for JSON.phpAndreas Gohr2012-05-02
|
* removed unecessary requiresin unit testsAndreas Gohr2012-05-01
|
* fixed password hashing tests for recent PMD5 changeAndreas Gohr2012-05-01
|
* reenabled password testAndreas Gohr2012-04-27
| | | | | | 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.