Small performance fix for theme rebuild
This isn't a huge win (I measured a 13ms improvement), but the fix is so simple I think it's worth doing.AttachmentSizeStatusTest resultOperationstheme-rebuild-perf-fix.patch1.11 KBIdleFAILED:...
View ArticleAdd 'Date last Edited' option to 'Display Settings' option for a content type
A checkbox for 'Display author and date information' is in Administration >> Structure >> Content types >> Edit tab, (admin/structure/types/manage/page), in the 'Display Settings'...
View ArticleBot checks for #1950632
Using this issue for bot checks for #1950632: Make formatters and widgets work on nonconfigurable fields to keep noise down from that issue.
View Articledouble session cookie blocks login
Hi, I have read about the session cookie in a few issues but mostly in older versions. Since I updated to D6.28 I am having these cookie collision problems. After closing the firefox browser and...
View ArticleCheck email addresses registered as username more rigidly
Currently a valid email address can be registered as username without any ownership verification. This leads to a multitude of problems including consistency/uniqueness and spoofing.#111317-83: Allow...
View ArticleAdd custom block categories
As part of #1875252: [META] Make the block plugin UI shippable, we've looked at having block "categories" to help sort and filter blocks, somewhat like how Ctools currently handles categories.For an...
View ArticleImplement the improved block management interface
Problem/MotivationThis is a followup issue for #1875252: [META] Make the block plugin UI shippable. In that thread, discussion centered around making the block's UI "shippable", due to multiple UX...
View ArticleShift render array defaults back out onto BlockRenderController
One of the things we did in #1927608: Change notice: Remove the tight coupling between Block Plugins and Block Entities was shift the creation of a default render array (and the invocation of an alter...
View ArticleUse 'do' prefix to designate methods used as part of internal class hierarchy...
Symfony follows a somewhat established pattern when creating class hierarchy-internal APIs - typically, interactions between a base class that implements an interface, and subclasses of that base class...
View ArticleMove drupal_bootstrap_config_storage to settings
It should be settings, not conf.AttachmentSizeStatusTest resultOperationsdrupal_bootstrap_config_storage.patch1.02 KBIdleFAILED: [[SimpleTest]]: [MySQL] Setup environment: Test cancelled by admin prior...
View ArticleCreate a phpstorage config storage for testing
Caching is good in normal operations, but for testing we could write a phpstorage class which dumps the parsed YAML data into some directory... something like this.AttachmentSizeStatusTest...
View ArticleDrop sticky table headers
From #1797856-10: Make toolbar non-sticky, keep it in page flow.It's lots of JS, a major performance issues on pages with several of them (open a 300+ comment page on d.o and feel the slowness. Then do...
View Article"Correct faulty and chopped off HTML" does not handle nested lists correctly
Whilst attempting to reproduce #309784: Unordered lists override numbered lists, I entered the following HTML into the node body, with Full HTML filter set.<ul><li>A....
View ArticleBlock content in features
Hello,I can see that block content is separated from the block settings by the fe_block_boxes feature. Now, I do not want the content of the blocks in my features, only the settings.But, when I disable...
View ArticleUnsaved menu links have the wrong bundle (always 'tools')
ProblemThe 'bundle' property of menu links should be derived from the 'menu_name' property. On load this happens, but not when creating a new bundle. In that case, the class default of 'tools' is not...
View ArticleConvert all field types to data type plugins
In preparation for when #1969728: Implement Field API "field types" as TypedData Plugins lands - create this issue upfront so that we can put issue links in the patch.
View Article[policy] Update hook_menu() callback API documentation
The API documentation for hook_menu() callbacks needs updating to come in line with the changes in Drupal 8. https://drupal.org/node/1354#menu-callbackUpdating the documentation will help with the tidy...
View ArticleExposed sorts break custom style plugin sorting
Reported for D7 Views here: #1333932: Sorting in table doesn't work when sort criteria is exposedThe only core implementation of custom style plugin sorting is Table's clicksort. If you expose any sort...
View ArticleThe Plugin system's ContainerFactory and interface should be ContainerAware
We aren't really building containers in the factory, they are aware of the container and use it as part of the factory. We should rename them so they are a little more clear as to what their purpose...
View ArticleOficially introduce form modes
Problem/MotivationIn #1875992: Add EntityFormDisplay objects for entity forms we introduced the foundation for form modes but without any actual usage in core. This is the necessary followup :)Form...
View Article