Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #100 from lupo49/master | Andreas Gohr | 2012-05-09 |
|\ | | | | | This allows easier identifying of which version has been restored (FS#2522) | ||
| * | Restore page versions - add timestamp of the restored version to to the ↵ | lupo49 | 2012-05-08 |
|/ | | | | | | summary field. This allows easier identifying of which version has been restored. (FS#2522) | ||
* | changed old link icons to use icons from same icon set as sitetools | Anika Henke | 2012-05-07 |
| | |||
* | added icons for user and site tools (FS#2450) | Anika Henke | 2012-05-07 |
| | |||
* | Merge pull request #98 from splitbrain/pagetoolfix | Anika Henke | 2012-05-07 |
|\ | | | | | some tweaks to the pagetool css FS#2481 | ||
| * | some tweaks to the pagetool css FS#2481 | Andreas Gohr | 2012-04-20 |
| | | |||
* | | Merge pull request #99 from timroes/master | Anika Henke | 2012-05-07 |
|\ \ | | | | | | | Changed style of notification messages | ||
| * \ | Merge branch 'master' of https://github.com/splitbrain/dokuwiki | Tim Roes | 2012-05-07 |
| |\ \ | |/ / |/| | | |||
* | | | let installer check for functions needed in HTTPClient FS#2505 | Andreas Gohr | 2012-05-04 |
| | | | |||
* | | | 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 a JSON bug with handling backspaces | Andreas Gohr | 2012-05-03 |
| | | | | | | | | | | | | This was fixed in upstream and the upstream tests caught this :-) | ||
* | | | also skip native JSON encoding when skipnative is true | Andreas Gohr | 2012-05-03 |
| | | | |||
* | | | 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 duplicated documentation header in JSON.php | Andreas Gohr | 2012-05-02 |
| | | | |||
* | | | removed unecessary requiresin unit tests | Andreas Gohr | 2012-05-01 |
| | | | |||
* | | | Merge pull request #96 from dom-mel/phpunit | Andreas Gohr | 2012-05-01 |
|\ \ \ | | | | | | | | | Replace SimpleTest with PHPUnit | ||
| * | | | fixed password hashing tests for recent PMD5 change | Andreas Gohr | 2012-05-01 |
| | | | | |||
| * | | | avoid integer overflow in PassHash::pmd5 method | Andreas Gohr | 2012-05-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | Input iteration counts are squared in the function and passing something above 30 is giving integer overflows on 32 bit systems (and causes insane iteration counts on 64bit systems). | ||
| * | | | some cleanup for the testing plugin | Andreas Gohr | 2012-04-27 |
| | | | | |||
| * | | | 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 |
| | | | | |||
| * | | | make HTTPClient loadable via autoloader | Andreas Gohr | 2012-04-26 |
| | | | | | | | | | | | | | | | | | | | | this fixes the HTTP tests which do test the base class directly instead of the DokuHTTPClient subclass | ||
| * | | | disable DNS lookups in tests | Andreas Gohr | 2012-04-23 |
| | | | | |||
| * | | | some first tests for the Mailer class | Andreas Gohr | 2012-04-23 |
| | | | | |||
| * | | | Merge branch 'master' into phpunit | Andreas Gohr | 2012-04-23 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | * master: added option to disable reverse DNS lookups | ||
| * | | | | Note on enabling HTTPS/SSL support for php on windows | Dominik Eckelmann | 2012-04-21 |
| | | | | | |||
| * | | | | 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 | ||
| * | | | | changed README to dokuwiki format | Andreas Gohr | 2012-04-20 |
| | | | | | |||
| * | | | | 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 | ||
| * | | | | Merge branch 'master' into phpunit | Andreas Gohr | 2012-04-20 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (29 commits) some edge case checking in search result highlighting Resolve empty page ID to configured start page Added more detail error code for unauthorized calls in xmlrpc interface. changed internal Mailer members from private to protected made it possible to disable HTML mails in the config removed commented code left from the quoted_printable days add missing table tags for HTML diff mails fixed subscriber mail signatures use real HRs in HTML mails Add various headers to the mails FS#2247. pull request #83 closed removed footer image from HTML mails use inlinestyles for diffs in HTML mails fixed signature stripping fixed mailprefix handling fixed missing replacement for HTML notify mails allow image embeds in HTML mail templates Added HTML wrapper for mails allow non-txt extensions when accessing locales added Mailer class to autoloader Replaced mail_send calls with new Mailer class ... | ||
| * | | | | | only include dw files in coverage report except _ directories | Tobias Sarnowski | 2012-04-20 |
| | | | | | | |||
| * | | | | | Merge branch 'master' into phpunit | Tobias Sarnowski | 2012-04-20 |
| |\ \ \ \ \ | |||
| * | | | | | | use original conf directory and only shadow special files | Tobias Sarnowski | 2012-04-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/splitbrain/dokuwiki/pull/96#issuecomment-5195756 | ||
| * | | | | | | phpunit 3.6.10 is sufficient | Tobias Sarnowski | 2012-04-18 |
| | | | | | | | |||
| * | | | | | | for consistency, also use _test directory for plugins | Tobias Sarnowski | 2012-04-18 |
| | | | | | | | |||
| * | | | | | | Merge branch 'master' into phpunit | Dominik Eckelmann | 2012-04-18 |
| |\ \ \ \ \ \ | |||
| * | | | | | | | fixed content listing | Tobias Sarnowski | 2012-04-18 |
| | | | | | | | | |||
| * | | | | | | | moved _testing to _test | Tobias Sarnowski | 2012-04-18 |
| | | | | | | | | |||
| * | | | | | | | removed deprecated old test framework | Tobias Sarnowski | 2012-04-18 |
| | | | | | | | | |||
| * | | | | | | | finally updated phpdocs to reflect correct types | Tobias Sarnowski | 2012-04-18 |
| | | | | | | | | |||
| * | | | | | | | enabled cleanup again | Tobias Sarnowski | 2012-04-18 |
| | | | | | | | | |||
| * | | | | | | | updated TODO list | Tobias Sarnowski | 2012-04-18 |
| | | | | | | | | |||
| * | | | | | | | added testing plugin exception | Tobias Sarnowski | 2012-04-18 |
| | | | | | | | | |||
| * | | | | | | | added missing testing plugin with tests to test tests | Tobias Sarnowski | 2012-04-18 |
| | | | | | | | | |||
| * | | | | | | | use sys_get_temp_dir() for tmp directory | Tobias Sarnowski | 2012-04-18 |
| | | | | | | | | |||
| * | | | | | | | fixed broken plugin system | Tobias Sarnowski | 2012-04-18 |
| | | | | | | | | |||
| * | | | | | | | BROKEN added enable/disable feature for plugins | Tobias Sarnowski | 2012-04-17 |
| | | | | | | | |