Daniel Hensby
579cfdc5db
Merge pull request #10279 from creative-commoners/pulls/4/nerf-graphql-verbosity-option
...
DOC Remove reference to GraphQL verbosity
2022-04-12 09:42:07 +01:00
zemiacsik
2a845e420d
added comment to be more specific
...
added requirement of having custom function in allowed actions in redirection to it
2022-04-12 09:25:22 +01:00
Guy Sartorelli
573144e3b9
Merge pull request #10240 from eduardovinuela/patch-1
...
DOCS ORM is Object-Relational Mapping.
2022-04-12 19:18:22 +12:00
Maxime Rainville
c2c6e5392d
DOC Remove reference to GraphQL verbosity
2022-04-12 13:44:07 +12:00
Steve Boyd
814c5b2fd0
ENH Fix deprecation issues for PHP 8.1 compatibility
2022-04-06 11:34:34 +12:00
Maxime Rainville
eda52d1677
DOC Add Matt Peel to core committers
2022-03-24 10:35:49 +13:00
Maxime Rainville
78dcfd217a
Merge pull request #10235 from creative-commoners/pulls/4/meta-generator
...
NEW Get the version for an individual module
2022-03-09 13:41:12 +13:00
Maxime Rainville
e05142dba8
DOC Remove warning about typos ( #10256 )
2022-03-09 10:56:51 +13:00
Maxime Rainville
7c46d3b2ab
Merge pull request #10254 from creative-commoners/pulls/4/guzzle-conflict
...
DEP Require guzzlehttp/psr7 ^2
2022-03-09 10:26:10 +13:00
Steve Boyd
588c095e76
DEP Require guzzlehttp/psr7 ^2
2022-03-09 10:03:20 +13:00
Loz Calver
c460ffb88a
Merge pull request #10255 from JohannDickson/patch-2
...
DOCS: Fix file resolver example
2022-03-08 09:02:40 +00:00
Johann Dickson
60795cd0ab
Fix file resolver example
2022-03-08 16:39:29 +13:00
Johann Dickson
efb076b4ce
Fix file resolver example
2022-03-08 16:03:17 +13:00
Steve Boyd
b73a3cdd7a
API Extension hook for email default from
2022-03-08 14:31:51 +13:00
Steve Boyd
f488f38f7d
NEW Get the version for an individual module
2022-03-08 13:48:43 +13:00
Maxime Rainville
41df2a22e6
DOC Clarify that Silverstripe CMS does not have a bug bounty program
2022-03-07 14:38:17 +13:00
Maxime Rainville
4f14f5c8aa
Merge pull request #10225 from GuySartorelli/patch-1
...
DOCS Add blurbs about several new features to 4.11 changelog
2022-03-02 16:02:45 +13:00
Eduardo Viñuela
231063fd07
ORM is Object-Relational Mapping.
...
Changing Object-Relational Model to Object-Relational Mapping (the correct meaning of ORM).
Other popular ORMs: Hibernate, Entity Framework Core, Dapper.
2022-02-22 12:20:46 -06:00
Guy Sartorelli
9773f0d8ce
DOCS Fix link to PHPunit docs
...
The old URL gives a 404 response.
2022-02-15 15:15:02 +13:00
Tyler Trout
6b1c5eb6d7
NEW Allow methods to be used for flexible searchable_fields ( #10199 )
...
* Allow methods to be used for flexible searchable_fields
* match_any key
* Documentation
* Update docs/en/02_Developer_Guides/00_Model/11_Scaffolding.md
Co-authored-by: GuySartorelli <36352093+GuySartorelli@users.noreply.github.com>
* Search fields test
* Newlines
* Update src/ORM/Search/SearchContext.php
Co-authored-by: Steve Boyd <emteknetnz@gmail.com>
* Update docs/en/02_Developer_Guides/00_Model/11_Scaffolding.md
Co-authored-by: Steve Boyd <emteknetnz@gmail.com>
* Removed comments and whitespace. Linting fixes
Co-authored-by: GuySartorelli <36352093+GuySartorelli@users.noreply.github.com>
Co-authored-by: Steve Boyd <emteknetnz@gmail.com>
2022-02-10 09:40:16 +13:00
Maxime Rainville
73fd4b185a
DOC Add Steve to Core Committer list
2022-02-09 13:38:12 +13:00
Maxime Rainville
6e1bc807e5
DOC GraphQL src must always be an array. ( #10213 )
...
* DOC GraphQL src must always be an array.
* DOC Tweak the graphql module syntax
* DOC Fix minor linting issue in example
2022-02-08 22:08:37 +13:00
Steve Boyd
4044573ae7
DOC Clarify which branch to target for third-party dependency changes ( #10216 )
2022-02-08 17:44:09 +13:00
GuySartorelli
2e5a988f46
DOC Add blurbs about several new features to 4.11 changelog
2022-02-08 14:20:51 +13:00
Mojmir Fendek
89c87ddbf8
NEW: Static validation for relationships. ( #9874 )
...
* NEW: Static validation for relationships.
* Unit tests added.
* PR fixes
* PR feedback: Execute validation on flush.
* PR fixes.
* PR fixes.
2022-02-04 14:41:09 +13:00
GuySartorelli
8f1c68db42
DOC Document how to enable the preview panel for custom DataObjects. ( #10124 )
2022-02-04 12:50:35 +13:00
Roman Schmid
3b5c72f3fd
V4: Fix documentation for Enum declaration Syntax ( #10223 )
2022-02-04 07:22:38 +13:00
Bernard Hamlin
6d90eec0c8
DOC Injector syntax docs update ( #10221 )
2022-02-02 16:03:13 +13:00
GuySartorelli
5c54276b6f
ENH Make all GridField components injectable (using abstract class) ( #10204 )
...
* ENH Make all GridField components injectable.
Some components were already injectable, but all GridField components shipped in silverstripe should be injectable.
This makes it a LOT easier to make global project-specific changes to a given component.
The new AbstractGridFieldComponent also makes it easy to make similar wide-spread changes in the future.
* DOCS Encourage injection for GridField and GridFieldComponents.
2022-02-02 11:14:33 +13:00
Andrew Paxley
83156dd9c9
DOC Add admin_email config recommendation to 4.9.0 upgrade ( #10212 )
...
* Add admin_email config recommendation to 4.9.0 upgrade
* add missing header
2022-01-27 14:06:17 +13:00
Michal Kleiner
c74f368bf4
Merge pull request #10079 from patricknelson/patch-10
...
DOC Document the capability of 'envorconstant' to be checked against specific values
2022-01-27 10:34:18 +13:00
Steve Boyd
6691d31121
Merge branch '4.10' into 4
2022-01-25 16:09:14 +13:00
Steve Boyd
85519b7a17
DOC Update 4.10.0 changelog
2022-01-25 16:04:06 +13:00
Maxime Rainville
962ff93076
DOC Final 4.10 pre-release changelog tweaks ( #10210 )
...
* DOC add missing closing detail tag
* DOC RC changelog tweaks into stable changelog
* DOC Add reference to FirstPage and LastPage
* DOC Remove IE11 from supported browsers
* DOC Final pre-release tweaks to 4.10 changelog
* DOC Minor tweak to 4.10 changelog
Co-authored-by: Michal Kleiner <mk@011.nz>
* Update docs/en/04_Changelogs/4.10.0.md
Co-authored-by: GuySartorelli <36352093+GuySartorelli@users.noreply.github.com>
Co-authored-by: Michal Kleiner <mk@011.nz>
Co-authored-by: Steve Boyd <emteknetnz@gmail.com>
Co-authored-by: GuySartorelli <36352093+GuySartorelli@users.noreply.github.com>
2022-01-25 11:39:58 +13:00
Steve Boyd
f9cceef9b5
Merge branch '4.10' into 4
2022-01-21 11:57:51 +13:00
Steve Boyd
d1d1e9f58e
Merge branch '4.9' into 4.10
2022-01-21 11:57:19 +13:00
Maxime Rainville
2841e1bd3d
DOC Fix type in 4.9.0 changelog ( #10152 )
2022-01-21 11:56:30 +13:00
Aaron Carlino
5bb203e16a
DOCS: Bulk loader graphql docs ( #10203 )
...
* DOCS: Bulk loader graphql docs
* Add code example, add module syntax
2022-01-21 10:22:54 +13:00
Ed Wilde
05e57bdc38
DOC Remove italics in headings ( #10205 )
...
The italics in the heading appear to break the rendering of the page. Instead rendering the heading as "What's the difference between a".
2022-01-19 09:09:50 +13:00
Michal Kleiner
30325f6416
Merge pull request #10114 from Michael-HEIW/update-code-to-src
...
DOCS Update all occurrences of /app/code/ to /app/src/ for v4
2022-01-15 10:34:59 +13:00
Matt Peel
2ed9e8f67b
Per request from Paul, removing his name from the list of core committers
2022-01-13 17:44:18 +13:00
Corey Sewell
29bdce98b2
Fix lazy load height attribute typo
2022-01-12 11:11:06 +13:00
Aaron Carlino
a7b8c9f038
DOCS: Docs for various new graphql features ( #10186 )
2021-12-23 13:51:23 +13:00
Steve Boyd
53bb0a82e8
DOC Close xml tag
2021-12-21 13:32:38 +13:00
Aaron Carlino
e1b33e639b
DOCS: fix formatting error
2021-12-20 16:38:41 +13:00
Steve Boyd
ed492da636
Merge branch '4.10' into 4
2021-12-16 17:45:33 +13:00
Steve Boyd
d246074274
DOC Add 4.10.0-rc1 changelog
2021-12-16 17:27:09 +13:00
Loz Calver
e543bc100a
Merge pull request #10180 from chrometoasters/pulls/10177-changelog-addition
...
MNT Mention CoreKernel protected variable name fix in the 4.11 changelog
2021-12-14 09:01:43 +00:00
Lukas
63ec5069f7
MNT Update URL unicode-org.github.io/icu ( #10176 )
...
A further addition to #10118
2021-12-13 21:28:15 +13:00
Michal Kleiner
818a9dd705
MNT Mention CoreKernel protected variable name fix in the 4.11 changelog
2021-12-13 21:21:44 +13:00
Lukas
552cf5944d
MNT Fix various typos with codespell ( #10177 )
2021-12-13 21:05:33 +13:00
Maxime Rainville
27d7c2fe85
Merge pull request #9749 from gurucomkz/patch-9453-mysql8-ints
...
FIX Don't use int width for mysql >= 8.0.17 #9453
2021-12-13 12:39:12 +13:00
Maxime Rainville
d5de29ffa9
DOC Remove outdated changelog entry
2021-12-13 11:11:25 +13:00
Steve Boyd
698629cace
DOC Add section for upgrading to PHPUnit 9.5
2021-12-09 14:06:44 +13:00
Sergey Shevchenko
be623349ed
DOC Apply suggested typos fixes
...
Co-authored-by: Michal Kleiner <mk@011.nz>
2021-12-08 11:19:47 +13:00
Maxime Rainville
eb5dc731a8
Move MySQL 8 changelog note to 4.9.0 changelog
2021-12-08 11:19:39 +13:00
Maxime Rainville
13357c33df
DOC Explain the new MySQLSchemaManager::schema_use_int_width flag
2021-12-08 11:18:00 +13:00
Sergey Shevchenko
e68e65badc
feat: added config value to force certain behaviour & added a note to the docs
2021-12-08 11:18:00 +13:00
Steve Boyd
8ca492092f
DOC Unquote title
2021-12-02 15:28:53 +13:00
Steve Boyd
ee224a95c9
DOC Fix module version details
2021-12-02 15:08:50 +13:00
Steve Boyd
83b757632a
Merge branch '4.10' into 4
2021-12-02 15:00:06 +13:00
Aaron Carlino
a1092b8606
DOCS: Add clearer instructions for prerelease installation ( #10164 )
...
* DOCS: Add clearer instructions for prerelease installation
* Update docs/en/02_Developer_Guides/19_GraphQL/01_getting_started/index.md
Co-authored-by: Michal Kleiner <mk@011.nz>
Co-authored-by: Michal Kleiner <mk@011.nz>
2021-12-02 11:21:41 +13:00
Steve Boyd
f3a9c566dc
DOC Update changelog
2021-12-01 10:33:08 +13:00
Steve Boyd
acb2e8a71a
MNT Added 4.10.0-beta1 changelog
2021-12-01 10:32:12 +13:00
Maxime Rainville
ef8669f3ed
DOC Document hickup with the 4.10 framework unstable ( #10161 )
...
* DOC Document hickup with the 4.10 framework unstable
* DOC Add partial crhangelog entry for PHP8/PHPUnit9.5
2021-12-01 09:25:42 +13:00
Matt Peel
fe653b5e13
Fix typo
2021-11-24 22:43:30 +13:00
Aaron Carlino
b5bff1aa08
DOCS: GraphQL architecture diagrams ( #10123 )
...
* DOCS: GraphQL architecture diagrams
* Update docs/en/02_Developer_Guides/19_GraphQL/08_architecture_diagrams.md
2021-11-18 00:29:30 +13:00
Loz Calver
29fa365d10
Fix support for setting TEMP_PATH in .env ( fixes #8099 ) ( #10138 )
2021-11-16 09:35:28 +13:00
Maxime Rainville
d1cd9361d8
DOC Update PHP support policy
2021-11-11 13:59:44 +13:00
Bryn Whyman
b381007156
DOCS more guidance on how to create a module ( #10131 )
...
The docs on creating a module are pretty light. I've opted to put this in the developer docs and not in the module skeleton repository as I see the later as more of a file skeleton, over a full tutorial space.
Co-authored-by: brynwhyman <bryn.whyman@silverstripe.com>
2021-11-08 15:09:51 +13:00
Bryn Whyman
0e6817bb8d
DOCS new guidance page on how to upgrade a project ( #10132 )
...
Co-authored-by: brynwhyman <bryn.whyman@silverstripe.com>
2021-11-08 15:07:17 +13:00
Steve Boyd
4b8bc55c40
DOC Create skeleton for 4.10.0 changelog
2021-11-08 09:42:21 +13:00
Steve Boyd
cd076542f4
API Upgrade SapphireTest to work with phpunit 9 ( #10028 )
2021-10-27 15:39:47 +13:00
Michal Kleiner
f5c9dca2a9
Merge pull request #10088 from chillu/pulls/4/docs-temp-path
...
DOCS Mark TEMP_PATH as constant rather than env
2021-10-15 11:23:06 +13:00
Steve Boyd
894927770d
Merge pull request #10111 from creative-commoners/pulls/cwp1-extra-info
...
DOCS supporting notes to CWP migration docs
2021-10-12 14:47:46 +13:00
Steve Boyd
98ff029941
DOC - Use security@silverstripe.org email address
2021-10-12 12:36:15 +13:00
Michael Pritchard (HEIW)
5ad7d5169f
DOCS Update all occurrences of /app/code/ to /app/src/ for correct v4 structure
...
Linked to #10099 , I noticed another occurrence of /app/code/, so I've search and replaced all of them to /app/src/ for the correct v4 structure
2021-10-07 09:13:26 +01:00
brynwhyman
e3c7c97127
DOCS supporting notes to CWP migration docs
...
Addresses feedback from account managers
2021-10-07 09:23:55 +13:00
Maxime Rainville
4163d3827f
Merge branch '4.9' into 4
2021-10-06 13:51:19 +13:00
brynwhyman
9a119a3581
DOCS add release announcement link to changelog
...
I've also suggested a note to an existing Chrome lazy-loading bug
2021-10-06 12:43:43 +13:00
brynwhyman
41d9b400c2
DOCS clarify 'cms recipe' docs
...
Addressing feedback to clarify reference to 'CWP CMS recipe'
2021-10-06 11:28:47 +13:00
Maxime Rainville
a2ab1a3608
Merge branch '4.9' into 4
2021-10-05 18:32:45 +13:00
Maxime Rainville
340793a1ff
MNT Added 4.9.0 changelog
2021-10-05 18:31:18 +13:00
Maxime Rainville
bad4cbef7d
DOC Explain how to get off CWP
2021-10-04 11:19:09 +13:00
Michael
fbf487183e
DOC: update /app/code to /app/src for correct v4 structure
2021-09-24 15:54:58 +01:00
Maxime Rainville
065be70717
DOC Remove reference to being able to test GraphQL v4 without inlining recipes and tweak swiftmailer doc
2021-09-21 22:29:32 +12:00
wernerkrauss
d6ea45d4bf
fix invalid link in docs
...
the relative link to ruby i18n guides should be absolute
2021-09-20 22:04:35 +02:00
Steve Boyd
52e5e62391
DOC Escape HTML in heading
2021-09-14 16:06:32 +12:00
Maxime Rainville
da3d5813b5
Merge pull request #10090 from creative-commoners/pulls/4/image-loading-docs
...
DOC Mention image lazy loading available from 4.9 onwards
2021-09-14 14:08:45 +12:00
Steve Boyd
677668f43a
DOC Mention image lazy loading available from 4.9 onwards
2021-09-14 14:02:20 +12:00
Bryn Whyman
db14ba6159
Merge pull request #10084 from creative-commoners/pulls/4/recipe-doc
...
DOC Clarify recipe usages
2021-09-14 08:36:48 +12:00
Maxime Rainville
3a9c4002b9
Apply suggestions from code review
...
Co-authored-by: Bryn Whyman <bryn.whyman@silverstripe.com>
2021-09-13 17:12:38 +12:00
Steve Boyd
545e24a10f
Merge branch '4.9' into 4
2021-09-13 16:03:12 +12:00
Maxime Rainville
6898dd06db
DOC Minor tweaks to changelog
...
Co-authored-by: Bryn Whyman <bryn.whyman@silverstripe.com>
2021-09-13 12:29:04 +12:00
Maxime Rainville
26da242e6b
Add a bit more detail
2021-09-09 23:06:55 +12:00
Maxime Rainville
49f2f641be
DOC Mention the EOL of IE 11 in 4.9.0 changelog
2021-09-09 23:00:37 +12:00
Maxime Rainville
d499420ae2
DOC Add additional info to 4.9.0 changelog
2021-09-09 23:00:37 +12:00
Maxime Rainville
68a804463b
Merge branch '4.9' into 4
2021-09-09 10:45:34 +12:00
Ingo Schommer
25c4f92e5e
DOCS Mark TEMP_PATH as constant rather than env
...
Picked up via fa3c5e6fea (r55508686)
.
We could probably make this an env var as well,
but I haven't investigated if anything prior to include(constants.php)
needs to write to temp.
2021-09-08 15:33:19 +12:00
Ingo Schommer
022db808e9
DOCS Fixed browser support regression
...
See fdbd899766 (diff-8b995dda6748753843239d2cb849b416a3298bfe832eb956deff889d43a0345cL268)
2021-09-08 15:30:15 +12:00