Fix contextual links on views
When you have a view the contextual links don't work anymore.The hover itself still does work, though the contextual js kicks in too fast.
View ArticleBook allowed_types settings repetitive and in under certain conditions can...
In #1928082: Make usage of book.settings:allowed_types consistent (http://drupal.org/node/1928082#comment-7128904) @sun points out that the duplicate key/value in book.settings:allowed_types kind of...
View ArticleLocale settings in Drupal installer make little (UX) sense
GivenProblemWhy is there no - None - for Timezone? If it's possible for Country, why not for Timezone?No idea what this thing wants from me in the first place!!!What if my site is international? What's...
View ArticlePhpStorage\FileStorage tries to write a file using the same name of...
ProblemWhen switching from the default PhpStorage\MTimeProtectedFileStorage to PhpStorage\FileStorage, you get this fatal error: Warning:...
View ArticleDocument how to disable all caching in settings.php
ProblemDuring initial site development, the excessive amount of caching + PHP file dumping in Drupal can get very well in your way.Figuring out how to disable all this stuff can be insanely...
View ArticleWhy are entities still queried based on hook_schema()?
ProblemTrying to swap out an entity type implementation. (FWIW, User)I can easily swap out the entity type's storage controller (entirely).But the entire entity system and default...
View ArticleMake PhpassHashedPassword log2 number maintainable
ProblemThis gem in Drupal\Core\CoreBundle is not maintainable and I bet that all core maintainers are not aware of it: <?php   // Add password hashing service. The argument to PhpassHashedPassword...
View ArticleHow do I prevent DrupalKernel from dumping?
Follow-up to: #1933638: Document how to disable all caching in settings.phpProblemWhen developing services, classes, and whatnot, you effectively need to delete and rebuild the DI container on every...
View ArticleHttpKernel (?) redirects away from error pages, even if they contain verbose...
ProblemGiven: A {sessions} table that has no ssid column.When: Trying to log in through User module's standard login block form.Then: There is no indication of any error at all; one is redirect to the...
View ArticleMove all contextual links code to views_ui module
It would make sense if we could just move all the contextual links related functions/hooks into views_ui module, as in theory we shouldn't really need views contextual links if views UI is turned...
View ArticlePHP Fatal error in drupal 7
2 Fatal error repeating again and again. 1) PHP Fatal error: Maximum execution time of 30 seconds exceeded 2) PHP Fatal error: Allowed memory size of 134217728 bytes exhaustedI used memory limit as...
View ArticlePrevent enabling a text editor if a text format has one or more...
Problem/MotivationNonsensical situations that are currently not prevented by the UI:Enabling CKEditor for a Markdown-powered text format.Enabling CKEditor while the filter_autop (or filter_url) filter...
View ArticleEnable CKEditor in the Standard install profile's "Full HTML" text format
Problem/MotivationOver at #1911884: Enable CKEditor in the Standard install profile, we enabled CKEditor for the "Basic HTML" text format (the successor of the "Filtered HTML" for authenticated users,...
View Article[meta] How do we want to facilitate enabling of CKEditor for sites upgraded...
Problem/MotivationOver at #1911884: Enable CKEditor in the Standard install profile, the Standard install profile's "Filtered HTML" format is being split into two:"Restricted HTML" for anonymous users....
View ArticleUndefined property in poll.module
When I created and published poll content, I have many entries in drupal logs:Notice: Undefined property: stdClass::$links w poll_block_latest_poll_view() (line 661 in...
View Articlehook_requirements() @return doesn't say what to key the array by
API page: http://api.drupal.org/api/drupal/modules%21system%21system.api.php/funct...Return valueA keyed array of requirements. Each requirement is itself an array with the following items:A keyed...
View ArticleDependent modules are still installed when requested modules return errors in...
This is related to #592800: Dependent modules are still installed when required modules return errors in hook_requirements('install'), which appears to have been fixed.Here's what happens:1. Enable...
View Articlepath_load and drupal_lookup_path are inconsistent when choosing the 'current'...
While not mentioned in the API documentation, drupal_lookup_path will return the most recently created alias for a given path (based on having the highest pid).Sister function path_load, will also...
View ArticleSystme help block should not be assigned into non-existing region
I have a custom installation profile and my default theme does not have a 'help' region. System module defines a block 'System help' which tries to automatically assign itself during the installation...
View ArticleRemote stream wrapper broken after Drupal 7.20 update
Edit: Issue is with Remote stream wrapper module, not Imagecache External module. The token GET param "?itok=xxxxxxxx" is being url-encoded, resulting in path like...
View Article