Issue #2040021 by Wim Leers, tim.plunkett: Fixed In-place editing of nodes does not create new revisions (when the content type is configured to create new revisions by default).
Issue #2058843 by rteijeiro, jessebeach: Be consistent with respect to which strings within JS code should be overriddable via drupalSettings.
Issue #2093077 by Wim Leers: Fixed target attribute is set to '0' when creating a link without checking the 'Open in new window' checkbox.
Issue #2094797 by dawehner, Gábor Hojtsy, webflo: Fixed Config entities upcast from the request always get default language context.
Issue #2083615 followup by Gábor Hojtsy: Use links annotation for config entity URI like for content entities.
Issue #1823454 by jhodgdon: Verify transliteration data sources and their quality, and potentially eliminate maintenance.
Issue #2063461 by damiankloip, oadaeh, dawehner: Fixed Automatically fetch the count of items, if there is @total part of the result area.
Issue #2045685 by amontero: Fixed Broken 'Visit your new site' link at install process finish page if web path contains '/core'.
Issue #2093027 by Gábor Hojtsy: Fixed Regression: contact category titles not used for page title anymore.
Issue #1831846 by katbailey, maciej.zgadzaj, dawehner, RobLoach, moe4715, Hydra, larowlan, andypost: Fixed Help block is broken with language path prefixes.
Issue #2062023 by rhm50, InternetDevels: Replace user_access() calls with $account->hasPermission() in statistics module.
Issue #2062005 by InternetDevels: Replace user_access() calls with $account->hasPermission() in menu module.
Issue #1778122 by scor, linclark, effulgentsia, tim.plunkett: Fixed HEAD broken: Enable modules to inject attributes into field formatters, so that RDF attributes get output.
Issue #1778122 by scor, linclark, effulgentsia: Fixed Enable modules to inject attributes into field formatters, so that RDF attributes get output on the appropriate elements.
Issue #2076283 by dawehner, pwolanin, neclimdul: Allow local task plugins on paths with a dynamic value (like a node).
Issue #1199946 by alexpott, fubhy, bojanz, steinmb, chx, catch: Fixed Disabled modules are broken beyond repair so the 'disable' functionality needs to be removed.
Issue #2076033 by juampy: Fixed PHP warning when looking if a REST resource defines authentication providers.
Issue #2087231 by tim.plunkett, pwolanin: Add a PluginBase in the Core namespace with t() as a helper method.
Issue #2089635 by tim.plunkett, disasm, larowlan: Convert non-test non-form page callbacks to routes and controllers.
Issue #1927174 by jessebeach, Wim Leers, nod_, Gábor Hojtsy: Complete the work to make the Toolbar administration menu sub tree rendering more efficient.
Issue #2085907 by YesCT, Gábor Hojtsy: Ensure all configuration entities have an Edit/Configure tab by default.
Issue #2083615 by Gábor Hojtsy, YesCT: Use links annotation for config entity URI like for content entities.
Issue #2087995 by amateescu: All entity post*() and pre*() methods should call their parent implementation.
Issue #1834002 by Gábor Hojtsy: Fixed Delete operations are all over the place. Remove tabs, provide title in routing.
Issue #2032453 by Berdir: Fixed Random fail: WebTestBase::randomString returning a string containing a $ followed by a number causes assertLink() to fail.