Add #type => 'path' that accepts path but optionally stores URL...
Problem/MotivationOver in #306662: Add redirect option to site wide contact forms we want to allow admins to choose the redirect path after form submission. But we want to store a route (as per route...
View ArticleFragile form_id generation for bundlable entity forms
Problem/MotivationCurrently, if you create bundle with name equal to entity type (for example, create content type = "node"), the node form id will be 'node_form' instead of 'node_node_form'.Proposed...
View ArticleAdd save dropbutton next to 'Back to content editing' link in node...
Problem/MotivationAs @webchick said in #1510544-126: Allow to preview content in an actual live environmentI found my natural inclination while testing this was to want to be able to save right when...
View ArticleFactor render->fragment code out to a service
Follow-up from #2218117: Bring back metatag support for the HtmlPage object.HtmlControllerBase contains a fair bit of code for turning a render array into an HtmlFragment object. That's a worthwhile...
View ArticleApplying default language fallback rules to interface translation has...
Problem/MotivationInstall in a foreign language. Will download translations and import.Add English and enable English to be translatable.Now even if you look at English pages, they will be in the other...
View ArticleTheme must not be primed in core.extension and KernelTestBase
Follow-up to #2228093: Modernize theme initializationProblem#2228093: Modernize theme initialization introduced the following two changes, which are highly problematic, since each of them is priming...
View ArticleUse fast, local cache back-end (APCu, if available) for low-write caches...
The database backend is slow, but works everywhere Drupal does.We now have a an APCu backend in core, and a ChainedFast cache backend which uses it. The ChainedFast backend with APCu is a lot faster...
View Article[Meta] Followup Responsive_image(Picture element) and Breakpoints in core
Problem/MotivationThe discussion in #2120875: Remove breakpoint and picture module from core was resolved by closing that discussion but marking as needing to be revisited before D8 beta. A number of...
View ArticleBreakpoint Module: Fix documentation that refers to enabling/disabling of...
Follow-up to #2034879: [Meta] Fix documentation that refers to enabling/disabling of modules3 occurrences of the word "enabl". Might not need to change all 3. Please check if the occurrence in...
View ArticlePagination markup
Meta issue: #1980004: [meta] Creating Dream MarkupProblem/MotivationWe need better markup for pagination in terms of semantics and accessibility. Also, we need to follow our Drupal 8 style guide....
View ArticleMove pseudo-private table mapping functions from ContentEntityDatabaseStorage...
Attempting to split #1498720: Make the entity storage system handle changes in the entity and field schema definitions into some logical chunks. Here's part 1.
View ArticleImplement Picture polyfill 2.1
Follow-up from #1883526: Decide on the picture polyfill to use.The <picture>; element is officially coming to both Blink (Chrome + Opera) and WebKit (Safari & others). See picture element...
View ArticleMake the entity storage system handle changes in the entity and field schema...
Updated: Comment #163This is being coded in the D8MI - Entity Translation sandbox.Test issue: #2298525: Test issue for Make ContentEntityDatabaseStorage handle changes in the entity schema...
View ArticleUse PluginFormInterface instead of reinventing in specific plugins
Problem/MotivationWe have a PluginFormInterface, but EditorPluginInterface and ImageToolkitInterface skip it completely.Proposed resolutionRemaining tasksUser interface changesAPI changes
View Article[Meta] Convert UnitTestBase to PHPUnit
Problem/MotivationAs #1567500: [meta] Replace the testing framework with PHPUnit and possibly rewrite Simpletest is underway we need to convert all Simpletest based unittest to PhpUnit tests.Proposed...
View Article[sechole] Link field item and menu link information leakage
Problem/MotivationLinkTypeConstraint::validate does not do access checking. It is possible to link to paths the user can not access. This is information leakage (especially in the presence of pathauto...
View ArticleAllow yml files to nominate imports
Problem/MotivationWorking on some contrib modules in my spare time I'm noticing that my {$module}.routing.yml is getting larger and larger.In Behat you can nominate additional imports in your YAML -...
View ArticleModule crashes Drupal 8 Alpha 14 Site
Hello,I know we are still Alpha and most modules are Alpha as well, but I thought I mention what I came along. Just close it, when this issue is of no importance since we are still Alpha.I installed...
View ArticleModularize kernel exception handling
Just tossing this patch here for the testbot. It will likely crash and burn but I want to get it out there. :-) I'll provide a proper summary tomorrow after I've had a good night's sleep.There's also a...
View ArticleImplement a default entity views data handler
Since all the entity integration like a generic entity property will be in core one day it would make sense to create a generic entity integration which generates the stuff automatically. On top of...
View Article