Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | unit test for FS#2173 | Andreas Gohr | 2014-02-15 | |
| | | | | | | | ||||
* | | | | | | | 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 | |
|\| | | | | | | |_|_|_|_|/ |/| | | | | | ||||
| * | | | | | 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 | |
| |/ / / / | ||||
| * | | | | 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 | |
|/ / | ||||
* | | 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 | |
|\ \ | ||||
| * | | 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 tests for usernames with 2 & 3 byte utf8 characters | Christopher Smith | 2013-10-19 | |
|/ | ||||
* | Merge pull request #344 from splitbrain/tablewithonlyrowspan | Andreas Gohr | 2013-10-13 | |
|\ | | | | | Display tablecell with rowspan at first row as empty cell. Fixes FS#2810 | |||
| * | added unittests for rowspans at first table row | Gerrit Uitslag | 2013-09-25 | |
| | | ||||
* | | Merge pull request #341 from splitbrain/extend_tests_cleanid | Andreas Gohr | 2013-10-13 | |
|\ \ | | | | | | | Extend pageutils_clean_id tests to show more behavior details | |||
| * | | Extend pageutils_clean_id tests to show more behavior details | Gerrit Uitslag | 2013-09-19 | |
| |/ | ||||
* | | check msglint for warnings, too | Andreas Gohr | 2013-10-12 | |
| | | ||||
* | | successfully validate Mailer mails with msglint | Andreas Gohr | 2013-10-12 | |
| | | ||||
* | | IETF's message lint service as a test for Mailer class | Andreas Gohr | 2013-10-12 | |
|/ | ||||
* | Fix backlinks for internal links with parameters | Michael Hamann | 2013-08-17 | |
| | | | | | | | This adds the parameter extraction code from the xhtml renderer to the metadata renderer in order to not to include the parameters in the id that is recorded as link target. A test case checks that the link is actually returned as backlink (fails without the fix). | |||
* | Merge pull request #237 from splitbrain/changelogtestsonly | Andreas Gohr | 2013-08-04 | |
|\ | | | | | Added tests for getRevisions and getRevisionInfo from page changelog | |||
| * | Merge remote-tracking branch 'origin/master' into changelogtestsonly | Klap-in | 2013-08-03 | |
| |\ | ||||
| * | | Fixed file names of test classes | Klap-in | 2013-07-20 | |
| | | | ||||
| * | | Added tests for getRevisions and getRevisionInfo from page changelog | Klap-in | 2013-07-20 | |
| | | |