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
e385b2f80c
FIX Changing alterCanIncludeInGoogleSitemap
to call owner object and extensions
...
At the moment `alterCanIncludeInGoogleSitemap` is only called on other extensions, but really we'd want to see this called on the owner object and its extensions.
Fixed to use `invokeWithExtensions` rather than `extend`
2013-08-27 15:32:52 +01:00
Thomas Speak
9dcc00bafd
FIX: missing owner call
2013-08-24 10:27:33 +12: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