| 4d13d89c | 20-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
remove obsolete opera handling and session closing |
| e979d184 | 20-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
remove no longer used ajax.php
|
| f9fbe4cf | 20-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
fix proxy CONNECT where HTTP 1.1 answer is given |
| 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 |
| e07886c0 | 20-Oct-2013 |
Michael Hamann <michael@content-space.de> |
Info plugin: allow xhtml renders to not to be an xhtml renderer
Renderers that set the format to xhtml don't necessarily inherit from Doku_Renderer_xhtml, this reverts a prior change that introduced
Info plugin: allow xhtml renders to not to be an xhtml renderer
Renderers that set the format to xhtml don't necessarily inherit from Doku_Renderer_xhtml, this reverts a prior change that introduced the stricter parameter type.
show more ...
|
| 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 |
| 9c107bd1 | 19-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
use preg_replace_callback instead of '/e' flag when encoding quoated printable ('/e' regex flag deprecated in PHP5.5) |
| 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 |
| 9060b8b0 | 18-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add <THEAD> to top rows of tables when all cells are <TH> |
| 61e0b2f8 | 18-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
comment improvements |
| 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 |
| 7b4ce9b0 | 17-Oct-2013 |
Soren Birk <soer9648@hotmail.com> |
translation update |
| a386d1a7 | 17-Oct-2013 |
Soren Birk <soer9648@hotmail.com> |
translation update |
| 5e40b274 | 16-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
refactor to avoid php notice and match structure of rest of p_get_renderer() |
| 53bfcb59 | 16-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
initialize $inParagraph before use |