github-actions
57fb06a1a9
Merge branch '5.2' into 5
2024-06-30 08:41:27 +00:00
Guy Sartorelli
a684c8ca03
ENH Auto-scaffold Member and Group with appropriate form fields ( #11285 )
2024-06-27 10:20:00 +12: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
github-actions
cbc984eaf7
Merge branch '5' into 6
2024-06-20 03:09:22 +00: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
4fee1a3f8e
Merge branch '5' into 6
2024-06-17 01:15:59 +00: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
be6ca2a91d
API Remove references to non-existent installation tool ( #11274 )
2024-06-13 14:45:58 +12:00
github-actions
8179047af5
Merge branch '5' into 6
2024-06-12 21:03:36 +00:00
Guy Sartorelli
049e546247
API Deprecate references to installation tool ( #11275 )
2024-06-12 15:47:12 +12:00
Guy Sartorelli
b53cda8de0
FIX Respect explicit casting before casting arrays ( #11271 )
2024-06-11 16:49:27 +12:00
Guy Sartorelli
e7d05aa524
Merge branch '5' into 6
2024-06-11 13:30:15 +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
f561102430
Merge branch '5' into 6
2024-06-04 23:33:37 +00: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
Guy Sartorelli
3f30da5155
ENH Looping through arrays in templates ( #11244 )
2024-05-24 12:51:14 +12:00
github-actions
57886b76f5
Merge branch '5' into 6
2024-05-22 22:41:41 +00: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
Guy Sartorelli
1217806f9d
Merge pull request #11252 from creative-commoners/pulls/6/protect-hooks2
...
API Set extension hook implementation visibility to protected
2024-05-21 11:15:44 +12:00
Steve Boyd
3e70cfed1e
API Set extension hook implementation visibility to protected
2024-05-21 09:51:51 +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
Guy Sartorelli
699a8bf2da
FIX Loop over current scope when no argument passed to loop block
2024-05-17 15:17:02 +12:00
Steve Boyd
ffb26afb2e
MNT Run module-standardiser
2024-05-17 15:08:07 +12:00
Guy Sartorelli
56625081b4
ENH Use allowed view button for readonly GridField ( #11228 )
2024-05-17 10:28:47 +12:00
Guy Sartorelli
5ccd361426
Merge pull request #11245 from creative-commoners/pulls/6/protect-hooks
...
API Set extension hook implementation visibility to protected
2024-05-17 10:28:33 +12:00
Guy Sartorelli
cd77301de1
Merge pull request #11236 from creative-commoners/pulls/5/deprecate-non-array
...
API Deprecate passing non-arrays to FieldList methods
2024-05-17 09:52:29 +12:00
Guy Sartorelli
7625b29937
Merge pull request #11239 from creative-commoners/pulls/5/module-standardiser-1715811311
...
MNT Run module-standardiser
2024-05-17 09:47:13 +12:00
Guy Sartorelli
3b1d859baf
Merge pull request #11235 from creative-commoners/pulls/6/fieldlist-strongly-type
...
API Strongly type Fieldlist
2024-05-17 08:59:11 +12:00
Steve Boyd
7b847f8d7e
API Strongly type Fieldlist
2024-05-16 18:16:08 +12:00
Steve Boyd
f6aaa480b1
API Set extension hook implementation visibility to protected
2024-05-16 18:10:39 +12:00
Steve Boyd
264dfac902
MNT Run module-standardiser
2024-05-16 14:43:48 +12:00
Finlay Metcalfe
8b4865ed2c
FIX Return null error solved for DBQueryBuilder::shouldBuildTraceComment
2024-05-16 14:04:13 +12:00
github-actions
c6aee6c5c7
Merge branch '5' into 6
2024-05-16 01:13:13 +00: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
Steve Boyd
12a741feee
ENH Rendering scalars in ArrayList in templates
2024-05-15 16:31:39 +12:00