Commit Graph

24192 Commits

Author SHA1 Message Date
Steve Boyd
4aaca6540f NEW Allow database read-only replicas 2024-10-03 12:01:59 +13:00
Guy Sartorelli
33929e2992
FIX Get array values, not keys (#11414) 2024-10-03 10:30:18 +13:00
Guy Sartorelli
7f11bf3587
ENH Use symfony/validation logic (#11399) 2024-10-02 14:38:21 +13:00
Guy Sartorelli
aa2b8c380e
FIX Fix NavigateCommandTest and don't try to write null (#11412) 2024-10-01 13:51:33 +13:00
github-actions
27708c7ebb Merge branch '5' into 6 2024-09-30 20:34:56 +00:00
github-actions
483e944601 Merge branch '5.3' into 5 2024-09-30 20:34:55 +00:00
github-actions
d7fa53139f Merge branch '5.2' into 5.3 2024-09-30 20:34:54 +00:00
Guy Sartorelli
862a65eacc
MNT Fix unit tests (#11409) 2024-09-30 18:32:17 +13:00
github-actions
264898ba48 Merge branch '5' into 6 2024-09-29 08:43:19 +00:00
github-actions
b02ac10fc8 Merge branch '5.3' into 5 2024-09-29 08:43:17 +00:00
Guy Sartorelli
8a538f78ff
Merge pull request #11395 from silverstripe-terraformers/bugfix/member-validator
FIX: Member form validator fix.
2024-09-27 14:51:23 +12:00
Mojmir Fendek
55564814b9 Add a test. 2024-09-27 14:44:29 +12:00
Guy Sartorelli
afdd95eed8
Merge pull request #11407 from creative-commoners/pulls/6/phpunit-xml
MNT Update phpunit xml file for phpunit 11
2024-09-27 10:50:46 +12:00
github-actions
30e652b761 Merge branch '5' into 6 2024-09-26 22:19:15 +00:00
Steve Boyd
4195700f0b MNT Update phpunit xml file for phpunit 11 2024-09-27 09:42:35 +12:00
Guy Sartorelli
e46135be0a
NEW Refactor CLI interaction with Silverstripe app (#11353)
- Turn sake into a symfony/console app
- Avoid using HTTPRequest for CLI interaction
- Implement abstract hybrid execution path
2024-09-26 17:16:47 +12:00
Guy Sartorelli
c224a84b3a
Merge pull request #11241 from Ofthemasses/patch-1
FIX Return null error solved for DBQueryBuilder::shouldBuildTraceComment
2024-09-26 10:40:39 +12:00
Guy Sartorelli
730b891e10
Merge branch '5' into 6
# Conflicts:
#	src/Security/Member.php
#	src/Security/PasswordValidator.php
#	tests/php/Forms/ConfirmedPasswordFieldTest.php
2024-09-26 09:23:56 +12:00
Guy Sartorelli
e34463875a
DEP Deprecate API that will be removed or renamed (#11401) 2024-09-25 16:11:39 +12:00
Guy Sartorelli
c523022cb9
Merge branch '5' into 6 2024-09-24 14:07:57 +12:00
Guy Sartorelli
a81b7855de
Merge pull request #11393 from creative-commoners/pulls/5/fix-constructor
FIX Use correct contructor for HTTPOutputHandler
2024-09-24 09:35:35 +12:00
Guy Sartorelli
e2e32317d6
API Move various classes to more appropriate namespaces (#11370)
Also rename ViewableData to ModelData ahead of the template layer
lift-and-shift
2024-09-23 14:31:50 +12:00
Mojmir Fendek
829a28dc68 FIX: Member form validator fix. 2024-09-23 08:59:35 +12:00
Steve Boyd
e93dafb2fe FIX Use correct contructor for HTTPOutputHandler 2024-09-19 17:21:12 +12:00
Guy Sartorelli
6287b6ebeb
API Rename Deprecation::withNoReplacement (#11390) 2024-09-19 11:27:08 +12:00
Guy Sartorelli
c7ba8d19c5
Merge pull request #11383 from wilr/features/9394-mysqli-flags
feat: support defining MySQLi flags
2024-09-19 09:38:13 +12:00
Will Rossiter
5fa88663b0
feat: support defining MySQLi flags 2024-09-19 07:24:19 +12:00
Guy Sartorelli
7793664efe
Merge pull request #11361 from creative-commoners/pulls/6/phpunit11
DEP Use PHPUnit 11
2024-09-18 15:29:43 +12:00
Steve Boyd
9a92488ad7 DEP Use PHPUnit 11 2024-09-18 13:53:44 +12:00
Guy Sartorelli
68fb4b0cf6
Merge branch '5' into 6
# Conflicts:
#	src/Core/CoreKernel.php
#	src/ORM/FieldType/DBDatetime.php
2024-09-17 18:13:59 +12:00
Guy Sartorelli
6a3659d69d
Various deprecations and a few features (#11365)
* API Deprecate DatabaselessKernel

* ENH Add functionality to ArrayLib

* ENH Add functionality to DBDateTime

* API Deprecate various APIs
2024-09-13 17:18:15 +12:00
github-actions
dc133241f7 Merge branch '5' into 6 2024-09-13 00:20:13 +00:00
Guy Sartorelli
be18059d11
Merge pull request #11376 from creative-commoners/pulls/5/deprecate-sslistexporter
API Deprecate SSListExporter
2024-09-13 09:57:39 +12:00
Guy Sartorelli
8e854a3f1b
Merge pull request #11378 from creative-commoners/pulls/6/add-import
FIX Import Deprecation class
2024-09-13 09:33:57 +12:00
Steve Boyd
0f8e21a424 FIX Import Deprecation class 2024-09-13 09:32:01 +12:00
Steve Boyd
239873baa0 API Deprecate SSListExporter 2024-09-12 17:44:41 +12:00
github-actions
755d5acb40 Merge branch '5' into 6 2024-09-12 05:44:26 +00:00
Guy Sartorelli
9788a97500
API Deprecate classes which will be renamed (#11375) 2024-09-12 17:36:18 +12:00
Guy Sartorelli
8662c07f86
API Add back strong typing that got removed in a merge-up (#11372) 2024-09-12 15:32:13 +12:00
github-actions
907cb17325 Merge branch '5' into 6 2024-09-12 02:05:06 +00:00
Guy Sartorelli
b926834fb7
Merge pull request #11374 from creative-commoners/pulls/5/trait-constructor
FIX Use correct constructors arguments
2024-09-12 14:03:59 +12:00
Steve Boyd
4045443aea FIX Use correct constructors arguments 2024-09-12 13:12:26 +12:00
Steve Boyd
7ef517208c Merge branch '5' into 6 2024-09-12 10:34:38 +12:00
Guy Sartorelli
52e4574a9e
Merge pull request #11369 from mooror/getRemoveAction-access-modifier-update
API Made the GridFieldDeleteAction method getRemoveAction() protected
2024-09-12 08:56:12 +12:00
Benjamin Blake
6245b62299 API Made the GridFieldDeleteAction method getRemoveAction() protected 2024-09-11 10:52:41 -06:00
github-actions
f8c33e96a0 Merge branch '5.3' into 5 2024-09-11 03:07:31 +00:00
github-actions
32cafb5c75 Merge branch '5.2' into 5.3 2024-09-11 03:07:30 +00:00
Guy Sartorelli
de515d3bbf
MNT Resolve deprecation warnings in tests (#11364) 2024-09-11 12:16:59 +12:00
Guy Sartorelli
b2a8baa931
Merge pull request #11359 from creative-commoners/pulls/5/varchar-classname
NEW Create DBClassNameVarchar
2024-09-10 16:28:43 +12:00
Steve Boyd
a0ad753974 NEW Create DBClassNameVarchar 2024-09-10 14:27:04 +12:00