Issue #2328111 by dawehner, martin107, neclimdul: Replace most instances of the DRUPAL_ROOT constant with the app.root container parameter.
Issue #2370703 by amateescu, yched: Fixed ER's "autocreate" feature is mostly broken (and untested).
Issue #1877482 by bertramakers | benjifisher: Fixed Toolbar tabs should have ID attributes based on hook_toolbar() array keys rather than sequentially numbering.
Revert "Issue #2232477 by tstoeckler, a 'fliptable' mateescu, plach: Fixed Fatal when adding new fields with NOT NULL constraints in a base table that contains existing entities." This reverts commit 08d3ebba.
Issue #2232477 by tstoeckler, a 'fliptable' mateescu, plach: Fixed Fatal when adding new fields with NOT NULL constraints in a base table that contains existing entities.
Issue #1426804 by alexpott, swentel: Fixed Allow field storages to be persisted when they have no fields.
Issue #2267453 by alexpott, dawehner, damiankloip: Fixed Views plugins do not store additional dependencies.
Issue #2236855 by rachel_norfolk, stefank, ngocketit, lauriii, LewisNyman, alexpott, yuki77, rteijeiro | mortendk: Use CSS for file icons in file fields.
Issue #2346287 by bserem, rteijeiro, Zekvyrin, alexpott: Fixed Installer requirements errors escaped HTML in variables.
Issue #2322509 by prics, cilefen, gaurav.goyal, harijari, Temoor: Replace all instances of node_load(), node_load_multiple(), entity_load('node') and entity_load_multiple('node') with static method calls.
Issue #2359703 by dawehner, michaellenahan: Remove public visibility from pager variables on the ViewExecutable.
Issue #2227401 by emma.maria, tompagabor, Aleksandar_P | LewisNyman: Apply the seven style guide to the status report.
Issue #2340785 by mpdonadio: Create proper test method for determining if text has been escaped properly.
Issue #2325517 by lauriii, Alienpruts, Tom Verhaeghe, joelpittet, rteijeiro | Cottser: Add methods for adding/removing attributes (not classes) on Attribute objects.
Issue #2354491 by olli, dawehner | penyaskito: Fixed Edit new user list view throws exception on saving.
Issue #2371457 by DuaelFr: Replace inappropriate translatatable string in core/modules/contextual/contextual.module.
Issue #2371759 by angel.angelio | cilefen: The docblock for user_help() should read "Implements hook_help().".
Issue #2371479 by DuaelFr: Replace inelegant string in core/lib/Drupal/Core/Database/Install/Tasks.php.
Issue #2353013 by bertramakers, oenie, crazyrohila: Remove taxonomy_term_load_parents_all from taxonomy/taxonomy.module.