summaryrefslogtreecommitdiff
path: root/_test/cases/inc
Commit message (Collapse)AuthorAge
* removed deprecated old test frameworkTobias Sarnowski2012-04-18
|
* fixed unittest and transformed to phpunitDominik Eckelmann2012-04-08
|
* fixed auth_aclcheck testDominik Eckelmann2012-04-07
|
* fixed some simpletest unit testsDominik Eckelmann2012-04-07
|
* transformed parser unit tests to phpunitDominik Eckelmann2012-04-06
|
* reenabled mail_quited_printable_encode test in simpletestDominik Eckelmann2012-04-01
|
* fixed mail_isvalid unittest in simpletestDominik Eckelmann2012-04-01
|
* fixed ixr_library_ixr_message testcase in simpletestDominik Eckelmann2012-04-01
|
* fixed ixr_library_date test in simpletestDominik Eckelmann2012-04-01
|
* fixed testcase class nameDominik Eckelmann2012-04-01
|
* fixed pagetemplate unit testDominik Eckelmann2012-04-01
|
* Merge branch 'master' of https://github.com/dom-mel/dokuwiki into ↵Andreas Gohr2012-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 Eckelmann2012-03-21
| | | | | | | | This event enables plugins to register custom method names.
| * Merge branch 'master' of https://github.com/splitbrain/dokuwikiDominik Eckelmann2012-03-14
| |\ | | | | | | | | | | | | Conflicts: lib/exe/xmlrpc.php
| * | fixed testcaseDominik Eckelmann2012-01-22
| | |
| * | refactored RemoteAccessDenied to RemoteAccessDeniedExceptionDominik Eckelmann2012-01-08
| | |
| * | adjusted test casesDominik Eckelmann2012-01-08
| | |
| * | enforce acl on remote method callDominik Eckelmann2012-01-08
| | |
| * | updated remote hasAccess functionDominik Eckelmann2012-01-08
| | |
| * | changed return typesDominik Eckelmann2011-12-10
| | |
| * | added remote plugin calls.Dominik Eckelmann2011-12-08
| | |
| * | RemoteAPI can now handle remote calls.Dominik Eckelmann2011-12-08
| | |
| * | introduced first remote test casesDominik Eckelmann2011-11-28
| | |
* | | fixed error in bcrypt password methodAndreas Gohr2012-03-16
| |/ |/|
* | Merge pull request #86 from lupo49/masterAndreas Gohr2012-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 characterlupo492012-03-10
| | |
* | | the previous test case had an errorAndreas Gohr2012-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 Gohr2012-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 bcryptAndreas Gohr2011-11-27
|\ \ | | | | | | | | | | | | Conflicts: lib/plugins/config/settings/config.metadata.php
| * | added test case for lsmd5 passhashingAndreas Gohr2011-11-27
| |/
* | Merge branch 'master' into bcryptAndreas Gohr2011-11-27
|\|
| * added test case for non-breaking spaces in headlines and pagenames (to ↵Anika Henke2011-10-15
| | | | | | | | accompany FS#2291)
* | Added bcrypt support for password hashesAndreas Gohr2011-10-14
|/ | | | This method require PHP 5.3+ it will fail otherwise!
* Fixed test and broken salt generation in PassHash classAndreas Gohr2011-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#2349Andreas Gohr2011-10-14
| | | | no problems found
* fix namespace cleaning FS#2295Andreas Gohr2011-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_indexAdrian Lang2011-09-04
|
* Prevent fatal error in test cases when no auth backend is configuredAdrian Lang2011-05-25
|
* Fix HTML in DifferenceEngine testsAdrian Lang2011-04-21
|
* Support the empty link [[]]Adrian Lang2011-04-14
|
* Fix page ID test cases & make them more robustAdrian Lang2011-04-09
|
* Check if link exists and set right captionIzidor Matušov2011-04-08
|
* Added configuration variables for empty link testcases and added testcases ↵Izidor Matušov2011-04-07
| | | | for resolve_pageid
* Unit test cases for FS 2178Izidor Matušov2011-04-07
|
* Merge branch 'master' of git@github.com:splitbrain/dokuwikiChristopher Smith2011-04-02
|\
| * Fix test cases so they work with e7f59597d0b90f64f3479ebacc190717e067dc99Michael Hamann2011-02-09
| | | | | | | | All linebreaks before p_close have been removed.
* | FS#2122 alter SafeFN safe and post indicator characters.Christopher Smith2011-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 Lang2011-02-06
|
* fixed email test case since we allow local addressesAndreas Gohr2011-02-06
|
* Accept IPv6 addresses in email addressesAndreas Gohr2011-02-06
|