| b7cfeab6 | 20-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
make sure HTTP test uses HTTP only and doesn't get redirected |
| 712c6631 | 20-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
more verbosity in test case |
| 03a4f627 | 20-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
change error level to ignore notices |
| d1612d99 | 20-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
escaped another $ in mailer test |
| 698e7df8 | 19-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add tests for usernames with 2 & 3 byte utf8 characters |
| 9f5b9cf1 | 19-Oct-2013 |
Michael Hamann <michael@content-space.de> |
Fix the indexer indexing test case (changed the data but not the result) |
| a8dba452 | 19-Oct-2013 |
Michael Hamann <michael@content-space.de> |
Fix FS#2854: Treat numerically different keys as different |
| d301130e | 19-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
additional auth_nameencode tests (apostrophe & backslash) |
| e0328e30 | 18-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
swap order ot test parameters to match expected,actual as per documentation & test output |
| 688ce8d8 | 18-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
update tests for use with <THEAD> changes |
| 9aac3abf | 18-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
also use DOKU_E_LEVEL in bootstrap's call to error_reporting() |
| eb9dc169 | 18-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
set error level so it is propagated correctly to dokuwiki |
| 4e2ac2e4 | 18-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add missing $_SERVER values for init.php when called from cli |
| f05a1cc5 | 17-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Wrap thead around 1st row, when 1st cell at 1st row is tableheader. Implements FS#1764 |
| 4d8acaac | 16-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
remove '&' reference operator from metadata test, not required in php5 |
| c8d2e830 | 16-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
escape '$' in mailer test strings |
| 74ed54d4 | 16-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix signature mail unittest, and improve some signatures info plugin |
| a467e020 | 15-Oct-2013 |
Andreas Gohr <gohr@cosmocode.de> |
Added unit tests for CSS shorthand compression FS#2509 |
| ec82d005 | 12-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
check msglint for warnings, too |
| d6e04b60 | 12-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
successfully validate Mailer mails with msglint |
| 0ee5ed1e | 12-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
IETF's message lint service as a test for Mailer class |
| 0d9a72ff | 25-Sep-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
added unittests for rowspans at first table row |
| 8ef75711 | 19-Sep-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Extend pageutils_clean_id tests to show more behavior details |
| 66d935e7 | 17-Aug-2013 |
Michael Hamann <michael@content-space.de> |
Fix backlinks for internal links with parameters
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
Fix backlinks for internal links with parameters
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).
show more ...
|
| b6c97c70 | 03-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
FS#2677 support arrays in to, cc, bcc headers in Mailer
This does not fix FS#2677, it only adds support for fixing it later. |