From cd6923965ccd7897118aa094a6bba829d5e1d8ef Mon Sep 17 00:00:00 2001 From: Loz Calver Date: Fri, 16 Mar 2018 16:30:48 +0000 Subject: [PATCH 1/4] DOCS: fix memcached example (closes #7934) --- docs/en/02_Developer_Guides/08_Performance/01_Caching.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en/02_Developer_Guides/08_Performance/01_Caching.md b/docs/en/02_Developer_Guides/08_Performance/01_Caching.md index 5812efdc8..0b3dc7957 100644 --- a/docs/en/02_Developer_Guides/08_Performance/01_Caching.md +++ b/docs/en/02_Developer_Guides/08_Performance/01_Caching.md @@ -202,10 +202,11 @@ SilverStripe\Core\Injector\Injector: class: 'Memcached' calls: - [ addServer, [ 'localhost', 11211 ] ] - SilverStripe\Core\Cache\CacheFactory: + MemcachedCacheFactory: class: 'SilverStripe\Core\Cache\MemcachedCacheFactory' constructor: - client: '%$MemcachedClient + client: '%$MemcachedClient' + SilverStripe\Core\Cache\CacheFactory: '%$MemcachedCacheFactory' ``` ## Additional Caches From 78896a73e285ad602a49903f8d0e5b0d1753d3c8 Mon Sep 17 00:00:00 2001 From: Lukas Date: Tue, 20 Mar 2018 22:14:23 +0100 Subject: [PATCH 2/4] Update link forum --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f8c6b34a..b88c23076 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you would like to make changes to the SilverStripe core codebase, we have an * [Bugtracker: Framework](https://github.com/silverstripe/silverstripe-framework/issues) * [Bugtracker: CMS](https://github.com/silverstripe/silverstripe-cms/issues) * [Bugtracker: Installer](https://github.com/silverstripe/silverstripe-installer/issues) - * [Forums](http://silverstripe.org/forums) + * [Forums](https://forum.silverstripe.org/) * [Developer Mailinglist](https://groups.google.com/forum/#!forum/silverstripe-dev) ## Attribution ## From e3cdefaa3c214e1961179449242b0e77b535bf92 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Mon, 12 Feb 2018 11:36:44 +0000 Subject: [PATCH 3/4] Add support.md file --- SUPPORT.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 SUPPORT.md diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 000000000..c33966bd5 --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,23 @@ +# Support + +The issue tracker is reserved for reporting bugs and we don't provide support through it. Support tickets opened via the issue tracker will be closed. + +If you require support there are two types of support available, community support and commercial support. + +## Community support + +Community support is provided by members of our open source community and is provided out of their good will. Please be kind, polite and corteous to those that try to help you. + +You can find support via: + +- [Forum](https://forum.silverstripe.com) +- [Slack](https://silverstripe.org/slack) +- [Stack Overflow (remember to tag as silverstripe)](http://stackoverflow.com/questions/tagged/silverstripe) + +For more information please see our [community page](http://www.silverstripe.org/community/#introduction). + +## Commercial support + +If you require a higher level of support with an SLA, you may want to consider commercial support provided by SilverStripe Ltd, a Professional Partner or other SilverStripe agency. + +Please see the Developer Directory for more information: https://www.silverstripe.org/community/developer-and-partner-directory/ From 61463424ff134e4abc2c165cf7d7f846943c18ee Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Tue, 27 Mar 2018 11:49:04 +0100 Subject: [PATCH 4/4] Support file grammer improvements --- SUPPORT.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SUPPORT.md b/SUPPORT.md index c33966bd5..38680a6ce 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -2,11 +2,11 @@ The issue tracker is reserved for reporting bugs and we don't provide support through it. Support tickets opened via the issue tracker will be closed. -If you require support there are two types of support available, community support and commercial support. +If you require support there are two types of support available: community support and commercial support. ## Community support -Community support is provided by members of our open source community and is provided out of their good will. Please be kind, polite and corteous to those that try to help you. +Community support is provided by members of our open source community and is provided out of their good will. Please be kind, polite and corteous to those that try to help you; you may wish to refer to our [code of conduct](docs/en/05_Contributing/10_Code_of_conduct.md). You can find support via: @@ -18,6 +18,6 @@ For more information please see our [community page](http://www.silverstripe.org ## Commercial support -If you require a higher level of support with an SLA, you may want to consider commercial support provided by SilverStripe Ltd, a Professional Partner or other SilverStripe agency. +If you require a higher level of support with an SLA, you may want to consider commercial support provided by SilverStripe Ltd, a Professional Partner or another SilverStripe agency. -Please see the Developer Directory for more information: https://www.silverstripe.org/community/developer-and-partner-directory/ +Please see the [SilverStripe Developer Directory](https://www.silverstripe.org/community/developer-and-partner-directory/) for more information.