Drupal 7.22 does not upload some images
This problem caused me a great deal of frustration until I finally figured out what the problem was.When creating new content with an Image field, there are some images that simply refuse to make it...
View ArticleString-parsing in hook_custom_theme() should be replaced with theme callbacks...
There are several places in Drupal 8 that currently have code like the following:<?php/** * Implements hook_custom_theme(). * * @todo Add an event subscriber to the Ajax system to automatically set...
View ArticleForum topic
Is not accessible from forum or either container. The node it self is accessible from Drupal. I am using node access module as well . Roles rules . Drupal 6.26 it's the core . Any help from developers...
View ArticleHow do I get a default site logo/image in exported links?
When I copy the URL of a news item from my site http://www.AsianOcean.com and paste it in FaceBook the accompanying default graphic is an advertiser in my site! I cannot figure out (newbie) how it...
View ArticleRemove traces of List module
In #1592632: Merge List field types into Options module, we moved List module to Options module. However, it looks like some traces of the former List module code remained in Field module. I don't know...
View ArticleUpdate to jQuery 2.0.2
2.0.2 is out: http://blog.jquery.com/2013/05/30/jquery-1-10-1-and-2-0-2-released/We missed 2.0.1 which had a more significant changelog:...
View ArticleMove ViewsUITest to the correct place
It is now in views module..should be in views_ui and since it tests RearrangeFilter it should be named as such
View ArticleRemove functions that wrap entity_load('filter_format', $format_id)
Previously we used filter_list_format() to load formats and filters. Now that they are entities, we don't need an extra function for static caching.
View ArticleCron outputting errors after upgrade from D6
After ugrading to Drupal 7 I have been getting a lot of errors in cron -First these lines of error are repeated 5-10 times:<b>Notice</b>: Undefined index: REMOTE_ADDR in...
View ArticleImprove efficiency of access checker matching on routes
Currently when the RouteBuilder is compiling routes for the routing table it iterates over all the access checkers for every route. This seems unnecessary. It would make more sense to only iterate over...
View ArticleAdd trusted roles recommendation to 'access site reports'
Access site reports gives access to watchdog, which in turn gives access to error messages and things like content titles without any access restrictions at all, so it should probably have the 'give to...
View ArticleTab options form cannot be submitted
If you try to save the tab options form, you will have no joy.The validation falls through to displayPluginBase::validateOptionsForm when it assumes any section with _options appended, such as...
View ArticleRemove drupal_add_css() from book.module — use #attached
Remove drupal_add_css() from book.module - use #attached instead.Meta issue: #1839338: [meta] Remove drupal_set_*() drupal_add_*() in favour of #attached/response for out-of-band stuff
View ArticleNaming confusion between config_comparer and storage_comparer in...
While trying doing a config import with Drush I got confused by the mixing of the config_comparer and storage_comparer.Let's call them the same. Latest patch choose for storage_comparer as that...
View ArticleConstraints on 'target_id' / 'tid' properties break autocomplete if applied
ContextSpin-off from #1992138: Helper issue for "field types as TypedData Plugins" / #1969728: Implement Field API "field types" as TypedData Plugins.That issue adds actual validation on entity fields....
View ArticleConstraints in getPropertyDefinitions generate violations without a delta
ContextSpin-off from #1992138: Helper issue for "field types as TypedData Plugins" / #1969728: Implement Field API "field types" as TypedData Plugins.That issue adds actual validation on entity fields....
View Article'type' constraints generate crappy error messages.
ContextSpin-off from #1992138: Helper issue for "field types as TypedData Plugins" / #1969728: Implement Field API "field types" as TypedData Plugins.That issue adds actual validation on entity fields....
View ArticleEntity Reference fields and REST GET leads to "A fatal error occurred:...
I added an entity ref to Article content type and then created an article which has an entity ref to a User. The response I got was "A fatal error occurred: Property entity is unknown." Removing the...
View ArticleImprove validation constraint test coverage
Add separate constraint tests in another issue including complete violation tests (message, property path, root, ..) for every constraint that's customized in any way by us.
View Articledrupal_render() could be lazier about calling element_children()
I noticed this as part of the patch I rolled at #2005970: '#type' should be required in renderable arrays and should solely define the behaviour of drupal_render().@Cottser suggested that I could spin...
View Article