summaryrefslogtreecommitdiff
path: root/_test
Commit message (Collapse)AuthorAge
* Merge pull request #159 from michitux/indexerMichael Hamann2013-01-26
|\ | | | | Indexer: Added page and meta value rename functions
| * Indexer rename test cases: assert that renames succeedMichael Hamann2013-01-26
| |
| * Add test cases for indexer rename page/meta value methodsMichael Hamann2013-01-25
| |
* | Merge branch 'subscription' Pull Request #125Andreas Gohr2013-01-26
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * subscription: (25 commits) link directly to subscription management in mails only use mailfromnobody for bulk mails added missing context for list mails readded mailfromnobody to subscription sending correctly escape diffs in HTML mails fixed lists in HTML mails simplified subscription->add() code a bit comment adjusted removed unused vars removed data parameter in subscription_handle_post() fixed tests some reformatting added compatibility function moved registration notification to subscription class fixed merge error in inc/auth.php consolidate more notification code in subscription class minor cleanup initialize new subscriptions with current time fixed subscription management correctly check if subscriptions are enabled ...
| * | fixed testsAndreas Gohr2013-01-18
| | |
| * | Merge branch 'master' into subscriptionAndreas Gohr2012-11-30
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (175 commits) some coding style improvements added .idea project folder to gitignore use correct setUp method and parent calls. Correct German plugin manager translation (download != install) correct return in sendDigest() Fix case-insensitive match in ACL checking GeSHi update to 1.0.8.11 ignore empty header on mail sending remove empty BCC/CC mail headers Galician language update some welcome page changes Combine subsequent calls to strtr into a single transformation changed semicolon to colon in link to welcome page to make it less confusing fixed wrong sidebar showing in namespaces when sidebar is disabled Typo fix for TL;DR removed a bunch of outdated and irrelevant networking acronyms added another place to look for logo to make it more consistent (FS#2656) French language update Czech language update compat js findPosX/y more closely mimic historical function ... Conflicts: inc/auth.php inc/common.php inc/subscription.php lib/exe/indexer.php
| * | | consolidate more notification code in subscription classAndreas Gohr2012-09-21
| | | | | | | | | | | | | | | | This is untested and probably broken currently
| * | | correctly check if subscriptions are enabledAndreas Gohr2012-08-12
| | | |
| * | | added list testAndreas Gohr2012-08-12
| | | |
| * | | more subscription refactoring BROKENAndreas Gohr2012-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | now the actual sending of bulk messages (digest, list) is reimplemented and partially tested. Still not complete
| * | | first start at refactoring the subscription system BROKENAndreas Gohr2012-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces a class for nicer wrapping and easier testing. Some functions were changed to provide nicer APIs (no throwing around of unescaped regexps) and to simplify things (hopefully). The refactoring isn't completed yet, so this will break the subscription system. The goal is to move as much subscription related stuff to this class as possible. Currently there is some code in lib/exe/indexer.php and maybe elsewhere (common.php?). Additionally everything should be covered by tests. A few tests are included here already.
* | | | fixed test caseAndreas Gohr2013-01-23
| | | |
* | | | Revert "handle bzip1 as well"Andreas Gohr2013-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f2cb3ec76dec3fe2b40f25765ef842223c7132fe. Turns out I was too fast merging this. I can't get PHP's bzip handler to handle a bzip1 compressed file.
* | | | handle bzip1 as wellElan Ruusamäe2013-01-23
| | | | | | | | | | | | | | | | | | | | in fact .tbz is tar.bz (bzip1) and .tbz2 is what tar.bz2 is used commonly.
* | | | Added test for search_allpagesGuillaume Turri2013-01-21
| |_|/ |/| | | | | | | | | | | Currently both the 2nd and the third assertions fail (the first one is just for upcoming non-regression)
* | | allow template unit testsDominik Eckelmann2013-01-08
| | |
* | | Remove global $Indexer, clear index in the testing system insteadMichael Hamann2012-12-20
| | |
* | | Indexer: Add test case for the PID functionsMichael Hamann2012-12-04
| | |
* | | Merge pull request #142 from splitbrain/proxyconnectAndreas Gohr2012-12-02
|\ \ \ | |_|/ |/| | support CONNECT for tunneling SSL via HTTP proxies FS#2431
| * | changed proxy in test caseAndreas Gohr2012-11-08
| | |
| * | Merge branch 'master' into proxyconnectAndreas Gohr2012-11-08
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (169 commits) 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 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 added event PAGEUTILS_ID_HIDEPAGE added test for isHiddenPage() 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 ...
| * | | support CONNECT for tunneling SSL via HTTP proxies FS#2431Andreas Gohr2012-07-28
| | | | | | | | | | | | | | | | The included test cases currently expect a squid at localhost:3128
* | | | use correct setUp method and parent calls.Dominik Eckelmann2012-11-29
| | | |
* | | | Fix case-insensitive match in ACL checkingKazutaka Miyasaka2012-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ACL checking of DokuWiki is currently always case-sensitive regardless of auth backend setting ($auth->isCaseSensitive). This commit enables case-insensitive match in the same way of auth_isMember().
* | | | ignore empty header on mail sendingDominik Eckelmann2012-11-23
| | | |
* | | | remove empty BCC/CC mail headersDominik Eckelmann2012-11-23
| | | | | | | | | | | | | | | | Empty BCC/CC headers may cause errors on IIS.
* | | | 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 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.
* | | | fix use of constructor in TarLibAndreas Gohr2012-11-03
| |/ / |/| |
* | | fixed sidebar test and renamed it to reflect recent changesAnika Henke2012-10-06
| | |
* | | Always load the parser in the test environmentMichael Hamann2012-10-02
| | | | | | | | | | | | | | | | | | | | | This fixes the problem that $PARSER_MODES was sometimes unset by PHPUnit between test functions that called p_get_parsermodes() as PHPUnit tried to restore the global environment. I couldn't reproduce this when I executed all tests but just when I executed a single plugin test.
* | | 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.
* | | replace deprecated split calls FS#2583Andreas Gohr2012-08-26
| |/ |/|
* | 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
|/
* Fixed and extended PHPDoc comments and added additional @var commentsMichael Hamann2012-07-28
|