Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Many PHPDocs, some unused and dyn declared vars | Gerrit Uitslag | 2014-10-01 |
| | | | | | | many PHPDocs some unused variables some dynamically declared variables declared | ||
* | scrutinizer documentations issues | Gerrit Uitslag | 2014-09-29 |
| | |||
* | removed Yahoo sitemap ping, added Yandex instead FS#2880 | Andreas Gohr | 2014-02-15 |
| | |||
* | Fix return types and result value handling in Sitemapper.php | Michael Hamann | 2012-08-24 |
| | |||
* | Disable compression when a compressed sitemap might be delivered FS#2576 | Michael Hamann | 2012-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 updates | Andreas Gohr | 2012-03-16 |
| | |||
* | Make Sitemapper functions static as they were used as static functions | Michael Hamann | 2012-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 indexer | Tom N Harris | 2010-12-29 |
| | |||
* | Only add successfully created sitemap items to the sitemap | Michael Hamann | 2010-11-02 |
| | |||
* | Sitemapper code improved and documentation added | Michael Hamann | 2010-09-22 |
| | | | | | Removed some calls to dbglog, improved the code performance and added documentation for all functions and classes of the Sitemapper. | ||
* | Restructured the sitemapper | Michael Hamann | 2010-09-22 |
| | |||
* | Transformed the sitemapper into a class | Michael Hamann | 2010-09-22 |
This makes it possible to autoload the sitemapper when needed. |