- 04 Aug, 2013 7 commits
- 03 Aug, 2013 20 commits
- 02 Aug, 2013 6 commits
- 01 Aug, 2013 7 commits
Issue #2056895 by tim.plunkett, xjm: Fixed Routes with optional placeholders can fatal when placed in a menu.
Issue #2027131 by drupalrv: Block type operations should be listed in the same order as Content type operations.
Issue #2009014 follow-up by StephaneQ: Replace one more theme() with drupal_render() in file module.
Issue #2009018 follow-up by StephaneQ: One more replace theme() with drupal_render() in filter module.
Issue #2022897 by dawehner, sdboyer, tim.plunkett: Shift responsibility for creating unique config id/machine name off of (views) block plugins and onto BlockFormController.
Issue #2057019 by janstoeckler: Remove Unused local variable $string from /core/modules/locale/lib/Drupal/locale/LocaleConfigManager.php.
Issue #2057137 by legolasbo: Remove Unused local variable $user from /core/modules/user/user.module.
Issue #2043581 by larowlan, kim.pepper: Move aggregator_load_feed_items() to the ItemStorageController, retain procedural wrapper.
Issue #2056685 by janstoeckler: Remove Unused local variable $plugin_id from /core/modules/language/lib/Drupal/language/Plugin/Block/LanguageBlock.php.
Issue #2056761 by janstoeckler: Remove Unused local variable from /core/modules/field/lib/Drupal/field/Tests/FieldImportCreateTest.php.
Issue #2056827 by janstoeckler: Remove Unused local variable $module_handler() from /core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php.
Issue #1976296 by jibran, andypost, pcambra, dawehner, tim.plunkett, Gaelan: Convert taxonomy_vocabulary_confirm_reset_alphabetical() to FormInterface/Controller.
Issue #2056417 by Marcus Maihoff: Remove Unused local variable $person_uri from /core/modules/rdf/lib/Drupal/rdf/Tests/UserAttributesTest.php.
Issue #1987952 by brantwynn, oriol_e9g, Freemantus, vuzzbox: Fixed Blocks are not rendered in order by weight.
Issue #2056625 by pwolanin, jhodgdon: Recruit pwolanin and jhodgdon as official search.module maintainers.
Issue #1973498 by vijaycs85, yched, saki007ster: Provide config schema to field types and storage in taxonomy module.
Issue #2049079 by damiankloip: Inject database dependency into AggregatorCategoryBlock derivative class.
Issue #2050535 follow-up by jhedstrom: Expand phpunit tests for \Drupal\Component\Utility\NestedArray.