summaryrefslogtreecommitdiff
path: root/_test/tests
Commit message (Collapse)AuthorAge
...
| * | | | | | | | added tests for Doku_Renderer::_resolveInterWikiGerrit Uitslag2014-02-15
| | | | | | | | |
* | | | | | | | | Merge branch 'master' into diff_navigationAndreas Gohr2014-03-14
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (103 commits) Add a basic test case for the cache Events: Trigger a warning if the default action is not callable Fix caching (make the event callback public again) translation update translation update translation update translation update translation update translation update translation update avoid HTTP image screenshot urls. closes #595 translation update Extension manager: Fix cache extension to be .repo adjusted the office type color again another instance of empty() where an array key might not exist remove placeholder van denied.txt updated file icons once more removed 'not logged in' text, loginform is shown already Revert "added stripped bit to language file" fixed index file ... Conflicts: inc/html.php
| * | | | | | | | Add a basic test case for the cacheMichael Hamann2014-03-14
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This very basic test ensures that the useCache method works as expected for simple scenarios. This test case fails without commit a8795974051a91137b01ff88dbf5586a647b24ce and then also triggers the warning that was introduced in bc2ddb548f71b1a822dd03c3bc7c3c0e7cd9b152
| * | | | | | | revert back to trigger errorChristopher Smith2014-02-26
| | | | | | | |
| * | | | | | | change to an Exception and expect itChristopher Smith2014-02-25
| | | | | | | |
| * | | | | | | add test for p_get_renderer() with fallbackChristopher Smith2014-02-25
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'origin/master' into diff_navigationGerrit Uitslag2014-02-23
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Conflicts: inc/html.php
| * | | | | | fixed test cases for last commitAndreas Gohr2014-02-23
| | | | | | |
| * | | | | | unit test for FS#2173Andreas Gohr2014-02-15
| | | | | | |
* | | | | | | rename unit tests for getRevisionAround. Fix revs order as well.Gerrit Uitslag2014-02-15
| | | | | | |
* | | | | | | Merge remote-tracking branch 'origin/master' into diff_navigationGerrit Uitslag2014-02-15
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | Merge pull request #529 from lisps/TestRequestAndreas Gohr2014-02-14
| |\ \ \ \ \ | | | | | | | | | | | | | | fix TestRequest
| | * | | | | fix content check test caseslisps2014-02-04
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | add test case new Input check add global variables to execute
| * | | | | HTTPClient: correctly abort a proxy connectionAndreas Gohr2014-02-11
| | | | | | | | | | | | | | | | | | | | | | | | if a needed CONNECT tunnel fails
| * | | | | more robust HTTP testingAndreas Gohr2014-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connections are now retried after timeout and failing connections will be marked as skipped instead of failing. This should reduce false alarms on travis
| * | | | | always show error on HTTP test failsAndreas Gohr2014-02-09
| |/ / / /
| * | | | add unit test to check language files for validityAndreas Gohr2014-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this should help with applying pull requests that do come not from the translation interface as it makes sure the files will be at least syntactically correct.
| * | | | treat non-existing files as success on deleteAndreas Gohr2014-01-06
| | | | |
| * | | | added tests for io_rmdirAndreas Gohr2014-01-06
| | | | |
| * | | | Fix indexing numeric words in page contentsMichael Hamann2013-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since a8dba4523d2ecd09dd69a68a36673eaf5c009c57 the search index didn't properly index numeric words anymore, instead they were added as new words to the word list each time they were indexed, leading to an ever-increasing index size.
| * | | | crlf 2 lf whitespace fixesAnika Henke2013-12-07
| | | | |
| * | | | Fix sending empty and duplicated headers, FS#2887Michael Hamann2013-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes sending empty and duplicated To/Cc/Bcc, Subject and From headers in the additional headers. The To-header in the additional headers prevented mail sending on some systems.
| * | | | FS#1833 (b)Christopher Smith2013-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent table entry syntax swallowing multiple preceeding blank lines (a) this shouldn't be necessary, blank lines are handled by paragraph processing (b) avoids issues with greedy table syntax competing with plugins
* | | | | retrieve revisions around some given revisionsGerrit Uitslag2013-11-27
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | With unit tests One case is not yet fixed: when rev1 is first rev from changelog, only $max/2 revisions are retrieved, but it should retrieve $max revisions.
* | | | bugfix and reformatting changelog. small chunck unittestsGerrit Uitslag2013-11-22
| | | |
* | | | Improve changelog reading. Inclusive unittests for chunks smaller than ↵Gerrit Uitslag2013-11-22
| |_|/ |/| | | | | | | | changelog lines.
* | | improve unittests getrelativerevision. Bit code reformatting unit testsGerrit Uitslag2013-11-21
| | |
* | | fix not updated call, renamingGerrit Uitslag2013-11-21
| | |
* | | refactor PageRevisionLog into Media- and PageChangelog extending ChangelogGerrit Uitslag2013-11-21
| | |
* | | Improved isCurrentRevision(), tests includedGerrit Uitslag2013-11-21
| | |
* | | Add unit tests for getRelativerevisionGerrit Uitslag2013-11-20
| | |
* | | Update changelog unit testsGerrit Uitslag2013-11-20
|/ /
* | ensure css loadfile test doesn't try to create a directory (and fail) if the ↵Christopher Smith2013-11-17
| | | | | | | | directory already exists
* | Test to ensure less can parse the @import rewritten by css_loadfile()Christopher Smith2013-11-05
| | | | | | | | | | | | | | | | | | This test is horrible, but I believe necessary to ensure that the @import of less files actually works. It is horrible as its not a unit test and its not a true functional test. It probably implies the code in css_out() should be refactored to make it easier to test intermediate results.
* | additional tests where for relative path to @import less fileChristopher Smith2013-11-05
| |
* | Improve css_loadfile() testsChristopher Smith2013-11-05
| | | | | | | | | | | | | | - use TMP_DIR constant rather than /tmp - swap order of parameters in csstest() to match reported 'expected' & 'actual' - add tests for use of 'url()' in @import - add tests for @import of '.less' files (these test will fail per FS#2875)
* | Fix the media usage index to include local linksMichael Hamann2013-10-29
| |
* | ensure locale is set back to the original valueChristopher Smith2013-10-25
| |
* | skip FS#2867 test if \s doesn't match \xA0 after attempting to change the localeChristopher Smith2013-10-25
| |
* | unittests for auth_loadACLChristopher Smith2013-10-25
| |
* | Merge branch 'master' into FS#2867Christopher Smith2013-10-21
|\ \
| * | make sure HTTP test uses HTTP only and doesn't get redirectedAndreas Gohr2013-10-20
| | |
| * | more verbosity in test caseAndreas Gohr2013-10-20
| | |
| * | Merge pull request #380 from splitbrain/phpstrictAndreas Gohr2013-10-20
| |\ \ | | | | | | | | Php strict
| | * | escaped another $ in mailer testAndreas Gohr2013-10-20
| | | |
| | * | additional auth_nameencode tests (apostrophe & backslash)Christopher Smith2013-10-19
| | | |
| | * | remove '&' reference operator from metadata test, not required in php5Christopher Smith2013-10-16
| | | |
| | * | escape '$' in mailer test stringsChristopher Smith2013-10-16
| | | |
| | * | fix signature mail unittest, and improve some signatures info pluginGerrit Uitslag2013-10-16
| | |/
* | | Merge branch 'master' into FS#2867Christopher Smith2013-10-19
|\| |