- 11 Sep, 2013 4 commits
-
- 10 Sep, 2013 14 commits
- 09 Sep, 2013 9 commits
- 08 Sep, 2013 2 commits
-
- 07 Sep, 2013 1 commit
-
- 06 Sep, 2013 10 commits
Issue #2071019 by tim.plunkett, olli: Allow the block category for Views block displays to be edited.
Issue #2074509 by tim.plunkett, falcon03, mgifford, Xano: Fixed Add missing #title property to ensure form accessibility.
Issue #2070609 by damiankloip, tstoeckler: Remove obsolete 'module' keys from Views plugin annotations.
Issue #2066523 by mparker17, disasm: Convert common_test_drupal_render_invalid_keys() to a new style controller.
Issue #2061331 by yched, plopesc: Added helper methods getEntity() in FieldInterface / FieldItemInterface.
Issue #2003570 by aparnakondala123, vineet.osscube, tstoeckler: Fixed Enabling RTL and then changing theme colors moves the hexadecimal # to the right.
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 #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 #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 #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.