Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Improved sidebar inclusion | Andreas Gohr | 2012-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 too | Hakan Sandell | 2012-07-01 |
| | |||
* | fixed group wildcards and added tests | Andreas Gohr | 2012-06-30 |
| | |||
* | Add a test case for nested events, this tests ↵ | Michael Hamann | 2012-06-30 |
| | | | | 8cb3706df5ad54c654bffb76a69ac0ca1006521e | ||
* | test for setting the title config | Andreas Gohr | 2012-06-30 |
| | |||
* | simplified using the TestRequest class | Andreas Gohr | 2012-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 bool | Andreas Gohr | 2012-06-29 |
| | |||
* | some Input class fixes and unit tests | Andreas Gohr | 2012-06-25 |
| | |||
* | empty ID in wl() will be treated as $conf['start'] | Dominik Eckelmann | 2012-05-14 |
| | |||
* | Adapt tests for PHP 5.4 | Michael Hamann | 2012-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 compressor | Andreas Gohr | 2012-05-04 |
| | | | | | | See http://stackoverflow.com/questions/805107/how-to-create-multiline-strings for info on them. | ||
* | fixed JSON test cases | Andreas Gohr | 2012-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 tests | Andreas Gohr | 2012-05-03 |
| | | | | upstream plus a test for our modifications | ||
* | added the orginal unit tests for JSON.php | Andreas Gohr | 2012-05-02 |
| | |||
* | removed unecessary requiresin unit tests | Andreas Gohr | 2012-05-01 |
| | |||
* | fixed password hashing tests for recent PMD5 change | Andreas Gohr | 2012-05-01 |
| | |||
* | reenabled password test | Andreas Gohr | 2012-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. | ||
* | skip SSL tests whn no SSL support in PHP | Andreas Gohr | 2012-04-26 |
| | |||
* | some first tests for the Mailer class | Andreas Gohr | 2012-04-23 |
| | |||
* | reenabled romanization test | Andreas Gohr | 2012-04-20 |
| | | | | The test can be skipped by excluding the "slow" group. | ||
* | some cleanup | Andreas Gohr | 2012-04-20 |
| | | | | removed unneeded data files, converted tabs to spaces | ||
* | added html_hilight test | Andreas Gohr | 2012-04-20 |
| | | | | | This didn't really need runkit. The way runkit was used didn't add any more credibility to the test result | ||
* | moved _testing to _test | Tobias Sarnowski | 2012-04-18 |