Commit Graph

171 Commits

Author SHA1 Message Date
Daniel Hensby 776e6bd9d9
Merge branch '1.6' into 1 2018-03-07 11:46:53 +00:00
Daniel Hensby 36091bc840
Merge branch '1.1' into 1.6 2018-03-07 11:45:24 +00:00
Daniel Hensby f343f312eb
Merge pull request #141 from dhensby/pulls/1.6/test-passing
Get travis passing
2018-03-07 11:42:57 +00:00
Daniel Hensby 6e49a3e01e
Merge branch '1.0' into 1.1 2018-03-07 11:36:15 +00:00
Daniel Hensby b42305dfef
Merge pull request #142 from dhensby/pulls/1.0/test-passing
get tests running in 1.0
2018-03-07 11:28:31 +00:00
Daniel Hensby 729311249c
get tests running 2018-03-07 11:23:19 +00:00
Daniel Hensby 326b1ce4b0
Get travis passing 2018-03-07 11:13:30 +00:00
Will Rossiter c00f420a8b
Merge pull request #126 from danaenz/subsites-support
Add Subsite support
2018-03-06 11:48:33 +13:00
Danae Miller-Clendon 27898476d8 Add Subsite support by ensuring the host matches correctly to the current Subsite domain and protocol 2017-10-06 13:13:31 +13:00
Will Rossiter 552684ce12 Allow 4.0 installations 2016-10-10 15:59:32 +13:00
Will Rossiter 930fd7f9ac Documentation for install (#108) 2016-09-27 06:43:00 +13:00
Will Rossiter e607ea9fc4 Add support for pinging bing (Fixes #22)
- Fix README install link
- Update documentation
2016-09-17 08:27:16 +12:00
Will Rossiter 31f9182e95 Update installer name 2016-09-12 12:10:42 +12:00
Will Rossiter 31a5bab455 Update build 2016-09-12 11:56:23 +12:00
Will Rossiter c031c58774 Update repo path 2016-09-12 11:50:42 +12:00
Will Rossiter 083251bd6d Update composer name 2016-09-12 11:47:25 +12:00
Will Rossiter bb7fbb8308 Merge pull request #106 from webbuilders-group/not-allowed-block
BUGFIX: Fixed issue where classes not in the sitemap would cause a crash
2016-06-30 08:46:15 +12:00
UndefinedOffset cc0c20b3a8 Changed is_registered to check both the current case and lower case version of the class
Fixed test failure resulting from GoogleSitemapRoute
2016-06-29 14:49:06 -03:00
UndefinedOffset 26838c70d0 BUGFIX: Fixed issue where classes not in the sitemap would cause a crash 2016-06-29 13:58:39 -03:00
Will Rossiter 49053f7d8f Merge pull request #105 from flamytwista/patch-1
Russian Translation
2016-06-24 11:12:36 +12:00
Taras Yemtsov 02197a35b0 Russian Translation 2016-06-24 00:01:32 +03:00
Will Rossiter 11a894a10e Merge pull request #103 from mikenz/patch-1
Exclude all Redirector templates, not just RedirectorPage
2016-06-09 13:59:49 +12:00
Mike Cochrane 4701bd985a Exclude all Redirector templates, not just RedirectorPage
Classes that extend RedirectorPage are still included in the sitemap if exclude_redirector_pages is enabled. This change excludes all subclasses as well.
2016-06-09 13:55:43 +12:00
Will Rossiter 6fd2901aaf Merge pull request #100 from nikrolls/support-namespaced-dataobjects
Added support for namespaced data objects
2016-04-13 08:00:40 +12:00
Nik Rolls ecd3551ec0 Added support for namespaced data objects 2016-04-12 22:58:32 +12:00
Will Rossiter 356350ede5 Remove redirector pages (Fixes #43) 2016-03-04 16:40:30 +13:00
Will Rossiter 9f461b8d7c Include cms tests in travis (Fixes #87) 2016-03-04 16:29:34 +13:00
Will Rossiter 90ddb6c98f Merge pull request #98 from helpfulrobot/add-standard-scrutinizer-config
Added standard Scrutinizer config
2016-03-04 16:18:45 +13:00
Daniel Hensby b7da114f99 Merge pull request #99 from patricknelson/issue-78-invoke-byref-issue
FIX for #78 to workaround ->alterCanIncludeInGoogleSitemap() not working
2016-02-26 10:41:03 +00:00
Patrick Nelson 5228024ba5 FIX for #78 to workaround ->alterCanIncludeInGoogleSitemap() not working due to core bug with ->invokeWithExtensions() not allowing references. 2016-02-25 18:02:20 -05:00
helpfulrobot 7e42cbef76 Added standard Scrutinizer config 2016-02-17 05:13:44 +13:00
Will Rossiter 99282db32a Merge pull request #97 from helpfulrobot/add-standard-code-of-conduct-file
Added standard code of conduct file
2016-02-16 12:14:32 +13:00
helpfulrobot 9c4e8be4bd Added standard code of conduct file 2016-02-15 14:09:11 +13:00
Will Rossiter 9f6e1bab41 Merge pull request #95 from helpfulrobot/add-standard-gitattributes-file
Added standard .gitattributes file
2016-01-15 20:22:32 +13:00
helpfulrobot 0cfd3d80f5 Added standard .gitattributes file 2016-01-15 16:53:11 +13:00
Damian Mooyman 289ed77139 Merge pull request #94 from helpfulrobot/convert-to-psr-2
Converted to PSR-2
2015-12-18 10:02:57 +13:00
helpfulrobot 7af5077d99 Converted to PSR-2 2015-12-18 07:09:19 +13:00
Damian Mooyman 5d10786341 Merge pull request #93 from helpfulrobot/add-standard-editorconfig-file
Added standard .editorconfig file
2015-12-17 13:29:03 +13:00
helpfulrobot 41238f5186 Added standard .editorconfig file 2015-12-17 10:06:07 +13:00
Will Rossiter dd41e39484 Merge pull request #91 from patricknelson/master
FIX/NEW for #90 Allow ability to alter DataList and deprecate static interface for better extensibility.
2015-10-17 17:29:29 +13:00
Patrick Nelson a641ded926 FIX/NEW for #90 Extending alterDataList after both Versioned::get_by_stage() and also new DataList(). No list left behind! 2015-10-12 17:23:01 -04:00
Patrick Nelson e2a1dc5250 FIX/NEW for #90 Allow ability to alter DataList and deprecate static interface for better extensibility. 2015-10-12 17:08:07 -04:00
Will Rossiter c549ca4d3f Merge pull request #88 from silverstripe-rebelalliance/master
Use protocolless URL for external resource
2015-09-07 20:00:33 +12:00
Ed Linklater 4e1db4d3f9 Always use HTTPS for loading external resources 2015-08-26 14:58:46 +12:00
Ed Linklater 58376e277c Use protocolless URL for external resource so it loads if sitemap is requested via HTTPS 2015-08-26 14:16:42 +12:00
Will Rossiter a1ac8d229a Add installation note 2015-07-27 15:41:40 +12:00
Will Rossiter 82778473a8 Merge pull request #85 from dhensby/pulls/case-class
Allow URLs to be case insensitive
2015-07-27 15:21:04 +12:00
Daniel Hensby 0ffc6ac2be Allow URLs to be case insensitive 2015-07-27 00:46:49 +01:00
Damian Mooyman 26f1bbefdd Merge pull request #84 from dhensby/patch-1
Move to new travis containerised infrastructure
2015-07-22 09:05:37 +12:00
Daniel Hensby 40a3a0adeb Move to new travis containerised infrastructure 2015-07-21 11:01:25 +01:00