| f3a3c514 | 03-Oct-2010 |
Oscar M. Lage <r0sk10@gmail.com> |
Spanish language update |
| c2122b83 | 03-Oct-2010 |
Christopher Smith <chris@jalakai.co.uk> |
FS#1995, add a little defense to avoid warnings caused by bad wiki syntax |
| 6d58f782 | 03-Oct-2010 |
Christopher Smith <chris@jalakai.co.uk> |
No need for a self include ;) |
| 060ab504 | 03-Oct-2010 |
Guy Brand <gb@unistra.fr> |
Truncate wiki name in sent mail (FS#2021) |
| 2237b4fa | 03-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
correctly handle highlighting of partial searches FS#1353 |
| 15f1b77c | 02-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
more relaxed recognition of windows share links FS#1991 |
| 341f6051 | 02-Oct-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1928: Keep mlist file upon page deletion to persist subscribers for later recreation and allow notification of subscribers of page deletion. |
| f3f7087b | 02-Oct-2010 |
Isaias Masiero Filho <masiero@masiero.org> |
Brazilian Portuguese language update |
| 26eb848c | 02-Oct-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1353: Only highlight isolated occurences of search term, not those where it's part of another term. Word boundaries are now respected. |
| 92eec8e8 | 02-Oct-2010 |
Hakan Sandell <hakan.sandell@home.se> |
Fixed bug FS2030 JpegMeta dies on parsing XMP |
| 156dbd62 | 02-Oct-2010 |
Gina Haeussge <gina@foosel.net> |
FS#2038: Use GET for the search form |
| decde61c | 02-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
renamed index to sitemap FS#2026 |
| aaa72485 | 02-Oct-2010 |
Matthias Schulte <post@lupo49.de> |
Informal German language update |
| 75c93b77 | 02-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
a more correct fix for FS#2039 |
| 93a6d053 | 02-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
properly encode user wildcard in ACLs FS#2039 |
| c346111a | 29-Sep-2010 |
Adrian Lang <lang@cosmocode.de> |
Add back globals for templates |
| de3eb1d7 | 28-Sep-2010 |
Adrian Lang <lang@cosmocode.de> |
Small fixes / cleanup |
| 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 |
| 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 |