Commit Graph

3634 Commits

Author SHA1 Message Date
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
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