Michael Pritchard
fdbd899766
DOC Update SilverStripe to Silverstripe CMS
...
- Remaining Developer Guides and Upgrading
- SilverStripe in a namespace or api has not been change
- To keep PRs easier no formatting was changed
Update merge conflics with two files
Update Silverstripe Ltd, Silverstripe Cloud and Silverstripe CMS
Silverstripe CMS Ltd > Silverstripe Ltd
Silverstripe CMS Platform > Silverstripe Cloud
Silverstripe CMS Framework > Silverstripe CMS
Resolve merge conflict
Remove Framework from Silverstripe CMS Framework
- 3 files
Change SilverStripe CMS to Silverstripe CMS
2021-07-30 13:54:15 +01:00
Vlad Mencl
e436e13dfc
Fix link typo in 01_Caching.md
2021-07-27 21:37:58 +12:00
Steve Boyd
436678209e
Merge pull request #9995 from creative-commoners/pulls/4/lazy-load-docs
...
Add docs for lazy loading
2021-07-09 10:59:52 +12:00
Steve Boyd
03b43227a5
Update 02_Images.md
2021-07-09 10:03:44 +12:00
Andre Kiste
8225b2e890
Update 02_Images.md
2021-07-02 11:34:18 +12:00
Aaron Carlino
29320841c9
DOCS: improve graphql inheritance docs
2021-06-30 19:38:11 +12:00
Aaron Carlino
0537e769fc
DOCS: Fix line break
2021-06-30 19:11:46 +12:00
Aaron Carlino
f3e1cd4599
DOCS: new union and interface inheritance pattern ( #9912 )
...
* DOCS: new union and interface inheritance pattern
* Update docs for interface queries
* Remove config references in updateSchema
2021-06-30 19:05:18 +12:00
André Kiste
b6d12bc144
Add docs for lazy loading
2021-06-29 11:45:06 +12:00
Dylan Wagstaff
82e0d8f24b
Merge pull request #9988 from Michael-HEIW/Silverstripe-Getting-Started
...
DOC update SilverStripe to Silverstripe
2021-06-25 16:00:09 +12:00
Michael Pritchard
53ef257ff4
DOC update SilverStripe to Silverstripe
...
- Start with Getting Started
- Apply consistent formatting (120 chars etc)
2021-06-22 09:41:48 +01:00
Remy Vaartjes
62a74e97cc
Instructions Memcached change
...
Change memcached yml to After: '#versionedcache' since versionedcache is also using this. With after #corecache it won't have any effect.
2021-06-21 10:57:10 +02:00
Dylan Wagstaff
5ba38520d7
Merge pull request #9957 from Pen-y-Fan/patch-4
...
[doc] Add additional information required to run the test
2021-06-16 22:20:06 +12:00
Dylan Wagstaff
bac0933133
Merge pull request #9956 from Pen-y-Fan/patch-3
...
[doc] Update to Silverstripe 4 convention
2021-06-16 22:18:03 +12:00
Ingo Schommer
ecd58cbc69
DOCS Remove stray 3.x changelogs
...
It's too confusing to show *some* of them in https://docs.silverstripe.org/en/4/changelogs
2021-06-09 09:04:06 +12:00
Steve Boyd
82b62c6a5c
Merge branch '4.8' into 4
2021-06-08 13:47:33 +12:00
Steve Boyd
f1f9462961
DOC Add recipe version
2021-06-08 13:03:41 +12:00
Steve Boyd
54d832d963
Merge branch '4.8' into 4
2021-06-08 12:52:47 +12:00
Maxime Rainville
1fc1e71bbf
DOC Tweak 4.8.0 changelog GraphQL entry
2021-06-08 12:44:44 +12:00
Steve Boyd
d5d9f4fd41
DOC Changelog for 4.8.0
2021-06-08 12:35:18 +12:00
Steve Boyd
9463aaf571
Merge branch '4.8' into 4
2021-06-08 11:49:01 +12:00
Steve Boyd
0b22ad65f2
Merge pull request #9959 from creative-commoners/pulls/4/new-pattern-lib
...
DOC Update pattern library link to point to new repo
2021-06-03 10:18:16 +12:00
Steve Boyd
48677c80b6
MNT Added 4.8.0 changelog
2021-06-02 16:27:48 +12:00
Steve Boyd
7f97734a20
[CVE-2020-25817] Prevent loading of xml entities
2021-06-02 16:24:17 +12:00
Steve Boyd
8167c6f3ef
DOC Update references to graphql basic-auth
...
Co-authored-by: Garion Herman <garion@silverstripe.com>
Co-authored-by: Maxime Rainville <maxime@silverstripe.com>
2021-06-02 16:24:09 +12:00
Ingo Schommer
fa3c5e6fea
DOCS Clearer sysadmin guidance for "packaging" ( #9960 )
...
* DOCS Clearer sysadmin guidance for "packaging"
We have all kinds of fun fallbacks that attempt to create supporting files in production environments.
The latest point of contention is dev/build automatically creating files in .graphql/ and public/_graphql/
if those don't exist. That should be regarded as a last resort option to allow introduction of GraphQL v4 in the CMS 4.x release line.
At least since CMS 4.1, we need some form of "packaging" for generated files (public/_resources),
or committing these into the codebase, so let's call that out for anyone running CMS infra.
* Add trailing slash
Co-authored-by: Aaron Carlino <unclecheese@leftandmain.com>
2021-06-02 10:59:42 +12:00
Maxime Rainville
6e13600a88
DOC Update pattern library link to point to new repo
2021-06-01 16:33:25 +12:00
Pen y Fan
843671d108
[doc] Add additional information required to run the test
...
- I believe the YAML file should be included for the completeness of this example.
- Added details on Caching, I know this is duplication, but I believe it reinforces this requirement by example.
- The example **phpunit.xml** file is a basic working example.
I propose this as a more complete how-to, my thinking is someone new reading this how-to documentation, can follow the instructions and successfully run the example test. I hope this is acceptable.
2021-05-31 21:07:11 +01:00
Pen y Fan
bba872e02c
[doc] Update to Silverstripe 4 convention
...
- The Silverstripe 4 folder structure has been changed from **app/code/** to **app/src/**
- Renamed Silverstripe in text. I assume `api:` and `Namespace`, should remain SilverStripe
- Added some missing semicolons
2021-05-31 19:08:03 +01:00
Ingo Schommer
8c9e203f1e
DOCS 4.9.0 changelog with dot notation changes
...
[ci-skip]
2021-05-21 10:32:51 +12:00
Ingo Schommer
99c56fc913
DOC Handling nested form data
...
Related to #9163
2021-05-20 20:32:27 +12:00
Ingo Schommer
8806b3befc
Fixes required for dot notation support in fields
...
See #9163
2021-05-20 20:32:25 +12:00
chromos33
ebdbbfd595
Update 04_Shortcodes.md
2021-05-19 19:16:27 +02:00
Steve Boyd
b6286983b1
Merge branch '4.8' into 4
2021-05-17 16:54:02 +12:00
Andre Kiste
6fd3a1aa05
Merge pull request #9944 from manuth/patch-16
...
Update 09_Casting.md
2021-05-17 15:57:23 +12:00
Andre Kiste
cb05744b7d
Merge pull request #9941 from manuth/patch-13
...
Update 03_Requirements.md
2021-05-17 15:26:50 +12:00
Andre Kiste
d7225f99fd
Merge pull request #9942 from manuth/patch-14
...
Update 05_Template_Inheritance.md
2021-05-17 15:26:25 +12:00
Andre Kiste
ee334025f0
Merge pull request #9943 from manuth/patch-15
...
Update 06_Themes.md
2021-05-17 15:25:19 +12:00
Steve Boyd
8b28c5647b
MNT Added 4.8.0-rc1 changelog
2021-05-17 12:05:10 +12:00
Andre Kiste
7b57963182
Merge pull request #9938 from manuth/patch-10
...
Update index.md
2021-05-17 11:57:38 +12:00
Andre Kiste
1310252c7d
Merge pull request #9940 from manuth/patch-12
...
Update 02_Common_Variables.md
2021-05-17 11:51:24 +12:00
Manuel Thalmann
3a49759c0f
Update 09_Casting.md
2021-05-17 01:34:01 +02:00
Manuel Thalmann
293f7e9d05
Update 06_Themes.md
2021-05-17 01:03:03 +02:00
Manuel Thalmann
0d649e0dd8
Update 05_Template_Inheritance.md
2021-05-17 00:42:25 +02:00
Manuel Thalmann
deb767d9fc
Update 03_Requirements.md
2021-05-17 00:12:01 +02:00
Manuel Thalmann
64d569ee02
Update 02_Common_Variables.md
2021-05-16 22:22:53 +02:00
Manuel Thalmann
a1ace42294
Update 01_Syntax.md
2021-05-16 21:52:20 +02:00
Manuel Thalmann
c3ff7a417b
Update index.md
2021-05-16 20:52:27 +02:00
Daniel Hensby
1c1298e062
Merge pull request #9934 from manuth/patch-7
...
Update 11_Scaffolding.md
2021-05-14 20:57:56 +01:00
Daniel Hensby
045eaaaa79
Merge pull request #9933 from manuth/patch-6
...
Update 10_Versioning.md
2021-05-14 20:51:08 +01:00