drupal/core/modules
webchick 5a6647be01 Issue #1964348 by damiankloip, xjm, dawehner: Rename DisplayPluginBase::getStylePlugin() and enable type filtering for more plugin types. 2013-04-12 22:20:07 -07:00
..
action Issue #1965164 by tim.plunkett: Add dedicated annotations for Views handlers. 2013-04-11 22:42:45 +01:00
aggregator Issue #1969276 by effulgentsia, tim.plunkett, EclipseGc: Refactor block plugins to make room for a BlockBase::build() implementation. 2013-04-12 20:24:29 -07:00
ban Issue #1847768 by rootatwc, tim.plunkett, effulgentsia, Crell, Damien Tournoud: Remove ip_address(). 2013-04-10 17:17:57 -07:00
block Issue #1969276 by effulgentsia, tim.plunkett, EclipseGc: Refactor block plugins to make room for a BlockBase::build() implementation. 2013-04-12 20:24:29 -07:00
book Issue #1969276 by effulgentsia, tim.plunkett, EclipseGc: Refactor block plugins to make room for a BlockBase::build() implementation. 2013-04-12 20:24:29 -07:00
breakpoint Issue #1942110 by sidharthap | vijaycs85: Fixed Make breakpoint active config save format match the default yml file. 2013-04-10 23:54:55 +01:00
ckeditor Issue #1939660 by chx | catch: Use YAML as the primary means for service registration. 2013-04-09 05:32:49 +01:00
color Issue #1799594 by nod_, Wim Leers, jessebeach, jcisio: Update to jQuery 1.9 version. 2013-04-09 13:58:51 -07:00
comment Issue #1964348 by damiankloip, xjm, dawehner: Rename DisplayPluginBase::getStylePlugin() and enable type filtering for more plugin types. 2013-04-12 22:20:07 -07:00
config Issue #1847768 by rootatwc, tim.plunkett, effulgentsia, Crell, Damien Tournoud: Remove ip_address(). 2013-04-10 17:17:57 -07:00
contact Issue #1964254 by vijaycs85, YesCT | Gábor Hojtsy: Fixed Configuration schemas missing langcode and uuid at places. 2013-04-10 09:40:30 +01:00
contextual Issue #1965164 by tim.plunkett: Add dedicated annotations for Views handlers. 2013-04-11 22:42:45 +01:00
datetime Issue #1875182 by yched: Pass plugin definition to plugin instances instead of discovery object. 2013-03-19 17:28:35 -04:00
dblog Issue #1847768 by rootatwc, tim.plunkett, effulgentsia, Crell, Damien Tournoud: Remove ip_address(). 2013-04-10 17:17:57 -07:00
edit Issue #1967728 by Wim Leers: Fixed In-place editing toolbars in DOM not removed after stopping in-place editing. 2013-04-12 00:08:19 -07:00
editor Issue #1955288 by lilster66 | nod_: JSHint editor. 2013-04-10 10:58:47 +01:00
email Issue #1932382 by Berdir, swentel: Use DrupalUnitTestBase for Field API tests. 2013-03-09 22:49:53 -08:00
entity Issue #1374116 by amateescu, swentel, Berdir, yched: Move bundle CRUD API out of Field API. 2013-04-05 09:53:22 -07:00
entity_reference Issue #1964348 by damiankloip, xjm, dawehner: Rename DisplayPluginBase::getStylePlugin() and enable type filtering for more plugin types. 2013-04-12 22:20:07 -07:00
field Issue #1965164 by tim.plunkett: Add dedicated annotations for Views handlers. 2013-04-11 22:42:45 +01:00
field_sql_storage Issue #1939660 by chx | catch: Use YAML as the primary means for service registration. 2013-04-09 05:32:49 +01:00
field_ui Issue #1465774 by amateescu, patrickd: Provide a 'Hidden' field widget. 2013-04-11 21:58:27 +01:00
file Issue #1965164 by tim.plunkett: Add dedicated annotations for Views handlers. 2013-04-11 22:42:45 +01:00
filter Issue #1947814 by vijaycs85, Gábor Hojtsy, tim.plunkett: Fixed New config entities often save as langcode: und incorrectly. 2013-04-09 13:04:07 +01:00
forum Issue #1969276 by effulgentsia, tim.plunkett, EclipseGc: Refactor block plugins to make room for a BlockBase::build() implementation. 2013-04-12 20:24:29 -07:00
hal Issue #1939660 by chx | catch: Use YAML as the primary means for service registration. 2013-04-09 05:32:49 +01:00
help Issue #1793074 by cweagans, sun, chx: Convert .info files to YAML. 2013-03-06 17:51:39 -05:00
history Issue #1965164 by tim.plunkett: Add dedicated annotations for Views handlers. 2013-04-11 22:42:45 +01:00
image Issue #1964254 by vijaycs85, YesCT | Gábor Hojtsy: Fixed Configuration schemas missing langcode and uuid at places. 2013-04-10 09:40:30 +01:00
jsonld Issue #1939660 by chx | catch: Use YAML as the primary means for service registration. 2013-04-09 05:32:49 +01:00
language Issue #1969276 by effulgentsia, tim.plunkett, EclipseGc: Refactor block plugins to make room for a BlockBase::build() implementation. 2013-04-12 20:24:29 -07:00
layout Issue #1939660 by chx | catch: Use YAML as the primary means for service registration. 2013-04-09 05:32:49 +01:00
link Issue #1957670 by larowlan | sreynen: Fixed Link field labels don't show in entity forms. 2013-04-11 00:24:37 +01:00
locale Issue #1875614 by Sutharsan, YesCT, Berdir: Convert drupal_http_request() usage in locale.batch.inc to Guzzle. 2013-04-12 20:28:22 -07:00
menu Issue #1969276 by effulgentsia, tim.plunkett, EclipseGc: Refactor block plugins to make room for a BlockBase::build() implementation. 2013-04-12 20:24:29 -07:00
menu_link Issue #1937384 by amateescu: Remove 'bundles' key from the MenuLink class annotation. 2013-04-11 23:55:51 -07:00
node Issue #1964348 by damiankloip, xjm, dawehner: Rename DisplayPluginBase::getStylePlugin() and enable type filtering for more plugin types. 2013-04-12 22:20:07 -07:00
number Issue #1932382 by Berdir, swentel: Use DrupalUnitTestBase for Field API tests. 2013-03-09 22:49:53 -08:00
openid Issue #1866124 by Berdir, YesCT: Convert drupal_http_request() usage in openid.module to Guzzle. 2013-04-12 00:15:30 -07:00
options Issue #1957148 by damiankloip | Berdir: Replace entity_query() with Drupal::entityQuery(). 2013-04-11 13:55:05 +01:00
overlay Issue #1964880 by falcon03 | jessebeach: Convert the Overlay close button from an anchor element to a button element. 2013-04-11 18:09:43 +01:00
path Issue #1946444 by kim.pepper: Convert confirm_form() in path.admin.inc to the new form interface. 2013-04-06 22:44:45 +01:00
php Issue #1921546 by larowlan, EclipseGc: Create a PHP Filter Condition. 2013-04-12 01:29:02 +01:00
picture Issue #1964592 by vijaycs85: Create configuration schemas for picture module. 2013-04-10 11:56:00 -07:00
rdf Issue #1939660 by chx | catch: Use YAML as the primary means for service registration. 2013-04-09 05:32:49 +01:00
rest Issue #1964348 by damiankloip, xjm, dawehner: Rename DisplayPluginBase::getStylePlugin() and enable type filtering for more plugin types. 2013-04-12 22:20:07 -07:00
search Issue #1912568 by typhonius, Berdir: Convert drupal_http_request() usage in SearchRankingTest.php to Guzzle. 2013-04-12 20:29:22 -07:00
serialization Issue #1939660 by chx | catch: Use YAML as the primary means for service registration. 2013-04-09 05:32:49 +01:00
shortcut Issue #1969276 by effulgentsia, tim.plunkett, EclipseGc: Refactor block plugins to make room for a BlockBase::build() implementation. 2013-04-12 20:24:29 -07:00
simpletest Issue #1957148 by damiankloip | Berdir: Replace entity_query() with Drupal::entityQuery(). 2013-04-11 13:55:05 +01:00
statistics Issue #1969276 by effulgentsia, tim.plunkett, EclipseGc: Refactor block plugins to make room for a BlockBase::build() implementation. 2013-04-12 20:24:29 -07:00
syslog Issue #1793074 by cweagans, sun, chx: Convert .info files to YAML. 2013-03-06 17:51:39 -05:00
system Issue #1719640 by nod_, droplet, Wim Leers, SebCorbin: Use 'button' element instead of empty links. 2013-04-12 20:25:44 -07:00
taxonomy Issue #1965164 by tim.plunkett: Add dedicated annotations for Views handlers. 2013-04-11 22:42:45 +01:00
telephone Issue #1942902 by Dave Reid: Fixed Placeholder not supported in telephone default widget. 2013-04-04 21:31:25 +01:00
text Issue #1719640 by nod_, droplet, Wim Leers, SebCorbin: Use 'button' element instead of empty links. 2013-04-12 20:25:44 -07:00
toolbar Issue #1968328 by tim.plunkett: Fixed Expandable children are gone from vertical toolbar. 2013-04-11 22:13:24 -07:00
tour Issue #1957148 by damiankloip | Berdir: Replace entity_query() with Drupal::entityQuery(). 2013-04-11 13:55:05 +01:00
tracker Issue #1818556 by das-peter, plach, fago, Berdir, vijaycs85: Change notice: Convert nodes to the new Entity Field API. 2013-03-10 12:05:24 -07:00
translation Issue #1799594 by nod_, Wim Leers, jessebeach, jcisio: Update to jQuery 1.9 version. 2013-04-09 13:58:51 -07:00
translation_entity Issue #1965164 by tim.plunkett: Add dedicated annotations for Views handlers. 2013-04-11 22:42:45 +01:00
update Issue #1950726 by chx: Convert hook_archiver_info() into the New Shiny(TM). 2013-04-11 23:33:28 -07:00
user Issue #1964348 by damiankloip, xjm, dawehner: Rename DisplayPluginBase::getStylePlugin() and enable type filtering for more plugin types. 2013-04-12 22:20:07 -07:00
views Issue #1964348 by damiankloip, xjm, dawehner: Rename DisplayPluginBase::getStylePlugin() and enable type filtering for more plugin types. 2013-04-12 22:20:07 -07:00
xmlrpc Issue #1862512 by Berdir, YesCT: Convert drupal_http_request() usage in xmlrpc.module to Guzzle. 2013-04-11 18:14:45 +01:00