Commit Graph

22299 Commits

Author SHA1 Message Date
Maxime Rainville
651e5e205a MNT Added 4.7.2 changelog 2021-02-12 15:28:19 +13:00
Garion Herman
11440c050a MNT Added 4.7.1 changelog 2021-01-26 16:05:59 +13:00
3Dgoo
d1cca0f3fb
Fix DataQuery::exists() not working correctly
Fixes `DataQuery::exists()` not working correctly in some cases as discussed in #9809
2021-01-20 17:03:36 -08:00
Maxime Rainville
d13d3a1134
Merge pull request #9818 from creative-commoners/pulls/4.7/check-object-for-key
FIX Type checking in objectForKey() to fix postgres bug
2021-01-20 12:41:49 +13:00
Maxime Rainville
17c6f98ba2 BUG Fix PostgreSQL issue in TreeMultiselectField where field would try to filter list by a blank ID 2021-01-20 12:23:09 +13:00
Maxime Rainville
1a75efa4d6
Merge pull request #9770 from creative-commoners/pulls/4/allows-test-for-toast-with-quotes
FIX Update behat toast logic so it works with quotes
2021-01-19 15:33:18 +13:00
Maxime Rainville
92af6b3dd5 FIX Update behat toast logic so it works with quotes 2021-01-19 15:16:26 +13:00
Ingo Schommer
5f7239fc3d
Merge pull request #9765 from open-sausages/pulls/4/test-setup-confusion
Warn on database misconfiguration in test runs
2021-01-14 09:18:14 +13:00
Daniel Hensby
f7b9f3af6a
Merge pull request #9821 from creative-commoners/pulls/4.7/tweak-collation-upgrade-guide
DOCS Adjust 4.7.0 collation docs to describe opt-in issue
2021-01-12 09:34:51 +00:00
Garion Herman
aec0822e27 DOCS Adjust 4.7.0 collation docs to describe opt-in issue 2021-01-12 15:38:26 +13:00
Steve Boyd
76ae5bc38a FIX Type checking in objectForKey() to fix postgres bug 2021-01-08 15:25:38 +13:00
Guy Marriott
8438e74b08
Merge pull request #9814 from creative-commoners/pulls/4.7/cache-adapter-docs 2021-01-04 10:04:01 -08:00
Patrick Nelson
e3d0dd7e23 FIX: URL to Symfony cache adapters
Fix URL to Symfony cache adapters and also addressing some weird double-bullet formatting.
2020-12-31 19:29:55 +13:00
Garion Herman
d2b311473b
Merge pull request #9789 from creative-commoners/pulls/4.7/travis-shared
MNT Travis shared config
2020-12-22 14:07:30 +13:00
Steve Boyd
51fabf2f81 MNT Travis shared config 2020-12-22 11:43:54 +13:00
Garion Herman
43dbcfd001
Merge pull request #9799 from creative-commoners/pulls/4.7/470-changelog
MNT Added 4.7.0 changelog
2020-12-15 09:36:13 +13:00
Maxime Rainville
63e33cfbf5 MNT Added 4.7.0 changelog 2020-12-14 17:11:47 +13:00
Serge Latyntsev
551fa272e2
Merge pull request #9786 from creative-commoners/pulls/4.7/quote-yaml-string
MNT Double quote yaml string, fix phpcs warnings
2020-12-01 13:46:39 +13:00
Steve Boyd
af933e8226 MNT Double quote yaml string, fix phpcs warnings 2020-11-30 11:37:35 +13:00
Guy Marriott
b0762593da
Merge branch '4.6' into 4.7 2020-11-17 15:46:54 -08:00
Guy Marriott
6a5cee69ab
Merge pull request #9766 from tractorcow/pulls/4.6/faster-dev-build 2020-11-17 15:43:21 -08:00
Maxime Rainville
25a78a5d2b Manual tweak to changelog 2020-11-16 14:27:21 +13:00
Maxime Rainville
cb3a05b85e MNT Added 4.7.0-rc1 changelog 2020-11-16 14:23:09 +13:00
Maxime Rainville
490ac6eb4f ENH Update translations 2020-11-16 14:19:16 +13:00
Maxime Rainville
95f5449540 Changelog tweaks 2020-11-16 14:01:34 +13:00
Maxime Rainville
7292c32336 MNT Added 4.7.0-rc1 changelog 2020-11-16 13:55:19 +13:00
Steve Boyd
ad839fdd6e Merge branch '4.6' into 4.7 2020-11-16 12:10:48 +13:00
Andre Kiste
b023ab75a5
Merge pull request #9741 from creative-commoners/pulls/4.6/selection-group-disabled
ENH Add disabled attribute to SelectionGroup
2020-11-14 21:44:59 +13:00
Damian Mooyman
5d45bbdd0d
Update src/ORM/DatabaseAdmin.php
Co-authored-by: Guy Marriott <guy.the.person@gmail.com>
2020-11-13 11:48:50 +13:00
Damian Mooyman
2753516783
Fail over if calling deprecated method 2020-11-13 08:27:53 +13:00
Damian Mooyman
405a1f7cb6
ENHANCEMENT Better optimised class name migration with substantially fewer queries
Fixes #9752
2020-11-12 16:10:28 +13:00
Ingo Schommer
a3ae4922e4
Brand naming
Co-authored-by: Aaron Carlino <unclecheese@leftandmain.com>
2020-11-12 15:32:26 +13:00
Ingo Schommer
6306d2ede3 More specific "database missing" error message
It's misleading to imply that an .env doesn't exist when it's not what the actual check looks for.
It's also poor design to hardcode an unrelated error message in a "redirect to installer" function,
which only worked because this function was called from exactly one other place where this
error message was correct.
2020-11-12 13:51:24 +13:00
Ingo Schommer
b271d9dd89 FIX Don't swallow app init errors in test setup 2020-11-12 13:51:22 +13:00
Steve Boyd
4d0dc9176b
DOC Document nullable DataObject in used on table extension guide (#9755) 2020-11-04 12:15:26 +13:00
Maxime Rainville
e5a55a98d7
Merge pull request #9747 from creative-commoners/pulls/4/usedontable-docs
DOC Document the file usage table
2020-11-04 10:59:05 +13:00
Garion Herman
a8aa072d26 DOC Tweak file usage changelog item, add to stable changelog 2020-11-04 10:32:56 +13:00
Steve Boyd
3cde64a7aa DOC Document the file usage table
Co-authored-by: Bryn Whyman <bryn.whyman@silverstripe.com>
2020-11-03 14:24:42 +13:00
Maxime Rainville
6c2713894a DOC Tweak 4.7.0-beta1 changelog 2020-11-02 16:41:15 +13:00
Maxime Rainville
044a6ea484 MNT Added 4.7.0-beta1 changelog 2020-11-02 15:59:16 +13:00
Maxime Rainville
a8d9bea442 ENH Update translations 2020-11-02 15:55:58 +13:00
Aaron Carlino
51b4a76bd8 Graphql doc fix 2020-11-01 13:10:10 +13:00
Maxime Rainville
773145d87b
Merge pull request #9735 from creative-commoners/pulls/4/dataobject-usage
NEW DataObject related objects service
2020-10-29 11:46:41 +13:00
Steve Boyd
6e77d5eada NEW DataObject related objects service 2020-10-29 09:29:26 +13:00
Steve Boyd
cf79be8e2c
Merge pull request #9744 from creative-commoners/pulls/4/improve-scalar-response-handling
Scalar fixes
2020-10-28 18:33:33 +13:00
Garion Herman
e89ae93ac9 FIX Harden hasMethod() against invalid values
This method should typehint the incoming value once union types are
available, but for now this ensures that method_exists() is not called
on scalar values, which is unsupported in PHP 8.
2020-10-28 09:34:33 +13:00
Garion Herman
91f831cd0b ENH Improve scalar response handling
This resolves an issue where method_exists() was being called on scalar
response values, which is not supported in PHP 8.
2020-10-26 13:20:47 +13:00
Steve Boyd
0e064300d9 ENH Add disabled attribute to SelectionGroup 2020-10-22 21:15:50 +13:00
Bernard Hamlin
f00f64120d
NEW Allow setting sql_mode via config (#9721) 2020-10-22 15:01:30 +13:00
Maxime Rainville
8c0ff67c55 Merge branch '4.6' into 4 2020-10-22 10:07:19 +13:00