| e10c99f4 | 27-Aug-2012 |
Mark <mc.prins@gmail.com> |
update the url to the latest one used in the manager FIX for FS#2463 <https://bugs.dokuwiki.org/index.php?do=details&task_id=2463> |
| d836931d | 26-Aug-2012 |
Anika Henke <anika@selfthinker.org> |
fixed quicksearch overlay being cut off in IE7 (FS#2581) |
| bf99c56f | 26-Aug-2012 |
Anika Henke <anika@selfthinker.org> |
made tabs RTL-aware |
| 15c2c853 | 26-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
GeSHi upgraded to version 1.0.8.11 |
| c3564cf9 | 26-Aug-2012 |
이명진 <aranet100@gmail.com> |
Korean language update |
| 77d44477 | 26-Aug-2012 |
Otto Vainio <otto@valjakko.net> |
Finish language update |
| 940dbfe4 | 26-Aug-2012 |
Gerrit <klapinklapin@gmail.com> |
Dutch language update |
| 7cdd8691 | 26-Aug-2012 |
이명진 <aranet100@gmail.com> |
Korean language update |
| ef72e4a3 | 26-Aug-2012 |
Miroslav Svoboda <msv@email.cz> |
Czech language update |
| d9934ae0 | 26-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed data dir security check as suggested in FS#2547 |
| 5b838199 | 26-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
do not intialize media manager JS if not needed FS#2578 |
| 0edda900 | 26-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
replace deprecated split calls FS#2583 |
| c114d4c4 | 26-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
don't call set_magic_quotes_runtime if it doesn't exists FS#2583
this function was removed in PHP 5.4.0 |
| 99e10b7f | 24-Aug-2012 |
Michael Hamann <michael@content-space.de> |
Always disable compression when sitemaps are delivered
The class loader isn't available at that place in inc/init.php so the check if the sitemap is compressed didn't work. |
| c0f0f1f8 | 24-Aug-2012 |
Michael Hamann <michael@content-space.de> |
Remove unused/directly overwritten variable declarations in inc/html.php |
| 8d5e837e | 24-Aug-2012 |
Michael Hamann <michael@content-space.de> |
Fix/add some PHPDoc comments in inc/html.php |
| 6d9eab4d | 24-Aug-2012 |
Michael Hamann <michael@content-space.de> |
Prevent access to undefined variables and make returns consistent in html.php |
| c857afe0 | 24-Aug-2012 |
Michael Hamann <michael@content-space.de> |
Allow the $check parameter of sectionID to be false |
| 93b2e677 | 24-Aug-2012 |
Michael Hamann <michael@content-space.de> |
Declare timestamp parameter of http_conditionalRequest as int |
| 59f20ea3 | 24-Aug-2012 |
Michael Hamann <michael@content-space.de> |
Fix types in inc/changelog.php and initialize variables |
| d9764001 | 24-Aug-2012 |
Michael Hamann <michael@content-space.de> |
Document $text parameters of html and php in the xhtml parser |
| 44982778 | 24-Aug-2012 |
Michael Hamann <michael@content-space.de> |
Prevent access to undefined $auth variable |
| c8b076b1 | 24-Aug-2012 |
Michael Hamann <michael@content-space.de> |
Add PHPDoc comments, type hints and ignore return value of act_sitemap() |
| b4cf5bda | 24-Aug-2012 |
Michael Hamann <michael@content-space.de> |
Fix return types and result value handling in Sitemapper.php |
| 65f6e7d6 | 24-Aug-2012 |
Michael Hamann <michael@content-space.de> |
Disable compression when a compressed sitemap might be delivered FS#2576
Compressing a gzip file again for transport is standards compliant, but some clients assume that the file is only compressed
Disable compression when a compressed sitemap might be delivered FS#2576
Compressing a gzip file again for transport is standards compliant, but some clients assume that the file is only compressed once then and don't remove the outer compression layer. This could disable compression in too many cases theses cases should be rare and shouldn't cause any problems.
show more ...
|