Remove dependency on datetime from comment
After #2006484: [Followup] Remove dependency on datetime from node has been fully fixed, we should also remove dependency on datetime from comment.
View ArticleExpand CommentInterface to provide methods
Part of meta-issue #2016679: [Meta] Expand Entity Type interfaces to provide methods.See the detailed explanations there and look at the issues that already have patches or were commited.Add get*, set*...
View Article[META] Implement access() methods for all entity fields
We need to implement access() methods for all fields on all entities so that we have a consistent access API and in order to not expose sensitive data to unprivileged users. Use case example: REST...
View ArticleExpand CustomBlockInterface with methods
Part of meta-issue #2016679: [Meta] Expand Entity Type interfaces to provide methods.See the detailed explanations there and look at the issues that already have patches or were commited.Add get*, set*...
View ArticleExpand FeedInterface with methods
Part of meta-issue #2016679: [Meta] Expand Entity Type interfaces to provide methods.See the detailed explanations there and look at the issues that already have patches or were commited.Add get*, set*...
View ArticleExpand ItemInterface (aggregator.module) with methods
Part of meta-issue #2016679: [Meta] Expand Entity Type interfaces to provide methods.See the detailed explanations there and look at the issues that already have patches or were committed.Add get*,...
View ArticleMove Argument Php to php module
There are two Php.php files inside Views module (argument validator/default) that must be moved under the php module.git move (see https://drupal.org/documentation/git/configure renames = copies) the...
View ArticleAllow hooks / API functions for controlling what is added to taxonomy_index...
Hello, after doing some research it's not clear to me whether or not there's a substantial way to interact with the taxonomy_index table.My thought is that modules that do field level permissions...
View ArticleAdd typographic styles, components, and utility classes
More Seven Theme issues:#1986434: [meta] New visual style for SevenProblem/MotivationTheStyle Guide for Seven aims to bring a stronger consistency to the Drupal admin interface, allowing contrib module...
View ArticleMTimeProtectedFileStorageTest fails on a clean drupal installation
     $storageFactory = new PhpStorageFactory();     $php = $this->storageFactory->get('simpletest'); So this seems to assume that the simpletest directory is already created, which is probably...
View Articlelist_field_is_empty() always returns FALSE for list_boolean fields
Currently, list_field_is_empty() uses the following conditional to test whether a field is empty:<?phpif (empty($item['value']) && (string) $item['value'] !== '0')?>In other words, if the...
View ArticleOverride Update Manager's update_mail function
API page: https://api.drupal.org/api/drupal/modules%21update%21update.module/funct...What would be the best procedure to update the values sent in the email for Update Manager's email body? I know...
View ArticleEnforce unique interfaces for typed data types
As a follow-up to #2002102: Move TypedData primitive types to interfaces and #1867856: Use annotation discovery for data type plugins we should consider relying on interfaces for defining typed data...
View ArticleConvert hook_stream_wrappers() to plugin system?
They're already classes, so should be easy. But their definitions are needed before full bootstrap, and I don't know if there's anything in our plugin system currently that would fail as a result of...
View ArticleMake forum module css a library
Follow up for #1951268: Convert /forum and /forum/% to new routing system, remove forum_forum_load(), forum_get_topics(), create new Forum serviceProblem/MotivationForumController adds css files...
View ArticleTypo in install.core.inc
Found this while prematurely translating Drupal 8.AttachmentSizeStatusTest resultOperationsdrupal-8-typo-installer-ui-text.patch756 bytesIdlePASSED: [[SimpleTest]]: [MySQL] 58,028 pass(es).View details...
View ArticleRaw default argument still calls drupal_get_path_alias()
For some reasons drupal_get_path_alias() get removed without all its users.
View ArticleThe config() function should be deprecated in favour of Drupal::config()
There is an issue #1957142: [meta] Replace config() with Drupal::config() to replace all calls to config() with Drupal::config(). However this is unlikely to be implemented until code freeze, therefore...
View ArticleFinish the removal of non-formatter's prepareView()
#1969728-181: Change notice: Implement Field API "field types" as TypedData Plugins removed the per-field-type prepareView() step, leaving only a per-formatter prepareView() step. However, it missed a...
View ArticleCreate link to node/add form from admin/structure/types/manage/[type]
When adding or editing a content type in the management interfaced there should be a link to the node/add form for the content type being editing. This could be a tab marked Add Content.-Steve
View Article