Commit Graph

191 Commits

Author SHA1 Message Date
Daniel Hensby
bfaaa42e10
Merge pull request #136 from creative-commoners/pulls/2.0/phpcs-fix
FIX Add phpcs to dev requirements to fix CI builds
2018-02-15 10:04:26 +00:00
Robbie Averill
b11c6d771e Update URL in XSL references to module 2018-02-15 12:07:20 +13:00
Robbie Averill
450283bd1b FIX Apply PSR-2 linting ruleset and phpcs configuration 2018-02-15 12:07:20 +13:00
Robbie Averill
d1d5c2b268 FIX Add phpcs to dev requirements to fix CI builds 2018-02-15 11:04:19 +13:00
Will Rossiter
9e7aed0f2d Add phpcs to travis build 2018-01-18 18:40:29 +13:00
Will Rossiter
742724dad4 Fix unit tests 2018-01-18 17:00:56 +13:00
Will Rossiter
38c489c931
Remove object use (#133) 2018-01-16 08:01:25 +13:00
Will Rossiter
0daa163ec1
Add controller requirement (Fixes #128) 2017-11-29 21:38:33 +00:00
Will Rossiter
c8e142718d Update tests 2017-10-20 11:16:53 +13:00
Will Rossiter
2699956b23 Vendorize and add namespaces 2017-10-20 09:05:18 +13:00
Will Rossiter
71567fec58 Correct visibility 2017-09-15 07:36:11 +12:00
Will Rossiter
d88ed57a07 Merge pull request #124 from icecaster/ss4
Date formatting broken in xml templates
2017-08-18 15:39:39 +12:00
tim
030dd83613 using SS4 date formatting http://userguide.icu-project.org/formatparse/datetime 2017-08-18 15:24:03 +12:00
Will Rossiter
b40a66422b Update readme.md 2017-07-31 08:05:52 +12:00
Will Rossiter
313e4649c1 Remove Object reference 2017-06-02 12:26:56 +12:00
Will Rossiter
840f664cd9 Update namespace paths for versioned split 2017-05-11 06:56:53 +12:00
Will Rossiter
56b23dbdf8 Remove unneeded config flag 2017-05-10 07:40:17 +12:00
Will Rossiter
77f6a02ae7 Remove specific config flag
Fixes #120
2017-05-06 09:37:26 +12:00
Will Rossiter
526a0eec4d Merge pull request #110 from mikenz/patch-2
More Silverstripe 4 compatibility
2017-03-22 17:18:06 +13:00
Will Rossiter
e0821f8f03 Remove requirements (see composer.json) Fixes #117 2017-01-24 17:16:24 +13:00
Will Rossiter
830abcc4f9 Merge pull request #115 from madmatt/patch-1
Update composer.json
2016-12-23 15:10:19 +13:00
Matt Peel
fa92f0d13f Update composer.json
`master` branch of this module no longer works with SS3, due to the Director class being namespaced (so the URL rule no longer matches SS3 sites).
2016-12-23 12:08:14 +13:00
Will Rossiter
8307b56f3f Merge pull request #113 from digitall-it/master
Add italian translation
2016-11-16 15:20:50 +13:00
digitall-it
d8f8cafd2d Add italian translation 2016-11-16 02:42:22 +01:00
Mike Cochrane
b8766edbee More Silverstripe 4 compatibility 2016-11-06 16:28:05 +13:00
Mike Cochrane
9f845f5af7 More Silverstripe 4 compatibility 2016-11-06 16:24:03 +13:00
Mike Cochrane
4333bb6777 More Silverstrie 4 compatibility 2016-11-06 16:19:01 +13:00
Will Rossiter
51fa6f4c25 Merge pull request #109 from kinglozzer/4-compat
SilverStripe 4 compatibility
2016-11-05 19:02:26 +13:00
Loz Calver
671522de5f Remove PHP 7 from allowed failures 2016-11-04 15:53:23 +00:00
Loz Calver
286c79160a SilverStripe 4 compatibility 2016-11-03 12:34:32 +00: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