Commit Graph

5432 Commits (fc11a4f5c19de1a197a4a25828d9d3e187a161c7)

Author SHA1 Message Date
Alex Pott 109dfd58bd
Issue #2852463 by mikelutz, tim.plunkett, heddn, xjm, MegaChriz, joachim, phenaproxima, dawehner, benjifisher: Create a trait to implement \Drupal\Component\Plugin\ConfigurableInterface 2019-04-12 14:23:23 -07:00
catch 3f8ab25ea8 Issue #3044364 by amateescu: Improve hit ratio for the menu tree cache 2019-04-12 13:12:43 +09:00
catch d938b0a8ec Issue #3024728 by amateescu, plach: Preserve the backup tables after an entity type schema conversion process 2019-04-11 20:31:40 +09:00
Lee Rowlands 12d7ed5308
Issue #3042545 by Berdir, martin107: Update last injected entity managers 2019-04-11 18:51:08 +10:00
Lee Rowlands 37d2299bc1
Issue #2908271 by Jo Fitzgerald, swati.nuna, a.dmitriiev, TR, BramDriesen, Mile23: Replace deprecated \Drupal::entityManager() in EntityReferenceItem 2019-04-10 16:46:59 +10:00
catch 2cceb4a902 Issue #3046243 by tim.plunkett, jibran, dpi: Regression: Optional context values may throw exceptions if unsatisfied 2019-04-07 09:41:59 +09:00
Lee Rowlands 3d7ea45cce
Issue #3045349 by alexpott, mikelutz, mglaman: Lazy started sessions with session data are not saved with symfony/http-foundation 3.4.24 2019-04-04 19:39:39 +10:00
Alex Pott 7c9ecd6c71
Issue #2705205 by amateescu, plach, tstoeckler: Improve test coverage around updating table mapping after a new field storage definition is added 2019-04-02 18:49:48 +01:00
Nathaniel Catchpole 52bd9a1206 Issue #3036193 by bircher, mpotter, larowlan, alexpott: Add ExportStorage to allow config export in third party tools 2019-03-29 15:12:46 +00:00
Nathaniel Catchpole c67761090d Issue #3002206 by jibran, longwave, truls1502, alexpott, NickWilde: Update the stable version of drupal/coder to ˆ8.3.1 2019-03-26 14:37:28 +00:00
Alex Pott 84e5e8e458
Issue #2655162 by amateescu, Berdir, bradjones1, Maria Kvitova, joachim, plach, effulgentsia, tim.plunkett, xjm: Fatal error when updating or deleting an entity type after removing its class/definition from the codebase 2019-03-26 13:00:14 +00:00
Alex Pott 8c90cbfdf7
Issue #3029625 by tim.plunkett: Do not throw an exception when a context is missing while applying context mapping to a plugin if that context was previously set 2019-03-26 11:22:52 +00:00
webchick f6b99c9d55 Issue #2959493 by bnjmnm, phenaproxima, tim.plunkett, tedbow, Adrian83, lauriii, xjm, andrewmacpherson, johndevman, KarenS, alwaysworking, jrockowitz, ckrina, cboyden, webchick, seanB, benjifisher, larowlan: Allow Layout Builder live previews to be toggled to allow easier drag-and-drop
(cherry picked from commit d028385c9c)
2019-03-25 16:27:22 -07:00
xjm 8d1a7d7c86 Issue #3038442 by Sam152, amateescu, tim.plunkett: Use hook_entity_form_display_alter() instead of Layout Builder's custom overrides display altering hook 2019-03-22 18:42:41 -05:00
Francesco Placella 5d3322ebda Issue #2554235 by amateescu, plach, Berdir, Sam152, joelpittet, mbaynton, catch, jibran: Make the content entity storage and entity query use the last installed definitions instead of the ones living in code 2019-03-22 15:58:51 +01:00
Lee Rowlands d1db7c785c
Issue #3038988 by Berdir, seanB: Remove support for empty destination in FileSystem::copy(), FileSystem::move() and FileSystem::saveData() 2019-03-22 07:56:13 +10:00
Lee Rowlands 16afb5ceb2
Issue #2998772 by msankhala, hazong, heddn, alexpott: Document how to specify route options in links.menu.yml 2019-03-21 19:42:02 +10:00
xjm 4e7959f886 SA-CORE-2019-004 by alexpott, larowlan, greggles, drumm, mlhess, David_Rothstein, pwolanin
(cherry picked from commit eae8a6c10d)
2019-03-20 10:37:33 -05:00
Nathaniel Catchpole 9d96532b79 Issue #3035383 by andypost, martin107, Berdir: Replace deprecated usages of entityManager in list builder classes 2019-03-18 16:28:26 +00:00
Nathaniel Catchpole 29e5277a14 Issue #3038926 by Berdir: Add @trigger_error() to deprecated EntityManager->EntityDisplayRepository methods 2019-03-18 15:26:14 +00:00
Nathaniel Catchpole 82fed91529 Issue #3039408 by vijaycs85, WidgetsBurritos, alexpott, phenaproxima, Joseph Zhao, tstoeckler, kfritsche, mikelutz, fabpot: Updating twig/twig to v1.38.0 or v1.38.1 causes fatal error 2019-03-13 13:20:40 +00:00
Alex Pott 165ba7eca0
Issue #2795789 by Fabianx, jibran, dawehner, alexpott: Do not rebuild the container so often in BTB 2019-03-11 16:31:52 +00:00
Alex Pott 2c166a50a6
Issue #2969109 by martin107, andypost, kaythay, Berdir: Replace deprecated usages of entityManager in form classes 2019-03-10 07:34:23 +00:00
Lee Rowlands 7d2d9cca09
Issue #3038707 by amateescu: The entity type definition is out of sync between SqlContentEntityStorage and SqlContentEntityStorageSchema during field storage CRUD operations 2019-03-09 13:11:41 +10:00
Alex Pott 2dfe7b6d36
Issue #3016420 by tim.plunkett, EclipseGc: Allow context definition annotations to specify constraints 2019-03-08 23:03:16 +00:00
Nathaniel Catchpole 503d9dde7d Issue #2976035 by amateescu, blazey, hchonov, plach, tstoeckler, catch, jibran, larowlan, alexpott: Entity type CRUD operations must use the last installed entity type and field storage definitions 2019-03-08 10:45:58 +00:00
Alex Pott 54ff737a18
Issue #2788637 by mglaman, Berdir, bradjones1, effulgentsia, alexpott, amateescu, borisson_: Values in shared table for SQL content entity storage do not get unserialized 2019-03-08 10:05:33 +00:00
Alex Pott 21c3504993
Issue #3016429 by bircher, mpotter, alexpott, johndevman, borisson_, Upchuk, larowlan: Add a config storage copy utility trait and fix ConfigManager::createSnapshot 2019-03-08 06:48:50 +00:00
Alex Pott 2348afa46a
Issue #2940135 by andypost, Berdir, alexpott: Use file_system service to \Drupal\Core\Config\FileStorage 2019-03-08 06:33:06 +00:00
Lee Rowlands 8cd35dbe20
Issue #2937542 by alexpott, mikelutz, larowlan, dawehner, Mile23, catch, Gábor Hojtsy, Chi: Not setting the strict option of the Choice constraint to true is deprecated since Symfony 3.4 and will throw an exception in 4.0
(cherry picked from commit c9dd655885)
2019-03-08 15:16:05 +10:00
xjm efc8141449 Drupal 8.8.x-dev 2019-03-07 15:46:07 -06:00
Alex Pott 97a6869145
Issue #3021450 by kim.pepper, jibran, voleger, alexpott, Berdir: Add @trigger_error to deprecated functions in file.inc and replace their usages 2019-03-07 09:13:25 +00:00
Nathaniel Catchpole 4f15f2dab8 Issue #3037823 by alexpott, Berdir, amateescu: The system.theme.data key remains corrupted in state causing performance issues and is not used in >= 8.7 2019-03-06 17:21:33 +00:00
Lee Rowlands 094890e633
Issue #2942907 by plach, amateescu, Berdir, tim.plunkett, hchonov, gabesullice, jibran, xjm, tedbow, timmillwood, larowlan, Sam152, pmelab, catch, effulgentsia: Entity system does not provide an API for retrieving an entity variant that is safe for editing 2019-03-06 11:18:48 +10:00
Lee Rowlands 1036f4cca0
Issue #3029197 by catch, Gábor Hojtsy, alexpott, mikelutz: [symfony 5] Class implements "Symfony\Component\DependencyInjection\ResettableContainerInterface" that is deprecated since Symfony 4.2, use "Symfony\Contracts\Service\ResetInterface" instead 2019-03-06 10:57:52 +10:00
Nathaniel Catchpole d649b7f45a Issue #2808163 by amateescu, samuel.mortenson, dawehner: Support dynamic entity types in the EntityRevisionParamConverter 2019-03-04 16:47:25 +00:00
Nathaniel Catchpole 53c6cc8a07 Issue #3026588 by alexpott, plach, jibran, Berdir, larowlan, Sam152, Pancho, hussainweb et al: Move ArchiveTar to composer 2019-03-04 15:27:10 +00:00
Nathaniel Catchpole f49d8f156a Issue #3028671 by Berdir: Add @trigger_error() to deprecated and already (almost) unused EntityManager methods 2019-03-04 15:20:14 +00:00
Nathaniel Catchpole 825e514716 Issue #3035552 by pfrenssen, angel.h: $libraries variable declared twice in LibraryDiscoveryParser::buildByExtension() 2019-03-01 13:56:20 +00:00
Alex Pott 4a1519ba3b
Issue #3033317 by Gábor Hojtsy: AccountProxy initialAccountId and ViewKernelTestBase will only be removed in Drupal 9.0.0, fix deprecation messages 2019-03-01 11:28:39 +00:00
Alex Pott 55c96a6b81
Issue #3000057 by kim.pepper, andypost, claudiu.cristea, voleger, dww, Berdir, larowlan: Deprecate drupal_set_time_limit() and file_upload_max_size() and move to Environment component 2019-03-01 11:01:32 +00:00
Alex Pott 2020819bf9
Issue #3032852 by Joseph Zhao, dww: Add gzip to default MIME extension mapping list 2019-03-01 00:31:21 +00:00
Alex Pott 81915a93a3
Issue #3025427 by Berdir, amateescu: Add @trigger_error() to deprecated EntityManager->EntityTypeBundleInfo methods 2019-02-26 15:05:23 +00:00
Gábor Hojtsy dd054699a4 Issue #3030485 by catch, R.shaikh, Gábor Hojtsy, alexpott: [Symfony 5] The "Drupal\Core\Validation\TranslatorInterface" interface extends "Symfony\Component\Translation\TranslatorInterface" that is deprecated since Symfony 4.2, use Symfony\Contracts\Translation\TranslatorInterface instead 2019-02-26 13:54:26 +01:00
Lee Rowlands 3b32b1e600
Issue #3033494 by alexpott, dww, tim.plunkett, larowlan: SiteConfigureForm can install the file module without the field module 2019-02-25 20:39:52 +10:00
Lee Rowlands 56606fe1fb
Revert "Issue #3033494 by alexpott, dww, tim.plunkett: SiteConfigureForm can install the file module without the field module"
This reverts commit 5d2bc24951.
2019-02-25 20:38:58 +10:00
Lee Rowlands 5d2bc24951
Issue #3033494 by alexpott, dww, tim.plunkett: SiteConfigureForm can install the file module without the field module 2019-02-25 19:56:16 +10:00
Alex Pott 4bb82a8eb5
Issue #2946122 by mikelutz, heddn, tim.plunkett, phenaproxima, alexpott, joelpittet, MegaChriz, joachim, xjm: Deprecate ConfigurablePluginInterface and replace with an interface that doesn't extend DependentPluginInterface 2019-02-24 13:42:45 +00:00
Alex Pott 76bf269417
Issue #2244513 by kim.pepper, phenaproxima, 20th, andrei.dincu, beejeebus, Berdir, alexpott, jibran, andypost, larowlan, Chadwick Wood, acbramley, Wim Leers, sun, xjm, YesCT, chx, tim.plunkett: Move the unmanaged file APIs to the file_system service (file.inc) 2019-02-23 22:35:15 +00:00
xjm 57170a6ad7 Revert "Issue #2244513 by kim.pepper, phenaproxima, 20th, andrei.dincu, beejeebus, Berdir, jibran, alexpott, andypost, larowlan, Chadwick Wood, Wim Leers, acbramley, YesCT, sun, tim.plunkett, chx: Move the unmanaged file APIs to the file_system service (file.inc)"
This reverts commit 56be1a032e.
2019-02-23 13:09:49 -06:00