drupal/core/modules
Alex Pott 4784baff4f Issue #1969708 by dawehner, tim.plunkett: Add a dedicated annotation for @ImageToolkit plugins. 2013-08-17 04:35:02 -05:00
..
action Issue #2049039 by Berdir: Convert node properties to methods. 2013-08-16 12:13:11 -05:00
aggregator Issue #2046303 by kim.pepper: Convert aggregator_form_category() to FormInterface. 2013-08-16 12:32:24 -05:00
ban Issue #1977644 by ifrik, batigolix: Update Ban module hook_help to help standards by adding link to online docs 2013-07-17 07:40:05 -07:00
block Issue #2003058 by ashwinikumar, ebeyrent, DmitryDrozdik, benjy: Replace drupal_container() with Drupal::service() in the block module. 2013-08-16 18:26:53 -05:00
book Issue #2049039 by Berdir: Convert node properties to methods. 2013-08-16 12:13:11 -05:00
breakpoint Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
ckeditor Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
color Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
comment Issue #1911492 by jibran, Manuel Garcia, derhasi, pcambra, dawehner, damiankloip: Fixed Views try to find Custom StylePlugin template in core/modules/views/templates. 2013-08-16 14:49:18 -05:00
config Issue #2056721 by Berdir, effulgentsia: Remove or rename TypedDataInterface::getType(). 2013-08-15 15:23:43 -05:00
contact Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
content_translation Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
contextual Issue #2059479 by damiankloip: Typehint Drupal\views\ResultRow in field handler render methods. 2013-08-11 23:24:02 +01:00
datetime Issue #2049039 by Berdir: Convert node properties to methods. 2013-08-16 12:13:11 -05:00
dblog Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
edit Issue #2047993 by plopesc: Remove current uses of field_info_*_types() / field_info_*_settings(). 2013-08-01 14:35:00 +01:00
editor Issue #2031529 by Wim Leers, oadaeh: Fixed JavaScript error when submitting a form that has a text_format() selector set to a text format without associated text editor. 2013-08-06 23:21:26 -07:00
email Issue #2058257 by effulgentsia: Fix ConfigFieldItemInterface's method signatures to typehint interfaces instead of classes. 2013-08-06 23:48:46 -07:00
entity Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
entity_reference Issue #1911492 by jibran, Manuel Garcia, derhasi, pcambra, dawehner, damiankloip: Fixed Views try to find Custom StylePlugin template in core/modules/views/templates. 2013-08-16 14:49:18 -05:00
field Issue #2057227 by vijaycs85, YesCT, Gábor Hojtsy: Fixed Field instance needs uri() method different from the default. 2013-08-15 10:59:35 -07:00
field_sql_storage Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
field_ui Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
file Issue #2049039 by Berdir: Convert node properties to methods. 2013-08-16 12:13:11 -05:00
filter Issue #2015313 by tim.plunkett, Berdir, chx, niko-: Fixed Missing filters result in Exception when the format is used. 2013-08-15 03:23:34 +01:00
forum Issue #2049039 by Berdir: Convert node properties to methods. 2013-08-16 12:13:11 -05:00
hal Issue #1972116 by klausi: Add REST test coverage for nodes. 2013-07-31 22:51:41 +02:00
help Issue #1618458 by Cottser, Jody Lynn, grndlvl: Fixed help_menu() creates unnecessary router items. 2013-08-13 07:33:54 +01:00
history Issue #2059479 by damiankloip: Typehint Drupal\views\ResultRow in field handler render methods. 2013-08-11 23:24:02 +01:00
image Issue #2049039 by Berdir: Convert node properties to methods. 2013-08-16 12:13:11 -05:00
language Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
layout Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
link Issue #2058257 by effulgentsia: Fix ConfigFieldItemInterface's method signatures to typehint interfaces instead of classes. 2013-08-06 23:48:46 -07:00
locale Issue #2049039 by Berdir: Convert node properties to methods. 2013-08-16 12:13:11 -05:00
menu Issue #2049039 by Berdir: Convert node properties to methods. 2013-08-16 12:13:11 -05:00
menu_link Issue #2012916 by andypost, Berdir, pwieck: Implement access controller for the menu and menu link entity. 2013-08-13 09:32:25 -05:00
node Issue #1911492 by jibran, Manuel Garcia, derhasi, pcambra, dawehner, damiankloip: Fixed Views try to find Custom StylePlugin template in core/modules/views/templates. 2013-08-16 14:49:18 -05:00
number Issue #2051157 by yched, swentel: Fixed pass () as a param to ConfigFieldItem::settingsForm(). 2013-08-13 06:34:01 -05:00
options Issue #2047993 by plopesc: Remove current uses of field_info_*_types() / field_info_*_settings(). 2013-08-01 14:35:00 +01:00
overlay Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
path Issue #2049039 by Berdir: Convert node properties to methods. 2013-08-16 12:13:11 -05:00
php Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
picture Issue #2009662 by jlbellido, pplantinga, InternetDevels, pwieck, jenlampton: Replace theme() with drupal_render() in picture module. 2013-07-30 14:31:05 +02:00
rdf Issue #2049039 by Berdir: Convert node properties to methods. 2013-08-16 12:13:11 -05:00
rest Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
search Issue #2049039 by Berdir: Convert node properties to methods. 2013-08-16 12:13:11 -05:00
serialization Issue #2039199 by Berdir: Convert ->uid to ->id(), isAnonymous() and isAuthenticated(). 2013-07-11 13:29:02 -04:00
shortcut Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
simpletest Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
statistics Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
syslog Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
system Issue #1969708 by dawehner, tim.plunkett: Add a dedicated annotation for @ImageToolkit plugins. 2013-08-17 04:35:02 -05:00
taxonomy Issue #2049039 by Berdir: Convert node properties to methods. 2013-08-16 12:13:11 -05:00
telephone Issue #2058257 by effulgentsia: Fix ConfigFieldItemInterface's method signatures to typehint interfaces instead of classes. 2013-08-06 23:48:46 -07:00
text Issue #2056721 by Berdir, effulgentsia: Remove or rename TypedDataInterface::getType(). 2013-08-15 15:23:43 -05:00
toolbar Issue #1855260 by beejeebus, msonnabaum, larowlan: Fixed Page caching broken by accept header-based routing. 2013-08-12 02:58:00 +01:00
tour Issue #2028535 by nick_schuch, clemens.tolboom: Provide a TourTestBase class for use by core and contrib modules. 2013-08-16 15:16:15 -05:00
tracker Issue #2049039 by Berdir: Convert node properties to methods. 2013-08-16 12:13:11 -05:00
translation Issue #2049039 by Berdir: Convert node properties to methods. 2013-08-16 12:13:11 -05:00
update Issue #1957142 by damiankloip, fubhy, cosmicdreams: Replace config() with Drupal::config(). 2013-08-14 09:54:28 -07:00
user Issue #2049039 by Berdir: Convert node properties to methods. 2013-08-16 12:13:11 -05:00
views Issue #1911492 by jibran, Manuel Garcia, derhasi, pcambra, dawehner, damiankloip: Fixed Views try to find Custom StylePlugin template in core/modules/views/templates. 2013-08-16 14:49:18 -05:00
views_ui Issue #2028535 by nick_schuch, clemens.tolboom: Provide a TourTestBase class for use by core and contrib modules. 2013-08-16 15:16:15 -05:00
xmlrpc Issue #2045923 by drupalrv, tim.plunkett: Replace all module_invoke_all() deprecated function calls in procedural code. 2013-08-01 10:10:33 +02:00