Guy Sartorelli
|
662ac9d1f9
|
Merge pull request #11432 from creative-commoners/pulls/6/fix-definemethods
MNT Fix unit tests
|
2024-10-22 16:25:32 +13:00 |
|
Steve Boyd
|
983e90b25e
|
MNT Fix unit tests
|
2024-10-22 15:50:25 +13:00 |
|
Guy Sartorelli
|
8e08b1cf79
|
Merge branch '5' into 6
# Conflicts:
# src/Forms/GridField/GridFieldDataColumns.php
# src/Model/ModelData.php
# src/View/SSViewer.php
# src/View/SSViewer_DataPresenter.php
# src/View/SSViewer_FromString.php
# src/View/SSViewer_Scope.php
|
2024-10-22 13:04:29 +13:00 |
|
Guy Sartorelli
|
165f72fd22
|
API Deprecations for template layer (#11420)
|
2024-10-22 12:52:35 +13:00 |
|
Guy Sartorelli
|
ba97de9458
|
Merge branch '5' into 6
|
2024-10-21 14:03:32 +13:00 |
|
Guy Sartorelli
|
82b0851a2a
|
Merge pull request #11429 from creative-commoners/pulls/5/core-deprecation
ENH Do not output core code deprecation messages by default
|
2024-10-21 13:57:52 +13:00 |
|
github-actions
|
4d26063850
|
Merge branch '5' into 6
|
2024-10-20 23:36:45 +00:00 |
|
Steve Boyd
|
7401bcf02e
|
ENH Do not output core code deprecation messages by default
|
2024-10-21 10:20:44 +13:00 |
|
Maxime Rainville
|
acbde0c24d
|
ENH Default DB settings to use 4 bytes to store UTF8 characters
|
2024-10-19 23:36:26 +13:00 |
|
Guy Sartorelli
|
666b4094b4
|
API Improve type safety for Controller::join_links() (#11426)
|
2024-10-17 17:15:24 +13:00 |
|
Steve Boyd
|
8ec068f3fd
|
API Add deprecation
|
2024-10-17 16:06:06 +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 |
|
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 |
|
Guy Sartorelli
|
aa2b8c380e
|
FIX Fix NavigateCommandTest and don't try to write null (#11412)
|
2024-10-01 13:51:33 +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 |
|
github-actions
|
30e652b761
|
Merge branch '5' into 6
|
2024-09-26 22:19:15 +00: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
|
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 |
|
Will Rossiter
|
5fa88663b0
|
feat: support defining MySQLi flags
|
2024-09-19 07:24:19 +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 |
|
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 |
|
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 |
|
Benjamin Blake
|
6245b62299
|
API Made the GridFieldDeleteAction method getRemoveAction() protected
|
2024-09-11 10:52:41 -06:00 |
|
Steve Boyd
|
a0ad753974
|
NEW Create DBClassNameVarchar
|
2024-09-10 14:27:04 +12:00 |
|
Steve Boyd
|
2c8731d38b
|
API Remove GraphQL
|
2024-08-30 12:06:33 +12:00 |
|
Guy Sartorelli
|
3d79660662
|
Merge pull request #11348 from creative-commoners/pulls/6/replace-extension-subclasses
API Replace Extension subclasses
|
2024-08-29 17:18:07 +12:00 |
|
Steve Boyd
|
8ffda9edc0
|
API Replace Extension subclasses
|
2024-08-28 17:00:39 +12:00 |
|
Steve Boyd
|
cd4efcf95f
|
DEP Remove support for MySQL 5
|
2024-08-28 16:34:57 +12:00 |
|
Guy Sartorelli
|
ea93316d9c
|
API Strong typing for the view layer (#11351)
|
2024-08-28 10:54:31 +12:00 |
|
Guy Sartorelli
|
e1428f27a2
|
API Standardise extension hooks (#11339)
|
2024-08-27 15:39:20 +12:00 |
|