github-actions
16cb2702af
Merge branch '5.3' into 5
2024-10-22 05:33:36 +00:00
Steve Boyd
6df8732761
MNT Fix unit test
2024-10-22 17:56:01 +13:00
Steve Boyd
7401bcf02e
ENH Do not output core code deprecation messages by default
2024-10-21 10:20:44 +13:00
Guy Sartorelli
ebbd6427b2
ENH Allow overriding GridFieldFilterHeader placeholder ( #11418 )
2024-10-11 15:49:39 +13: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
b02ac10fc8
Merge branch '5.3' into 5
2024-09-29 08:43:17 +00:00
Mojmir Fendek
55564814b9
Add a test.
2024-09-27 14:44:29 +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
6287b6ebeb
API Rename Deprecation::withNoReplacement ( #11390 )
2024-09-19 11:27:08 +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
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
Steve Boyd
a0ad753974
NEW Create DBClassNameVarchar
2024-09-10 14:27:04 +12:00
Steve Boyd
16a8132bec
DEP Use symfony for IPUtils
2024-08-20 09:25:22 +12:00
Guy Sartorelli
410ef74e32
Merge branch '5.2' into 5
2024-08-12 13:03:34 +12:00
Guy Sartorelli
dca62c7380
NEW Make CMSFields scaffolding configurable, plus new options ( #11328 )
...
Note that includeRelations was intentionally changed to not include has_one in 524d7a9011
2024-08-12 12:52:57 +12:00
Guy Sartorelli
eee7a84a48
NEW Add new method TabSet::changeTabOrder(). ( #11329 )
2024-08-12 09:33:55 +12:00
Guy Sartorelli
7b91207c12
FIX Don't error if template global is null ( #11331 )
2024-08-09 09:27:38 +12:00
github-actions
cdde36bb9a
Merge branch '5.2' into 5
2024-08-07 04:16:13 +00:00
Guy Sartorelli
f93c9a9a34
Merge pull request #11321 from creative-commoners/pulls/5.2/normalise-external
...
FIX Do not suffix trailing slash to external links
2024-08-07 12:51:33 +12:00
Steve Boyd
8c80a4fd1e
FIX Do not suffix trailing slash to external links
2024-08-07 10:38:25 +12:00
Guy Sartorelli
9fae48bbd7
FIX Allow clearing lazyloaded SearchableDropdownField. ( #11324 )
2024-08-06 15:35:36 +12:00
github-actions
6c3a4e26de
Merge branch '5.2' into 5
2024-07-31 00:42:30 +00:00
Maxime Rainville
f91b279ef0
FIX Don't generate table alias for "from" statement that are not column names.
2024-07-30 08:36:27 +12:00
Guy Sartorelli
db05a28bc2
MNT Fix unit test ( #11314 )
2024-07-29 16:57:30 +12:00
Guy Sartorelli
d14ec2831a
Merge pull request #11299 from Cheddam/pulls/5/session-token-renewal-configuration
...
API Make token regeneration optional during autologin session renewal
2024-07-22 12:11:18 +12:00
Steve Boyd
db665a8dd8
Merge branch '5.2' into 5
2024-07-17 12:02:37 +12:00
Guy Sartorelli
b8d20dc9d5
[CVE-2024-32981] Disallow data:text/html
in data attributes
2024-07-17 11:04:27 +12:00
Garion Herman
724e813b8f
API Make token regeneration optional during autologin session renewal
...
Resolves #11281 . Renewing the token/hash during an active session
can trigger a logout in the event of request failures or simultaneous
requests.
This also marks the renew method as deprecated, to be removed
entirely in 6.0.
2024-07-16 09:08:04 +09:00
Guy Sartorelli
68d8cfcd4b
Merge pull request #11301 from creative-commoners/pulls/5/toasts-behat
...
MNT Support assert toasts if there are mutliple toasts
2024-07-12 11:44:13 +12:00
Steve Boyd
92ffbe03fb
MNT Support assert toasts if there are mutliple toasts
2024-07-11 12:10:28 +12:00
Guy Sartorelli
3829160151
Merge branch '5.2' into 5
2024-07-10 10:04:52 +12:00
Guy Sartorelli
c13ec34113
FIX Don't strip <header>
tag from HTMLValue
( #11302 )
2024-07-09 13:18:29 +12:00
Maxime Rainville
dbc0288038
MNT ALter order of expected attribute on image test ( #11286 )
2024-07-01 10:36:37 +12:00
Guy Sartorelli
dcace43183
Merge branch '5.2' into 5
...
# Conflicts:
# src/Core/ClassInfo.php
# src/ORM/FieldType/DBForeignKey.php
2024-06-20 14:51:48 +12:00
Guy Sartorelli
27873939f4
Merge pull request #11270 from creative-commoners/pulls/5.2/remove-self
...
ENH Use class name instead of self
2024-06-18 14:40:44 +12:00
Steve Boyd
620c1b0469
ENH Use class name instead of self
2024-06-18 09:37:39 +12:00
github-actions
b7e2a6ecf8
Merge branch '5.2' into 5
2024-06-17 01:15:58 +00:00
Guy Sartorelli
1e0b9056f5
FIX Don't load data up front for lazy-loaded searchable dropdown ( #11278 )
2024-06-17 11:59:59 +12:00
Guy Sartorelli
be0eab2bae
NEW Allow DataObject classes to define scaffolded relation formfields ( #11269 )
2024-06-07 17:06:01 +12:00
Maxime Rainville
e35f12c66f
ENH Update AttributesHTML to output alt attribute even if it's empty ( #11217 )
2024-05-29 09:30:04 +12:00
github-actions
8886a3a93d
Merge branch '5.2' into 5
2024-05-22 22:41:40 +00:00
Sabina Talipova
f0aaba5504
FIX HTMLEditorField is not able to show html or xml code examples ( #11243 )
2024-05-22 09:39:36 +12:00
Guy Sartorelli
699a8bf2da
FIX Loop over current scope when no argument passed to loop block
2024-05-17 15:17:02 +12:00
Guy Sartorelli
56625081b4
ENH Use allowed view button for readonly GridField ( #11228 )
2024-05-17 10:28:47 +12:00
github-actions
f60e1bc236
Merge branch '5.2' into 5
2024-05-16 01:13:12 +00:00
Guy Sartorelli
8afe1adc57
Merge pull request #11238 from creative-commoners/pulls/5/viewable-scalar
...
ENH Rendering scalars in ArrayList in templates
2024-05-15 17:33:13 +12:00