| 07d7dfcf | 24-Sep-2010 |
Andreas Gohr <andi@splitbrain.org> |
ignore wrong content-encoding header FS#2037
Some servers send a content-encoding for gzip files but do not encode the content themselves. This is IMHO wrong, this patch detects this and ignores the
ignore wrong content-encoding header FS#2037
Some servers send a content-encoding for gzip files but do not encode the content themselves. This is IMHO wrong, this patch detects this and ignores the header. The request will return true but set a warning message in $this->error
show more ...
|
| d9bdb92c | 23-Sep-2010 |
Martin Michalek <michalek.dev@gmail.com> |
Slovak language update |
| bcd87c4e | 23-Sep-2010 |
Einar Petersen <einar.petersen@gmail.com> |
Faroese language update |
| 80c36a27 | 23-Sep-2010 |
Guy Brand <gb@unistra.fr> |
fixed new calls in test cases according to PHP5 conventions |
| eae17177 | 22-Sep-2010 |
Michael Hamann <michael@content-space.de> |
Action handler for sitemaps improved
The action handler for the sitemap now makes use of the sitemapper methods for determining the filename and uses http conditional requests. |
| 6c062f5e | 18-Sep-2010 |
Michael Hamann <michael@content-space.de> |
Sitemapper code improved and documentation added
Removed some calls to dbglog, improved the code performance and added documentation for all functions and classes of the Sitemapper. |
| 2b54e1e1 | 27-Jun-2010 |
Michael Hamann <michael@content-space.de> |
Restructured the sitemapper |
| 2897eb23 | 26-Jun-2010 |
Michael Hamann <michael@content-space.de> |
Transformed the sitemapper into a class
This makes it possible to autoload the sitemapper when needed. |
| c4f79b71 | 07-Apr-2010 |
Michael Hamann <michael@content-space.de> |
Sitemap rewrite |
| 42de51b1 | 22-Sep-2010 |
Adrian Lang <lang@cosmocode.de> |
Work around WebKit bug: newlines at the end of input values are removed.
In WebKit, newlines at the end of input field’s value parameters are removed. This breaks $PRE, so we protect those new lines
Work around WebKit bug: newlines at the end of input values are removed.
In WebKit, newlines at the end of input field’s value parameters are removed. This breaks $PRE, so we protect those new lines with a dot and later remove the dot.
show more ...
|
| 17566ac6 | 22-Sep-2010 |
Adrian Lang <lang@cosmocode.de> |
Add tpl_getLang function |
| e383b004 | 20-Sep-2010 |
Adrian Lang <lang@cosmocode.de> |
Remove odd .htaccess
Neither I nor Andi has any idea what this file is for and why it explicitly //grants// permission and why its documentation is wrong.
|
| f4daa9a1 | 18-Sep-2010 |
Christopher Smith <chris@jalakai.co.uk> |
#1797 fix ptype stack to properly close and reopen <p> elements |
| 5bd930ff | 18-Sep-2010 |
Michael Hamann <michael@content-space.de> |
Write the debug log only when debugging is enabled
The debug log isn't automatically cleaned so don't write to it when debugging is disabled and thus nobody is aware that debug output might be gener
Write the debug log only when debugging is enabled
The debug log isn't automatically cleaned so don't write to it when debugging is disabled and thus nobody is aware that debug output might be generated.
show more ...
|
| 3cf90024 | 18-Sep-2010 |
Michael Hamann <michael@content-space.de> |
Corrected contact email of Andreas Haerter |
| a8be6a4f | 17-Sep-2010 |
Andreas Gohr <andi@splitbrain.org> |
fixed indention |
| da50466b | 17-Sep-2010 |
Andreas Gohr <andi@splitbrain.org> |
gather namespace stats in popularity plugin |
| 939a27d3 | 17-Sep-2010 |
ai <ai@notomorrow.de> |
fixed request server port issue in httpclient |
| 40c347db | 16-Sep-2010 |
Adrian Lang <lang@cosmocode.de> |
Show digest time in actual subscription listing |
| c95a5b7d | 09-Sep-2010 |
Andreas Gohr <andi@splitbrain.org> |
use background image based data security check in admin |
| c8b43921 | 09-Sep-2010 |
Andreas Gohr <andi@splitbrain.org> |
image based data security check in the installer FS#2020
should we replace the previous javascript based check in the admin interface with this one as well? |
| af1143b9 | 09-Sep-2010 |
Andreas Gohr <andi@splitbrain.org> |
check data directory security FS#2020
This is a javascript based check, executed from the admin menu. If the data directory is readable, a warning is displayed. Doing this check in JavaScript makes
check data directory security FS#2020
This is a javascript based check, executed from the admin menu. If the data directory is readable, a warning is displayed. Doing this check in JavaScript makes sure we have a real client side test (opposed to the check executed from ?do=check)
Question: should this be localized?
show more ...
|
| 9a2cec2e | 09-Sep-2010 |
Andreas Gohr <andi@splitbrain.org> |
display DokuWiki version in admin menu
Template authors might need to adjust their CSS |
| bf0d530d | 07-Sep-2010 |
Aleksandr Selivanov <alexgearbox@gmail.com> |
Russian language update |
| 105e67b2 | 31-Aug-2010 |
Adrian Lang <lang@cosmocode.de> |
More emphasis test cases from bug reports |