Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix Parser Media tests running locally | Phil Hopper | 2015-08-20 |
| | | | | These tests were passing on travis-ci but failing when run locally because the tests were assuming the value of DOKU_BASE would be '/./' but it was actually '/tmp/' instead. | ||
* | Form: added Button element #1312 | Andreas Gohr | 2015-08-18 |
| | |||
* | Form: correctly set type attribute for inputs #1312 | Andreas Gohr | 2015-08-18 |
| | |||
* | Merge pull request #1265 from splitbrain/form2 | Andreas Gohr | 2015-08-03 |
|\ | | | | | Form 2 | ||
| * | balance fieldsets | Andreas Gohr | 2015-05-11 |
| | | |||
| * | added a first few tests. | Andreas Gohr | 2015-05-08 |
| | | | | | | | | | | this is far from comprehensible, but should give an idea how the new library works and how to write tests | ||
| * | added autoloading for namespaced classes | Andreas Gohr | 2015-05-08 |
| | | |||
* | | skip sha512 tests when it's not available | Andreas Gohr | 2015-07-24 |
| | | | | | | | | | | | | | | | | This makes the entire testsuite run through on HHVM 3.8.0 on phpunit beta-2015-06-18 :-) Note: this does not mean that DokuWiki is fully compatible with HHVM, but it's a good step! | ||
* | | Merge pull request #1247 from splitbrain/interwiki-fixes | Andreas Gohr | 2015-07-24 |
|\ \ | | | | | | | Interwiki fixes | ||
| * | | Remove non-functioning interwiki links | Patrick Brown | 2015-07-22 |
| | | | |||
| * | | Encode unsafe characters in interwiki links. closes #1220 | Patrick Brown | 2015-07-16 |
| | | | |||
| * | | Unit test for interwiki URL encoding bug | Patrick Brown | 2015-07-16 |
| | | | |||
* | | | Merge pull request #1176 from splitbrain/ioreplaceinfile | Andreas Gohr | 2015-07-18 |
|\ \ \ | | | | | | | | | Add IO function to replace lines in a file (new) | ||
| * | | | Abort io_replaceInLine when the search parameter is empty | Patrick Brown | 2015-05-29 |
| | | | | |||
| * | | | Minor Refactoring | Christopher Smith | 2015-05-29 |
| | | | | | | | | | | | | | | | | | | | | - put test comments in more appropriate spot - move appending replacement line alongside its search/delete code | ||
| * | | | add anchors when constructing pattern from a non-regex oldline | Christopher Smith | 2015-05-29 |
| | | | | |||
| * | | | Merge branch 'master' into ioreplaceinfile | Christopher Smith | 2015-05-28 |
| |\ \ \ | |||
| * | | | | Refactor code to make it simpler. | Christopher Smith | 2015-05-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes should also: - fix unlikely edge case when replacement line is the same as the old line (would have resulted in timeout) - reduce memory footprint - avoid applying string search beyond maxlines replacement limit | ||
| * | | | | Don't run redundant tests | Patrick Brown | 2015-05-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | io_deleteFromFile is a special case of io_replaceInFile. Since the io_replace tests check compressed files, it doesn't have to be done in the io_delete test. | ||
| * | | | | Limit number of lines to replace. | Patrick Brown | 2015-05-08 |
| | | | | | |||
| * | | | | Deleting lines works with BZ2 files. | Patrick Brown | 2015-05-06 |
| | | | | | |||
| * | | | | Append to BZip2 files. Unit tests for writing files. | Patrick Brown | 2015-05-06 |
| | |_|/ | |/| | | |||
* | | | | remote.test | iamchenxin | 2015-07-18 |
| |_|/ |/| | | |||
* | | | changed all input type=submit buttons to button type=submit button for ↵ | Anika Henke | 2015-07-12 |
| | | | | | | | | | | | | better stylability | ||
* | | | improve IXR_Date unittests | Gerrit Uitslag | 2015-07-01 |
| | | | |||
* | | | Use a DateTime object in the IXR_Date | Gerrit Uitslag | 2015-06-30 |
| |/ |/| | |||
* | | Provide a function to return admin plugin for the page request. | Christopher Smith | 2015-05-16 |
| | | | | | | | | | | | | | | This was previously carried out in three separate places. Refactor that code to use the new function. Update tpl_pageTitle test to use a manager level admin plugin. | ||
* | | fix missing language code parameter for admin plugin titles | Christopher Smith | 2015-05-16 |
| | | | | | | | | add unit test coverage | ||
* | | Merge pull request #1154 from splitbrain/php7compatibility | Andreas Gohr | 2015-05-16 |
|\ \ | | | | | | | Php7compatibility | ||
| * | | Changes for PHP 7 Compatibility | Christopher Smith | 2015-05-15 |
| |/ | | | | | | | | | | | | | - replace PHP4 style class constructor function names (based on class name) with php 5 __construct() Also remove some '&' reference operators used with objects And add some object type hints | ||
* / | remove tests that are now in upstream | Andreas Gohr | 2015-05-15 |
|/ | |||
* | introduce new "flaky" test group | Andreas Gohr | 2015-04-25 |
| | | | | this group is skipped by default | ||
* | corrupted the gz test file more | Andreas Gohr | 2015-03-18 |
| | | | | | | it seems that different zlib versions behave different with corrupted files. Some return false, some return whatever they still can read from the file. the file now should no longer be readable by any version. | ||
* | fixed HTTPS proxy tests, our tests now run on httpbin.org | Andreas Gohr | 2015-03-18 |
| | | | | | This also reverses the order of crypto protocols tried again. Using TLS first again. related to #915 | ||
* | correct error checking for bz2 file reading | Andreas Gohr | 2015-03-18 |
| | | | | | | | | | The code reading .bz2 compressed files did not correctly check for possible read errors. In case of a corrupted file this could have led to an infinite loop. Thanks to Filippo Cavallarin from www.segment.technology for dicovering this bug. | ||
* | give better error message in HTTPClient for failed crypto setup | Andreas Gohr | 2015-03-18 |
| | |||
* | use correct host in proxy tests | Andreas Gohr | 2015-03-16 |
| | |||
* | Merge pull request #973 from micgro42/videoTest | Andreas Gohr | 2014-12-18 |
|\ | | | | | Add tests for video syntax | ||
| * | Remove stray comment block | Michael Große | 2014-12-18 |
| | | |||
| * | Fix file size | Michael Große | 2014-12-18 |
| | | |||
| * | Add test for internal video files | Michael Große | 2014-12-18 |
| | | |||
| * | Add tests: known and unknown external video files | Michael Große | 2014-11-27 |
| | | |||
* | | update parser tests for change in listitem_open instruction | Christopher Smith | 2014-12-01 |
|/ | |||
* | Merge pull request #624 from lisps/revisions | Andreas Gohr | 2014-09-29 |
|\ | | | | | date_at support | ||
| * | Merge remote-tracking branch master into revisions | lisps | 2014-09-26 |
| |\ | |||
| * \ | Merge remote-tracking branch 'remotes/origin/master' into revisions_local | lisps | 2014-03-19 |
| |\ \ | |||
| * | | | rename classname | lisps | 2014-02-17 |
| | | | | |||
| * | | | Merge remote-tracking branch 'origin/diff_navigation' into revisions | lisps | 2014-02-17 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/parser/xhtml.php | ||
| * \ \ \ | Merge branch 'splitbrain/diff_navigation' into revisions | lisps | 2013-11-27 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge remote-tracking branch 'remotes/splitbrain/diff_navigation' into revisions | lisps | 2013-11-25 |
| |\ \ \ \ \ |