- Jun 11, 2013
- Jun 10, 2013
Issue #2003246 by endorn, Dan Reinders, nathangervais: Rename Views method sort_options() to sortOptions().
Issue #2002144 by phenaproxima, connork, rdrh555, zschmid, elvis2, drupalway, heddn: Rename Views method add_field() to addField().
Issue #2002910 by diarmy, toddtomlinson, dbcollies, heddn: Rename Views method get_field() to getField().
Issue #1998140 by dawehner, ParisLiakos, tim.plunkett: Remove backward compatible ControllerInterface.
Issue #1895160 by tim.plunkett: Convert admin/content to a View, keep a non-views fallback with no bulk operations.
Issue #2003436 by Dan Reinders, heddn: Rename Views method page_display_options() to pageDisplayOptions().
Issue #1999328 by DmitryDrozdik, annikaC, jeroen12345, andypost: Remove comment_save() and comment_delete()/comment_delete_multiple() in favor of $comment->save()/$comment->delete().
Issue #2012836 by tim.plunkett: Replace drupal_region_class() with direct calls to drupal_html_class().
Issue #1825332 by Berdir, ParisLiakos, andypost, dawehner, jrglasgow, aspilicious: Introduce an AccountInterface to represent the current user.
Issue #2003356 by phenaproxima, jibran, drupalway, Dan Reinders: Rename Views method process_summary_arguments() to processSummaryArguments().
Issue #2003266 by kenianbei, misselbeck, iStryker, Dan Reinders: Rename Views method show_build_group_button() to showBuildGroupButton().
Issue #2002500 by fmizzell, jibran: Rename Views method exposed_form_validate() to exposedFormValidate().
Issue #2003242 by farfanfelipe, Dan Reinders, marlatt: Rename Views method sort_validate() to sortValidate().
Issue #2003236 by kenianbei, zschmid, Dan Reinders: Rename Views method value_submit() to valueSubmit().
Issue #2003460 by Dan Reinders, baldwinlouie: Rename Views method operator_validate() to operatorValidate().
Issue #2012662 by yched: Constraints on 'target_id()' / 'tid' properties break autocomplete if applied.
Issue #2002918 by sillygwailo, kronda, oenie, jibran: Rename Views method get_items() to getItems().
Issue #1845034 by RobLoach, sandykadam, nick_schuch, cam8001, Gábor Hojtsy: Convert standard.inc to Drupal\Core\Language.
Issue #1968986 by jibran, swentel, smiletrl, aspilicious, yched: Better documentation for Field and FieldInstance constructors