filter_html_image_secure filter fails to display files containing non-ASCII...
While I was using this module together with Insert I noticed that the link for a image named for example: 'Selección_016.png' (please not the: ó)Was being inserted with the following...
View Articleonly permit associating child categories to a content type.
I have a content type which has a category field based on a taxonomy vocabulary. but I want editors to only be able to choose the child categories for each content piece, not the parent categories. How...
View ArticleHidding Overlay control region and editing a profile cause Overlay to get...
Install Display SuiteEdit the display theme of the users edit page (admin/config/people/accounts/fields) with any DS layoutHide the Overlay control regionEdit one user using Overlay and saveThe edit...
View Article[meta] Remove or consolidate many similar admin page theme functions in core
We have a lot of frighteningly similar theme functions that output administration pages. These should be consolidated into one template file, and all modules should use the same one for displaying...
View ArticleDrupalPublicStreamWrapper warning appearing lately
Randomly this warning has been appearing in my site and I have no idea why:Warning: file_get_contents(public://languages/es_QS_9YrWLl5ck6EsxNYxu9VyK4a5WaYYeA4s1HNclprQ.js): failed to open stream:...
View ArticleHow to make a taxonomy page NOT display the title of the term?
I know I could simply wipe out the code within the file "page.tpl.php"<?php<h1 id="page-title"><?php print $title; ?> ?> and that would do the trick across the entire site. But I do...
View ArticleSet realistic image upload limits for user picture field
First of all, I am *so* happy to see the profile image as an actual field, so YAY to everyone who helped get that done :) This issue is so we can actually use it :)Problem/MotivationToday, I decided to...
View ArticleBlock caching disable hardcoded on sites with hook_node_grant() causes...
Block module will disable all block caching when one or more modules implement hook_node_grant(). The problem is that site builders can consider their blocks are safe, even when using node access...
View ArticleUpdate description text on Placeholder
Problem/MotivationQuicksketch and I just spent 5 minutes talking about the new Placeholder form element on Field UI. I asked him why he thought users would be allowed to define their own token names....
View ArticleRender hook
API page: http://api.drupal.org/api/drupal/includes%21common.inc/function/drupal_r...It would be great to have a hook that would allow alteration of text produced by render. Suggested patch...
View ArticleNot clickable header
HelloI hope someone can help me. First of all, I have to make a website for school, so I'm NOT an expert at this, but I try. :-) Is there a way to make my banner NOT clickable? Or maybe if I click on...
View ArticleViewExecutable::setDisplay() will never return an invalid display ID
Because of this current logic like this in setDisplay():<?php$display_id = 'default';if (!$this->displayHandlers->has($display_id)) { debug(format_string('set_display() called with invalid...
View ArticleMake CORE compatible with jQuery native-API selector
jQuery 2.0 added native-API selector module.What's out: 6 KB attribute not equal selector positional selectors (:first; :eq(n); :odd; etc.) type selectors (:input; :checkbox; :button; etc.) state-based...
View ArticleClean URL's: Change RewriteRule ^ index.php [L] to RewriteRule ^ /index.php [L]
So this.Change RewriteRule ^ index.php [L] to RewriteRule ^ /index.php [L].htaccess just does not accept Clean URL's because of this '/'.Is widely known :S
View Articlesupport numeric character references in attributes
Problem/MotivationThe class Attribute is used in drupal to collect and render html attributes. It applies 'htmlspecialchars'(inside check_plain) to everything. It appears the assumption is that any...
View ArticleRemove plugin_name property from ViewExecutable.
We don't need this property really, plus it's not very descriptive.AttachmentSizeStatusTest resultOperationsd8.remove-plugin-name.patch1.94 KBIdleFAILED: [[SimpleTest]]: [MySQL] 52,187 pass(es), 28...
View ArticleAdministration Table Header Position
Abstract:Position of table header allows table-rows to be view between gap while scrolling. Steps:Click the home button on the admin menu.From the admin sidebar select content.Start scrolling up till...
View ArticleCall to undefined function menu_get_item()
When running update.php I receive this error:Fatal error: Call to undefined function menu_get_item() in includes\common.inc on line 2536The URL was...
View ArticleAdd convenience methods to EntityManager
As a half way house between deprecating entity procedural functions, maybe we could have some convenience methods on the entity manager as shortcuts for creating and loading entities?So...
View Articlefield_read_fields is called by menu link + cache misses
So the conversion from menu_link to entities makes field / entity field query very confused as it tries to load router_path or other properties because it thinks it's a field. Also somehow, we're...
View Article