Commit Graph

3649 Commits

Author SHA1 Message Date
Steve Boyd
84aa368544 DOC Use backticks in 4.11.0-beta1 changelog 2022-05-05 13:25:19 +12:00
Steve Boyd
3e233cdb13 DOC Add 4.11.0-beta1 changelog 2022-05-05 13:09:38 +12:00
FreezerNick
7d2bfc6fcf
DOC: Fix page not found in Builtin Middlewares
Updates the address to the URL special variables page
2022-04-22 11:24:14 +02:00
Guy Sartorelli
c0396279d8
Merge pull request #10289 from creative-commoners/pulls/4/allow-plugins-docs
DOC: Changelog for Composer 2.2.0  allow-plugins option
2022-04-22 15:48:27 +12:00
Sabina Talipova
eebe8c625e Changelog for Composer 2.2.0 allow-plugins option 2022-04-22 15:37:32 +12:00
FreezerNick
107c7196ac
DOC: Address broken code samples
Fixes syntax errors in YAML config samples and adds a missing PHP use statement for the HTTP Middlewares page
2022-04-21 13:31:15 +02:00
Guy Sartorelli
1261926911
Merge pull request #10282 from creative-commoners/pulls/4/doc-webp-support
WEBP support doc
2022-04-20 10:53:36 +12:00
Maxime Rainville
d7b7b58e5d
Tweaks from peer review
Co-authored-by: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com>
2022-04-20 10:17:09 +12:00
Maxime Rainville
e9d3fe5c00 DOC Explain how to add new Image formats. 2022-04-14 13:56:47 +12:00
Maxime Rainville
e05fed46ea DOC Add changelog entry for WebP support 2022-04-14 11:47:47 +12:00
Guy Sartorelli
6639fed05e
Merge pull request #10007 from zemiacsik/patch-5
added comment to be more specific
2022-04-12 21:51:36 +12:00
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