Commit Graph

21999 Commits

Author SHA1 Message Date
Martin Heise
404f450ac3 BUG Readonly version of GroupedDropdownField
GroupedDropdownField was showing empty values in Readonly mode due to not correctly handling the hierarchical source array.
Uses flattened source now in GroupedDropdownField->performReadonlyTransformation()
2020-07-21 09:23:30 +02:00
Sacha Judd
e341e0aee7
DOCS Add link to user help guides and fix feature naming (#9596) 2020-07-16 11:42:42 +12:00
Robbie Averill
886733ea70
Merge pull request #9591 from sunnysideup/patch-2
PATCH: using standard way to refer to classes Group and PermissionRol…
2020-07-13 13:16:17 -07:00
Nicolaas
65e0233258
PATCH: using standard way to refer to classes Group and PermissionRoleCode 2020-07-14 07:50:05 +12:00
Garion Herman
fbe0f5a981 Merge branch '4.5' into 4.6 2020-07-13 12:27:02 +12:00
Garion Herman
2b9ef6be16 Merge tag '4.6.0' into 4.6
Release 4.6.0
2020-07-13 12:26:06 +12:00
Garion Herman
d6cb539335 Merge branch '4.4' into 4.5 2020-07-13 12:21:24 +12:00
Garion Herman
f2d9150755 Added 4.4.7 changelog 2020-07-13 11:56:30 +12:00
Garion Herman
1726cd1f97 Added 4.5.3 changelog 2020-07-13 11:55:30 +12:00
Maxime Rainville
d94075b02c DOC Restore in-modal editing entry to changlogs 2020-07-13 10:55:43 +12:00
Maxime Rainville
8a8189d005 DOC Add regression to changelogs 2020-07-13 08:52:04 +12:00
Maxime Rainville
0eb476916d DOC Explain how to implement a custom QueryPermissionChecker 2020-07-10 17:59:49 +12:00
Maxime Rainville
cce2b16309 [CVE-2020-6164] Remove/deprecate unused controllers that can potentially give away some information about the underlying project. 2020-07-10 17:57:06 +12:00
Maxime Rainville
8518987cbd [CVE-2019-19326] Stop honouring X-HTTP-Method-Override header, X-Original-Url header and _method POST variable. Add SS_HTTPRequest::setHttpMethod() 2020-07-10 17:56:15 +12:00
Maxime Rainville
26866aabfd Added 4.6.0 changelog 2020-07-10 15:57:58 +12:00
Maxime Rainville
996c1b5719 [CVE-2020-6164] Remove/deprecate unused controllers that can potentially give away some information about the underlying project. 2020-07-10 15:03:18 +12:00
Maxime Rainville
fa9a122a99 DOC 4.6.0 additional changelog and security changelog 2020-07-10 15:00:54 +12:00
Maxime Rainville
71db45b18b [CVE-2019-19326] Stop honouring X-HTTP-Method-Override header, X-Original-Url header and _method POST variable. Add SS_HTTPRequest::setHttpMethod() 2020-07-10 14:57:26 +12:00
Maxime Rainville
91d30db88f [CVE-2020-6164] Remove/deprecate unused controllers that can potentially give away some information about the underlying project. 2020-07-10 10:38:55 +12:00
Maxime Rainville
107706c12c [CVE-2019-19326] Stop honouring X-HTTP-Method-Override header, X-Original-Url header and _method POST variable. Add SS_HTTPRequest::setHttpMethod() 2020-07-10 10:38:42 +12:00
Guy Marriott
fae61c0f1d
Merge pull request #9582 from open-sausages/pulls/fix-gridfielddatacolumns-callback 2020-07-09 11:58:39 -07:00
Andre Kiste
0ed340faa9
Merge pull request #9584 from open-sausages/pulls/4.5/plain-method-for-chinese-character
BUG Tweak DBHTMLText::Plain to avoid treating some chinese characters…
2020-07-09 23:13:12 +12:00
Maxime Rainville
c3f0ac7718 Merge branch '4.5' into 4.6 2020-07-09 14:33:57 +12:00
Maxime Rainville
f8360356e0 Merge branch '4.4' into 4.5 2020-07-09 14:28:28 +12:00
Maxime Rainville
b780c4f504 BUG Tweak DBHTMLText::Plain to avoid treating some chinese characters as line breaks. 2020-07-09 13:33:43 +12:00
Ingo Schommer
1f0a78e57b FIX More context for GridFieldDataColumns callbacks
This emulates the callback signature from
GridFieldEditableColumns in the symbiote/silverstripe-gridfieldextensions module, which extends GridFieldDataColumns. In case canEdit() fails, this component passes control back to the parent (rendering a standard column content rather than a formfield). Which can become an issue if you've defined custom 'callback' handlers on setDisplayFields() - GridFieldDataColumns passes in only one arg (`$record`), while GridFieldEditableColumns passes in three (`$record`, `$col` and `$grid`).

While you could argue that this is a bug in the other module,
I think this additional context is beneficial for the main
GridFieldDataColumns use case as well, and it just happens to fix that bug.
2020-07-09 09:33:21 +12:00
Maxime Rainville
d3d81ad96c
DOC Add details about ModelAdmin and Login Forms to 4.6 changelogs (#9525) 2020-07-08 13:29:27 +12:00
Bryn Whyman
12a4c006e7
DOCS add note to changelog for Solr changes (#9576)
* DOCS add note to changelog for Solr changes
2020-07-08 13:22:36 +12:00
Bryn Whyman
7e58e909a0
Merge pull request #9575 from creative-commoners/pulls/4.6/changelog-460-regressions
Changelog 4.6.0 regressions
2020-07-06 10:20:20 +12:00
Serge Latyntcev
e40c012210 DOC Add Regressions to 4.6.0 changelog 2020-07-06 09:58:43 +12:00
Steve Boyd
01f93ef178
Merge pull request #9557 from unclecheese/pulls/4.4/dev-noindex
MINOR: Add noindex metatag to debugview
2020-07-01 09:11:43 +12:00
Daniel Hensby
8eab6c6549
Merge pull request #9291 from open-sausages/pulls/4.3/disable-useless-upgrader-task
BUG Disabled the UpgradeBootstrap upgrader doctor task
2020-06-30 11:30:39 +01:00
Maxime Rainville
ec83959f2c API Remove UpgradeBootstrap (not part of our official API) 2020-06-30 21:35:51 +12:00
Maxime Rainville
b62288cc92 BUG Disabled the UpgradeBootstrap upgrader doctor task 2020-06-30 21:30:14 +12:00
Serge Latyntsev
0de4ab1390
Merge pull request #9558 from creative-commoners/pulls/4.6/improve-upgrade-notes
4.6.0 changelog improvements
2020-06-26 07:31:28 +12:00
Garion Herman
2931ce20ef DOCS Tidy up formatting / spelling in 4.6.0 changelog 2020-06-25 15:05:38 +12:00
Garion Herman
35d31919f2 DOCS Expand upgrade notes for Insert Media modal in 4.6.0 release 2020-06-25 15:05:13 +12:00
Aaron Carlino
658ca4deb1 MINOR: Add noindex metatag to debugview 2020-06-25 12:09:28 +12:00
Guy Marriott
2048db1101
Merge pull request #9555 from creative-commoners/pulls/4.6/fix-tempdb-regression 2020-06-23 14:00:12 -07:00
Serge Latyntcev
b4669ad1bb FIX 4.6 regression in the TempDatabase reset schema logic 2020-06-22 16:17:14 +12:00
Garion Herman
1094077320 Added 4.6.0-rc1 changelog 2020-06-15 14:31:31 +12:00
Garion Herman
c4e2d0f45c Update translations 2020-06-15 12:35:00 +12:00
Steve Boyd
4daccfab67 Merge branch '4.5' into 4.6 2020-06-12 11:20:13 +12:00
Robbie Averill
ea7e0e8e3b
Merge pull request #9529 from open-sausages/pulls/4.6/update-travis
Target 4.6 minor branches in build
2020-05-28 09:19:36 -07:00
Maxime Rainville
6b46995a60 Target 4.6 minor branches in build 2020-05-28 18:05:21 +12:00
Sam Minnée
eb658e0705
Merge pull request #9528 from silverstripe-terraformers/bugfix/remove-recursive-write-rebased
Remove recursive write until its fixed [Rebased]
2020-05-28 17:12:36 +12:00
Adrian Humphreys
d320026375
Remove recursive write until its fixed 2020-05-28 14:34:55 +12:00
Maxime Rainville
c3bde434d9 Added 4.6.0-beta1 changelog 2020-05-27 16:43:53 +12:00
Maxime Rainville
d3e8d10226 Update translations 2020-05-27 03:06:45 +00:00
Loz Calver
d8819f8f18
Merge pull request #9521 from indygriffiths/patch-1
DOCS fix incorrect Injector YAML examples
2020-05-26 12:39:17 +01:00