Commit Graph

9 Commits

Author SHA1 Message Date
Loz Calver 286c79160a SilverStripe 4 compatibility 2016-11-03 12:34:32 +00:00
helpfulrobot 7af5077d99 Converted to PSR-2 2015-12-18 07:09:19 +13:00
Lukas bbd5e29630 check is_numeric instead of is_float for $priority
fix https://github.com/silverstripe-labs/silverstripe-googlesitemaps/issues/66#issuecomment-52112157
2014-08-13 23:27:34 +02:00
Damian Mooyman 5f06483b73 BUG Fix issue with children of unpublished pages appearing in sitemap as apparent root pages 2014-01-28 16:41:11 +13:00
Thomas Speak b0cc13c9ed [FIX] canIncludeGoogleSitemap
Added $this->owner
2013-08-23 18:37:20 +01:00
Will Rossiter affee1788f Merge pull request #45 from g4b0/priority_locale
Priority locale
2013-07-18 00:51:10 -07:00
g4b0 9b7c14abc4 Bugfix: forced locale en_US for priority, since on some locale (eg. Italian) the separator is a comma. 2013-07-18 09:23:53 +02:00
Damian Mooyman 1f7c2e7b73 API 3.1 compatibility: Static configurable properties must be private and immutable.
Static configurable properties (db, allowed_actions, etc) are now private. See: http://doc.silverstripe.org/framework/en/3.1/changelogs/3.1.0#static-properties-are-immutable-and-private-you-must-use-config-api
2013-04-02 11:57:42 +13:00
Will Rossiter 8bbc14ee23 API Implement sitemap.xml partitioning (Fixes #9)
Misc upgrade of module code so that site map.xml provides a index site map file based on the standards. Moved configuration vars to the Config API.

Considering how large a change this is, I've branched a 1.0 release off in github.
2013-01-15 22:29:59 +13:00