Drupal\rdf\Tests\StandardProfileTest needs clean up
#1784234: Change notice: Use schema.org types and properties in RDF mappings introduced didn't get a full code review. Here are some fixes.
View Articledrupal_pre_render_link contains phptemplate example code; needs twig code.
phptemplate example code needs to be twig in common.inc::drupal_pre_render_link().
View ArticleAbility to change the variable storage
Hello Everybody, I'm sure that this topic has been discussed when you architect the core but I'm wondering why we do not have ability to change the variable system? I mean why we should not be able to...
View ArticleShould we need dynamic options in options_allowed_values()?
API page: https://api.drupal.org/api/drupal/core%21modules%21options%21options.mod...As @dawehner_ pointed out that this cache_id is not good:)<?php $cache_id = implode(':',...
View Articlehook_field_settings_form not fire
Hi, I'm trying to use hook_field_settings_form to add just one simple settings to a field wich has been creadted with administration site (structure/manage field). I try just this...
View ArticleEase security audits of core code
This was triggered by a post on security audits at https://mailman.stanford.edu/pipermail/liberationtech/2013-July/009795.html.While we have reasonably good documentation on our security architecture,...
View ArticleAllow modules to add additional bootstrap hooks
I'm in a situation where my hook_boot implementation invokes a hook to allow other modules to change some behaviour. However, this hook invocation is not working because implementing modules are not...
View Article'Hide description' layout bug
Potentially related to https://drupal.org/node/2016875, when you select 'Hide description', labels are indented.Drupal 7: Drupal 8: AttachmentSizeStatusTest resultOperationsScreen Shot 2013-07-08 at...
View ArticlePictures not showing in comments.
Using CKEditor, adding picture links (not uploading) do not show the pictures in the comment view. The pictures do show in the Edit screen however. Is there a fix for this so that the pics ALSO show in...
View ArticleNotice: Undefined index: display_field in file_field_widget_value() (line 587...
I see this issue with when i have multi-value field of type field_collection...I see this notice when the number of values be more than 3AttachmentSizeStatusTest resultOperationsscreen_shot1.png31.56...
View ArticleRemove unused design_test module
In system/tests/modules/design_test we have a module that does not appear to be enabled by any tests at the moment. Do we need it?
View ArticleUse formatPlural to format plural strings
Always use Drupal.formatPlural (JS, or PHP: Drupal.format_plural) to format plural strings because Plural form could be a different structure in non-English.AttachmentSizeStatusTest...
View Articlebootstrap.inc multisite sites.php does not work for https website
bootstrap.inc parses the HTTP_HOST to determine the hostname and port for searching sites for a match for multisite.HTTP_HOST does not always include :port, for example with apache 2.2 and an https:...
View ArticleClean-up user_admin_account()
After the views conversion of the admin/people listing, there's some cruft left behind that could be cleaned up.- Extending $options but $options doesn't exist anymore - Not using user_load_multiple()...
View ArticleErm. How to enable new modules in Drupal 8? :)
Granted, I've been away from Drupal for awhile, so this could be PEBCAK. :) Nevertheless, I really am not sure how to do this anymore now that the system table is stored in CMI.I applied the patch from...
View ArticleSet page title in EntityListController::listing()
\Drupal\Core\Entity\Controller\EntityListController::listing() now only shows the entity's list controller's output, which results in a page titled "Error". Set the entity type's plural label using...
View ArticleMake module description for Views reflect its importance
Currently, the Views' module description says:Create customized lists and queries from your database.And Views UI adds to it:Administrative interface for Views.Now, given that large parts of the core...
View ArticleJoin position string together
- 'left-top' => t('Top') . '' . t('Left'),- 'center-top' => t('Top') . '' . t('Center'),- 'right-top' => t('Top') . '' . t('Right'),- 'left-center' =>...
View ArticlePluginException: The plugin (language_reference) did not specify an instance...
I got this error recently when running SimpleTest locally:Drupal\Component\Plugin\Exception\PluginException: The plugin (language_reference) did not specify an instance class. in...
View Article"Current user's language" views filter label is named very misleading
ProblemThe filter named "Current user's language" is very misleading. Those who know the language system in Drupal core would assume this filter will apply the language preference of the user which is...
View Article