Will Rossiter
092b2e10ae
Merge pull request #80 from simonwelsh/patch-1
...
Null out the order by clause
2015-03-14 12:26:00 +13:00
Simon Welsh
91a543ea63
Null out the order by clause
2015-03-12 21:38:22 +11:00
Will Rossiter
6d530af1a2
Merge pull request #79 from uniun/lithuanian
...
Lithuanian translation
2015-01-19 21:48:47 +13:00
Elvinas L.
744d879efb
Lithuanian translation
2015-01-16 10:27:52 +02:00
Will Rossiter
d3a12fe225
Merge pull request #77 from 3Dgoo/feature/template-update-base-href
...
Replacing deprecated $BaseHref in templates
2014-11-11 16:46:45 +13:00
bob (Plastyk)
5c2547a3a3
Replacing deprecated $BaseHref in templates with $AbsoluteBaseURL.
2014-11-11 09:49:03 +10:30
Will Rossiter
05e62cbbc8
Merge pull request #74 from gherkins/patch-1
...
add X-Robots-Tag header
2014-10-21 21:27:53 +13:00
Max Girkens
a87116b3c3
add X-Robots-Tag header
...
adding the X-Robots-Tag header might be a good thing,
as it prevents the sitemap itself from getting indexed by google and showing up in the SERPs
see https://developers.google.com/webmasters/control-crawl-index/docs/robots_meta_tag
2014-10-20 16:43:01 +02:00
Will Rossiter
5f26b65061
Merge pull request #71 from nickspiel/patch-1
...
Added instructions to flush sitemap
2014-09-23 21:00:03 +12:00
Nick Spiel
096138d594
Added instructions to flush sitemap
2014-09-23 17:47:16 +10:00
Will Rossiter
edfcd22021
Merge pull request #70 from nfauchelle/master
...
Fix issue with last mod timestamp of the sitemap index file
2014-09-02 20:17:46 +12:00
Nick
92bcb27cac
Fix issue where the last mod timestamp of the sitemap index file wasnt using the most recently last edited timestamp, but the last item in the stack. Update test to check this, and include test for changeset bbd5e29
2014-09-02 00:35:23 +12:00
Will Rossiter
e67f807f8a
Merge pull request #69 from lerni/master
...
adjust css/js path in xml-sitemapindex.xsl
2014-08-19 17:20:40 +12:00
Lukas
eeac25c93e
ajust css/js path in xml-sitemapindex.xsl
...
matters if root is in a subdirectory
2014-08-18 22:30:28 +02:00
Sean Harvey
27e79a4e02
Merge pull request #68 from lerni/master
...
check is_numeric instead of is_float for $priority
2014-08-14 09:29:51 +12: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
Will Rossiter
198a850f8d
Remove deprecated methods
2014-07-18 10:16:18 +12:00
Will Rossiter
12e46e5b2b
Remove translatable filter.
2014-07-18 10:15:57 +12:00
Will Rossiter
8ebf4e9f22
Merge pull request #56 from Focus-Flow/feature/styled-sitempaindex
...
Feature/styled sitempaindex
2014-07-17 10:18:31 +12:00
Will Rossiter
3b3742a1bc
Merge pull request #63 from tractorcow/pulls/fix-unpublished-ancestry
...
BUG Fix issue with children of unpublished pages appearing in sitemap as apparent root pages
2014-01-27 20:41:57 -08: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
Jyrki Lilja
708cb5d166
Add reference to xml-sitemapindex.xsl in GoogleSitemapController.ss
2013-11-08 10:37:50 +02:00
Jyrki Lilja
ba69d670e5
Create xml-sitemapindex.xsl
2013-11-08 10:36:36 +02:00
Will Rossiter
a2297c43ef
Merge pull request #54 from ARNHOE/patch-1
...
Update Documentation
2013-08-27 22:51:17 -07:00
ARNHOE
3a1a99cbd5
Fixed issue with canView not being same as DataObject::canView
2013-08-27 23:02:21 +02:00
Will Rossiter
1416ad24ae
Merge pull request #52 from TomSpeak/master
...
FIX Changing `alterCanIncludeInGoogleSitemap` to call owner and extensions
2013-08-27 13:46:35 -07: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
Will Rossiter
8403cb5773
Merge pull request #51 from TomSpeak/patch-2
...
FIX: canIncludeGoogleSitemap missing owner call
2013-08-23 14:27:46 -07:00
Thomas Speak
b0cc13c9ed
[FIX] canIncludeGoogleSitemap
...
Added $this->owner
2013-08-23 18:37:20 +01:00
Ingo Schommer
7ba2e67a17
Merge pull request #48 from kinglozzer/patch-1
...
Change dependency versions to work for 3.1.0-rc1
2013-08-14 02:51:49 -07:00
Loz Calver
48b5c0db70
Change dependency versions to work for 3.1.0-rc1
2013-08-14 10:48:40 +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
Will Rossiter
92615299b7
Merge pull request #41 from Mark-M/patch-1
...
FIX Use new config API
2013-05-31 15:03:34 -07:00
Mark-M
cc215ace29
FIX Using new config API
...
Used the new config API to turn off source file comments. This stops deprecation notices being thrown
2013-05-31 15:33:38 +02:00
Ingo Schommer
a233c2d514
Fixed composer constraints
2013-05-07 14:05:42 +03:00
Will Rossiter
eadc960341
Merge pull request #37 from tractorcow/3.1-static-update
...
API 3.1 compatibility: Static configurable properties must be private and immutable.
2013-04-02 01:28:56 -07: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
Ingo Schommer
0b832f968e
Travis support
2013-03-29 10:12:45 +01:00
Ingo Schommer
9a95e58d6e
Travis support
2013-03-29 10:12:03 +01:00
Ingo Schommer
ac1e61faae
Fixed composer version constraint
2013-03-26 10:49:40 +01:00
Will Rossiter
c6119d3de9
Upgrades for 3.1 compatibility
2013-03-26 22:30:38 +13:00
Will Rossiter
c69a4a58ae
1.1 branch for 3.0
2013-03-26 22:25:50 +13:00
Will Rossiter
a015e227d9
Merge pull request #34 from ryanwachtl/patch-1
...
Update index.md
2013-03-08 13:02:43 -08:00
Ryan Wachtl
7c3bde4d9f
Update index.md
...
`GoogleSitemap::register()` should be `GoogleSitemap::register_dataobject()`
2013-03-08 14:44:14 -06:00
Julian Seidenberg
de283133fe
Merge pull request #33 from ARNHOE/patch-1
...
added nl.yml language
2013-01-29 14:17:10 -08:00
ARNHOE
37e8101c04
added nl.yml language
2013-01-29 03:07:12 -08:00
Will Rossiter
d42fba7906
Add extension hook points.
2013-01-18 10:51:07 +13:00
Will Rossiter
1c5e737d06
API register_routes() for registering custom paths.
...
This replaces the existing updateItems() + extension hook in favour of consistency with the register_dataobject() interface.
Note that this will likely be superseded by something to do with the Config API in the future.
2013-01-18 10:51:06 +13:00