drupal/core/modules
webchick cedf8d3f4a Issue #1925576 by yched: Fix TourManager naming convention. 2013-02-27 20:44:36 -05:00
..
action Issue #1864066 by sun, andypost, tim.plunkett: Simplify hook_menu_local_tasks() and MENU_DEFAULT_LOCAL_TASK usage. 2013-02-18 12:03:05 -05:00
aggregator Issue #1920744 by Berdir: Fixed Fatal error on aggregator/categories. 2013-02-26 18:29:42 -05:00
ban Issue #1559780 by sun: Fixed Remove ban_ip_action() from core. It blocks the currently logged-in user. (and potentially, your entire team). 2012-11-17 21:50:41 +00:00
block Issue #1919928 by larowlan: Resolve usage of 'view content' permission in modules other than Node. 2013-02-27 20:19:51 -05:00
book Issue #1928082 by vijaycs85, YesCT, alexpott: Fixed Make usage of book.settings:allowed_types() consistent. 2013-02-27 18:20:15 -05:00
breakpoint Issue #1831774 by damiankloip, tim.plunkett, Gábor Hojtsy, alexpott: Fixed Config import assumes that 'config_prefix' contains one dot only. 2013-02-18 11:51:24 +00:00
ckeditor Issue #1918190 by amateescu: Fixed CKEditor test failures. 2013-02-15 15:25:43 +00:00
color Issue #1804380 by miro_dietiker, vijaycs85, 8thom, swentel: Convert color variables to config/state. 2013-02-22 11:18:33 +00:00
comment Issue #1912946 by mitron: Clean up comments in comment.views.inc node.views.inc user.views.inc. 2013-02-27 17:57:40 -05:00
config Issue #1763640 by beejeebus, alexpott, Jose Reyero, c31ck, das-peter, YesCT, heyrocker, Gábor Hojtsy: Introduce config context to make original config and different overrides accessible. 2013-02-27 09:49:26 +00:00
contact Issue #1914366 by vijaycs85, Gábor Hojtsy, alexpott: Move all configuration schema files into a schema subdirectory. 2013-02-21 10:20:43 +00:00
contextual Issue #1905340 by plopesc, Wim Leers: Fixed Contextual Links Needs Title to be Included in 'Open configuration options button'. 2013-02-15 14:00:52 -05:00
datetime Issue #501428 by KarenS, swentel, tim.plunkett, webchick, effulgentsia, nod_, scor, Lars Toomre: Added Date and time field type in core. 2013-02-16 18:29:53 -05:00
dblog Issue #1852104 by sun, nod_, Cottser, swentel: #type details: Remove #collapsible property. 2013-02-01 16:48:05 -05:00
edit Issue #1891516 by sun, Berdir, chx: Remove $install parameter from DrupalUnitTestBase::enableModules(), encourage to create individual schema tables only. 2013-02-21 10:22:42 +00:00
editor Issue #1898844 by Wim Leers: Fixed No test coverage for hook_editor_js_settings_alter(). 2013-02-09 03:47:51 -08:00
email Issue #1839082 by Berdir: Implement the new entity field API for the field test field type. 2013-01-29 20:04:12 -08:00
entity Issue #1891516 by sun, Berdir, chx: Remove $install parameter from DrupalUnitTestBase::enableModules(), encourage to create individual schema tables only. 2013-02-21 10:22:42 +00:00
entity_reference Revert "Issue #1770772 by damiankloip, dawehner, tim.plunkett: Move row_plugin() from style_plugin() to the main view object." 2013-02-18 13:08:32 +00:00
field Issue #1839068 by Berdir, fago: Implement the new entity field API for the file field type. 2013-02-21 10:04:20 +00:00
field_sql_storage Issue #1918254 by dawehner: Fix docs and exception message typo in entity query code 2013-02-21 15:26:49 -08:00
field_ui Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2013-02-18 17:00:21 -05:00
file Issue #1839068 by Berdir, fago: Implement the new entity field API for the file field type. 2013-02-21 10:04:20 +00:00
filter Issue #1891516 by sun, Berdir, chx: Remove $install parameter from DrupalUnitTestBase::enableModules(), encourage to create individual schema tables only. 2013-02-21 10:22:42 +00:00
forum Issue #1864066 by sun, andypost, tim.plunkett: Simplify hook_menu_local_tasks() and MENU_DEFAULT_LOCAL_TASK usage. 2013-02-18 12:03:05 -05:00
help Issue #1887008 by jayboodhun, echoz: Help Admin page - topics overlapping in Narrow screens. 2013-01-29 22:55:20 -08:00
history Issue #1912748 by samhassell: Rename ' Views Modules' test group. 2013-02-09 14:03:36 -08:00
image Issue #1922814 by Berdir, Damien Tournoud, pwolanin, David_Rothstein, Heine, Bèr Kessels: Fixed Denial-of-service vulnerabiility in Image module. 2013-02-27 16:39:14 -05:00
jsonld Issue #1903784 by linclark, damiankloip, effulgentsia: Move serialization to own module. 2013-02-08 16:02:48 -08:00
language Issue #1891516 by sun, Berdir, chx: Remove $install parameter from DrupalUnitTestBase::enableModules(), encourage to create individual schema tables only. 2013-02-21 10:22:42 +00:00
layout Issue #1851706 by yched, effulgentsia, tim.plunkett: Fixed Make all core plugin managers be consistent as to whether or ->discovery is passed to the factory. 2013-01-30 14:28:45 -08:00
link Issue #1831264 by tim.plunkett: Use the Entity manager to create new controller instances. 2013-01-18 20:58:23 -08:00
locale Issue #1763640 by beejeebus, alexpott, Jose Reyero, c31ck, das-peter, YesCT, heyrocker, Gábor Hojtsy: Introduce config context to make original config and different overrides accessible. 2013-02-27 09:49:26 +00:00
menu Issue #1919184 by nikhilasrani, vijaycs85: Create configuration schemas for menu module. 2013-02-27 17:34:16 -05:00
menu_link Issue #1882240 by dawehner, tim.plunkett: Remove default assignment of render_controller_class() in EntityManager. 2013-02-18 11:11:46 +00:00
node Issue #1912946 by mitron: Clean up comments in comment.views.inc node.views.inc user.views.inc. 2013-02-27 17:57:40 -05:00
number Issue #1839076 by Berdir | chx: Implement the new entity field API for the number field type. 2013-02-01 16:52:18 -05:00
openid Issue #1895054 by alexpott: Convert an openid test to DrupalUnitTestBase. 2013-01-24 12:07:04 -08:00
options Issue #1839064 by Berdir: Implement the new entity field API for the list field type. 2013-02-18 16:30:18 -08:00
overlay Issue #967566 by Letharion, mariusz.slonina, indytechcook, adnasa, joestewart, oriol_e9g, Fabianx, tim.plunkett, valthebald, tsvenson, rbayliss, sun, xjm | DocuAnt: Several important Core User settings need to implement hook_field_extra_fields(). 2013-02-18 16:21:42 -05:00
path Issue #1864066 by sun, andypost, tim.plunkett: Simplify hook_menu_local_tasks() and MENU_DEFAULT_LOCAL_TASK usage. 2013-02-18 12:03:05 -05:00
php Issue #1779026 by dagmar, tim.plunkett, sun, heyrocker: Convert Text Formats to Configuration System. 2013-01-17 14:28:27 -08:00
picture Issue #1877632 by fago, jhodgdon: Improve comments and clean-up code for EntityNG and the TypedData API. 2013-01-24 10:07:44 -08:00
rdf Issue #1895064 by scor: Fixed Ensure user name is language neutral in RDFa and update tests to parse RDFa. 2013-02-12 16:40:21 -05:00
rest Issue #1850734 by klausi: Make serialization formats configurable. 2013-02-27 16:58:32 -05:00
search Issue #1927546 by alexpott, catch, Gábor Hojtsy: Fixed Langcode column added to search_index() and search_dataset() tables but there is no upgrade path. 2013-02-27 16:28:20 -05:00
serialization Issue #1904404 by tim.plunkett: Fixed HEAD BROKEN Update EntitySerializationTest to reflect actual Serializer setup. 2013-02-22 14:47:26 +00:00
shortcut Issue #1919198 by vijaycs85, rachit_gupta: Create configuration schemas for shortcut module. 2013-02-27 18:22:05 -05:00
simpletest Issue #1925930 by dawehner: Document the container variable on TestBase class 2013-02-26 14:11:07 -08:00
statistics Issue #1912748 by samhassell: Rename ' Views Modules' test group. 2013-02-09 14:03:36 -08:00
syslog Issue #1919206 by vijaycs85: Create configuration schemas for syslog module. 2013-02-27 17:35:41 -05:00
system Issue #1922950 by alexpott: Fixed Failures in MenuRouterTest due to unmet dependency. 2013-02-27 20:36:24 -05:00
taxonomy Issue #1864066 by sun, andypost, tim.plunkett: Simplify hook_menu_local_tasks() and MENU_DEFAULT_LOCAL_TASK usage. 2013-02-18 12:03:05 -05:00
telephone Issue #1899378 by Berdir: Implement the new entity field API for the telephone field type. 2013-02-06 12:41:47 +00:00
text Issue #1919210 by vijaycs85, rahuldolas123: Create configuration schemas for text module. 2013-02-27 17:37:13 -05:00
toolbar Issue #1925380 by rahuldolas123, vijaycs85: Rename toolbar.config.yml to toolbar.settings.yml. 2013-02-27 17:57:39 -05:00
tour Issue #1925576 by yched: Fix TourManager naming convention. 2013-02-27 20:44:36 -05:00
tracker Issue #1801304 by Amitaibu, amateescu, effulgentsia, tim.plunkett, EclipseGc, Fabianx, Cottser: Added Entity reference field. 2013-02-01 11:08:58 -05:00
translation Issue #1785012 by beltofte, hass, YesCT: Standardize capitalization on actions for node operations: 'revert', 'view', 'edit', 'translate', 'delete'. 2013-02-14 21:53:23 -05:00
translation_entity Issue #1807692 by plach, YesCT, yched: Added Introduce a column synchronization capability and use it to translate alt and titles through the image field widget. 2013-02-18 22:57:04 -08:00
update Issue #986888 by bfroehle, bdone, grwgreg: Fixed Undefined index warning in 'Available Updates List' with hidden=TRUE base themes. 2013-02-15 12:33:11 +00:00
user Issue #1904882 by balsama, YesCT: Entity reference field Reference method Default settings order should be Filter by then Sort by. 2013-02-27 20:16:30 -05:00
views Issue #1849280 by dawehner: Optimize the performance of PluginBase::setOptionDefaults. 2013-02-27 20:42:36 -05:00
xmlrpc Issue #1848066 by ACF, Gaelan: Change variable xmlrpc_test_xmlrpc_alter() to the state system. 2012-11-28 22:27:42 -08:00