Commit Graph

100 Commits

Author SHA1 Message Date
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 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
Ingo Schommer 747059b6b7 Fixed enabled() usage (regression from last commit) 2013-01-17 17:20:50 +01: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
Ingo Schommer 90f3c82660 Merge branch 'master' into upstream-master (big-o team branch) 2013-01-07 13:59:39 +01:00
Ingo Schommer d5f673272e Update composer.json 2013-01-03 22:22:33 +01:00
Will Rossiter 6cc800a0db Merge pull request #28 from hdrlab/patch-1
A fix so that non-indexed pages remain non-indexed
2012-12-18 23:26:06 -08:00
hdrlab 620e09bd7c A fix so that non-indexed pages remain non-indexed
Pages that were set to be "non-indexed" were being reset to their 
default priorities the next time that the page was saved. This fix
makes sure that this doesn't happen.
2012-12-19 20:23:20 +13:00
Will Rossiter 3785409b3d Add composer.json 2012-12-08 11:55:46 +13:00
Will Rossiter f41fd87624 FIX: fix change freq not showing up in form. (Fixes: #27) 2012-11-07 19:47:55 +13:00
Will Rossiter 706c06e8a0 Fix typo in doc. (Fixes #24) 2012-10-15 20:08:44 +13:00
Will Rossiter a20e84ca9b Merge pull request #21 from oddnoc/fsockopen-port-correction
Specify port 80 for connecting to Google
2012-09-27 19:40:06 -07:00
Fred Condo bc1f3b3a81 Specify port 80 for connecting to Google 2012-09-26 14:51:52 -04:00
Will Rossiter c9b4c3f88e Merge pull request #19 from oddnoc/http-sendrequest-fix
FIX: Replace HTTP::sendRequest call
2012-09-18 23:09:34 -07:00
Fred Condo 378258b0e3 FIX: Replace HTTP::sendRequest call
- HTTP::sendRequest() is gone from the HTTP class
- Substitute slightly simpler code in a protected self::send_ping() method
2012-09-18 10:01:02 -04:00
Will Rossiter 079b949bf2 FIX: resolve test errors 2012-09-06 22:20:44 +12:00
Hendrik Schaper 41ce3396fa NEW: xsl stylesheet 2012-09-06 21:59:25 +12:00
Will Rossiter 6ce0524d4c Add yaml language files 2012-09-06 21:57:43 +12:00
Andrew O'Neil 8d787c486e BUGFIX: Clear sitemap registration at the end of each test 2012-07-23 15:01:33 +12:00
Will Rossiter d67270fe7a FIX: remove typo 2012-07-09 16:38:30 +12:00
Will Rossiter 929e97accf API: Remove public access to frequency and priorities.
Cleaned up related functions and general spring clean of the module. Documented example of manually setting routes through an extension class.
2012-07-06 17:07:30 +12:00