Garion Herman
4cbeee0882
Merge 4b6c248296
into 666b4094b4
2024-10-18 05:30:36 +13:00
Guy Sartorelli
666b4094b4
API Improve type safety for Controller::join_links() ( #11426 )
2024-10-17 17:15:24 +13:00
github-actions
6bb9a0b33d
Merge branch '5' into 6
2024-10-13 08:43:04 +00:00
Guy Sartorelli
ebbd6427b2
ENH Allow overriding GridFieldFilterHeader placeholder ( #11418 )
2024-10-11 15:49:39 +13:00
Guy Sartorelli
f83f56eba1
Merge pull request #11379 from creative-commoners/pulls/5/db-replica
...
NEW Allow database read-only replicas
2024-10-11 10:53:42 +13:00
Steve Boyd
f5ef850085
NEW Allow database read-only replicas
2024-10-09 12:18:03 +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
Garion Herman
4b6c248296
API Remove ALC renewal, tweak extension point
...
The ALC token is no longer rotated during an active login. Also removed related
`replace_token_during_session_renewal` config. The extension point that was
previously provided in the `renew()` method has been renamed and is now triggered
externally in the `CookieAuthenticationHandler::authenticateRequest()` method.
2024-10-01 12:55:44 +09: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