Release notes
This is an alpha release for the next feature release of Drupal 8. Alphas are good testing targets for developers and site builders who are comfortable reporting (and where possible, fixing) their own bugs. Alpha releases are not recommended for non-technical users, nor for production websites. More information on alpha releases.
This minor release provides new improvements and functionality without breaking backward compatibility (BC) for public APIs. There may be changes in internal APIs and experimental modules that require updates to contributed and custom modules and themes per Drupal core's backwards compatibility and experimental module policies.
Important update information
Site update and module owners planning to update to Drupal 8.6 should take note of the following important issues:
- Drupal 8 will officially drop support for PHP 5.5 and 5.6 in less than a year, on March 7, 2019. In order to give site owners as much notice as possible, users will see a warning on installation and on the status report page if the host is running a version of PHP older than 7.0. We recommend you plan to update to a host with PHP 7.1 or higher soon, to ensure you have sufficient time to resolve any issues that may impact your Drupal site or other applications. (See the Drupal 8 PHP requirements page for more information on recommended PHP versions.)
- Important: If you have not already upgraded to previous major versions, read the release notes for them as well. Drupal 8.5.0 shipped with an updated Symfony and changes to PHPUnit integration, file permissions requirements among other things. Drupal 8.4.0 included major version updates for Symfony, jQuery, and jQuery UI and is no longer compatible with older versions of Drush. Drupal 8.5.
- Developers should review the Drupal 8.6.x change records for information on API additions and internal backwards compatibility breaks.
- #1927648: Allow creation of file entities from binary data via REST requests
- #2662932: Fix file upload progress bar
- #2786577: The Views integration Datetime Range fields should extend the views integration for regular Datetime fields
- #2930996: Config installer doesn't install possible installable config
- #2952307: Move workflow config into standard profile
- Automated testing changes:
Minor releases may include string changes and additions. Translators can review the latest translation status on localize.drupal.org.
Important bug fixes
The following issues are fixed in Drupal 8.6.0-alpha1:
- #2952962: Block visibility setting tab for Roles not showing
- #2557299: Any AJAX call disregards machine name verification when AJAX is used and leads to a fatal error
- #2930101: i18n / statistics - node counter not updated for translations
- #2982307: Misnamed template can cause fatal error in themes that do not extend Stable
- #2940165: [regression] Cannot add effects to image style via the UI
- #2543726: Make $term->parent behave like any other entity reference field, to fix REST and Migrate support and de-customize its Views integration
- Entity reference field subclasses (such as file and image fields) lose the non-default properties upon denormalization, in both hal_json and json
Known issues
There are currently no known regressions in this release.
Search the issue queue for all known issues.
All changes since the last minor release
- #2986464 by alexpott, xjm: ConfigImportAllTest should not make any assumptions about what modules/entity types exist in core
- Hotfix Drupal\Tests\config\Functional\ConfigImportAllTest it is broken due to Workspace module removal
- Fix composer.json syntax.
- Remove alpha-stability experimental modules in preparation for 8.6.0-alpha1.
- #2949991 by timmillwood, amateescu, doublealpha, lauriii, andrewmacpherson, plach, effulgentsia, yoroy, webchick: Add workspace UI in top dialog
- #2975334 by amateescu, Wim Leers, plach, effulgentsia, webchick, timmillwood, yoroy: Prevent changes that would leak into the Live workspace
- #2976816 by msankhala: CachePluginBase::postRender docblock not using @code for code example
- #2980107 by eliclaggett, vaplas, Lendude, borisson_, xjm: Replace Functional\SearchTestBase on BrowserTestBase?
- #2985709 by andypost, alexpott: Remove outdated @todo in StatusMessages
- #2981225 by maxocub, RumyanaRuseva, mpp: Migration fails to create instance when non-bundleable entity type exists
- #2972300 by msankhala, joachim: badly worded @return for getPreferredLangcode()
- #2985317 by msankhala: Remove unused local variable and simpletest_generate_file() function call from core/modules/file/tests/src/Functional/FileFieldDisplayTest.php
- #2809493 by ApacheEx, vaplas, scuba_fly, Lendude, dawehner: Convert AJAX part of \Drupal\field\Tests\Boolean\BooleanFormatterSettingsTest::testBooleanFormatterSettings to JavascriptTestBase
- #2952634 by Sut3kh, alexpott, Rob C, jibran: LegacyMessenger::deleteByType does not delete anything
- #2975754 by Berdir, plach, alexpott, hchonov, mkalkbrenner, tstoeckler, webchick: Add hooks to act on a new revision being created
- #2983373 by ApacheEx, drpal, m1r1k: JS codestyle: no-restricted-globals
- #2985734 by Lendude: Convert remaining update tests extending WebTestBase
- #2874133 by ApacheEx, borisson_, dawehner: Convert \Drupal\comment\Tests\CommentNewIndicatorTest to JavascriptTestBase and/or BrowserTestBase
- #2976244 by Sam152, amateescu, Berdir: The BaseFieldOverride entity fails to normalize default values into the "array keyed by delta" format in the same way BaseFieldDefinition does when a callback is specified
- #2861860 by samuel.mortenson, phenaproxima, drpal, Daniel Korte, mogio_hh, tim.plunkett, alexpott: View inside core modal doesn't refresh correctly when reopened
- #2981025 by msankhala, barthje, Stockticker, penyaskito, alexpott: Replace injection of deprecated entity.manager service with entity_type.manager in \Drupal\Core\Field\Plugin\Field\FieldFormatter\StringFormatter and LanguageFormatter
- #2981556 by alexpott: Properly deprecate EntityCacheTagsTestBase and remove incorrect references
- #2666392 by alexpott, webflo, xaqrox, Boobaa, dawehner, Berdir: Unable to revert third party settings via config import
- #2932462 by phenaproxima, japerry, tim.plunkett: Add EntityContextDefinition for the 80% use case
- #2631698 by Jo Fitzgerald, robpowell, phenaproxima, heddn, quietone: Fix sub-optimal DX in MigrateFieldInterface
- #2973791 by alexpott, martin107, mairi, volkerk: Fix deprecation messages related to deprecated comment Action plugins
- #2958752 by amateescu, timmillwood, catch: Refactor workspace content replication plugin system to three services
- #2616724 follow-up by alexpott: Warn when trying to create a database table with a NOT NULL => FALSE primary key
- #2980670 by follow-up alexpott: Install a site from config if the config directory is set in settings.php
- #2616724 by amateescu, daffie: Warn when trying to create a database table with a NOT NULL => FALSE primary key
- #2982634 by alexpott, kaythay: Fix docs in install_write_profile()
- #2725039 by rajeshwari10, brentgees, neha.gangwar, andrewmacpherson, kristindev, joginderpc, surbz, mayurjadhav, manish-31, mttsmmrssprks, bandanasharma, cilefen, xjm, alexpott, lauriii, Cottser, aburrows: Add README.txt to Seven theme
- #2980670 by alexpott, bircher, marcvangend, webchick, jibran, Gábor Hojtsy, benjifisher, smaz: Install a site from config if the config directory is set in settings.php
- #2983648 by ifrik, andypost, Gábor Hojtsy, Artusamak: Reword the Update style button to Save
- #2605284 by mondrake, david_garcia, GoZ, Jo Fitzgerald, alexpott, Pradnya Pingat, daffie, dawehner, amateescu, David Strauss, larowlan: Testing framework does not work with contributed database drivers
- #2984557 by tstoeckler: Update tstoeckler to v2
- #2973615 by johndevman, tim.plunkett, johnzzon: Add Section delta as extra data on filtered block definitions
- #2953340 by DuaelFr, WidgetsBurritos, utcwebdev: "Add Block" button is hidden by AdBlock Plus
- #2983551 by eiriksm, tim.plunkett: When using ajax inside an add block form, multiple components are added to the section
- #2983837 by Berdir, alexpott, amateescu: Optimize EntityOperations::entityView()
- #2983504 by ApacheEx, Lendude, Tessa Bakker: Add a way to easily set the cookies in a request done using the Guzzle client
- #2863382 by Lendude, Jo Fitzgerald, dawehner, Berdir: Common: Convert system functional tests to phpunit
- #2983458 by seanB, pguillard, msankhala, marcoscano: Use assertSame() instead of assertEquals() in Media tests
- #2982738 by ApacheEx: Convert Drupal\image\Tests\Update\ScaleAndCropAddAnchorUpdateTest to BrowserTestBase
- #2971699 by amateescu, timmillwood, catch, plach, Sam152: Content Moderation and Workspace don't work together
- #2984001 by gibsonneke, johnny_bs.221B, borisson_, Eli-T: Typo in default content (recipes)
- #2983996 by johnny_bs.221B, Eli-T, John Cook: Dedupe author in Umami
- #2984141 by GoZ: Remove @see drupal_get_messages() annotation in StatusMessages.php
- #2983382 by ApacheEx, drpal: JS codestyle: spaced-comment
- #2904711 by Jo Fitzgerald: Missing and incorrect parameter, return, and thrown exception data types in Drupal\Core\Executable\ExecutablePluginBase
- #2973227 by jibran, benjy, alexpott, Mile23, Sam152, vaplas, larowlan: Move UI helper functions from BTB into the traits
- #2503263 by jhedstrom, fgm, cilefen: Config import validation needs to provide error messages
- #2928851 by chr.fritsch, daniel.bosen, yogeshmpawar, jefuri, dagomar, seanB, marcoscano, phenaproxima, alexpott, borisson_: Allow the media source of a media type to be changed when creating a new media type
- #2975451 by Jaypan: Incorrect reference in StreamWrapperInterface.php description
- #2983375 by m1r1k, ApacheEx, drpal: JS codestyle: function-paren-newline
- #2982740 by ApacheEx, Lendude, alexpott: Convert \Drupal\drupal_system_listing_compatible_test\Tests\SystemListingCompatibleTest to KernelTestBase
- #2983591 by zuhair_ak, rattusrattus, martin_q, Eli-T, alexpott, John Cook: Add example.com email addresses to users created during Umami install
- #2958228 by tstoeckler, alexpott: HTML output recording does not work for InstallerTestBase tests
- #2982150 by ApacheEx, Lendude, alexpott: System: Convert system functional tests to phpunit
- #2982983 by svetoslav.dragoev, John Cook: Batch Builder tests in the wrong location
- #2983516 by Wim Leers: Update CKEditor library to 4.10.0
- #2983346 by Krilo_89, pguillard, marcoscano, sjerdo: "Add media" button missing in the media library table display
- #2981351 by zuhair_ak, pguillard, Eli-T: Write alt text for Umami Baking Mishaps article
- #2983121 by ziomizar, scuba_fly, Lendude: Remove or deprecate TourTest webtest
- #2983371 by ApacheEx, drpal: JS codestyle: no-else-return
- #2983357 by ApacheEx, drpal: JS codestyle: object-curly-newline
- #2983355 by ApacheEx, drpal: JS codestyle: indent
- #2983370 by m1r1k, ApacheEx, drpal: JS codestyle: no-empty
- #2870443 by Tessa Bakker, Lendude, michielnugter, dawehner: Convert web tests to browser tests for editor module
- #2983781 by Lendude: Update drupalci.yml concurrency comment to match the new reality of FunctionalJavascript
- #2983917 by rattusrattus: Umami Baking Mishaps article contains UK English rather than US English
- #2960483 by Vidushi Mehta, timwood, cferthorney, Mukeysh, johnny221B, brahmjeet789, kjay, msankhala, mahtab_alam, Surabhi Gokte, Eli-T, brucedarby, markconroy: Add an article to Umami - Mocktails
- #2983859 by seanB, phenaproxima, chr.fritsch, marcoscano: Add chr.fritsch and marcoscano as maintainers for Media
- #2981678 by Mile23, Lendude, alexpott, dawehner: Fail PHPUnit-based tests which still inherit from WTB/TB
- Disable eslint testing as it appears to be broken on DrupalCI.
- #2921661 follow-up by quietone: Add support to migrate multilingual revisions
- #736066 by droplet, drpal, vaplas, dmsmidt, effulgentsia, nod_, tic2000, tim.plunkett, lauriii, casey, morsok, idebr, alexpott, yched, tedbow, GuyPaddock, drintios, edurenye, dtamajon, adinac, VinayLondhe, ajalan065, hrmoller, ericduran, piyuesh23, andreyks, roborew, Wim Leers, lokapujya, samuel.mortenson, Dries, DuaelFr, OnkelTem, manu manu, khiminrm, Greg Boggs, SKAUGHT, itsekhmistro, fubhy, SpadXIII, s.messaris, zviryatko: ajax.js insert command sometimes wraps content in a div, potentially producing invalid HTML and other bugs
- #2942900 by Mixologic, vaplas, jibran, dawehner, Lendude, martin107, alexpott, tedbow, tacituseu, tstoeckler, heddn: Convert JavascriptTestBase Tests to use DrupalSelenium2Driver
- #2981042 by seanB, chr.fritsch, phenaproxima, marcoscano: Add empty text to Media view
- #2557299 by alexpott, Manuel Garcia, borisson_, phenaproxima, swentel, Berdir, larowlan, mbovan, martin107, LKS90, segi, tim.plunkett, giancarlosotelo: Any AJAX call disregards machine name verification when AJAX is used and leads to a fatal error
- #2939594 by marcoscano, chr.fritsch, webchick, Berdir, markconroy, Eli-T, larowlan, Gábor Hojtsy: Umami missing some Media "plumbing" found in Standard profile
- Revert "Issue #2942900 by Mixologic, vaplas, jibran, Lendude, martin107, alexpott, dawehner, tedbow, tacituseu, tstoeckler, heddn: Convert JavascriptTestBase Tests to use DrupalSelenium2Driver"
- #2942900 by Mixologic, vaplas, jibran, Lendude, martin107, alexpott, dawehner, tedbow, tacituseu, tstoeckler, heddn: Convert JavascriptTestBase Tests to use DrupalSelenium2Driver
- #2934354 by amateescu, Fabianx, alexpott: Expose cacheability metadata in WorkspaceCacheContext
- #2981220 by amateescu, jibran, tstoeckler: SqlContentEntityStorage should use the table names provided by its table mapping
- #2960046 by amateescu, tstoeckler: Allow the table mapping to be instantiated with a custom entity type definition
- #2982345 by ApacheEx, drpal: Update eslint packages to most recent major versions
- #2981915 by amateescu: (follow-up) Update MenuLinkContent to use EntityPublishedInterface
- #2921661 by heddn, maxocub, alexpott, phenaproxima, Jo Fitzgerald, badmetevils, quietone: Add support to migrate multilingual revisions
- #2982307 by seanB, alexpott, marcoscano: Misnamed template can cause fatal error in themes that do not extend Stable
- #2977945 by awm: typo in test_node_revision_links views yml file
- #2976889 by phenaproxima, xjm, chr.fritsch, samuel.mortenson, larowlan, alexpott: Add a trait to create media types in tests and replace MediaFunctionalTestCreateMediaTypeTrait
- #2870448 by vaplas, naveenvalecha, yogeshmpawar, dawehner, alexpott: Convert web tests to browser tests for file module
- #2971338 by Jo Fitzgerald, quietone, alexpott, joachim, xjm: MigrationLookupTest::testMultipleSourceIds() uses wrong class for mocking
- Revert "Issue #2971338 by Jo Fitzgerald, quietone, joachim: MigrationLookupTest::testMultipleSourceIds() uses wrong class for mocking"
- Revert "Issue #2976889 by phenaproxima, xjm, samuel.mortenson, chr.fritsch: Add a trait to create media types in tests and replace MediaFunctionalTestCreateMediaTypeTrait"
- #2971338 by Jo Fitzgerald, quietone, joachim: MigrationLookupTest::testMultipleSourceIds() uses wrong class for mocking
- #2976889 by phenaproxima, xjm, samuel.mortenson, chr.fritsch: Add a trait to create media types in tests and replace MediaFunctionalTestCreateMediaTypeTrait
- #2887490 by michaellenahan, cilefen, rOprOprOp, catch: Activity Tracker cannot be enabled if there are unpublished nodes
- #2976103 by amateescu, catch, tstoeckler, alexpott: Make it possible to retrieve all the last installed entity type definitions at once from the update manager
- Revert "Issue #2976103 by amateescu, tstoeckler, alexpott: Make it possible to retrieve all the last installed entity type definitions at once from the update manager"
- #2982042 by progga: UUID component's composer.json has wrong description
- #2982279 by chr.fritsch, seanB, marcoscano: Provide a media library display for "Remote video"
- #2979916 by maxocub, masipila, phenaproxima: D7 comment field values are not migrated
- #2976103 by amateescu, tstoeckler, alexpott: Make it possible to retrieve all the last installed entity type definitions at once from the update manager
- #2981915 by amateescu, timmillwood: Update MenuLinkContent to use EntityPublishedInterface
- #2977882 by Wim Leers, jibran, catch: Term entity type's "parent" field does not specify "target_bundles" setting: a term from *any* vocabulary can be chosen
- #2976356 by phenaproxima, amateescu, Sam152: Add a validation constraint to check if an entity has a field
- #2860760 by Jo Fitzgerald, heddn, quietone, alexpott: Match setup() functionality of MigrateFileTest with MigratePrivateFileTest
- #2909444 by quietone, Jo Fitzgerald, rakesh.gectcr, maxocub, phenaproxima, masipila, Gábor Hojtsy, catch: Migrate D6 i18n custom blocks (boxes)
- #2979813 by Wim Leers, TwoD: Add TwoD as maintainer for the editor.module component
- #2225681 by quietone, Jo Fitzgerald, dipakmdhrm, Adita, RytoEX, maxocub, Gábor Hojtsy, phenaproxima, heddn, masipila, iMiksu, ao2, catch, alexpott, xjm: Migrate D6 i18n blocks translated strings
- #2964640 by chr.fritsch, starshaped, andrewmacpherson, webchick, phenaproxima: Provide a media type for remote video in Standard
- #2854624 by lauriii, AaronChristian, vaplas, yogeshmpawar, tkoleary, ckrina, Gábor Hojtsy, chrisrockwell, andrewmacpherson: Details and accordion update based on Seven Style Guide
- #2848089 by Sam152, mpotter, gnuget, kriboogh, joelpittet: Unable to set a moderation_state value for unsaved entities that are assigned an ID
- #2658956 by Daniel_Rempe, Lendude, mikeker, catch, jibran, Jeff Cardwell, hctom, tstoeckler, dawehner, alexpott: Taxonomy vocabulary data not available as views fields
- #2835989 by gwagroves, Jo Fitzgerald, alexpott: DatabaseQueue::numberOfItems should return an integer
- #2975328 by alexpott, Gábor Hojtsy, borisson_: Install profile in settings.php and mismatch check makes re-installs of Drupal hard
- #2946419 by vaplas, Lendude, Mile23: Entity: Convert system functional tests to phpunit
- #2581557 by dawehner, mxh, xjm, sorabh.v6, JeroenT: Add ltrim($path, '/') in drupalGet method
- #2635046 by neclimdul, dawehner, alexpott: run-test.sh doesn't work in directories with spaces
- #2950158 by Vidushi Mehta, ankitjain28may, Shiva Srikanth T, ckrina, markconroy, Eli-T: Choose policy for defining font-weight on Umami theme
- #2961822 by phenaproxima, tim.plunkett: Support object-based plugin definitions in ContextHandler
- #2980864 by chr.fritsch, phenaproxima, marcoscano: Position of "published" checkbox varies by media type
- #2962110 by samuel.mortenson, drpal, andrewmacpherson, ckrina, phenaproxima, yoroy, webchick, amateescu, chr.fritsch, starshaped, lauriii, webflo, Dennis Cohn, dawehner, seanB, rfmarcelino, DyanneNova, benjifisher, jan.stoeckler, danbohea, John Pitcairn: Add the Media Library module to Drupal core
- #2658956 by Daniel_Rempe, Lendude, mikeker, catch, Jeff Cardwell, tstoeckler, hctom, dawehner, alexpott: Taxonomy vocabulary data not available as views fields
- #2652850 by tstoeckler, mohit_aghera, idebr, hchonov, mbovan, rodrigoaguilera, jwilson3, pguillard, espurnes, dravenk, ainarend, handkerchief, alexpott: Title for details form elements is not set as '#markup' and it will be escaped, but all other form elements use '#markup' and are not escaped
- #2968875 by timmillwood, amateescu: Bring back the query parameter workspace negotiator
- #2973509 by claudiu.cristea, tahirmus, alexpott: Image media source uses FileSystem class instead of FileSystemInterface for type hinting
- #2977250 by alexpott: Media subsystem 99% of time uses thumbnail URI not URL
- #2875679 by mondrake, daffie: BasicSyntaxTest::testConcatFields fails with contrib driver
- #2940203 by almaudoh, dawehner: Use dedicated Exception classes for extension system
- #2930996 by alexpott, mtodor, chr.fritsch, Berdir: Config installer doens't install possible installable config
- #2979930 by visshu007, paiabhay8: Wrap comments at 80 chars in demo_umami profile
- #2980405 by mbovan: Fix "view all unpublished content" documentation leftover
- #2960507 by alexpott: Remove call_user_func_array from OptionsRequestSubscriber
- #2933413 by Graber, alexpott, joelpittet, chanderbhushan, jchand: Improve test coverage of using bulk actions when the view has an exposed form using AJAX
- #2828528 by Wim Leers, droplet, ZeiP, vaplas, tacituseu, samuel.mortenson, michielnugter: Add Quick Edit Functional JS test coverage
- #2831944 by chr.fritsch, phenaproxima, alexpott, marcoscano, slashrsm, seanB, robpowell, samuel.mortenson, tstoeckler, Wim Leers, dawehner, martin107, Gábor Hojtsy, aheimlich, tedbow, mtodor, larowlan, idebr, bkosborne, ckrina: Implement media source plugin for remote video via oEmbed
- #2788777 by alexpott, bircher, jribeiro, Eli-T, mpotter, douggreen, GoZ, DamienMcKenna, Dane Powell, jibran, szeidler, Alumei, andypost, dawehner, johndevman: Allow a site-specific profile to be installed from existing config
- #2952307 by chr.fritsch, Sam152, timmillwood: Move workflow config into standard profile
- #2977882 by Wim Leers: Term entity type's "parent" field does not specify "target_bundles" setting: a term from *any* vocabulary can be chosen
- #2979944 by alexpott: Remove t() usage in Drupal\Core\Validation
- #2978596 by visshu007, Chi: views_add_contextual_links() references to non existent views_preprocess_page() function
- #2979821 by alexpott, larowlan: \Drupal\config\Form\ConfigSync::processBatch() merges errors incorrectly
- #2935738 by samuel.mortenson, Wim Leers, Berdir: Entity reference field subclasses (such as file and image fields) lose the non-default properties upon denormalization, in both hal_json and json
- #2977175 by borisson_, PieterJanPut, tstoeckler, msankhala: DataDefinition::setConstraints() should be on DataDefinitionInterface
- #2887411 by vaplas, naveenvalecha, larowlan, dawehner, Lendude, borisson_: Add $form_html_id to drupalPostForm in BrowserTestBase and convert SearchAdvancedSearchFormTest from WTB to BTB
- #2822611 by Mile23, Wim Leers, alexpott, Berdir, catch, dawehner, xjm, tstoeckler, borisson_: Document why UserInterface + FileInterface + MenuLinkContentInterface + … extend \Drupal\Core\Entity\ContentEntityInterface
- #2969598 by msankhala, joachim: badly formatted sample code in docs for Select::orderBy()
- #2407859 by vaplas, lauriii, vprocessor, drpal, jwilson3, sidharthap, aprogs, finnsky: Allow theming throbber element
- #2950851 by mcdruid, alexpott, anavarre: invalid conf file warnings when skip_permissions_hardening is on
- #2969715 by alexpott, pookmish, dawehner: Drush site-install command doesn't work when settings.php is present
- #2736391 by LoMo, rooby, lauriii, leolando.tan: Node type body class is not present on node preview page
- #2773645 by AdamPS, Xilis, yogeshmpawar, Wim Leers, Berdir: Allow hook_entity_field_access() to grant field-level access to User fields: 'forbidden' -> 'neutral'
- #2978788 by eliclaggett, amateescu: \Drupal\Core\TypedData\TypedData::__construct() should type hint its $definition argument to DataDefinitionInterface
- Revert "Issue #2886609 by quietone, Jo Fitzgerald, jhodgdon, masipila, heddn, Gábor Hojtsy, mikeryan: Migrate D6 i18n loacalized translations of taxonomy terms"
- #2976287 by amateescu, andrewmacpherson: The off-canvas dialog should have a 1px transparent border
- #2863842 by GoZ, Lendude, vaplas, dawehner, alexpott, borisson_, larowlan: Convert web tests to browser tests for search module
- #2975751 by msankhala, leolando.tan, joachim, claudiu.cristea: incorrect @return for Tables::getTableMapping()
- #2927723 by longwave, artreaktor, chiranjeeb2410, ankitjain28may, cilefen, dawehner: The URL "/ " with trailing space is not getting recognized as
- #2737773 by antongp, wturrell, pcambra, cilefen, Darvanen, cwells, manningpete, alexpott: Proper way to install Drupal, missing vendor folders, example.gitignore
- #2943107 by mherchel, NicholasS, jordana, finnsky, tomphippen, smaz, markconroy, andrewmacpherson, kjay: Umami support for Internet Explorer 11
- #2979166 by RajeevK, lomasr: Wrong documentation on SiteCacheContext class
- #2749901 by MaskyS, kleog, priya.chat, harsha012, rakesh.gectcr, shobhit_juyal, snehi, SenthilMohith, neerajpandey, gawaksh, thompsizzle, ecrown, mohit1604, andrewmacpherson, surbz, rahulrasgon, riddhi.addweb: Add README.txt to Bartik theme
- #2886609 by quietone, Jo Fitzgerald, jhodgdon, masipila, heddn, Gábor Hojtsy, mikeryan: Migrate D6 i18n loacalized translations of taxonomy terms
- #2772251 by msankhala, markpavlitski, joachim: description for EntityForm::actions() could use rewording
- #2978848 by claudiu.cristea, amateescu: EntityReferenceFieldItemList::referencedEntities() doesn't work for computed fields
- #2877828 by msankhala, joachim: FormInterface::getFormId() should state restrictions on the returned ID string
- #2855054 by alexpott, LoMo, wesleydv, Artusamak, gawaksh, xjm: User cancel link doesn't redirect to the homepage
- #2936821 by msankhala, joachim, lomasr, marxjohnson: unclear docs in MigrateProcessInterface
- #2962594 by quietone: Make source file labels consistent on Credential Form
- #2073467 by maxocub, Jo Fitzgerald, pobster, masipila, plach, heddn, phenaproxima: Migrate Drupal 7 Entity Translation settings to Drupal 8
- #2951715 by dravenk, marvil07, rakesh.gectcr, davidsonjames, heddn, Jo Fitzgerald, quietone, alexpott, maxocub: Log message if static_map plugin skips the row
- #2932777 by mondrake, borisson_, alexpott, daffie: Risky count() in SQLite Statement
- #1818574 by tim.plunkett, alexpott, tedbow, dawehner, EclipseGc, fago, Wim Leers, andypost, Berdir, xjm, yched, catch, jibran, effulgentsia: Support config entities in typed data EntityAdapter
- #2521956 by Berdir, Fabianx, effulgentsia, andypost, lauriii, seanB, Wim Leers, Upchuk: Missing contexts prevent caching of block access
- #2971145 by voleger: Fix naming of tests referencing the refactored drupal_set_message() function
- #2962330 by Wim Leers, lauriii: Update CKEditor library to 4.9.2
- #2976493 by tstoeckler, daffie: Creating a table with an explicitly empty primary key is broken on PostgreSQL
- #2973366 by Jo Fitzgerald: GetTest.php should test Get plugin, rather than a class the extends it
- #2849954 by acbramley, criz, vaplas, arshadcn, Munavijayalakshmi, alexpott, Lendude, dawehner, xjm, jibran: Double underscores are not preserved in main views CSS classes defined in views UI
- #2877441 by fafnirical, Jo Fitzgerald, marxjohnson: Improve readability of ESLint config
- #2951163 by nkoporec, Parvateesam, joachim: CachePluginBase::cacheGet()/::cacheSet() doesn't document @params or @return
- #2928710 by borisson_, dawehner, idebr: Eliminate usages of \Drupal::root() in tests
- #2974066 by leolando.tan, andrewmacpherson: Missing whitespace makes some toolbar dropbuttons sound strange in screen readers
- #2974722 by tstoeckler, daffie, amateescu, alexpott, mondrake: Fix dropping of columns in a composite primary key on MariaDB >=10.2.8 and make it consistent across database drivers
- #2779919 by andrewmacpherson, joelpittet, mikeker, UpTil4Music, if-jds, Kolin, John Cook: Stable theme does not respect "visually hidden" field label display option
- #2881522 by mondrake, tstoeckler, daffie, alexpott, amateescu, catch: Add a Schema::findPrimaryKeyColumns method to remove database specific logic from test
- #2878151 by joachim: collection link template for comment_type entity type is incorrect
- #2904847 by mglaman, vaplas: Replace debug() statements in Views
- #2911498 by Mile23, mfernea, alexpott, dawehner, catch: Make TestServiceProvider more readable (cleanup)
- #2405241 by philipnorton42, jibran, dawehner, andrewmacpherson: Add helpful exception message in CustomAccessCheck
- #2955383 by Wim Leers, borisson_, dawehner: List available representations in 406 responses
- #2911915 by vaplas, Mile23, Wim Leers, dawehner, Lendude, nlisgo, mpdonadio: Add getHttpClient() to BrowserTestBase
- #2966969 by tim.plunkett, msankhala, alexpott: Trigger a warning whenever the "Broken" block plugin is instantiated
- Revert "Issue #2831944 by chr.fritsch, phenaproxima, marcoscano, seanB, slashrsm, robpowell, alexpott, samuel.mortenson, dawehner, tstoeckler, Wim Leers, Gábor Hojtsy, martin107, aheimlich, idebr, tedbow, larowlan, ckrina, mtodor, bkosborne: Implement media source plugin for remote video via oEmbed"
- Revert "Revert "Issue #2976417 by slasher13: Update symfony (security release)""
- #2949825 by Sutharsan, andypost, alexpott: Downloaded translation file should replace existing
- Revert "Issue #2976417 by slasher13: Update symfony (security release)"
- #2976593 by drpal, justafish, dawehner: Prefix Nightwatch commands with a "drupal" namespace
- #2831944 by chr.fritsch, phenaproxima, marcoscano, seanB, slashrsm, robpowell, alexpott, samuel.mortenson, dawehner, tstoeckler, Wim Leers, Gábor Hojtsy, martin107, aheimlich, idebr, tedbow, larowlan, ckrina, mtodor, bkosborne: Implement media source plugin for remote video via oEmbed
- #2562845 by quietone, rakesh.gectcr, iMiksu, Jo Fitzgerald, maxocub, heddn, mikeryan, alexpott, phenaproxima, jhodgdon: Validate file path on Credential form
- #2976589 by drpal, lauriii, justafish, ckrina ⬅️✌️➡️: Merge Admin UI redesign and JavaScript modernization initiatives
- #1596472 follow-up by tacituseu: Replace hard coded static cache of entities with cache backends
- #2932249 by Murz, xjm, andypost, Chi, amateescu: Incorrect transliteration of some Russian Cyrillic characters
- Revert "Issue #2932249 by Murz, xjm, andypost, Chi: Incorrect transliteration of some Russian Cyrillic characters"
- #2851228 by timmillwood, matthieuscarset, Manuel Garcia, Sam152, Gábor Hojtsy, yoroy, tstoeckler, alexpott, Shiraz Dindar, Fabianx, nbchip: Warn users of what features are not available on a given entity type
- #2975105 by justafish, drpal, dawehner: JavaScript tests shouldn't exit 0 if they fail
- #2975368 by msankhala: badly formatted sample code in core.api.php for hook_config_import_steps_alter
- #1596472 by catch, amateescu, claudiu.cristea, Berdir, Mile23, Sam152, pounard, fago, alexpott, fubhy, hchonov: Replace hard coded static cache of entities with cache backends
- #2976417 by slasher13: Update symfony (security release)
- #2932249 by Murz, xjm, andypost, Chi: Incorrect transliteration of some Russian Cyrillic characters
- #2973827 by idebr: Options module PHPUnit tests extend a Simpletest base class
- #2975439 by aron.beal, martin107: ContextualController property incorrectly named
- #2975762 by Berdir, hchonov, plach: Respect existing #multilingual property in content_translation_form_alter()
- #2916781 by timmillwood, tedbow, drpal, lauriii, Adita, andrewmacpherson, yoroy, amateescu, borisson_, ckrina: Allow off-canvas dialog to be rendered at the top of the page
- #2975056 by msankhala, joachim: broken sample code in deprecation notices for entity.inc functions
- #2956381 by msankhala: Missing help message when adding new action and Incorrect help message when editing action
- #2974553 by Mixologic, justafish, drpal, dawehner: Nightwatch testing fails to save console logs for some tests
- #2960605 by anmolgoyal74, surbz, msankhala, arunkumark, jibran, alexpott: Add docs to the empty hook_update_N used for cache clearing
- #2961922 by rlhawk: Scale and crop image effect can't be edited in Large 3:2 (768x512) image style
- #2942490 by swati.nuna, deanc96, markconroy, Eli-T, kjay: Colored background of link focus in a sentence is a bit weak
- Revert "Issue #2865247 by Jo Fitzgerald, NickWilde, rakesh.gectcr, heddn, maxocub: Migration lookup process plugin doesn't check validity of provided migration(s)"
- #2940012 by John Cook, rachel_norfolk, abhisekmazumdar, andrewmacpherson, alexpott: Use prefers-reduced-motion media query on batch progress bar
- #2940679 by alena_stanul, borisson_, neclimdul: Fix FilterIdTest test names
- #2942489 by idebr, Vidushi Mehta, susannecoates, Mukeysh, markconroy, TaoStyle, matias, HAL 9000, seeallie: Links in footer could be more accessible
- #2926069 by Jo Fitzgerald, heddn, Dinesh18, borisson_, xjm: StatisticsViewsResult should only deal in integer values
- #2865247 by Jo Fitzgerald, NickWilde, rakesh.gectcr, heddn, maxocub: Migration lookup process plugin doesn't check validity of provided migration(s)
- #2960711 by timwood, Yogesh Pawar, kjay: Add an article to Umami demo - Baking mishaps
- #2943284 by Eli-T, kaythay, kjay, mcgovernm, sjhuda, borisson_: Add chili sauce to Umami
- #2969902 by mihai11, Jo Fitzgerald, amateescu, alexpott: Fix "MigrateCckFieldInterface is deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. Use \Drupal\migrate_drupal\Annotation\MigrateField instead." deprecation message
- #2973127 by vaplas, Mile23, alexpott: Exclude *TestBase.php, *Trait.php and *Interface.php files from test discovery reflection
- #1252606 followup by mondrake: Add crop anchor option to Scale and Crop image effect
- #2841651 by Berdir: Config save resets overridden configuration too late
- #2973954 by juampynr, dhirendra.mishra: Fix typo at MigrateField.php
- #1252606 by rlhawk, dsnopek, attiks, alansaviolobo, MariaDenysyuk, j0rd, sushyl, Adysone, Alan Evans, mondrake, andypost, alexpott, sun, tstoeckler: Add crop anchor option to Scale and Crop image effect
- #2955685 by Wim Leers, dawehner, mpdonadio, alexpott, borisson_: Unrouted URLs cannot have have overridden query or fragments
- #2858184 by tstoeckler, alexpott, amateescu: Adding NOT NULL to base fields with multiple columns is broken
- #2973347 by Wim Leers: EntityCreateAccessCheck should provide a useful error message when no bundle is specified
- #2969363 by Mixologic, dawehner, Mile23: Add a drupalci.yml to core
- #2960013 by quietone, Jo Fitzgerald, mikeryan, alexpott: i18n menu links translation in wrong directory
- #2949363 by vaplas, Mile23, timmillwood, alexpott, Lendude: Impossible to make trigger_error in some files without test fails
- #2580265 by FeyP, jcisio, s_leu, Berdir, tstoeckler: entity query nested conditions must use LEFT joins when any of the parent condition groups is using OR
- #2973299 by tstoeckler: Add the label of the entity type to the error message when there are outstanding entity changes in UpdatePathTestBase
- #2968519 by alexpott, amateescu, martin107: The entity.query service is essentially deprecated because it relies on \Drupal\Core\Entity\Query\QueryFactory which is
- #2972992 by alexpott: Handle Mink deprecations
- #2797047 by quietone, Olarin, Jo Fitzgerald, mradcliffe, niccottrell, heddn, maxocub, mikeryan: Problems creating a d6 user profile field storage with an name longer than 32 characters
- #2971375 by cspitzlay: Fix "does not exists" in comments and test error messages
- #2971472 by alexpott, vaplas, tedbow, borisson_: SettingsTrayBlockFormTest is taking 5 minutes to run
- #2971853 by q__nt_n, Sam152: Clean up superfluous use of "additional_base_field_definitions" in the entity_test module
- #2969806 by mihai11, Jo Fitzgerald: Fix "CckFile is deprecated in Drupal 8.3.x and will be be removed before Drupal 9.0.x. Use \Drupal\file\Plugin\migrate\process\d6\FieldFile instead." deprecation message
- #2973493 by Sam152: Remove @todo in content_moderation related to NULL values of the moderation_state field
- #2972045 by idebr: Drupal\field\Plugin\migrate\process\d7\FieldInstanceDefaults contains a switch with only a default statement
- #2971157 by jhedstrom, Sam152: Moderation state set to default after entity is serialized
- #2971546 by Mukeysh, markconroy, msankhala: Umami theme login link is not showing underline on hover
- #2938035 by Wim Leers, alexpott: When PATCHing a field is disallowed, no reason is given for *why* this happens
- #2939336 by dsdeiz, quietone: D6 User Profile Source Fields
- #2910883 by vaplas, ShawnB, Wim Leers: Move all entity type REST tests to the providing modules
- #2972835 by vegantriathlete: Switch datatypes to data types
- #2901653 by idebr, ankitjain28may, mfernea, borisson_: Add yml files to phpcs.xml.dist
- #2971779 by timmillwood, amateescu, alexpott, Sam152: Disallow moderation of internal entity types
- #2888853 by vaplas, Wim Leers: FileAccessControlHandler cacheability metadata inaccurate
- #2926120 by idebr, zaporylie, borisson_: @var tag must not end with a full stop
- #2789909 by vaplas, Lendude, lucur, dawehner: Remove spaces around row.content
- #2951269 by slasher13, jibran, alexpott: Update symfony/* and twig/twig
- #2971152 by vaplas, alexpott: More reliable 'nojs' replacing in ajax.js
- #2924753 by vaplas, alexpott, borisson_, xjm: Random fail in ExposedFormUITest
- #2822470 by Kazanir, Yogesh Pawar, markcarver, joelpittet, dawehner, xjm, larowlan: Unified cache key & template class handling for Twig templates
- #2765609 by c31ck, gnuget, hgoto, Yogesh Pawar, weboide, alexpott: #plain_text doesn't render empty-like values (e.g. 0 and "0")
- #2962961 by vegantriathlete, msankhala, alexpott: Fix typos in core.api.php and correct incorrect @see
- #2972003 by alexpott: Verify that the file name matches the ID when installing configuration
- #2972445 by sudheeshps, sjhuda, andrewmacpherson, alexpott: Docblock for dropbutton theme function is incorrect
- #2972531 by vaplas, alexpott: Random fail in TipPluginTextTest
- #2966137 by vaplas, tim.plunkett: Circular entity references cause infinite loop in EntityReferenceItem::generateSampleValue()
- #2860259 by claudiu.cristea, larowlan: Move the comment hostname default value to a default value callback
- #2965973 by tedbow: Deletion of View Block used by Layout Builder
- #2910807 by nginex, dawehner: Convert \Drupal\Tests\taxonomy\Functional\Views\TaxonomyDefaultArgumentTest to a kernel test
- #2854543 by Wim Leers, polynya, dawehner, mpdonadio, gabesullice, larowlan, klausi: NegotiationMiddleware calls $request->setRequestFormat('html') when there is no _format request parameter, but shouldn't
- #2961691 by alexpott, Berdir, timmillwood, idebr: Change SYMFONY_DEPRECATIONS_HELPER back to strict
- #2971959 by juampynr: Typo at DestinationBase.php
- #1507896 by b0unty, tuutti, Jeff Burnz, LewisNyman, tameeshb, realityloop, cbanman, umarzaffer, manumilou, mgifford, mducharme, oakulm, lauriii, alexpott, joelpittet, MaskyS, markcarver, xjm: Allow theme developers to add the default logo filename to the theme's .info.yml
- #2937888 by dhruveshdtripathi, idebr, RoSk0, mohit1604, mfernea, borisson_: Fix 'Drupal.Commenting.DocComment.LongNotCapital' coding standard
- #2572613 by Malevi4, idebr, pfrenssen, Mile23, RajeevK: Fix 'Drupal.Array.Array.CommaLastItem' coding standard
- #2901730 by mfernea, ankitjain28may, idebr: Fix 'Squiz.WhiteSpace.FunctionSpacing' coding standard
- #2921682 by zaporylie: Array member variables initialized with NULL in TwigSandboxPolicy
- #2832083 by rbayliss, pounard, alexpott, dawehner: ThemeRegistryLoader::findTemplate() breaks Twig_Loader_Filesystem signature
- #2528284 by cilefen, dawehner, Cottser, David_Rothstein: Document that alternate Drupal 8 theme engines must implement auto-escape or they are not secure
- #2930407 by tstoeckler, lauriii, alexpott: Allow specifying summary attributes for details elements
- #2828143 by alexpott, klausi, xjm: Stop tests like LocaleConfigTranslationImportTest from failing if l.d.o becomes unavailable
- #2923496 by mark_fullmer, dpfitzsi, krina.addweb: [Link module] Validation for title but no link, when title optional
- #2912169 by alexpott, tobiberlin, Berdir, dawehner, grahamC: Inject the argument resolver into HttpKernel::__construct
- #1848940 by milanpavic, dawehner, nod_, helenasue, DuaelFr, Lendude, AjitS, sdstyles, runeasgar, tim.plunkett: When enabling or disabling a View, don't move the cursor to the top of the page
- #2963521 by alexpott, idebr: Remove usages of assertNoCacheTag as it is deprecated
- #2968541 by vokidas, borisson_: ActiveLinkResponseFilter fails to set active link with query in non-alphabetical order
- #2970132 by neerajsingh, webflo: .ht.router.php causes a redirect loop when invoked from parent directory
- #2849669 by alexpott, pwolanin, Munavijayalakshmi, dawehner: Fix \Drupal\Component\Utility\Unicode() because of the Symfony mbstring polyfill
- #2958744 by msankhala, joachim: hook_entity_field_access() should explain when $items is not given
- #2906298 by qzmenko, runeasgar: Comments per page number validation
- #2918535 by stella, Eli-T, webchick, smaz, ckrina, markconroy, kjay: Add initiative coordinator(s) for Out-of-the-Box
- #2969757 by marcel66, amateescu, alexpott: Fix "The Drupal\migrate\Plugin\migrate\process\Iterator is deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.0. Instead, use Drupal\migrate\Plugin\migrate\process\SubProcess"
- #2469799 by Adita, Xano, Girish-jerk: improve documentation and type hinting of FormValidatorInterface and FormValidator
- #2950127 by owenbush, Yogesh Pawar, msankhala, Wim Leers, vaplas: Add helpful reason for 'update' and 'delete' access not being allowed to FileAccessControlHandler
- #2940830 by Sam152, catch, amateescu, timmillwood: Provide explicit test coverage for isDefaultRevisionPublished and its usage within ModerationStateFieldItemList
- #2924338 by hchonov, cburschka, RoSk0, asherry, Wim Leers: Entity::uriRelationships() throws exceptions if an URL cannot be generated because of missing mandatory parameters
- #2935360 by Lendude, Kirst25: Views result summary still renders when there's no results
- #2959466 by vaplas, mondrake: Convert web tests to browser tests for image module (Part 2)
- #2594669 by Wim Leers, borisson_, catch, dawehner: LibraryDependencyResolver::getMinimalRepresentativeSubset() accepts a set as the input but doesn't complain if it's not actually a set
- #2971012 by Wim Leers, borisson_: ContentTypeHeaderMatcher should not run for DELETE requests
- #2869825 by justafish, dawehner, alexpott, martin107, jibran, Lendude, Mixologic, michielnugter, droplet, drpal, lauriii, effulgentsia, mglaman: Leverage JS for JS testing (using nightwatch)
- #2935255 by Jo Fitzgerald, kim.pepper, voleger, alexpott, martin107, jibran, catch: Remove all usages of drupal_get_message and drupal_set_message in core lib
- #2926090 by vaplas, alexpott: Remove dead code from UserCancelTest::testUserCancelUid1()
- #2969718 by runeasgar, alexpott: The quick-start script could make it clearer than Ctrl+C is used to kill the server
- #2970026 by digdanlow: Fix "Passing a Session object to the ExpectationException constructor is deprecated as of Mink 1.7. Pass the driver instead."
- #2969807 by jmikii: Fix "LinkField is deprecated in Drupal 8.3.x and will be be removed before Drupal 9.0.x. Use \Drupal\link\Plugin\migrate\field\d7\LinkField instead." deprecation message
- #2969549 by marcel66, martin107: Fix "The $published parameter is deprecated since version 8.3.x and will be removed in 9.0.0." deprecation
- #2969972 by mihai11: Fix "The Drupal\taxonomy\Entity\Term::getVocabularyId method is deprecated since version 8.4.0 and will be removed before 9.0.0. Use Drupal\taxonomy\Entity\Term::bundle() instead to get the vocabulary ID." deprecation message
- #2969738 by alexpott: testQuickStartCommand failing on PHP5
- #2752961 by dawehner, Wim Leers, Jo Fitzgerald, chr.fritsch, bradjones1, anavarre, greg.1.anderson, Berdir, moshe weitzman, alexpott, bkosborne, Crell, msonnabaum, joelpittet, catch, deviantintegral, lauriii, cilefen, effulgentsia, xjm: No reliable method exists for clearing the Twig cache
- Revert "Issue #2752961 by dawehner, Wim Leers, Jo Fitzgerald, bradjones1, chr.fritsch, greg.1.anderson, anavarre, Berdir, moshe weitzman, bkosborne, alexpott, Crell, catch, msonnabaum, lauriii, joelpittet, deviantintegral, cilefen, effulgentsia, xjm: No reliable method exists for clearing the Twig cache"
- #2930445 by Alan D., mxh, Berdir: FieldItemListInterface::getEntity() should return FieldableEntityInterface rather than EntityInterface
- #2784921 by amateescu, timmillwood, pk188, plach, catch, Fabianx, dixon_, dawehner, borisson_, Sam152, yoroy, webchick, phenaproxima, larowlan: Add Workspaces experimental module
- #2752961 by dawehner, Wim Leers, Jo Fitzgerald, bradjones1, chr.fritsch, greg.1.anderson, anavarre, Berdir, moshe weitzman, bkosborne, alexpott, Crell, catch, msonnabaum, lauriii, joelpittet, deviantintegral, cilefen, effulgentsia, xjm: No reliable method exists for clearing the Twig cache
- #2954884 by msankhala: Cannot save theme settings form for themes without logo or favicon features
- #1807062 by Mile23: Add missing type hinting to Locale module docblocks
- #2911319 by alexpott, dawehner, mglaman, mradcliffe, heddn, pbirk, danquah, maxstarkenburg, geerlingguy, vaplas, Chelsee, ressa, Chi, jonathanshaw, Mile23, andypost, larowlan, phenaproxima, droffats, kim.pepper, scotty, dsnopek, cashwilliams, borisson_, Mixologic, gerzenstl, David Radcliffe: Provide a single command to install & run Drupal
- #2952888 by alexpott, dawehner, phenaproxima: Allow install profiles to require modules
- #2899248 by Sam152: Don't reimplement validation rules for workflow state add/edit forms in ::copyFormValuesToEntity
- #2428753 by borisson_, daffie, dawehner, franksj: Do not allow PHPUnit tests to test an interface
- #2864470 by jansete: Wrong comment in \Drupal\image\Routing\ImageStyleRoutes.php
- #2938970 by MerryHamster, surbz, msankhala, alexpott, Jo Fitzgerald, Yasiru Nilan, Manuel Garcia, ZeiP, boaloysius, xjm, wturrell, tameeshb, darrenwh, ritzz: Replace drupal_render() in @param, @return, @see, @link, etc
- #2873860 by Nikro, time2buzzthetower, mecmartini, tedbow: Add Change record for Revision Metadata Base Fields change to Annotation
- #2959972 by donquixote: Undeclared property: ActiveTheme::$librariesExtend
- #2923491 by vaplas, xjm: Clean up the MAINTAINERS.txt
- #2947888 by mxr576, chr.fritsch: Drupal core tests actually requires PHPUnit >= 6.5
- #2695945 by edurenye, ecrown, runeasgar: Reduce the size of the type of change column in the system diff
- #2894261 by alexpott, Berdir, deepakaryan1988, andypost: Deprecated service entity.manager needs to be replaced with entity_type.manager in ContentEntityForm
- #2864035 by alexpott, nlisgo, mpdonadio, vaplas, GoZ, naveenvalecha, dawehner, Lendude: Convert web tests to browser tests for rdf module
- #2942578 by Sam152: Content Moderation module marked as stable produces failures in Workbench Moderation assets loading
- Revert "Issue #2594669 by Wim Leers, borisson_, dawehner, catch: LibraryDependencyResolver::getMinimalRepresentativeSubset() accepts a set as the input but doesn't complain if it's not actually a set"
- #2594669 by Wim Leers, borisson_, dawehner, catch: LibraryDependencyResolver::getMinimalRepresentativeSubset() accepts a set as the input but doesn't complain if it's not actually a set
- #2962508 by ankitjain28may: Path of CHANGELOG.txt in core/INSTALL.txt
- #2932617 by voleger, sahil432, bdlangton, joachim, alexpott: missing details in param docs for DateTimePlus::format()
- #2958429 by alexpott: Properly deprecate SafeMarkup::format()
- #2935256 follow-up by alexpott: Remove all usages of drupal_get_message and drupal_set_message in modules - PHP5.5 break
- #2934527 by pifagor, msankhala, Gábor Hojtsy: Improve example code in block.module
- #2960978 by maboresev, benjifisher: Change getSourceIDsHash to getSourceIdsHash in the Migrate module
- #2960981 by jtriguero, benjifisher: Change getConnectionID to getConnectionId in kernel tests
- #2935256 by Jo Fitzgerald, voleger, kim.pepper, ibustos, Yogesh Pawar, catch, jibran: Remove all usages of drupal_get_message and drupal_set_message in modules
- #2962304 by Sam152: EntityPublishedTrait should use getEntityKey for better performance
- #2211429 by anavarre, cambraca, LoMo, ajalan065, Dane Powell, royal121, Truptti, cashwilliams, mcdruid, catch: Incorrect image URL using an image style should return a 404 instead of a 403
- #2938972 by runeasgar, MerryHamster, ryanhayes, msankhala, Jo Fitzgerald: Replace drupal_render() in sample code
- #2950709 by idebr, Grimreaper: ConfigSync.php tries to include non-existing file config.admin.inc
- #2961986 by Sam152, Berdir, tstoeckler: The ContentEntityBase entity key cache is purged incorrectly when two keys exist for one field
- #2870452 by andypost, vaplas, claudiu.cristea, Ujin, Jo Fitzgerald, michielnugter, Lendude: Convert web tests to browser tests for menu_ui module
- #2950129 by msankhala, Wim Leers: Add helpful reason for 'update' and 'delete' access not being allowed to MediaAccessControlHandler
- #2962736 by idebr: phpunit.xml.dist has an incorrect instruction on how to disable deprecation errors
- #2960797 by seeallie, susannecoates, TaoStyle, matias, ChrisDarke: Footer of Umami, [find out more] links the whole div
- #2939634 by kevin.dutra, runeasgar, Sam152, alexpott: Unable to order transitions if there are more than 20
- #2918643 by eyilmaz, alexpott: TipPluginText's ariaId is not unique
- #2955803 by zviryatko, andypost: Do not attach history for non-node entities in CommentViewBuilder::buildComponents()
- #2949177 by tim.plunkett, samuel.mortenson, mark_fullmer, tedbow, EclipseGc, andypost: Introduce a service that returns filtered plugin definitions
- #2956202 by tim.plunkett, tedbow, amateescu, xjm: EntityDisplayBase::init() should use ::setComponent() for extra fields
- #2962248 by tim.plunkett: Layout Builder defaults should support third party settings
- #2776605 by chr.fritsch, phenaproxima, dawehner: Make it possible to specify a destination after the installation for distributions
- SA-CORE-2018-004 by David_Rothstein, alexpott, larowlan, Heine, Pere Orga, tim.plunkett, mlhess, xjm, Jasu_M, drumm, cashwilliams, quicksketch, dawehner, pwolanin, samuel.mortenson
- #2936161 by Yogesh Pawar, idebr, alexpott: status-messages.html.twig documentation refers to non-existing variable 'display'
- #2959124 by borisson_, eiriksm: Unexpected quote in workflow exception
- #2851736 by borisson_, fago, pritish.kumar, Yogesh Pawar, amateescu, alexpott: Language reference fields do not implement OptionsProviderInterface
- #2961649 by zuhair_ak, gawaksh, ankitjain28may, kiruba karan, dawehner, heddn, cilefen, mradcliffe: Add a /INSTALL.txt pointing to /core/INSTALL.txt
- #2666746 by droplet, Darren Oh: Fix simultaneous file uploads re-posting data
- #2937543 by alexpott, Berdir, larowlan: Using the Yaml::PARSE_KEYS_AS_STRINGS flag is deprecated since Symfony 3.4 as it will be removed in 4.0
- #2912348 by maxocub, Jo Fitzgerald, masipila, heddn, phenaproxima: Handle entity_references related to Drupal 6 and 7 node translations with different IDs
- SA-CORE-2018-003 by mlewand, wwalc, jcisio, Kyaw Min Thein, Wim Leers, larowlan, dawehner, drpal, xjm
- #2886904 by jhodgdon, andrewmacpherson, volkerk, Eric Heydrich, Vidushi Mehta, Utkarsh_Mishra, jenlampton, hosef, anavarre, adriancid, xjm, alexpott, mgerbault, tracipotocnik, BSpeel, yoroy, lauriii: display: block for details/summary hides drop arrows in Firefox (normalize.css update)
- #2950125 by owenbush, Wim Leers: Add helpful reason for 'update' and 'delete' access not being allowed to CommentAccessControlHandler
- #2905111 by bdlangton, joachim: error in docs for DrupalKernel::findSitePath()
- #2902310 by kiruba karan, Yogesh Pawar, nyph1337, Purencool, droplet, Eric115, xjm, if-jds: Add bottom padding to off-canvas dialog
- #2959276 by alexpott: Twig_Node::getLine() is deprecated
- #2930534 by ddavidd, if-jds, sdewitt, rickmanelius, andrewmacpherson, benjifisher, jerseycheese: Seven pager items do not meet WCAG AA 1.4.3 for contrast
- #2960528 by kaythay, ckrina, SaintNexcis, benjifisher, msankhala: Fix styles for border radius on hover state for Recipies banner in Umami
- #2959963 by msankhala, marcoscano: Remove obsolete code from MediaTypeForm
- #2960611 by msankhala, dmitryl, benjifisher: Change lookupSourceID and lookupDestinationID to lookupSourceId and lookupDestinationId in the Migrate module
- #2955673 by msankhala, jenlampton: Text 'logged in as admin' in update.php message is ambiguous
- #2960056 by Jo Fitzgerald: Add deprecation test to d6/DateField
- #2960324 by bdlangton, ameya1727, Chi, davidneedham: Wrong deprecation message in core/lib/Drupal/Core/Routing/RouteFilterInterface.php
- #2952059 by ckrina, BrightBold, Adita, timwood, Eli-T: Add Crema Catalana to Umami
- #2930274 by dawehner, Berdir, slashrsm, Sam152: View mode class is not built correctly in media.html.twig
- #2956067 by neeraprajapati, nkoporec, bhanuprakashnani, kari.kaariainen, alexpott, swels: Change "Terms language" label to "Term language" in the Vocabulary default form
- #2960309 by andrew-as, quietone: Fix @see path in MigrateDestinationInterface
- #2953385 by mondrake, voleger: Add a $connection property to DatabaseTestBase kernel test class to be used by extending classes
- #2960443 by Cottser: Remove Cottser as Drupal 8 core maintainer and Stable theme maintainer
- #2959148 by alexpott: Enable PHPCS for info.yml files
- #2916018 by amateescu, plach, Berdir, tstoeckler: Allow the table mapping to be initialized from outside the storage
- #2956814 by tim.plunkett: FileValidationConstraintValidator assumes that the file exists
- #2960214 by webflo: TestSiteApplicationTest fails on sites with long base path
- #2605714 by andypost, Utkarsh_Mishra, Chi, idebr: Cleanup HistoryUserTimestamp views filter handler
- #2959316 by dww, Lendude, alexpott, dawehner, xjm: Views argument validators that modify argument values aren't reflected in token replacement
- #2919157 by benjy, amateescu, Sam152: Unable to convert a non-translatable entity into a revisionable entity
- #2916898 by dagmar, jhodgdon, chmez, dpagini, nicolas.rafaelli, alexpott, tstoeckler: Do not use basic_html text format for 'No log messages available.' message
- #2949351 by alexpott, Lendude, tim.plunkett, dawehner: Add a helper class to make updating configuration simple
- #2960054 by Sam152: content_moderation_post_update_update_cms_default_revisions fails if content_moderation was enabled but no entity types were being moderated
- #2216161 by Wim Leers, alexpott, jhedstrom, borisson_, Berdir: Simplify performance settings page
- #2863626 by vaplas, wengerk, mondrake, naveenvalecha, Lendude, nlisgo, Jo Fitzgerald, claudiu.cristea, scuba_fly, mohit1604, dawehner, jonathan1055, alexpott: Convert web tests to browser tests for image module
- Revert "Issue #2959316 by dww, Lendude, dawehner: Views argument validators that modify argument values aren't reflected in token replacement"
- #2955869 by alexpott, dawehner, plach: Fix multilingual install on Drupal dev version for CLI utilities
- #2380285 by amateescu, daffie, gaurav.kapoor, Pavan B S, plach, tstoeckler: SqlContentEntityStorage::mapFromStorageRecord() should respect the table mapping
- #2959316 by dww, Lendude, dawehner: Views argument validators that modify argument values aren't reflected in token replacement
- #2950892 by tim.plunkett, guile2912, tedbow: Exceptions thrown during Layout Builder preview are not caught
- #2225587 by quietone, Jo Fitzgerald, alexpott, heddn, Pavan B S, maxocub, phenaproxima, Gábor Hojtsy, ao2: Migrate D6 i18n menu links
- Revert "Issue #2225587 by quietone, Jo Fitzgerald, heddn, Pavan B S, maxocub, phenaproxima, Gábor Hojtsy, ao2, alexpott: Migrate D6 i18n menu links"
- #2500495 by quietone, Jo Fitzgerald, phenaproxima, maxocub, alexpott, mikeryan, chx: Upgrade path for Color 7.x
- #2886613 by blake.thompson: Allow Attachments on Embed Displays
- #2945563 by maxocub, heddn: Migration dependencies are not set when using the migration_lookup or iterator process plugins
- #2225587 by quietone, Jo Fitzgerald, heddn, Pavan B S, maxocub, phenaproxima, Gábor Hojtsy, ao2, alexpott: Migrate D6 i18n menu links
- #2906229 by mpdonadio, wengerk, colan, gambry, Sutharsan, joelstein, Manuel Garcia, catch, marcvangend: Add DateTimePlus::getPhpDateTime() for situations that require a DateTimeInterface
- #2958862 by msankhala, jhodgdon, joachim: Sample code needs to have namespace on the Url class
- #2488116 by dipen chaudhary, cpj, ashutoshsngh, joachim, znerol, priya.chat, jhodgdon, anavarre, jmarkel: Document the session subsystem
- #2889684 by ankitjain28may, kanav_7, borisson_, gaurav.kapoor, naveenvalecha, joachim, alexpott: missing class docs for ContainerDerivativeDiscoveryDecorator
- #2916877 by DyanneNova, tim.plunkett, joelpittet: Update Layout Builder CSS to match updated mockups
- #2626716 by jacktonkin, MaskOta, tedbow, michielnugter, ozin, dawehner, swetashahi, una_maria, zviryatko, mohit_aghera, kryp71c, Jo Fitzgerald, Munavijayalakshmi, Truptti, droplet, andrewmacpherson: "Edit Summary" link not showing if "Help Text" is set
- #2959298 by anmolgoyal74, claudiu.cristea, gnuget: Remove PirateDayCacheabilityMetadataConfigOverride::isCacheabilityMetadataApplicable because is not used anywhere
- #2958584 by jarodriguez, Deepthi kumari, jhodgdon: Documentation of options on POWriter is missing in one place, wrong in the other
- #2575841 by nicrodgers, znerol, Utkarsh_Mishra, MerryHamster, markdorison: Use proper method name in DynamicPageCacheSubscriber
- #2896535 by timmillwood, tedbow: Create a helper trait for Forms in ajax dialogs
- #2958292 by rlhawk: Use SerializerAwareTrait instead of extending deprecated SerializerAwareNormalizer in NormalizerBase
- #2958293 by rlhawk: Use SerializerAwareTrait instead of extending deprecated SerializerAwareEncoder in XmlEncoder
- #2798891 by ankitjain28may, trobey, TR: Define project dependencies in core module .info files
- #2958176 by alexpott: Replace all remaining superglobals ($_GET, $_POST, $_REQUEST and $_FILES) with Symfony Request object
- #2958407 by alexpott: Properly deprecate SafeMarkup::isSafe, SafeMarkup::checkPlain and the SafeMarkup class
- #2925689 by alexpott: ConfigValidation class contains code that is brittle and changing for every addition
- #2901753 by alexpott: [PHP 7.2] DrupalKernel.php: ini_set(): Headers already sent
- #2939491 by hchonov, slasher13, alexpott, dawehner: Prevent memory leak and inconsistent entity references when serializing entity storages
- #2936002 by RytoEX, quietone: Docs fix in MigrateUpgradeForm
- #2798947 by Lendude, loopduplicate, rocketeerbkw, netdreamer, LoMo, Kristen Pol, rwam, Berdir, dawehner: Views pagers include ajax metadata
- #2958785 by abramm: ContextDefinition isSatisfiedBy() check fails for context using inherited class
- #2956411 by amateescu: Simplify \Drupal\Core\Entity\Query\Sql\Tables::addField() a little
- #2926633 by alexpott, dawehner, Mile23, mglaman, Wim Leers, jibran, larowlan, Lendude, Berdir: Provide a script to install a Drupal testsite
- #2868732 by phjou, ckaotik: EntityDisplayModeListBuilder is limited to 50 view modes
- #2937045 by quietone, heddn: source plugin source_module testing seems incomplete
- #2927408 by Anas_maw, Erik Frèrejean, timmillwood, Sam152, catch: Default value not correctly set in the ModerationStateWidget
- #2869916 by johndevman, tstoeckler, borisson_, larowlan: SiteConfigureForm ignores 'skip_permissions_hardening' setting
- #2943646 by SylvainM: Translated user can not be deleted
- #2849187 by Lendude, Yogesh Pawar, asghar, chiranjeeb2410, Pavan B S, themetman, dbjpanda, borisson_, Wim Leers: Responsive Image shows an Error in Views
- #2899051 by drunken monkey: Properly document possible exceptions for EntityTypeManagerInterface::getStorage()
- #1927648 by damiankloip, Wim Leers, marthinal, tedbow, alexpott, Arla, juampynr, garphy, bc, ibustos, eiriksm, larowlan, dawehner, gcardinal, kylebrowning, vivekvpandya, Sam152, neclimdul, pnagornyak, drnikki, queenvictoria, gaurav.goyal, kim.pepper, Berdir, clemens.tolboom, blainelang, moshe weitzman, webchick, linclark, dabito, skyredwang, Dave Reid, gabesullice, dagmar, klausi, andypost, aheimlich, slashrsm, pwolanin, xjm, catch, amateescu: Allow creation of file entities from binary data via REST requests
- Revert "Issue #1927648 by damiankloip, Wim Leers, marthinal, tedbow, Arla, alexpott, juampynr, garphy, bc, ibustos, eiriksm, larowlan, dawehner, gcardinal, vivekvpandya, kylebrowning, Sam152, neclimdul, pnagornyak, drnikki, gaurav.goyal, queenvictoria, kim.pepper, Berdir, clemens.tolboom, blainelang, moshe weitzman, linclark, webchick, Dave Reid, dabito, skyredwang, klausi, dagmar, gabesullice, pwolanin, amateescu, slashrsm, andypost, catch, aheimlich: Allow creation of file entities from binary data via REST requests"
- #2868078 by Manuel Garcia, claudiu.cristea, benjifisher, faline, gigiabba, ankitjain28may, mohit1604: Use new array syntax in PHP files outside of /core
- #2932606 by jibran, mpdonadio, alexpott, catch: Use PHPUnit 6 for PHP 7.0 / 7.1 testing
- #2951242 by alexpott, amateescu, bmunslow, Berdir, greg606, donaldp: Allow BaseFieldDefinition::setInitialValueFromField() to set a default value - this fixes issues with block_content_update_8400()
- #2839089 by hchonov, anmolgoyal74, leolando.tan, arunkumark, tstoeckler: $storage->load()->getTranslation('non-default')->getTranslation('default') initializes three entity objects instead of only two
- #2957367 by pifagor, jhodgdon: Message on PHPUnit requirements problem needs small update
- #1927648 by damiankloip, Wim Leers, marthinal, tedbow, Arla, alexpott, juampynr, garphy, bc, ibustos, eiriksm, larowlan, dawehner, gcardinal, vivekvpandya, kylebrowning, Sam152, neclimdul, pnagornyak, drnikki, gaurav.goyal, queenvictoria, kim.pepper, Berdir, clemens.tolboom, blainelang, moshe weitzman, linclark, webchick, Dave Reid, dabito, skyredwang, klausi, dagmar, gabesullice, pwolanin, amateescu, slashrsm, andypost, catch, aheimlich: Allow creation of file entities from binary data via REST requests
- #2944531 by trwill, timmillwood, Berdir: User performing revert should be set as revision author (revision_uid)
- #2895097 by FeyP, borisson_: Correct bundle info service interface name in EntityManager deprecation messages
- #2951548 by finne, idebr: Restore Menu Link parent references when deleting nested links
- #2952962 by tim.plunkett, sureshcj, JordiK, Madis, cilefen: Block visibility setting tab for Roles not showing
- #2955690 by mpdonadio: Move Common tests in system.module to BTB
- #2401797 by John Cook, larowlan, Jo Fitzgerald, dawehner, alexpott, Mile23, kim.pepper, phenaproxima, borisson_, andypost, voleger: Introduce a batch builder class to make the batch API easier to use
- Revert "Issue #2932606 by jibran, alexpott: Use PHPUnit 6 for PHP 7.0 / 7.1 testing"
- #2956828 by alexpott: Fix english in RequestSanitizer docs
- #2912353 by maxocub, alexpott, heddn, phenaproxima, quietone: Handle menu_items related to Drupal 6 and 7 node translations with different IDs
- #2932606 by jibran, alexpott: Use PHPUnit 6 for PHP 7.0 / 7.1 testing
- #2743931 by aaronbauman, gambry, harsha012, joachim, acbramley, rackberg, koryp, DedMoroz, akalam, Yogesh Pawar, alexpott, alexej_d, larowlan, stefan.r, unstatu, sathish.redcrackle: Saving to the private tempstore doesn't start a session for anonymous users
- #2939747 by adiaz, tstoeckler, kpolte: Use tags-style autocompletion for categories and tags in Umami
- #2952544 by hexblot, Sam152, timmillwood: Provide a reason for AccessResult::forbidden() in latest revision
- #2257231 by drumm, Sebastien @Actualys, Jody Lynn: file_url_transform_relative() should escape $http_host
- #2917218 by vaplas: Test to prevent regression between quickedit and ckeditor
- #2662932 by Darren Oh, imre.horjan, droplet, nod_, mohit1604, Peter Swietoslawski, swentel: Fix file upload progress bar
- SA-CORE-2018-002 by Jasu_M, samuel.mortenson, David_Rothstein, xjm, mlhess, larowlan, pwolanin, alexpott, dsnopek, Pere Orga, cashwilliams, dawehner, tim.plunkett, drumm
- #2945184 by samuel.mortenson: Third argument passed to hook_menu_local_tasks_alter is undocumented
- #2920672 by idebr, dpagini, abramm, xjm: OverviewTerms page has invalid table HTML when the user does not have access to some terms
- #2938053 by Wim Leers, alexpott: AccessResult::orIf() fails to retain the reason if both operands are neutral or forbidden, but the first contains a reason and the second one does not
- #2939814 by tedbow, rajeshwari10, borisson_, alexpott: Split SettingsTrayBlockFormTest into multiple class to only enable modules when needed
- #2942588 by mohit1604, chr.fritsch, tstoeckler, bojanz, joshi.rohit100, hchonov: EntityListBuilder::render() should use the entity type plural label in the empty text
- #2930101 by maxocub, heddn, alexpott, phenaproxima, catch, masipila: i18n / statistics - node counter not updated for translations
- #2949834 by alexpott: RequiredTest is not testing what it thinks it is testing
- #2951787 by andypost, Chi: Add missing jquery.form.min.js.map file
- #2933916 by alexpott: EmailAction incorrectly uses the result of ->mailManager->mail()
- #2949965 by alexpott, Lendude: \Drupal::classResolver() could be more helpful
- #2948073 by vaplas, alexpott: ContentTranslationUITestBase stragglers
- #2948276 by alexpott: Improve debugability of JavascriptTestBase tests
- #2943163 by seanB, Lendude: Wrong views exposed raw input values for multivalue filter field
- #2913967 by acbramley: TermInterface setName has incorrect parameter type
- #2937056 by facine: Fix EntityReferenceEntityFormatter variable description
- #2702683 by Manuel Garcia, xjm, prics, pguillard, Jo Fitzgerald, vg3095, ztl8702, lucian.cazaciuc, bojanz, tstoeckler, hchonov, rszrama, rteijeiro, svjuly, jibran, vdanielpop, vasike, jmikii, jhodgdon, Wim Leers, amateescu, Gabr1el, Drupa1ish, ciprian.stavovei: Add plural labels to entity types
- #2952461 by timmillwood: OffCanvasTest is set as @group settings_tray when it's not any more
- #2924570 by maxocub, Rajesh Kairamkonda, heddn: Missing mappings for "nodereference_buttons"& "nodereference_autocomplete" widgets
- #2911288 by maxocub, matslats: No mapping to upgrade list_float fields
- #2877030 by c.nish2k3, martin107, gaurav.kapoor, Mile23, dawehner: Remove stale deprecated code
- #2952967 by tim.plunkett, sarahjean: When allowing content items to have customized layouts, clicking 'Layout' on full view of a node takes you to the configuration for the 'default' view mode
- #2858569 by mfernea, LoMo, tstoeckler, borisson_: Custom Display Settings - Order the view modes based on name rather than key
- #2953880 by drunken monkey: Fix doc comments for DefaultTableMapping::allowsSharedTableStorage() and DefaultTableMapping::requiresDedicatedTableStorage()
- #2890049 by megan_m, andypost, lauriii: Forum template cannot access original topics data
- #2941763 by tim.plunkett, larowlan, xjm: Move elements of \Drupal\layout_builder\Entity\LayoutBuilderEntityViewDisplayStorage into a stand-alone service or static methods
- #2868273 by mondrake, borisson_: Missing a test for table TRUNCATE while in transaction
- #2948874 by martin107: Restrict build targets to IE11 and above
- #1137848 by Tor Arne Thune, mgifford, GaëlG, ericjenkins: /filter/tips page is listed by search engines
- #2926479 by bhanuprakashnani, mohit1604, joachim: incorrectly formatted docs in mainPropertyName()
- #2945247 by Mile23: Remove usages of @deprecated simpletest functions
- #2912583 by edwardaa, vaplas: Remove redundant ')' from TimestampItem FieldType annotation doc
- #2913901 by jhedstrom: Non-helpful error when BrowserTestBase::clickLink doesn't find the link
- #2921734 by TR: Fix ControllerBase stateService documentation
- #2943584 by er.pushpinderrana, VitaliyB98, harsha012, mohit1604, alexpott, joachim: incorrect docs in EntityTypeInterface::setAccessClass
- #2843060 by amateescu: Term field "parent" could not be handled properly by ContentEntityBase::hasTranslationChanges
- #2687711 by chriscohen, anavarre: Drupal PHPUnit tests currently NEED the profiles directory to exist
- #2409435 by Jo Fitzgerald, phenaproxima, srjosh, edysmp, KarenS, svendecabooter, bdimaggio, hosef, Yogesh Pawar, heddn, quietone, alexpott, larowlan: Upgrade path for Book 6.x and 7.x
- #2949449 by japerry: Traits on WebTestBase cause PHP Fatal error in php 5.6
- Revert "-m"
- #2876432 by Lendude, dawehner, Gábor Hojtsy: Query settings missing when display type Entity Reference
- #2951684 by alexpott, quietone: Undefined index ReviewForm->buildForm() line 240
- #2945502 by Manuel Garcia: Unreadable text on site branding block when placed outside of the header
- #2941646 by mr.baileys: Documentation on datetime #date_increment is incorrect/misleading
- #2938853 by mcdruid: Remove outdated and misleading comment re. temp directory from file_save_upload
- #2786577 by gambry, vaplas, j1n, adriancid, jibran, artis, diamondsea, mpdonadio, jhedstrom, Darvanen, bkosborne, xjm, larowlan, dkre, Lendude, effulgentsia, dawehner, alexpott: The Views integration Datetime Range fields should extend the views integration for regular Datetime fields
- #2858455 by pacproduct: Number of line breaks consistency in user e-mails
- #565220 followup by alexpott: Fix Weight form element behavior
- #2941494 by jhedstrom, Lendude: Deprecate SystemConfigFormTestBase and create kernel test version
- #2935190 by mohit1604, aryashreep, Lan Anh, Sutharsan, longwave, alexpott, mikispeed, webflo, John Cook: Fix variable names in Gettext component
- #2950630 by msankhala, wombatbuddy: The description of the FormStateInterface refers to the nonexistent property \Drupal\Core\Form\FormState::$internalStorage
- -m
- #2883821 by David_Rothstein: Fix incorrect line spacing in private and temporary directory .htaccess files
- #2865223 by timmillwood, amateescu: Node type form alter sets new revision to false on subsequent saves
- #2933310 by masipila, heddn: Add documentation to EntityUser destination plugin
- #2914287 by Sam152, Manuel Garcia: Entity links aren't added to views using the revision table as a base
- #2877119 by alexpott, Dane Powell: Cannot uninstall Config module via drush config-import
- #2949378 by masipila, heddn, phenaproxima: Document that SqlBase source plugin must use the ignore_map configuraition option if expressions are used in the query
- #2940165 by mondrake, Berdir: [regression] Cannot add effects to image style via the UI
- #2647824 by xjm: Determine what should go in CHANGELOG.txt for 8.x core releases.
- #2940890 by plach, Wim Leers, effulgentsia, matsbla, timmillwood: Don’t allow deleting revision translations in pending revisions
- #2942986 by alexpott, Lendude, chr.fritsch, larowlan, dawehner, catch: Views should be dependent on providers of table data via hook_views_data
- #2949815 by plach, catch: Flagging translations as outdated in a pending revision causes multiple translations to be marked as affected
- #2937799 by EclipseGc, tim.plunkett, effulgentsia, tedbow, Kristen Pol: Allow greater flexibility within SectionComponent::toRenderArray()
- #2949710 by plach, catch: Pending revisions may become unavailable when untranslatable fields affect all translations
- #2949619 by plach: Removed revision translations may reappear when creating a new revision
- #2946603 by drpal, alexpott, dawehner: JS codestyle: no-use-before-define
- #2910706 by joelpittet, droplet, alexpott, Yogesh Pawar: Update Stylelint related Packages
- #2946425 by vaplas, borisson_, Lendude, dawehner: Correcting the tests that lie in BTB but using WTB
- #2935193 by Sutharsan, alexpott: Fix broken exceptions in Gettext component
- #2866804 by harsha012, joelpittet, BrightBold, csd713: Update stylelint rule declaration-block-no-duplicate-properties to be consistent with Drupal's CSS standards
- #2946041 by neerajsingh: Theme development link should point to the version specific documentation
- #2931443 by Wim Leers, casey, zuuperman, drpal: Browser parsing race condition: JSON.parse sometimes called on partially streamed BigPipe placholder replacements, causes fatal JS error
- #2893117 by Mile23, Berdir, Yogesh Pawar, xjm, catch, alexpott: Improve HTML caching of Simpletest UI test form
- #2934994 by Wim Leers, Mile23: Complete deprecation of hook_rest_type_uri_alter(), hook_rest_relation_uri_alter()
- #2945306 by alexpott, dawehner: The new ModuleList in 8.6.x can discover modules in tests the previous code could not
- git commit -m 'Issue #2941945 by L-four, chiranjeeb2410: path.api.php references to a non-existent PathInterface class and updated to AliasStorageInterface'
- #2945275 by alexpott: Remove hack to fix bug in symfony/yaml
- #2940146 by Eli-T, cehfisher, nicolarbell, markconroy, kjay, Gábor Hojtsy, andrewmacpherson, JayKandari, volkswagenchick: Standardize writing style for Umami
- #2942769 by neclimdul: Consolidate umami .htaccess files and testing - coding standards followup
- #2943627 by tim.plunkett, Falco010, alexpott, samuel.mortenson: Layout Builder does not consult layout plugin for dependencies
- #2918761 by quietone, chiranjeeb2410, phenaproxima, maxocub, heddn, alexpott: Break up MigrateUpgradeForm into smaller forms
- #2942769 by alexpott, vaplas, smaz, Gábor Hojtsy, borisson_, Eli-T: Consolidate umami .htaccess files and testing
- #2934145 by quietone, heddn, Jo Fitzgerald, David Hern√°ndez, alexpott, joelpittet, phenaproxima, Gábor Hojtsy: Image field migration plugin in wrong module
- #565220 by voleger, Yogesh Pawar, gpk, alexpott: Fix Weight form element behavior
- #2462729 by segi, Yogesh Pawar, andypost, rpayanm, Gábor Hojtsy, alexpott, sidharthap, tstoeckler, tim.plunkett: Move ConfigurableLanguage hook implementations in language module to the entity
- #2881999 by vaplas, Wim Leers, dawehner, Jochus, Berdir, tstoeckler: Path to statistics.php is not correct when the path start with index.php
- #2788087 by alexpott, dawehner, shafiqhossain: Drupal 8: You have requested a non-existent service "router.route_provider.old"
- #2941058 by bn_code, chiranjeeb2410, plach, Gábor Hojtsy, Berdir: Switch from "column" to "property" terminology in the field translation synchronizer
- #2843617 by maxocub, hussainweb, joelpittet, quietone, heddn, Jo Fitzgerald: Field formatter mappings defined in getFieldFormatterMap have no effect
- #2904663 by tacituseu: Trailing space in field part of where expression generated by NumericArgument
- #2943338 by Wim Leers: rest_test module for testing REST module could be reused by contrib JSON API module
- #2947351 by amateescu, hchonov: DefaultTableMapping does not return the revision table name for multi-valued base fields
- #2940513 by Sam152, Berdir: ModerationStateFieldItemList fails after an entity has been serialized/unserialized
- #2907728 by Lendude, vaplas, dawehner, jibran, alexpott, Mile23: Installer: Convert system functional tests to phpunit
- #2460521 by Mile23, chx, mgifford, dawehner, larowlan: Deprecate hook_simpletest_alter()
- #2848812 by harsha012, gaurav.kapoor, Yogesh Pawar, Sharique, techtud, JayKandari, alexpott: Replace all calls to db_set_active, which is deprecated
- #2941062 by plach, Wim Leers: EntityUntranslatableFieldsConstraintValidator always allows changes in default revisions
- SA-CORE-2018-001 by cashwilliams, catch, cilefen, droplet, dawehner, bonus, agentrickard, David_Rothstein, Chi, Gábor Hojtsy, Heine, Wim Leers, Schnitzel, drpal, effulgentsia, tedbow, tim.plunkett, tstoeckler, xjm, will_c, stefan.r, samuel.mortenson, larowlan, greggles, logaritmisk, mpdonadio, pwolanin, plach
- #2885583 by drpal, keeganstreet, Dinesh18, naiduharish, sim_1, idebr, larowlan, Gábor Hojtsy, nick_schuch, droplet: Close button in tour module lacks descriptive text
- #2917234 by drpal, alexpott, dawehner, droplet: [2/2] JS codestyle: no-restricted-syntax
- #2936463 by jigarius, ragasirtahk, Jo Fitzgerald, zuhair_ak, heddn, larowlan, quietone: Throw exception when "callable" plugin is called with undefined on invalid callback
- #2944658 by neerajsingh, cilefen: Creating distributions link should point to the version specific documentation
- #2899392 by idebr, neclimdul, rgpublic: user_hook_toolbar() makes all pages uncacheable
- #2915175 by vaplas, Phonoman, Lendude: Duplicating a Page to Block after changing the display id and then saving the view destroys the Page
- #2937850 by Wim Leers, plach: Mark revision_default as internal for REST consumers
- #2778167 by Wim Leers, arunkumark: Build link in Statistics block with toRenderable()
- #2932083 by Lendude, andreyjan, siva_drupal: Views Table style plugin breaks dynamic cache
- #2907169 by Mile23, Jo Fitzgerald: Break KernelTestBase dependency on Simpletest, deprecate stub BC traits
- #2934960 by marcoscano, mycw1991, seanB, evankay, chr.fritsch, andrewmacpherson, jefuri, Jeroen Witte: Clean up icons that ship with Media
- #2945041 by heddn, maxocub: Categorize derived migrations according to their type
- #2938643 by markconroy, andrewmacpherson, David_Rothstein, yoroy: Umami Banner Block does not have accessible text alternative at wide viewport
- #2938194 by markconroy, andrewmacpherson: Focus styles should meet accessibility guidelines in Umami theme
- #2941647 by markconroy, JayKandari, cehfisher, smaz, andrewmacpherson: Link hover styles unintentionally applied to administration toolbar
- #2938800 by markconroy, David_Rothstein, ckrina, smaz, Eli-T, cehfisher, larowlan: Finalize wording for Toolbar warning message
- Revert "Issue #2942769 by alexpott, Eli-T: Consolidate umami .htaccess files and testing"
- #2661542 by Mile23, Mixologic: Isolate Drupal\Tests\Component\Plugin\DefaultFactoryTest from core test module
- #2942769 by alexpott, Eli-T: Consolidate umami .htaccess files and testing
- #2942590 by tim.plunkett: Layout Builder defaults should work regardless of the ability to provide overrides
- #2939925 by jibran, tim.plunkett, yo30: Add a getPluginDependencies() method to \Drupal\Core\Plugin\PluginDependencyTrait
- #2713073 by harsha012, Mile23, dawehner, webflo, jibran: Add required php extensions to composer.json
- #2933620 by masipila, mpdonadio, heddn, quietone, phenaproxima, maxocub, kay_v, cilefen: Polish migrate.api.php API documentation
- #2711099 by heddn, Jo Fitzgerald, edysmp, edgewl2, alexpott, Charlotte17, mikeryan, masipila, quietone, maxocub, phenaproxima: Categorize migrations according to their type
- #2944524 by wundo: Typo in Drupal\Core\Routing\UrlGenerator
- #2942388 by alexpott, quietone: Ensure d7_url_alias migration works for paths without a slashes
- #2944291 by jibran, Mixologic: Upgrade behat/mink-selenium2-driver to 1.3.x-dev
- #2943860 by Mixologic, alexpott: Add a LICENSE.txt to Serialization and Transliteration components
- #2944215 by jeqq, alexpott: Aliases generated by PathItem::generateSampleValue() should start with a slash
- Revert "Issue #2918761 by quiett pushone, chiranjeeb2410, phenaproxima, maxocub, heddn, alexpott: Break up MigrateUpgradeForm into smaller forms"
- #2899141 by andypost, yongt9412: jQuery Form Plugin update to latest stable release
- #2784015 by amateescu, jlbellido, Gogowitsch, krknth, ibustos: Widget validation crashes on ItemList violations for widgets with a custom errorElement() implementation
- #2942497 by scott_euser, timmillwood, malcomio, Berdir: Using content moderation block in preview mode causes EntityStorageException
- #2941106 by droplet, idebr: Site email address in the install profile form is no longer copied to the user email address
- #2817833 by Jo Fitzgerald, chiranjeeb2410, ckaotik, vaplas, svendecabooter, aleevas, bhanuprakashnani, heddn, quietone, mikeryan, alexpott, catch: Delay sql map table creation
- #2939988 by bn_code, xjm, Sam152: Remove content moderation exclusion from StableLibraryOverrideTest
- #2933099 by Sam152, sathish.redcrackle, amaisano, Berdir: "Default Revision cannot be deleted." But it's not the default revision
- #2943209 by gabesullice, amateescu, Wim Leers: Mark at least one entity_test entity type as 'internal'
- #2866801 by harsha012, joelpittet, BrightBold, droplet, Akshay kashyap, arunkumark, bmx269: Update stylelint rules color-hex-length to be consistent with Drupal's CSS standards
- #2942068 by kim.pepper, jibran: FileTestSaveUploadFromForm incorrectly counts messages
- #2914503 by jibran, tim.plunkett, samuel.mortenson: Determine if serializing blobs is safe for use in Layout Builder
- #2943445 by VitaliyB98: Incorrect path to icons in stable/settings_tray CSS files
- #2931436 by amateescu, dillix, Berdir, DuneBL, plach: field_purge_batch expects an array of objects but instead gets an array of arrays
- #2939563 by webchick: Un-hide Media from the UI. With special thanks to all contributors who helped us get here!
- #2943486 by xjm: media-reference-help.html.twig missing from stable theme
- Revert "Issue #2939563 by webchick: Un-hide Media from the UI. With special thanks to all contributors to helped us get here!"
- #2939563 by webchick: Un-hide Media from the UI. With special thanks to all contributors to helped us get here!
- #2936293 by xjm, tedbow, marcoscano, ershov.andrey, phenaproxima, benjifisher, samuel.mortenson, davidhernandez, tim.plunkett, Gábor Hojtsy, seanB, ckrina, yoroy, DyanneNova, amateescu: At least inform content authors where they can list and add media
- #2943226 by droplet: Remove droplet from MAINTAINERS.txt
- #2921367 by ApacheEx, xjm, effulgentsia, drpal, webchick, justafish, dawehner: Add the JS modernization initiative to MAINTAINERS.txt
- #2802403 by _Archy_, Berdir, rjay, catch, Tachion, jacktonkin, oriol_e9g, willwh, tameeshb, dawehner, dhansen, bmcclure, DeFr, david.gil, gagarine, plach: Combination of language negotiation and path aliasing can cause a corrupted route cache, 404s
- #2940899 by plach, Wim Leers, hchonov: Regression: _entity_form routes should not get load_latest_revision_flag by default: changes default behavior (= regression) while only Content Moderation needs it
- #2941902 by smaz: Reduce the file size for bundled images in Umami
- #2943035 by tedbow, xjm, tim.plunkett: hook_field_widget_multivalue_form_alter and hook_field_widget_multivalue_WIDGET_TYPE_alter are not invoked for single widget that handle multiple values
- #2942522 by Wim Leers: Follow-up for #2543726: remove work-around in POST test coverage for bug in Term entity type that has been fixed
- #2942406 by Eli-T, markconroy, andrewmacpherson: Text alternative for Umami mobile search link
- #2941622 by Wim Leers: Make REST's EntityResource deriver exclude internal entity types and mark ContentModerationState entity type as internal instead of the current hack
- #2942293 by Neograph734: Uppercase letter in Bartik's color.inc causes incorrect color replacements
- #2937469 by alexpott, Mixologic: Automatic upgrade to PHPUnit 6 is dangerous
- #2877383 by chr.fritsch, starshaped, seanB, phenaproxima, xjm, Wim Leers, Gábor Hojtsy, marcoscano, alexpott, Berdir: Add action support to Media module
- #2941318 by davewilly, chiranjeeb2410, kiamlaluno: Incorrectly formatted documentation in Get migrate process plugin
- #2939026 by tstoeckler: Installer does not fix the database connection after creating the database on MySQL
- #2936511 by hchonov, Berdir, plach, Wim Leers, catch, amateescu, sdewitt: ContentEntityType::getRevisionMetadataKeys() never considers the BC logic because of the new "revision_default" key
- #2935951 by heddn, maxocub, quietone, Jo Fitzgerald, phenaproxima, alexpott, larowlan: Copy migrate source plugin from migrate_drupal_d8 into migrate_drupal
- #2940088 by joelpittet, cilefen: Shorthand hex colors in CSS files break color module's comparisons
- #2941837 by Eli-T, kjay, cehfisher: Move article body out of csv file in to their own text file
- #2866817 by harsha012, Jo Fitzgerald, BrightBold, alexpott, joelpittet: Update stylelint rule no-empty-source to be consistent with Drupal's CSS standards
- #2936085 by tim.plunkett, Kristen Pol, larowlan: Remove 'display title' or make it unchecked by default for Field Block
- #2942600 by tim.plunkett: SectionComponent::toRenderArray() runs access checks even when not needed
- #2940201 by xjm, amateescu, benjifisher, tedbow, tim.plunkett, Berdir: hook_field_widget_form_alter() can no longer affect the whole widget for multi-value fields
- #2927227 by Jo Fitzgerald, Olarin, ao2, quietone, heddn: d6_url_alias migration fails when the src path in D6 contains no slashes
- #2860097 by plach, timmillwood, Sam152, Wim Leers, hchonov, catch, amateescu, matsbla: Ensure that content translations can be moderated independently
- #2920963 by quietone, Saviktor, shashikant_chauhan: Remove the migrate.migration prefix from core test migrations
- #2938185 by tedbow, JayKandari, navneet0693, acbramley, Eli-T, larowlan, webchick, markconroy, andrewmacpherson, David_Rothstein, smaz, ckrina: When installing Umami, only show warning if 'Demo Umami' radio button is selected (and ensure that it is obvious that warning message only applies to the Umami profile)
- #2941736 by plach, Sam152, amateescu, timmillwood: Moderation state revisions should have their isDefaultRevision() match the host entity's
- #2941912 by Mohit Malik, quietone: Remove incremental @todo from MigrateUpgradeForm
- #2941558 by markconroy, Eli-T, oakulm: Theme does not provide logged in users menu item or controls to edit his/hers user details
- #2942007 by David_Rothstein, navneet0693, andrewmacpherson: Move the footer promo block image to a field, for better configurability and accessibility
- #2940362 by Eli-T, kjay, navneet0693, markconroy, larowlan, Gábor Hojtsy: Move recipe instruction out of csv file in to their own text file
- #2942073 by effulgentsia, Sam152: Add a "bare.standard.php.gz" test fixture that starts from Drupal 8.4.0
- #2937483 by tim.plunkett, larowlan, EclipseGc, samuel.mortenson: Defining a new type of section storage relies on magic strings and hidden assumptions
- Revert "Issue #2893117 by Mile23, Berdir: Improve HTML caching of Simpletest UI test form"
- #2927344 by Wim Leers, xjm, TR, webchick, larowlan, David_Rothstein, catch, yoroy: Specifically warn about end dates for PHP support for old versions
- #2940956 by alexpott: Properly disable resource tracking in the ContainerBuilder
- #2939208 by alexpott, tim.plunkett: Services registered with ContainerBuilder::setDefinition() are removed from container causing a BC break
- #2936642 by tim.plunkett: Getting runtime contexts will generate an E_WARNING for anonymous users
- #2938805 by markconroy, David_Rothstein, ckrina, Eli-T: Finalise the wording of the warning message on the status report page
- #2916084 by tim.plunkett, John Cook, andrewmacpherson, borisson_: Add John Cook as Batch API subsystem maintainer
- #2941582 by markconroy, Eli-T, smaz, ckrina, steveparks: Create a drupal.org documentation page for Umami profile to explain why it shouldn't be used in production sites
- #2941457 by agentrickard, tim.plunkett, hbensalem: EntityAdapter::getIterator requires undocumented methods
- #2775653 by dawehner, droplet, michielnugter, Lendude, jibran, alexpott, Mixologic, klausi, juampynr, cosmicdreams, cspitzlay, justafish, drpal, larowlan, claudiu.cristea, Berdir, Mile23, andypost, xjm, mtodor: JavascriptTests with webDriver
- #2914839 by Sam152: The current moderation state in the "meta" region on content entity forms is coupled to the moderation_state field widget
- #2939692 by Leksat, blazey, larowlan: menu_link_content_entity_predelete deletes "collection", "add-form", etc. links
- #2940204 by plach, Wim Leers, effulgentsia, matsbla, Gábor Hojtsy, tacituseu: Translatable fields with synchronization enabled should behave as untranslatable fields with respect to pending revisions
- #2941275 by zuhair_ak, joachim: improve the exception message for a missing source ID value in \Drupal\migrate\Row
- #2937964 by Jo Fitzgerald, quietone: RequirementException summary doc line is incomplete
- #2937945 by yo30, kim.pepper, dawehner, voleger, larowlan: Add messenger to ControllerBase and FormBase
- #2940108 by yo30, quietone, maxocub: getLegacyDrupalVersion() returns string not int as documented
- #2939019 by David_Rothstein: Umami theme has a confusing theme description
- Revert "Issue #2940204 by plach, Wim Leers, effulgentsia, matsbla: Translatable fields with synchronization enabled should behave as untranslatable fields with respect to pending revisions"
- #2936714 by gabesullice, Wim Leers, amateescu, Sam152, Berdir: Entity type definitions cannot be set as 'internal'
- #2914484 by tim.plunkett, larowlan, xjm: Prevent the layout field from being removed if overrides exist
- #2940204 by plach, Wim Leers, effulgentsia, matsbla: Translatable fields with synchronization enabled should behave as untranslatable fields with respect to pending revisions
- #2941488 by larowlan, Eli-T: Add a .htaccess file to core/profiles/demo_umami/modules/demo_umami_content/default_content/images to prevent direct downloading of images
- #2938186 by navneet0693, John Cook, Eli-T, markconroy, smaz, ckrina, andrewmacpherson, larowlan: Set toolbar warning message to only appear on admin/edit pages
- #2938900 by David_Rothstein, navneet0693, JayKandari: Replace profile-defined blocks with custom blocks to fix a variety of problems
- #2938686 by Adam_Moulsdale, andrewmacpherson: Pink button/link style in Umami fails WCAG 2.0 SC 1.4.3 Contrast (minimum)
- #2791907 by ddrozdik, Chi: Improve TranslatableMarkup and FormattableMarkup classes
- #2927344 by Wim Leers, xjm, webchick, larowlan, catch, David_Rothstein, yoroy: Specifically warn about end dates for PHP support for old versions
- #2905098 by tedbow, Jo Fitzgerald, Wim Leers, MerryHamster, Yogesh Pawar, rajeshwari10, larowlan, xjm: Change block entity form handler from 'off_canvas' to 'settings_tray'
- #2747789 by jhedstrom, pashupathi nath gajawada: Improve UpdatePathTestBase debuggablity
- #2940367 by jibran: Update Symfony components to 3.4.4
- #2932715 by alexpott, mondrake, vaplas: PHPUnit testing fails on Windows since #2928249
- #2659616 by Lendude, greggmarshall, katzilla, hexabinaer: Check field order and fix below/above in descriptions
- #2809491 by ApacheEx, dawehner, Lendude: Convert AJAX part of \Drupal\field\Tests\Boolean\BooleanFieldTest::testBooleanField to JavascriptTestBase
- #2843707 by Chirag_Garg, lokapujya, xjm, gerzenstl: Default config for entity displays does not match what is saved
- #2768823 by Jo Fitzgerald, Berdir, quietone: Store uploads in correct translation
- #2939802 by Wim Leers, cburschka: Follow-up for #2824851: EntityResourceTestBase::getModifiedEntityForPatchTesting() handles @FieldType=path incorrectly
- #2935783 by larowlan, Wim Leers: RequestHandler's handle method interacts with the Route object but should be able to just declare arguments
- #2843328 by mpdonadio, alexpott, Mile23, cburschka, xjm: Enforce minimum PHP version in composer dependencies
- #2936704 by Wim Leers, amateescu, alexpott, Berdir: Remove REST route deprecations from DeprecationListenerTrait::getSkippedDeprecations(), use ExpectDeprecationTrait::expectDeprecation() instead
- #2922033 by tim.plunkett, mtodor, larowlan, xjm, pameeela, EclipseGc, samuel.mortenson: Use the Layout Builder for EntityViewDisplays
- #2857857 by vegantriathlete, Jo Fitzgerald, snehi, plach, xjm, Skabbkladden: Check use of "it's" in core to ensure proper use
- #2940050 by Mohit Malik, kiamlaluno: Fix the grammar for the comment describing TranslatableInterface::hasTranslation()
- #2940051 by Mohit Malik, kiamlaluno: Fix the punctuation in the comment describing what ContentEntityBase::isTranslatable() does
- Revert "Issue #2932715 by mondrake, alexpott, vaplas: PHPUnit testing fails on Windows since #2928249"
- Revert "Revert "Issue #2935157 by neclimdul, alexpott: Run-test.sh does not run TestSuite tests""
- #2922603 by tedbow, Wim Leers, andrewmacpherson: Mark Settings Tray module as stable
- Revert "Issue #2935157 by neclimdul, alexpott: Run-test.sh does not run TestSuite tests"
- #2937666 by Jo Fitzgerald, quietone: errorCount() returns string not int as documented
- #2931420 by harsha012, chiranjeeb2410, marcoscano, heddn: Fix wrong documentation on \Drupal\migrate\Plugin\migrate\source\SourcePluginBase::initializeIterator()
- #2887161 by Mohit Malik, joelpittet: Ensure argument order is correct for assertSame() assertions
- #2745491 by mcdruid, juampynr, Jo Fitzgerald, sanduhrs, snehi, mparker17, rodrigoaguilera: ImageWidget::validateRequiredFields() produces a PHP Warning message if triggering element is a non-button
- #2797639 by jzavrl, slashrsm, yobottehg, tassilogroeper, Yogesh Pawar, Berdir: For multi language private files FileDownloadController is used for the ImageStyle instead of ImageStyleDownloadController
- #2932715 by mondrake, alexpott, vaplas: PHPUnit testing fails on Windows since #2928249
- #2867960 by Eric_A, Mile23, Jo Fitzgerald, mpdonadio: Merge Component composer.json files to account for them during build
- #2687843 by quietone, heddn, Jo Fitzgerald, alexpott, piggito, mallezie, mikeryan, xjm, phenaproxima, benjifisher, webchick,Gábor Hojtsy, masipila, benjy, abhishek-anand, catch: Add back incremental migrations through the UI
- #2923915 by tstoeckler, heddn: Stubbing content entities with required fields with a default value is broken
- #2935076 by amateescu: EntityResourceTestBase::getNormalizedPostEntity() wrongly assumes that all entity types have auto-generated sequential IDs
- #2915398 by Sam152, amateescu, timmillwood, plach, mstef: The moderation_state field is not computed during the creation of a new entity translation
- #2929198 by alexpott: .ht.router.php does not support update.php
- #2880703 by alexpott, droplet, Daniel.Moberly, yogesh01: Status report page without JavaScript is messed up
- #2940169 by Nitebreed, jefuri, seanB: Remove all occurences of 'media entity' in core
- #2922862 by jibran: Update non-Symfony dependencies in lock file
- #2939885 by samuel.mortenson: UX regression (again): Prevent links in node preview from being clicked
- #1712106: Fix spelling mistake introduced on commit
- #1712106 by jamix, dawehner, m4olivei, Boobaa, InternetDevels, JacobSanford: truncate_utf8() cuts on the first newline character when $wordsafe == TRUE
- #2910705 by droplet, drpal: Update JS Build Script Packages
- #2936368 by gaurav.kapoor: Duplicate css property in toolbar module
- #2935157 by neclimdul, alexpott: Run-test.sh does not run TestSuite tests
- #2919890 by Darvanen, tstoeckler, xjm: Make BlockContentType use a route provider instead of hard-coded routes
- #2939904 by alexpott, Mile23: Fix system_get_info() for non-installed modules
- #2940174 by jefuri: Soundcould rename to Soundcloud in MediaSourceInterface
- #2938645 by kmbremner, swarad07, Gábor Hojtsy: invalid YAML in example
- #2939940 by bmx269, joelpittet: Update stylelint rules color-hex-case to be consistent with Drupal's CSS standards
- #2866818 by harsha012, BrightBold, brahmjeet789, joelpittet: Update stylelint rule number-leading-zero to be consistent with Drupal's CSS standards
- #2866806 by harsha012, Mukeysh, joelpittet: Update stylelint rule declaration-block-no-shorthand-property-overrides to be consistent with Drupal's CSS standards
- #2939917 by plach, jibran, Wim Leers: Field synchronization should run only for Content Translation-enabled entities
- #2939909 by plach, xjm, Wim Leers: Ensure that hook_bundle_info_alter() implementations know whether bundles are translatable
- #2938623 by kmbremner: broken link in docs for Condition::notExists()
- #2926187 by yannisc, xjm, s.messaris: Better Greek transliteration
- #2939724 by ryanhayes, joachim, Samvel, andrewmacpherson, sacha@wellborn.co.uk, Adam_Moulsdale, rachel_norfolk: wrong variable name in sample code
- #2897132 by timmillwood, Sam152, amateescu, pameeela, xjm, Wim Leers, webchick, lauriii, esod: Mark Content Moderation module as stable
- #2939018 by smaz, David_Rothstein: Umami theme and modules don't have version numbers in their info files
- #2939835 by David_Rothstein, markconroy: Documentation for testAppearance() says that it tests that Umami is the default theme, but it doesn't
- #2922701 by quietone, masipila, heddn, benjifisher, phenaproxima, larowlan, xjm, catch: Migrate UI - refer to modules and add help text
- #2939991 by chr.fritsch: Broken tests on PHP 5
- Revert "Issue #2939909 by plach, Wim Leers: Ensure that hook_bundle_info_alter() implementations know whether bundles are translatable"
- #2939742 by plach, Wim Leers: Node links always load the default revision during rendering
- #2939795 by plach, Wim Leers: Multilingual logic is not applied when a new revision translation is being added
- #2939909 by plach, Wim Leers: Ensure that hook_bundle_info_alter() implementations know whether bundles are translatable
- Revert "Issue #2895271 by navneet0693, Lendude, dawehner, pasan.gamage, larowlan: Convert web tests to JTB and KTB tests for user module part-3"
- #2939894 by xjm: Temporarily skip LocaleConfigTranslationImportTest because it is failing massively in HEAD
- #2895271 by navneet0693, Lendude, dawehner, pasan.gamage, larowlan: Convert web tests to JTB and KTB tests for user module part-3
- #2939242 by yo30: Update Drupal Documentation to reflect that assert() eval syntax is no longer to be used
- #2937159 by tim.plunkett, Kristen Pol, EclipseGc, drpal: Manipulating placement of components in Layout Builder UI is inconsistent
- #2938309 by tedbow, tacituseu, Wim Leers: Only install Quick Edit when necessary for Settings Tray tests
- Revert "Issue #2817833 by Jo Fitzgerald, ckaotik, svendecabooter: Delay sql map table creation"
- #2670730 by chr.fritsch, robpowell, alexpott, tstoeckler, Berdir, bojanz, dawehner: Provide a delete action for each content entity type
- #2893117 by Mile23, Berdir: Improve HTML caching of Simpletest UI test form
- #2938315 by plach: Move revision-related methods from ContentEntityInterface to RevisionableInterface
- #2817833 by Jo Fitzgerald, ckaotik, svendecabooter: Delay sql map table creation
- #2924812 by Sam152, plach, Wim Leers, timmillwood, xjm: Deprecate EntityRevisionConverter in content_moderation
- #2939247 by plach, hchonov: Revert Content Translation routes to act on default rather than latest revisions
- #2926412 by Wim Leers: Follow-up for #2883680: deprecation message indicates the wrong deprecation introduction version
- #2938170 by navneet0693, andrewmacpherson, markconroy, owenpm3, larowlan: Enable ALT text for Banner Block image field
- #2874904 by Mixologic, alexpott: Fix YamlTest to not scan core/node_modules
- #2938947 by Wim Leers, plach: Always list a "Current revision" for each available content translation
- #2939107 by plach, Wim Leers: Follow-up for #2924724: Clean up the node revision translation revert logic to leverage the new API
- #2208429 by dawehner, almaudoh, alexpott, jibran, Xano, donquixote, amitgoyal, bircher, stefan.r, Mile23, alvar0hurtad0, Berdir, andypost, larowlan: Extension System, Part III: ExtensionList, ModuleExtensionList and ProfileExtensionList
- #2938918 by David_Rothstein, markconroy, larowlan: Impossible to switch back to the Umami theme after switching away from it
- #2931765 by timmillwood, Wim Leers: Regression: \Drupal\hal\LinkManager\LinkManagerBase implicitly depends on REST module
- #1014816 by mondrake, Dave Reid, m1n0, leschekfm, jwilson3, claudiu.cristea, fietserwin, guybedford: Allow image fields to use any extensions the current image toolkit supports (instead of hard-coding jpg, png and gif only)
- #2938895 by plach, Wim Leers, hchonov, timmillwood: Make EntityConverter load the latest translation-affecting revision for translated entities
- #2938834 by alexpott: Resolve out-dated @todo in DefaultConfigTest
- #2936725 by gabesullice, Wim Leers, dawehner, Berdir: EntityDataDefinition::create() does not respect derived entity definitions
- #2937980 by pameeela, Jigar.addweb: Standard install sets article comment field to required
- #2935215 by alexpott: Apply coding standards to Drupal 8 PHP code in core/scripts
- #2936253 by gabesullice: Clarify usage of AccountProxyInterface: recommend AccountInterface for most use cases
- #2938799 by claudiu.cristea: Provide the timestamp scalar data type
- #2915782 by voleger, Wim Leers: Modernize ForumTest: use entity queries instead of DB queries
- #2924165 by TravisCarden: Doxygen for callable arguments missing callable keyword
- #2920536 by Wim Leers, Grayside: Force all serializer encoders + normalizers services to be private
- #2935137 by el7cosmos, Mixologic: License "GPL-2.0+" is a deprecated SPDX license identifier, use "GPL-2.0+-only" or "GPL-2.0+-or-later" instead
- #2938187 by markconroy, andrewmacpherson: Homepage/Recipes page banner image is duplicating on small screens
- #2925997 by tikaszvince, ndolley: position-min.js issue since 8.4 upgrade
- #2872355 by sarguna raj M, chiranjeeb2410, joachim: expand and clarify docs for DefaultPluginManager::alterInfo()
- #2938369 by Mohit Malik, yo30, mondrake, alexpott: The Symfony\Component\ClassLoader\WinCacheClassLoader class is deprecated
- #2921706 by Daniel Korte, bkosborne: Update example.settings.local.php to include ['cache']['bins']['page']
- #2914834 by snehi, tresti88, joachim: missing @return for drupal_get_user_timezone() and return types for other methods in bootstrap.inc
- #2936641 by alokvermaei: 'Path alias' in PathFilterForm.php is not translated
- #2935575 by gaurav.kapoor, kiamlaluno, amateescu: Fix or remove the @see tag
- #2936525 by priya.chat, benjifisher: Confusing documentation for setConfigOverrideLanguage()
- #2935254 by kim.pepper: Remove all usages of drupal_get_message and drupal_set_message in core includes
- #2937636 by piyuesh23, markconroy: Umami Theme - follow-up - Use hook_form_alter() for search block placeholder
- #2938360 by markconroy: Change hook_preprocess_block to use $variables instead of $vars
- #2930542 by sahil432, sdewitt, andrewmacpherson: Disabled form labels in Seven theme's node meta-data do not meet WCAG AA 1.4.3 Contrast (minimum)
- #2878556 by plach, matsbla, vijaycs85, Gábor Hojtsy, catch, gabesullice, effulgentsia, hchonov, hass, amateescu, xjm: Ensure that changes to untranslatable fields affect only one translation in pending revisions
- #2919373 by tedbow, Wim Leers, Adita, webchick, Berdir, drpal, xjm, samuel.mortenson, bircher: Prevent Settings Tray functionality for blocks that have configuration overrides
- #2937889 by larowlan, Sam152: Regression: LinkWidget no longer supports base fields with optional title
- #2937894 by navneet0693: Remove unneeded schema entry from demo_umami.schema.yml
- #2809635 by markconroy, navneet0693, alexpott, smaz, larowlan, Eli-T, webchick, yoroy, ikit-claw, budda, kjay, timmillwood, tkoleary, Gábor Hojtsy, andrewmacpherson, lauriii, JayKandari, jibran, ok_lyndsey, big_man, ckrina, nathancz, Paul_Gregory, vijaycs85, SharJay, tomphippen, tim.plunkett, Tarun Lewis, cehfisher, kreynen, Petr Illek, mariohernandez, thamas, thatdamnqa, John Cook, philipnorton42, h2cm, kattekrab, martin_q, waako: Create experimental installation profile
- #2927746 by alexpott, catch, slasher13, mpdonadio, martin107, RoSk0, jibran, larowlan, pounard, Mile23, Jo Fitzgerald, deviantintegral, pritish.kumar: Update Symfony components to 3.4.*
- #2936802 by alexpott, Wim Leers: expectDeprecation() doesn't work in isolated tests
- #2936941 by alexpott: Diff can infinitely loop since #2885309
- #2934997 by benjifisher, Lendude, xjm: Intermittent failure in MediaUiJavascriptTest
- #2908952 by sahil432, martin107: drupal_get_complete_schema() and drupal_get_schema() are not completely removed
- #2862744 by masipila, heddn: Add documentation to EntityBaseFieldOverride destination plugin
- #2862748 by masipila, Jo Fitzgerald, quietone, phenaproxima: Add documentation to EntityRevision destination plugin
- #2933773 by masipila, quietone: Merge handbook documentation to API: skip_on_empty process plugin
- #2933776 by masipila, quietone: Merge handbook documentation to API: sub_process process plugin
- #2936793 follow-up by tim.plunkett: Fix PHP5's hacking and wheezing.
- #2543726 by damiankloip, Wim Leers, claudiu.cristea, voleger, dagmar, dawehner, amateescu, tedbow, FredCorreia, mgalalm, caseylau, jibran, dbjpanda, pcambra, Grimreaper, idebr, dmouse, larowlan, Berdir, chx, andypost, yched, fgm: Make $term->parent behave like any other entity reference field, to fix REST and Migrate support and de-customize its Views integration
- #2936793 by tim.plunkett, tstoeckler, EclipseGc: EntityReferenceItem::generateSampleValue() should create a sample entity if a referenceable entity is not found
- #2935779 by tim.plunkett, EclipseGc, webchick, xjm, dead_arm: Come up with an affordance for what parts of the page are/are not affected by Layout Builder
- #2902187 by amateescu, timmillwood, Sam152, webchick, Manuel Garcia, xjm, plach, DuneBL, larowlan, Bojhan, jibran, Berdir, jojototh: Provide a way for users to moderate content
- #2936457 by Berdir, larowlan: views_post_update_filter_placeholder_text() can result in errors in filter plugins due to incomplete definition
- #2862422 by chr.fritsch, robpowell, phenaproxima, webflo, bdimaggio, seanB, naveenvalecha, sunset_bill, vijaycs85, yoroy, starshaped, xjm, Berdir, hazong: Add per-media type creation permissions for media
- #2935755 by alexpott, Wim Leers: Add a trait to allow dynamic setting of expected deprecations
- #2858482 by Wim Leers, dawehner, benjy, larowlan, tedbow, borisson_: Simplify REST routing: disallow requesting POST/PATCH in any format, make consistent
- #2935725 by markconroy: Add vw and vh to the CSS stylelint
- #2914974 by quietone, rakesh.gectcr, maxocub, heddn, Jo Fitzgerald, Yogesh Pawar, masipila, phenaproxima, jhodgdon, Gábor Hojtsy, larowlan, neclimdul: Migrate UI - handle sources that do not need an upgrade
- #2936435 by Berdir, alexpott: Better BC for deprecated container parameter user.tempstore.expire
- #2885469 by Wim Leers, amateescu, timmillwood, alexpott, tstoeckler, xjm, remram, Berdir, dawehner, larowlan, samuel.mortenson: Regression: manually setting the ID field for newly-created content entities is not possible anymore (public follow-up to SA-2017-002)
- #2862041 by Sam152, amateescu, timmillwood, jibran, hamrant, dawehner, plach, Manuel Garcia, Jo Fitzgerald, mgalalm, xjm, larowlan, webchick, Wim Leers, gambry, kkus, tim.plunkett, tedbow, CatherineOmega: Provide useful Views filters for Content Moderation State fields
- #2933770 by masipila, quietone, phenaproxima: Merge handbook documentation to API: static_map process plugin
- #2891215 by plach, timmillwood, hchonov, amateescu, catch, gabesullice: Add a way to track whether a revision was default when originally created
- #2934178 by samuel.mortenson, DyanneNova, xjm, yoroy, andrewmacpherson: Contrast issues with off-canvas dialog styling
- #2931165 by heddn, phenaproxima, maxocub, quietone, masipila: Mark Migrate (API) as stable
- #2921626 by tim.plunkett, EclipseGc, larowlan, dead_arm, xjm: Add proper context-awareness to Layout Builder
Download | Size | md5 hash |
---|---|---|
drupal-8.6.0-alpha1.tar.gz | 15.34 MB | 15cda0cacdf2287dfa44649d3fc590ef |
drupal-8.6.0-alpha1.zip | 24.96 MB | 24ce23429be20460403cca8624e31f41 |