Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | rename unit tests for getRevisionAround. Fix revs order as well. | Gerrit Uitslag | 2014-02-15 |
| | |||
* | Merge remote-tracking branch 'origin/master' into diff_navigation | Gerrit Uitslag | 2014-02-15 |
|\ | |||
| * | Merge pull request #529 from lisps/TestRequest | Andreas Gohr | 2014-02-14 |
| |\ | | | | | | | fix TestRequest | ||
| | * | fix content check test cases | lisps | 2014-02-04 |
| | | | | | | | | | | | | | | | add test case new Input check add global variables to execute | ||
| * | | HTTPClient: correctly abort a proxy connection | Andreas Gohr | 2014-02-11 |
| | | | | | | | | | | | | if a needed CONNECT tunnel fails | ||
| * | | more robust HTTP testing | Andreas Gohr | 2014-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 fails | Andreas Gohr | 2014-02-09 |
| |/ | |||
| * | add unit test to check language files for validity | Andreas Gohr | 2014-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 delete | Andreas Gohr | 2014-01-06 |
| | | |||
| * | added tests for io_rmdir | Andreas Gohr | 2014-01-06 |
| | | |||
| * | Fix indexing numeric words in page contents | Michael Hamann | 2013-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 fixes | Anika Henke | 2013-12-07 |
| | | |||
| * | Fix sending empty and duplicated headers, FS#2887 | Michael Hamann | 2013-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 Smith | 2013-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 revisions | Gerrit Uitslag | 2013-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 unittests | Gerrit Uitslag | 2013-11-22 |
| | | |||
* | | Improve changelog reading. Inclusive unittests for chunks smaller than ↵ | Gerrit Uitslag | 2013-11-22 |
| | | | | | | | | changelog lines. | ||
* | | improve unittests getrelativerevision. Bit code reformatting unit tests | Gerrit Uitslag | 2013-11-21 |
| | | |||
* | | fix not updated call, renaming | Gerrit Uitslag | 2013-11-21 |
| | | |||
* | | refactor PageRevisionLog into Media- and PageChangelog extending Changelog | Gerrit Uitslag | 2013-11-21 |
| | | |||
* | | Improved isCurrentRevision(), tests included | Gerrit Uitslag | 2013-11-21 |
| | | |||
* | | Add unit tests for getRelativerevision | Gerrit Uitslag | 2013-11-20 |
| | | |||
* | | Update changelog unit tests | Gerrit Uitslag | 2013-11-20 |
|/ | |||
* | ensure css loadfile test doesn't try to create a directory (and fail) if the ↵ | Christopher Smith | 2013-11-17 |
| | | | | directory already exists | ||
* | Test to ensure less can parse the @import rewritten by css_loadfile() | Christopher Smith | 2013-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 file | Christopher Smith | 2013-11-05 |
| | |||
* | Improve css_loadfile() tests | Christopher Smith | 2013-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 links | Michael Hamann | 2013-10-29 |
| | |||
* | ensure locale is set back to the original value | Christopher Smith | 2013-10-25 |
| | |||
* | skip FS#2867 test if \s doesn't match \xA0 after attempting to change the locale | Christopher Smith | 2013-10-25 |
| | |||
* | unittests for auth_loadACL | Christopher Smith | 2013-10-25 |
| | |||
* | Merge branch 'master' into FS#2867 | Christopher Smith | 2013-10-21 |
|\ | |||
| * | Merge pull request #388 from splitbrain/unittest_errorreporting | Andreas Gohr | 2013-10-20 |
| |\ | | | | | | | set error level so it is propagated correctly to dokuwiki | ||
| | * | change error level to ignore notices | Christopher Smith | 2013-10-20 |
| | | | |||
| | * | also use DOKU_E_LEVEL in bootstrap's call to error_reporting() | Christopher Smith | 2013-10-18 |
| | | | |||
| | * | set error level so it is propagated correctly to dokuwiki | Christopher Smith | 2013-10-18 |
| | | | |||
| * | | make sure HTTP test uses HTTP only and doesn't get redirected | Andreas Gohr | 2013-10-20 |
| | | | |||
| * | | more verbosity in test case | Andreas Gohr | 2013-10-20 |
| | | | |||
| * | | Merge pull request #380 from splitbrain/phpstrict | Andreas Gohr | 2013-10-20 |
| |\ \ | | | | | | | | | Php strict | ||
| | * | | escaped another $ in mailer test | Andreas Gohr | 2013-10-20 |
| | | | | |||
| | * | | additional auth_nameencode tests (apostrophe & backslash) | Christopher Smith | 2013-10-19 |
| | | | | |||
| | * | | remove '&' reference operator from metadata test, not required in php5 | Christopher Smith | 2013-10-16 |
| | | | | |||
| | * | | escape '$' in mailer test strings | Christopher Smith | 2013-10-16 |
| | | | | |||
| | * | | fix signature mail unittest, and improve some signatures info plugin | Gerrit Uitslag | 2013-10-16 |
| | |/ | |||
* | | | Merge branch 'master' into FS#2867 | Christopher Smith | 2013-10-19 |
|\| | | |||
| * | | Fix the indexer indexing test case (changed the data but not the result) | Michael Hamann | 2013-10-19 |
| | | | |||
| * | | Fix FS#2854: Treat numerically different keys as different | Michael Hamann | 2013-10-19 |
| | | | |||
| * | | add missing $_SERVER values for init.php when called from cli | Christopher Smith | 2013-10-18 |
| |/ | |||
* / | add tests for usernames with 2 & 3 byte utf8 characters | Christopher Smith | 2013-10-19 |
|/ | |||
* | Added unit tests for CSS shorthand compression FS#2509 | Andreas Gohr | 2013-10-15 |
| |