Commit Graph

22759 Commits

Author SHA1 Message Date
Maxime Rainville
2922370d81 API Add Module::getCILibrary function 2021-11-18 21:45:53 +13:00
Maxime Rainville
1bc1e85f68 DOC Fix minor typos in Module 2021-11-18 21:44:26 +13:00
Steve Boyd
d2cbf5bc2a Merge branch '4.9' into 4 2021-11-18 17:24:41 +13:00
Maxime Rainville
2d4b93883b
Merge pull request #10033 from creative-commoners/pulls/4/attributeshtml-trait
API Add an AttributesHTML trait
2021-11-18 17:02:19 +13:00
Maxime Rainville
b43d68f9b4 API Add an AttributesHTML trait 2021-11-18 15:31:01 +13:00
Maxime Rainville
d5b03eb5cb
Bump to composer/installer v2 (#10153)
* DEP Allow installation of composer installer 2

* MNT Normalise composer constraints
2021-11-18 14:08:25 +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
Michal Kleiner
96bc5259a8
Merge pull request #10151 from creative-commoners/pulls/4/tests-from-recipe
MNT Adjust a couple of unit tests to run from recipe-kitchen-sink
2021-11-16 15:21:46 +13:00
Steve Boyd
081537d014 MNT Adjust a couple of unit tests to run from recipe-kitchen-sink 2021-11-16 12:55:00 +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
2c1d8e232b
Merge pull request #10122 from creative-commoners/pulls/4/update-php-support-policy
DOC Update PHP support policy
2021-11-15 11:04:39 +13:00
Maxime Rainville
d1cd9361d8 DOC Update PHP support policy 2021-11-11 13:59:44 +13:00
LiamKearn
a08f43b762
DOC Fix misleading code docblocks (#10145) 2021-11-09 14:55:06 +13:00
Maxime Rainville
5d1cac00e8
MNT Bring back PGSQL test matrix (#10144) 2021-11-09 11:17:44 +13:00
Maxime Rainville
33d310cc69
Merge pull request #10139 from creative-commoners/pulls/4/dms
MNT Remove polyfill
2021-11-09 11:01:28 +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
Loz Calver
b1eb9514d4
FIX Prioritise posix_getuid() when attempting to find current process owner (#10137) 2021-11-08 11:56:44 +13:00
Steve Boyd
4b8bc55c40
DOC Create skeleton for 4.10.0 changelog 2021-11-08 09:42:21 +13:00
Loz Calver
20134e6a4f
NEW Add FirstPage() and LastPage() to PaginatedList (#10129) 2021-11-08 09:26:21 +13:00
Steve Boyd
e53c18528c MNT Remove polyfill 2021-11-05 12:06:55 +13:00
Steve Boyd
e217a3d9cb
Merge pull request #10136 from kinglozzer/fix-tests-10113
MNT Fix broken tests
2021-11-05 09:27:33 +13:00
Loz Calver
d6866af7e5 Fix broken tests 2021-11-04 10:53:42 +00:00
Kirk Mayo
b8d37f9ae4
NEW Validate the Title on Group is not empty (#10113) 2021-11-03 14:26:16 +13:00
GuySartorelli
fc349db511
API Add a way to check if a form or form field has an extra css class (#10112)
Required for silverstripe/silverstripe-admin#1252
2021-11-01 17:01:17 +13:00
Steve Boyd
cd076542f4
API Upgrade SapphireTest to work with phpunit 9 (#10028) 2021-10-27 15:39:47 +13:00
GuySartorelli
059d8aac0a
NEW Add afterUpdateCMSFields method to DataObject. (#9819) 2021-10-26 16:05:11 +13:00
GuySartorelli
49a7f08c07
ENH: Display validation messages for GridFields (#10015)
* FIX: Display validation messages for GridFields
* ENH: Add test for GridField validation messages.
2021-10-19 12:03:40 +13:00
Steve Boyd
3a852bed36 Merge branch '4.9' into 4 2021-10-19 11:14:19 +13:00
Steve Boyd
766a024a03 Merge branch '4.8' into 4.9 2021-10-19 11:13:50 +13:00
Steve Boyd
04f9a80c0e Merge branch '4.7' into 4.8 2021-10-19 11:13:31 +13:00
Steve Boyd
0361f10f4c
Merge pull request #9869 from chrispenny/bugfix/composite-validator-calls-php
CompositeValidator::validate() to call validate() instead of php(). Fixes #9868
2021-10-19 11:10:43 +13:00
Thomas Portelange
6e2955fe14
BUG Allow extension of getAttributes for Tab and TabSet (#9954) 2021-10-18 23:22:01 +13:00
Mo Alsharaf
2c1ef4df23
MNT Update URL in docs for ICU documentation (#10118) 2021-10-15 11:28:16 +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
Bryn Whyman
f9f8c1932b
Merge pull request #10116 from silverstripe/emteknetnz-patch-1-1
DOC - Use security@silverstripe.org email address
2021-10-12 13:40:41 +13:00
Steve Boyd
98ff029941
DOC - Use security@silverstripe.org email address 2021-10-12 12:36:15 +13: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
Maxime Rainville
9b17c38121
Merge pull request #10110 from creative-commoners/pulls/more-changelog-updates
DOCS add release announcement link to changelog
2021-10-06 13:48:40 +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
Maxime Rainville
3d7184c69b
Merge pull request #10109 from creative-commoners/pulls/doc-updates
DOCS clarify 'cms recipe' docs
2021-10-06 11:47:42 +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
bf1a1c6181
Merge pull request #10107 from creative-commoners/pulls/4.9/fix-broken-build
MNT Fix broken test caused by missing table
2021-10-04 15:42:27 +13:00
Maxime Rainville
fd8b0cc253 MNT Fix broken test caused by missing table 2021-10-04 15:16:10 +13:00
Maxime Rainville
d8dc00704e
Merge pull request #10101 from creative-commoners/pulls/4.9/cwp-migration
DOC Explain how to get off CWP
2021-10-04 14:21:47 +13:00
Maxime Rainville
bad4cbef7d DOC Explain how to get off CWP 2021-10-04 11:19:09 +13:00