Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | removed deprecated old test framework | Tobias Sarnowski | 2012-04-18 |
| | |||
* | fixed unittest and transformed to phpunit | Dominik Eckelmann | 2012-04-08 |
| | |||
* | fixed auth_aclcheck test | Dominik Eckelmann | 2012-04-07 |
| | |||
* | fixed some simpletest unit tests | Dominik Eckelmann | 2012-04-07 |
| | |||
* | transformed parser unit tests to phpunit | Dominik Eckelmann | 2012-04-06 |
| | |||
* | reenabled mail_quited_printable_encode test in simpletest | Dominik Eckelmann | 2012-04-01 |
| | |||
* | fixed mail_isvalid unittest in simpletest | Dominik Eckelmann | 2012-04-01 |
| | |||
* | fixed ixr_library_ixr_message testcase in simpletest | Dominik Eckelmann | 2012-04-01 |
| | |||
* | fixed ixr_library_date test in simpletest | Dominik Eckelmann | 2012-04-01 |
| | |||
* | fixed testcase class name | Dominik Eckelmann | 2012-04-01 |
| | |||
* | fixed pagetemplate unit test | Dominik Eckelmann | 2012-04-01 |
| | |||
* | Merge branch 'master' of https://github.com/dom-mel/dokuwiki into ↵ | Andreas Gohr | 2012-03-23 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-87 * 'master' of https://github.com/dom-mel/dokuwiki: (38 commits) removed requires, changed conf check in xmlrpc.php removed require_once for autoloaded fulltext.php updated comment added dokuwiki.getXMLRPCAPIVersion and wiki.getRPCVersionSupported added RPC_CALL_ADD event. replaced $HTTP_RAW_POST_DATA with http_get_raw_post_data function changed error code for unauthorized method calls. typo fixes moved plugin and core method calls to seperate function corrected comment added getapi methods to remote plugin removed unused class fixed testcase refactored RemoteAccessDenied to RemoteAccessDeniedException adjusted test cases delegate file and date transformation to remote library treat null as empty array added missing getTime added missing getVersion set login as public method ... | ||
| * | added RPC_CALL_ADD event. | Dominik Eckelmann | 2012-03-21 |
| | | | | | | | | This event enables plugins to register custom method names. | ||
| * | Merge branch 'master' of https://github.com/splitbrain/dokuwiki | Dominik Eckelmann | 2012-03-14 |
| |\ | | | | | | | | | | | | | Conflicts: lib/exe/xmlrpc.php | ||
| * | | fixed testcase | Dominik Eckelmann | 2012-01-22 |
| | | | |||
| * | | refactored RemoteAccessDenied to RemoteAccessDeniedException | Dominik Eckelmann | 2012-01-08 |
| | | | |||
| * | | adjusted test cases | Dominik Eckelmann | 2012-01-08 |
| | | | |||
| * | | enforce acl on remote method call | Dominik Eckelmann | 2012-01-08 |
| | | | |||
| * | | updated remote hasAccess function | Dominik Eckelmann | 2012-01-08 |
| | | | |||
| * | | changed return types | Dominik Eckelmann | 2011-12-10 |
| | | | |||
| * | | added remote plugin calls. | Dominik Eckelmann | 2011-12-08 |
| | | | |||
| * | | RemoteAPI can now handle remote calls. | Dominik Eckelmann | 2011-12-08 |
| | | | |||
| * | | introduced first remote test cases | Dominik Eckelmann | 2011-11-28 |
| | | | |||
* | | | fixed error in bcrypt password method | Andreas Gohr | 2012-03-16 |
| |/ |/| | |||
* | | Merge pull request #86 from lupo49/master | Andreas Gohr | 2012-03-14 |
|\ \ | | | | | | | Parser: Allow parser to fully recognize windows share links with a hyphen character in it | ||
| * | | Unit Test: Adding test to check windows share link with hyphen character | lupo49 | 2012-03-10 |
| | | | |||
* | | | the previous test case had an error | Andreas Gohr | 2012-03-13 |
| | | | | | | | | | | | | | | | There were whitespaces on the empty DOS line. This fixes the test but does not explain the broken behaviour in the wiki itself. | ||
* | | | added (failing) test for cleanText() | Andreas Gohr | 2012-03-13 |
|/ / | | | | | | | | | | | | | | | | | The cleanText function is supposed to convert DOS to Unix lineendings but it seems that it doesn't always do that correctly as this thread suggests: http://forum.dokuwiki.org/thread/8141 I added a unit test that currently fails but haven't found the real cause yet. Further testing (and a fix) is needed. | ||
* | | Merge branch 'lmd5' into bcrypt | Andreas Gohr | 2011-11-27 |
|\ \ | | | | | | | | | | | | | Conflicts: lib/plugins/config/settings/config.metadata.php | ||
| * | | added test case for lsmd5 passhashing | Andreas Gohr | 2011-11-27 |
| |/ | |||
* | | Merge branch 'master' into bcrypt | Andreas Gohr | 2011-11-27 |
|\| | |||
| * | added test case for non-breaking spaces in headlines and pagenames (to ↵ | Anika Henke | 2011-10-15 |
| | | | | | | | | accompany FS#2291) | ||
* | | Added bcrypt support for password hashes | Andreas Gohr | 2011-10-14 |
|/ | | | | This method require PHP 5.3+ it will fail otherwise! | ||
* | Fixed test and broken salt generation in PassHash class | Andreas Gohr | 2011-10-14 |
| | | | | | | | Turned out a test wasn't really testing what it should have been testing and thus did hide a bug. Still puzzles me why it still worked some times. This patch also sets the default iteration count for bmd5 and pmd5 to 8. | ||
* | added a test case to check for FS#2349 | Andreas Gohr | 2011-10-14 |
| | | | | no problems found | ||
* | fix namespace cleaning FS#2295 | Andreas Gohr | 2011-09-25 |
| | | | | | | | | | | | This patch applies the correct pagename cleaning to namespaces as well. Namespaces should follow the same rules as pagenames but due to a bug it was possible to have namespaces ending in a underscore. If you used such a namespace it will be inaccessible after applying this patch. You should rename the namespace directory on the filesystem (removing the trailing underscore). You old links will then work automatically again. Rebuilding the search index is recommended. | ||
* | Add testcases for search_index | Adrian Lang | 2011-09-04 |
| | |||
* | Prevent fatal error in test cases when no auth backend is configured | Adrian Lang | 2011-05-25 |
| | |||
* | Fix HTML in DifferenceEngine tests | Adrian Lang | 2011-04-21 |
| | |||
* | Support the empty link [[]] | Adrian Lang | 2011-04-14 |
| | |||
* | Fix page ID test cases & make them more robust | Adrian Lang | 2011-04-09 |
| | |||
* | Check if link exists and set right caption | Izidor Matušov | 2011-04-08 |
| | |||
* | Added configuration variables for empty link testcases and added testcases ↵ | Izidor Matušov | 2011-04-07 |
| | | | | for resolve_pageid | ||
* | Unit test cases for FS 2178 | Izidor Matušov | 2011-04-07 |
| | |||
* | Merge branch 'master' of git@github.com:splitbrain/dokuwiki | Christopher Smith | 2011-04-02 |
|\ | |||
| * | Fix test cases so they work with e7f59597d0b90f64f3479ebacc190717e067dc99 | Michael Hamann | 2011-02-09 |
| | | | | | | | | All linebreaks before p_close have been removed. | ||
* | | FS#2122 alter SafeFN safe and post indicator characters. | Christopher Smith | 2011-04-02 |
|/ | | | | | | Note, any filenames encoded with the previous SafeFN scheme will need to be converted to the new scheme. Users of the old SafeFN scheme should not use this new scheme until after converting their filenames. | ||
* | Fix whitespace handling in inline diff (closes FS#2161) | Adrian Lang | 2011-02-06 |
| | |||
* | fixed email test case since we allow local addresses | Andreas Gohr | 2011-02-06 |
| | |||
* | Accept IPv6 addresses in email addresses | Andreas Gohr | 2011-02-06 |
| |