| 079b3ac1 | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
highlight queries from popular serch engines only FS#2448 |
| c4a2059c | 28-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
added link icons back into RTL styles for old default template (FS#2524) |
| 84e581a6 | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
fix word boundary matching on broken platforms FS#2440
Seems like matching \b on unicode strings is unreliable across different platforms (Debian). Using Unicode class lookahed/behinds seems to work
fix word boundary matching on broken platforms FS#2440
Seems like matching \b on unicode strings is unreliable across different platforms (Debian). Using Unicode class lookahed/behinds seems to work though.
show more ...
|
| 0483f97f | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
added multiby html_highlight tests FS#2440 |
| 1ea7a6ba | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
support CONNECT for tunneling SSL via HTTP proxies FS#2431
The included test cases currently expect a squid at localhost:3128 |
| ff10b240 | 28-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
improved toolbar appearing to load slowly |
| 87f69c19 | 28-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
fixed icons in buttons not showing in IE8 and below (FS#2568) |
| 90658f38 | 28-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Respect useheading setting on revisions page FS#2139 |
| 677d2785 | 28-Jul-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
fixed script blocks CDATA for ie on TPL_METAHEADER_OUTPUT FS#2563 |
| 09f791c4 | 28-Jul-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
fixed script blocks CDATA for ie on TPL_METAHEADER_OUTPUT |
| ebe6179c | 28-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
fixed some RTL issues in mediamanager (FS#2433 and others) |
| 31b10b49 | 28-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Be more careful when setting metadata values FS#2514
This fixes a warning when setting $meta['relation']['firstimage'] using p_set_metadata. |
| ae22dee7 | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
remove min-height after toggling FS#2555 |
| e8b5a4f9 | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
fix E_STRICT errors FS#2427
This commit fixes all E_STRICT messages shown when running the test suite. There might be more problems not covered by tests, yet.
For compatibility reasons with plugins
fix E_STRICT errors FS#2427
This commit fixes all E_STRICT messages shown when running the test suite. There might be more problems not covered by tests, yet.
For compatibility reasons with plugins, E_STRICT errors are still supressed.
show more ...
|
| ae45007e | 28-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
added missing phpdoc header to included template files |
| d6d77e29 | 28-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
removed contradicting comment in template files and made when the doctype is inserted consitent |
| 0d16f6e3 | 28-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Add the $doc variable to all renderers
In p_render() it is assumed that all renderers have a $doc variable |
| 0a6ae52f | 28-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Initialize more variables and test if others are set (no functional changes) |
| 3e8e3ae6 | 28-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Fix inconsistent return values in the indexer and in getInfo() |
| bd28297e | 28-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Replace = & by =& as the former isn't understood by IntelliJ IDEA |
| e3ab6fc5 | 28-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Fixed and extended PHPDoc comments and added additional @var comments |
| 9a9b579a | 28-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Fix index histogram minlen parameter for metadata keys
This includes a test for the minlen parameter for metadata keys |
| 92a5d126 | 28-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Remove unused variables |
| 91626c7f | 28-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
made sure all template files are run from within DokuWiki (FS#2567) |
| d6a1a955 | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
another call_user_func warning fix |