summaryrefslogtreecommitdiff
path: root/inc/Sitemapper.php
Commit message (Collapse)AuthorAge
* Fix return types and result value handling in Sitemapper.phpMichael Hamann2012-08-24
|
* Disable compression when a compressed sitemap might be delivered FS#2576Michael Hamann2012-08-24
| | | | | | | | 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.
* coding style updatesAndreas Gohr2012-03-16
|
* Make Sitemapper functions static as they were used as static functionsMichael Hamann2012-01-15
| | | | | | | All calls to the Sitemapper were static function calls, this caused notices because they weren't static, with this commit they are marked as static. Furthermore two FIXME comments were removed as dbglog now checks if debugging is enabled.
* Indexer v3 Rewrite part two, update uses of indexerTom N Harris2010-12-29
|
* Only add successfully created sitemap items to the sitemapMichael Hamann2010-11-02
|
* Sitemapper code improved and documentation addedMichael Hamann2010-09-22
| | | | | Removed some calls to dbglog, improved the code performance and added documentation for all functions and classes of the Sitemapper.
* Restructured the sitemapperMichael Hamann2010-09-22
|
* Transformed the sitemapper into a classMichael Hamann2010-09-22
This makes it possible to autoload the sitemapper when needed.