| f7cefc02 | 05-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
added mailfromnone internal option FS#2170 |
| 63e967bd | 05-Aug-2012 |
Anika Henke <anika@selfthinker.org> |
html validity fixes (removed name and align in some plugins) |
| 71f17ac4 | 29-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
copy not move uploaded files FS#2465
This fixes problems with setgid bits on the media directory |
| fa446926 | 29-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
more utf8_basename fixes |
| a8c343f2 | 29-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Fix utf8_basename for files in the root directory |
| 420addb2 | 29-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
fix utf8_basename for file names without any directory |
| 00c2d4a9 | 28-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
fixed some RTL+IE7 bugs, mainly background icons and search form (FS#2569) |
| b7e5821d | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
added missing include |
| 7c62086b | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
only execute valid instructions FS#2432 |
| 17dcc4ab | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
decode utf8 filenames in JpegMeta FS#2553 |
| 079b3ac1 | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
highlight queries from popular serch engines only FS#2448 |
| 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 ...
|
| 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 |
| 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 |
| 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. |
| 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 ...
|
| 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 |