New-style placeholders in menu_router table break breadcrumbs, menu tree, etc
_menu_router_merge_route() in menu.inc converts symfony style routes into Drupal style menu items. Symfony style paths mark placeholders with curly brackets, and the menu_router table stores paths with...
View ArticleConvert confirm_form() in config_test.module to the new form interface and...
Part of #1945406: [meta] Convert all of confirm_form() to ConfirmFormBase.
View ArticleConvert confirm_form() in shortcut to the new form interface and convert route
Part of #1945406: [meta] Convert all of confirm_form() to ConfirmFormBase
View ArticleLoad plugin instances implicit on the ViewExecutable
One problem when you deal with some more complicated parts of views in your custom code, is that you have to initialize different kind of plugins for yourself.We could solve this by magically...
View ArticleProvide a method that checks whether a certain entityp type provides a...
As described in #1920498: Have rdf.module only act on renderable entities we need a method to check whether a certain entity type has specified a certain controller.There is currently...
View ArticleFix 1MB maximum size limit for cache_set()
Follow up for #1261846-22: Document 1MB maximum size limit for cache_set() - #24Problem/MotivationOrig issue added a comment as a stop gap. Really though, the problem needs to be fixed.(update this...
View ArticleRemove entity PUT support from REST module
We discussed the problems of PUT in our entity context here: http://groups.drupal.org/node/284948Proposed solution: Remove PUT handling for entities and rely solely on PATCH requests for entity updating.
View Article( ! ) Fatal error: Call to undefined function user_access() in...
I have this fatal error.I have not changed anything for months on the web and today the error occurred( ! ) Fatal error: Call to undefined function user_access() in...
View ArticleError PDOException: Base table or view not found for a custom field deleted
From Drupal GUI, i deleted a custom field.since then, This error is showing in admin/reports/dblog everytime i run cronPDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table...
View Article_drupal_wrap_mail_line() does not what it is supposed to do
The line 566 wants to conform with the RFC 2822 in not allowing any lines being longer than 998 characters -- but fails.There should be a TRUE as last paramter of wordwrap() for really breaking at 996...
View ArticleDRUPAL_ROOT defined by dirname() instead of getcwd() breaks symlinked core setup
My setup uses multiple symlinks to maintain a common core codebase instead of the multisite feature. This has certain advantages (i.e. shared codebase, easy core upgrades, site data has its own...
View ArticleRewrite QueryGroupByTest to use ViewUnitTestBase
It seems to be helpful for various reasons that there are as less tests as possible which are coupled with nodes.Let's start with the QueryGroupByTest.
View ArticleTaxonomy Term Reference Field tables are missing a critical unique index
Taxonomy Term Reference Field tables are missing a critical unique index.Each such table has a common set of fields:entity_type bundle deleted entity_id revision_id language delta...
View ArticleRemove the hardcode 0 index in theme_status_messages()
In this code block, theme_status_messages() hardcodes a 0 index for the $messages array when theming a single value message array:<?php if (count($messages) > 1) { $output .=...
View ArticleConvert confirm_form() in action.admin.inc to the new form interface
Part of #1945406: [meta] Convert all of confirm_form() to ConfirmFormBase
View ArticleConvert confirm_form() in aggregator.admin.inc to the new form interface
Part of #1945406: [meta] Convert all of confirm_form() to ConfirmFormBase
View ArticleConvert confirm_form() in block.admin.inc to the new form interface
Part of #1945406: [meta] Convert all of confirm_form() to ConfirmFormBase
View ArticleConvert confirm_form() in book.pages.inc to the new form interface
Part of #1945406: [meta] Convert all of confirm_form() to ConfirmFormBase
View ArticleConvert all of confirm_form() in comment.admin.inc to the new form interface
Part of #1945406: [meta] Convert all of confirm_form() to ConfirmFormBase
View ArticleConvert all of confirm_form() in contact.admin.inc to the new form interface
Part of #1945406: [meta] Convert all of confirm_form() to ConfirmFormBase
View Article