[META] WSCCI Home Stretch
This is a meta-issue of the issues needed to bring WSCCI through the home stretch and cross the D8 finish line!REST clean-up#1970360: Entities should define URI templates and standard...
View ArticleConvert contact message entities to the new Entity Field API
See #1818580: [Meta] Convert all entity types to the new Entity Field API.
View ArticleRemove BC-mode from EntityNG
See #1744302-13: [meta] Resolve known performance regressions in Drupal 8. Postponed on the remaining fieldable entity types not yet converted to EntityNG: #1818570: Convert users to the new Entity...
View ArticleSearch fails to find terms adjacent in same node
With the site reported to be 100% indexed, we are having trouble with Search not finding keywords/phrases that are clearly present. In the attached screenshot of a search, "interviewer" was found. But...
View ArticleConvert applicable custom_block_menu() entries to use _entity_form in...
Follow up for #1971384: [META] Convert page callbacks to controllers
View ArticleHTTP: Use 406 (Not acceptable) over 415 (Unsupported media type)
We have a bug, in that we interpret certain conditions as 415 (Unsupported media type).415 is "Unsupported media type" The server is refusing to service the request because the entity of the request is...
View ArticleAn illegal choice has been detected. Please contact the site administrator.
When a user goes to create content, usually for a forum the following error is received."An illegal choice has been detected. Please contact the site administrator." The forum topic can still be...
View ArticleDocument the limit of 9 parts for paths in system.api.php
This affects both Drupal 7 & 8. Since MENU_MAX_PARTS is set to 9 no router path can be over 9 parts long. This is not documented in the api for hook_menu in system.api.php. So if you are...
View ArticleConvert picture.module callbacks to routes/controllers
See #1971384: [META] Convert page callbacks to controllers
View ArticleAdding Groupby clause in views
i am using add_groupby function in Hook_views_query_alter but groupby clause not shown in view queryfunction test_modules_views_query_alter(&$view, &$query){ if ($view->name == 'test_view')...
View Article_block_rehash | prevents block showing in admin list
Block does not show in admin list.If you programatically create a block using hook_block_info(); it will not show in the admin list under the following circumstancesIf you set Status to true & you...
View ArticleNot able to create clickable pdf
I am trying to create the click-able pdf using PDF using mPDF, on click the index pdf scroll to description. i go through the example but even example file was not able to create the click-able pdf....
View ArticleConvert block_admin_add() in block.admin.inc to the new form interface
For instructions on how to convert a page callback into a controller, see the WSCCI Conversion Guide.Meta issue: #1971384: [META] Convert page callbacks to controllers
View ArticleProvide config schema to field types, widgets and storage in email module
Follow up for #1953404: Add config schema to field and instance config entitiesProblem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the idea of config...
View ArticleProvide config schema to field types, widgets and storage in entity_reference...
Follow up for #1953404: Add config schema to field and instance config entitiesProblem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the idea of config...
View ArticleProvide config schema to field types, widgets and storage in link module
Follow up for #1953404: Add config schema to field and instance config entitiesProblem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the idea of config...
View ArticleProvide config schema to field types, widgets and storage in telephone module
Follow up for #1953404: Add config schema to field and instance config entitiesProblem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the idea of config...
View Articletranslatable, translation enabled, multilingual, language-aware
Follow up for #1977784: Content language settings configuration page needs to determine what entities and bundles to includeProblem/Motivationconfusing terms: translatable, multilingual,...
View Articlenested bullets are broken in docs for hook_install_tasks()
API page: http://api.drupal.org/api/drupal/modules%21system%21system.api.php/funct...Enter a descriptive title (above) relating to function hook_install_tasks, then describe the problem you have...
View Articledocument hook_install_tasks() callbacks
See http://api.drupal.org/api/drupal/modules!system!system.api.php/function/hook_install_tasks/8There are three possible callbacks here:- a form callback, which seems simple but has this quirk which is...
View Article