Commit Graph

24050 Commits

Author SHA1 Message Date
github-actions
added7b209 Merge branch '5.2' into 5 2024-08-04 08:41:40 +00:00
Guy Sartorelli
1ac3428466
MNT Run module-standardiser (#11317) 2024-08-01 18:30:36 +12:00
Guy Sartorelli
9091ecfd3a
ENH Don't use the keyword "self" (#11315) 2024-07-31 12:55:22 +12:00
github-actions
6c3a4e26de Merge branch '5.2' into 5 2024-07-31 00:42:30 +00:00
Guy Sartorelli
7c27e9dfb4
Merge pull request #11312 from archiprocode/pulls/5.2/sqlselect-from-alias
FIX Don't generate table alias for "from" statement that are not column names
2024-07-30 09:32:52 +12:00
github-actions
1c77aa92d0 Merge branch '5.2' into 5 2024-07-29 21:19:20 +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
d9bccaff3d
ENH Don't use keywords self (#11313) 2024-07-29 16:53:22 +12:00
Johannes Hammersen
fb7b1734eb
FIX: Readonly transformation of lazy-loaded searchable dropdown (#11297)
Co-authored-by: johannes.hammersen <Johannes.Hammersen@funkemedien.de>
2024-07-26 10:16:23 +12:00
github-actions
8a576f91be Merge branch '5.2' into 5 2024-07-22 21:57:05 +00: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
Guy Sartorelli
4693e3f378
Merge pull request #11309 from creative-commoners/pulls/5.2/clear-table
FIX Truncate table to clear table
2024-07-22 09:03:07 +12:00
Steve Boyd
539d4645b9 FIX Truncate table to clear table 2024-07-19 21:13:34 +12:00
Steve Boyd
db665a8dd8 Merge branch '5.2' into 5 2024-07-17 12:02:37 +12:00
Guy Sartorelli
b6e347ef3d
Merge pull request #11308 from creative-commoners/pulls/5.2/ss-2024-001
[SS-2024-001] Set convert_unsafe_embeds to true
2024-07-17 11:38:17 +12:00
Guy Sartorelli
ff6ab16871
Merge pull request #11307 from creative-commoners/pulls/5.2/cve-2024-32981
[CVE-2024-32981] Disallow `data:text/html` in data attributes
2024-07-17 11:37:13 +12:00
Guy Sartorelli
b8d20dc9d5 [CVE-2024-32981] Disallow data:text/html in data attributes 2024-07-17 11:04:27 +12:00
Steve Boyd
60155dad41 [SS-2024-001] Set convert_unsafe_embeds to true 2024-07-17 10:56:18 +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
Guy Sartorelli
0bb88d0988
FIX Don't pass labelfield as value for SEarchableDropdownField (#11303) 2024-07-09 10:09:27 +12:00
Johannes Hammersen
1943f9d417
FIX DBForeignKey scaffolding missing parameter (#11295)
Co-authored-by: johannes.hammersen <Johannes.Hammersen@funkemedien.de>
2024-07-03 14:23:25 +12:00
Maxime Rainville
dbc0288038
MNT ALter order of expected attribute on image test (#11286) 2024-07-01 10:36:37 +12:00
github-actions
57fb06a1a9 Merge branch '5.2' into 5 2024-06-30 08:41:27 +00:00
Guy Sartorelli
e677b12202
Merge pull request #11287 from johannesx75/fix-remove-write-from-SearchableDropdownTrait
FIX remove write from SearchableDropdownTrait
2024-06-26 13:09:32 +12:00
Guy Sartorelli
bdd27b96b7
Merge pull request #11290 from digitall-it/patch-1
Fix #11289: Handle paths with spaces in Silverstripe's sake script
2024-06-24 12:39:32 +12:00
Giancarlo Di Massa
90eac66ea8
Update sake
Fix bug in sake that happens when the PHP interpreter is a directory with spaces in it.
2024-06-22 18:15:33 +02: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
23c1a0f849
MNT Run module-standardiser (#11283) 2024-06-20 12:16:30 +12:00
johannes.hammersen
ce5cfcac61 FIX Remove write from SearchableDropdownTrait
In the SearchableDropdownTrait::saveInto method, if the field is a has_one relationship, $record->write() was called. FormField and any other instances of saveInto should not call write - that should be called by the form itself.
2024-06-19 11:13:54 +02: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
049e546247
API Deprecate references to installation tool (#11275) 2024-06-12 15:47:12 +12:00
Guy Sartorelli
be0eab2bae
NEW Allow DataObject classes to define scaffolded relation formfields (#11269) 2024-06-07 17:06:01 +12:00
Guy Sartorelli
64ac096b46
Merge pull request #11176 from wilr/fix/reset-password-lockout
FIX mark a successful login attempt when completing a password reset
2024-06-06 11:56:45 +12:00
Will Rossiter
9361382be3
FIX mark a successful login attempt when completing a password reset (#10099) 2024-06-06 11:43:21 +12:00
github-actions
a6ab217dcd Merge branch '5.2' into 5 2024-06-04 23:33:36 +00:00
Mason Dechaineux
9546450cf2
improve DataList and ArrayList docblock comments for PHPStorm (#11263)
addresses #11247
2024-05-31 10:59:04 +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
6c65a0e452
Merge pull request #11248 from creative-commoners/pulls/5/module-standardiser-1715911070
MNT Run module-standardiser
2024-05-21 16:23:14 +12:00
Sabina Talipova
76bdc59cf5
Merge pull request #11251 from creative-commoners/pulls/5/current-scope-loop
FIX Loop over current scope when no argument passed to loop block
2024-05-20 12:54:54 +12:00
Hernold Koch
470293a6d2
FIX 'which' check in 'sake' now works for aliases (#11232) 2024-05-20 11:04:44 +12:00