Commit Graph

23038 Commits

Author SHA1 Message Date
Steve Boyd
8ca492092f DOC Unquote title 2021-12-02 15:28:53 +13:00
Michal Kleiner
48780fa76f
Merge pull request #10165 from creative-commoners/pulls/4/changelog
DOC Fix module version details
2021-12-02 15:14:47 +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
Michal Kleiner
1425146dad
Merge pull request #10159 from creative-commoners/pulls/4/tmpitem
FIX Ensure tmpItem has a value before calling method_exists on it
2021-11-25 16:19:44 +13:00
Steve Boyd
a3d9648687 FIX Ensure tmpItem has a value before calling method_exists on it 2021-11-25 15:52:51 +13:00
Daniel Hensby
8a73a4ad22
Merge pull request #10157 from madmatt/pulls/silverstipe-is-not-bamboo
Fix typo
2021-11-24 10:08:05 +00:00
Matt Peel
fe653b5e13 Fix typo 2021-11-24 22:43:30 +13:00
Maxime Rainville
ae5aa4b442
Merge pull request #10150 from creative-commoners/pulls/4/manifest-destiny
API Selectively register test folder in manifest
2021-11-22 11:27:13 +13:00
Maxime Rainville
e0197191b8 Rename "Ignore CI Configs" to "Ignored CI Config" 2021-11-22 11:02:27 +13:00
Maxime Rainville
7c3fddfc8a Anwser Peer review feedback 2021-11-18 23:16:03 +13:00
Maxime Rainville
cbc4593ab4 ENH Don't index test from PHPUNit 5.7 module wdon using PHPUnit 9.5 2021-11-18 21:45:53 +13:00
Maxime Rainville
640a7e3eea ENH Improve ManifestFileFinder so it can ignore test based on the testing library 2021-11-18 21:45:53 +13:00
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
Sergey Shevchenko
5e26757a9e
Merge branch 'silverstripe:4' into 4 2021-11-15 22:07:11 +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
Sergey Shevchenko
04b7ad51b8
Merge branch 'silverstripe:4' into 4 2021-11-01 13:12:59 +13:00
Florian Thoma
31668e8acf fix: remove login marker cookie on logout
Apply suggestions from code review

Co-authored-by: Michal Kleiner <mk@011.nz>
2021-11-01 10:04:18 +11: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