Commit Graph

21977 Commits

Author SHA1 Message Date
Guy Marriott
fae61c0f1d
Merge pull request #9582 from open-sausages/pulls/fix-gridfielddatacolumns-callback 2020-07-09 11:58:39 -07: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
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
Indy Griffiths
63fd20093e
DOCS fix incorrect Injector YAML examples 2020-05-26 22:30:01 +12:00
Maxime Rainville
acccdd8a1c Merge branch '4.5' into 4 2020-05-26 14:31:06 +12:00
Maxime Rainville
42bb28965c Merge branch '4.4' into 4.5 2020-05-26 14:30:27 +12:00
Maxime Rainville
395893b559 Merge branch '4.3' into 4.4 2020-05-26 14:30:02 +12:00
Maxime Rainville
86fcb9e29c Merge branch '4.2' into 4.3 2020-05-26 14:29:16 +12:00
Maxime Rainville
a24a923d0c
DOC Create dedicated article about limiting allowed file types (#9505) 2020-05-20 20:36:51 +12:00
Daniel Hensby
295fc7c2ad
Merge pull request #9473 from dhensby/pulls/short-array-docs
Use short array syntax across the framework's codebase
2020-05-16 10:46:05 +01:00
Daniel Hensby
080ce157ce
Fix various typos in comments 2020-05-16 10:34:53 +01:00
Michal Kleiner
21129b1624
Use short array syntax across the framework's codebase 2020-05-16 10:34:45 +01:00
Robbie Averill
f3a6922d5d
Merge pull request #9511 from creative-commoners/pulls/4/nonce-unit-test-fix
FIX Reset nonce style to prevent affecting other unit tests
2020-05-12 21:46:39 -07:00
Steve Boyd
b1b61f866e FIX Set nonce style on unit tests 2020-05-13 16:07:31 +12:00
Guy Marriott
e5d0400596
Merge pull request #9509 from brettt89/pulls/url_generator_nonce_sha1_md5 2020-05-12 10:10:16 -07:00
Brett Tasker
1d19051c10 Add sha1 and md5 hashing options in resource URL 2020-05-12 18:14:03 +12:00
Robbie Averill
6fe74fb41b
Merge pull request #9506 from mattclegg/1589076925
DOCS: Minor typo
2020-05-10 13:11:11 -07:00
Matt Clegg
153e2383e6
DOCS: Minor typo 2020-05-10 08:01:10 +05:45
Maxime Rainville
10efe79b93
DOC Explain how to configure a low level application middleware (#9504) 2020-05-07 11:22:32 +12:00
Mojmir Fendek
7dc6b36c16
Unique key for DataObject (#9400)
NEW Unique key for DataObject
2020-05-04 09:10:51 +12:00
Robbie Averill
6bd0697a71
Merge pull request #9503 from quamsta/patch-1
Fixed broken link to the module creation docs
2020-05-01 10:28:33 -07:00
Dustin Quam
e344b66dbe
Fixed broken link to the module creation docs 2020-05-01 12:19:32 -05:00
Andre Kiste
3a424747df
Merge pull request #9332 from shoosah/feature/add-error-message-into-field
Allow to add error message into a specific field
2020-05-01 15:46:29 +12:00
Andre Kiste
ec51f98adb
Merge pull request #8870 from jinjie/4
Fix: Allow editing of relation if item is created.
2020-05-01 15:37:52 +12:00
Steve Boyd
ce3dba5560
Merge pull request #9425 from open-sausages/pulls/4/in-modal-editing-changelog
DOC Document new in-modal file editing in changelogs
2020-04-29 10:54:38 +12:00