| 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) |
| 24d49498 | 05-Aug-2012 |
Anika Henke <anika@selfthinker.org> |
added some missing spaces (to popularity and revert plugins) |
| faa7bcaa | 31-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
fixed objects not showing properly (FS#2572) |
| 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 |
| 0fcb2760 | 28-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
removed deprecated |
| 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. |