summaryrefslogtreecommitdiff
path: root/inc/Sitemapper.php
Commit message (Collapse)AuthorAge
* 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.