Add block instance delete to inplace dropbutton on block instance
Problem/MotivationThere are the things in the Add blocks page (Block library listing) which are block plugins. Those hold the description and the body. (for custom block, basic block type). Then there...
View Articletab_root_map and tab_parent_map notices undefined in _menu_translate
Similar to http://drupal.org/node/951098, I got this error on a new install of Drupal 7 when using Views 7.x-3.6 and FullCalendar 7.x-2.0. Seemed to be solved with the attached...
View ArticleHave dropbutton from block admin list page be as powerful as the inplace...
Problem/MotivationThere are the things in the Add blocks page (Block library listing) which are block plugins. Those hold the description and the body. (for custom block, basic block type). Then there...
View ArticlePrevent access to YAML files using .htaccess
We should be preventing apache from serving YAML files as it'll be possible to get all sorts of information from them. The config directories are protected by their own .htaccess files but I don't...
View ArticleTeaser display in secondary drilldown
I am displaying nodes in a views3.x view which contain several taxonomy fields. by default the entries in the rows are linked. When I drill down by clicking on the linked taxonomic term a view appears...
View ArticleURL filter converts .@twitter handles to mailto: links
The URL filter converts twitter handles with a leading dot - e.g. .@something - to mailto: links.I can't imagine why .@host should be considered a valid e-mail address but, perhaps it should..?(will...
View Articleparam to xmlrpc_server() needs documenting
API page: http://api.drupal.org/api/drupal/core%21modules%21xmlrpc%21xmlrpc.server...Enter a descriptive title (above) relating to function xmlrpc_server, then describe the problem you have found:The...
View Articlemodule_enable() not working when triggered through hook_update_N
A standard practice of mine is to use hook_update_N() to trigger installation of new modules, e.g.:<?phpfunction mymodule_update_7100() { $modules = array('new_module', 'another_module');...
View ArticleFollow-up/cleanups after removing theme functions from dblog.module
Problem/MotivationFrom #1898060-29: Remove all (useless) theme functions from dblog module, so we don't have to convert to Twig:+++ b/core/modules/dblog/dblog.admin.inc@@ -58,13 +58,29 @@ function...
View ArticleNodeNG conversion follow-up: Only first forum tid is saved into {forum_index}
Follow-up from #1818556-207: Convert nodes to the new Entity Field API.+++ b/core/modules/forum/forum.module function forum_field_storage_pre_insert(EntityInterface $entity, &$skip_fields) { if...
View ArticleAdd role based access checker.
Views needs a access check class, which allows you to check access by role. It's certainly not really helpful for code-only routes, though if you configure for example a View people really often uses...
View ArticleTitle area handler sets the title all the time.
The title area handler currently don't care whether it's on an empty page or not, so that you can't change the title of the frontpage view, unless you remove this area handler completely.
View Articleblock cache multiple per region instead of per single block
Hi,while rendering blocks, some useless block cache queries could be prevent by retrieving cache per block region rather than per block individually.But of course, a better solution should be to...
View ArticleEntity and EntityNG classes do not always respect entity_keys
\Drupal\Core\Entity\Entity and \Drupal\Core\Entity\EntityNG do not always respect entities' entity_keys settings. When getting the entity ID, for instance, both of them return $this->id directly.
View ArticleDocument why CoreBundle::registerTwig() is public and static
Problem/Motivation#1942490: Make Twig engine available during install makes CoreBundle::registerTwig() public and static so that it can be reused in the installer. However, this is different from other...
View ArticleRedesign congratulation page
For many people, installing Drupal is not an easy task. Sometimes they overcomes many different issues during the installation. Sometimes It can take quite a long time. After the installation procedure...
View ArticleBugged tests in the entity error handler?
@sun in #1857376: Provide an area handler that renders an entity:+++ b/core/modules/views/lib/Drupal/views/Tests/Handler/AreaEntityTest.php+ public function testEntityArea() {...+ $result =...
View Articlefunction theme_table don't pass sort parameter by field key, it pass data key...
API page: http://api.drupal.org/api/drupal/includes%21theme.inc/function/theme_tab...I have changed a piece code in tablesort.inc file and it worked correctly. please considerIn dunction...
View ArticleMeta: Convert CacheArray to use CacheCollector
Once #1786490: Add caching to the state system is in, we should convert the existing CacheArray class to use CacheCollector.This especially has the advantage that the values aren't saved on destruction...
View ArticleEmpty regions displayed even though they're empty
Using the Bartik theme If you add a custom block to the featured region and make it only appear on the front page - an empty region is still showing on other pages.The front pageAnother...
View Article