- 10 Sep, 2013 14 commits
- 09 Sep, 2013 11 commits
- 08 Sep, 2013 2 commits
-
- 07 Sep, 2013 1 commit
-
- 06 Sep, 2013 12 commits
Issue #1971158 by Berdir, beejeebus, alexpott, amateescu: Follow-up: Add loadMultiple() and listAll() caching to (cached) config storage.
Issue #2078855 by dawehner, pwolanin: Fixed Request::create() is slow, use a helper to duplicate instead.
Issue #2061973 by InternetDevels, naveenvalecha: Replace user_access() calls with $account->hasPermission() in book module.
Issue #1978958 by jibran, disasm, kgoel, Pancho, vijaycs85, cosmicdreams, dawehner, wamilton: Convert comment_reply() to a Controller.
Issue #2083941 by dawehner: Fixed \Drupal\Core\Theme\Attribute->value() is named wrong and does not work.
Issue #2084711 by alexpott: Add beejeebus to MAINTAINERS.txt for Configuration system and Config entities.
Issue #2082509 by Gábor Hojtsy, twistor: Generalize node changed constraint to entity changed constraint.
Issue #2068891 by saranraj.G: Fixed API node_last_changed() number of bound variables does not match number of tokens.
Issue #2084125 by pwolanin: Fixed Bug in active detection in LinkGenerator - need to extract array from _raw_variables() ParameterBag.
Issue #2015697 by claudiu.cristea, yched, Berdir, splatio: Convert field type to typed data plugin for file and image modules.
Issue #2050919 by neclimdul, pwolanin, damiankloip, dawehner: Replace local task plugin discovery with YamlDiscovery.
Issue #2061983 by InternetDevels, rhm50: Replace user_access() calls with ->hasPermission() in edit module.
Issue #2062171 by Garbar, m1r1k: Remove calls to deprecated global in favor of current user service in editor module.
Issue #2078583 by dawehner, pwolanin: Fixed menu callbacks removed from hook_menu() do not display any menus.
Issue #2026339 by Berdir, yched: Remove text_sanitize() since we have TextProcessed as an EntityNG computed property.
Issue #2049085 by damiankloip: Inject database dependency into AggregatorFeedBlock derivative class.
Issue #2030151 by damiankloip, dawehner: Convert entity_get_bundles() to a method on the entity manager.
Issue #2082499 by alexpott: Fixed Uninstalling action module removes actions created by the user module.
Issue #2078583 by dawehner, pwolanin | disasm: Fixed menu callbacks removed from hook_menu() do not display any menus.
Issue #1827112 by alexpott, vijaycs85, dawehner, cspitzlay, cam8001: Convert 'install_profile()' variable to Settings.
Issue #2057207 by dawehner, olli: Fixed Unable to select the 'Default' view mode in views entity row plugin.
Issue #2035721 by Wim Leers, Gábor Hojtsy: Figure out how to translate Drupal-specific CKEditor plugins.
Issue #1978952 followup by tim.plunkett, disasm: Fixed Regression: Convert shortcut_set_add() to a Controller.
Issue #2068287 by Berdir, andypost: Support bundle names provided in the request arguments in EntityCreateAccessCheck.