Introduce node_mass_delete() or make node_mass_update() more flexible
Follow up for #1498674: Refactor node properties to multilingualProblem/MotivationSimplify codeIn 1498674 was the @todo  // @todo Introduce node_mass_delete() or make node_mass_update() more...
View ArticleBatch the configuration synchronisation process
Batch the configuration synchronisation process.The ProblemThere is a concern that the configuration synchronisation process could potentially cause php to exceed the execution time limit or to exhaust...
View ArticleRefactor node query to use desired language rather than default language...
Follow up for #1498674: Refactor node properties to multilingual. See also #2004378: Refactor query to use desired language rather than default language while providing fallback to...
View Articleuse $this->base_table and remove an if
Follow up for #1498674: Refactor node properties to multilingualProblem/MotivationSimplify codeIn 1498674 was the @todo    // @todo: Wouldn't it be possible to use $this->base_table and no if...
View ArticleRefactor query to use desired language rather than default language while...
Follow up for #1498674: Refactor node properties to multilingual. See also #2004372: Refactor query to use desired language rather than default language while providing fallback to...
View ArticleDiscuss deprecating or removing drupal_render_children()
Problem/Motivationdrupal_render() before #1920886: drupal_render() should only render the child elements when rendering a 'render element' for the first time was committed contained the functionality...
View ArticleAllow modules to alter the result of EntityListController::getOperations
Problem/MotivationThere is no sane way to add an operation to listings on configuration entities.Will clean up the code in #1952394: Add configuration translation user interface module in core.Proposed...
View ArticleMove standard_country_list() to Drupal\Core\Locale\Country
Follow up from #1845034: Convert standard.inc to Drupal\Core\Language
View Articleaggregator_test output includes drupal page content
The aggregator_test_feed function has "print $feed;" which outputs RSS. It also brings several Drupal content blocks which is incorrect behavior. If you add "exit;" after "print $feed;" it fixes the...
View ArticleProperties Translation UI
Follow up for #2004328: [Meta] Views integration with EFQ2Problem/MotivationWhen 2004328 goes in we can make a UI to translate properties... like the node titles.Proposed resolutionMake the UI. Or,...
View Articledrupal8 not working on php6
i use php6 and then install drupal8. It has many critical issue (namespace and gpc function does not exist). I think drupal8 should run on php6. i am very disappointed...
View ArticleFormat options output
When viewing the code of a user form, the options come as one huge chunk of code. Is this intended? If it's not, one option is to insert \n and \t elements to format the output. Not a big issue, but...
View Article"Writable" filesystem though creation of 'sites/default/files' failed
When autocreating the filesystem 'sites/default/files' fails on install, the following message is displayed: The file system is said to be "Writable" even though the directory doesn't exist. While few...
View ArticleBlocks don't save placement on the /admin/structure/block page, reverts to...
Clean Drupal 8 install w/aggregator module enabled.At /admin/structure/block I tried to place an aggregator block in several regions but the block reverted back to it's original place after saving....
View ArticleSetting image/file field for more than one image breaks...
When a content type has an image or file field that is set to allow more than one image/file ckeditor disappears whether you use ckeditor or wysiwig module as the front end for ckeditor. If no...
View ArticleSplit Views style serializer tests in to UI and functional tests
As discussed over in #1891202: REST Export Views format should be configurable, the serializer tests are for the functionality and the UI are tightly bound together. The tests are testing the UI and...
View ArticleAdd a default value for filter format item properties
Follow-up from #1777956: Provide a way to define default values for entity fields.
View ArticleRemove the feature of being able to move menu items between menus
ProblemIf we ever want to make menu items fieldable (per menu), moving them between menus is going to be a huge pain. Read more at http://drupal.org/node/1966298#comment-7458390ProposalRemove this...
View ArticleOn install, download .po file to temp directory
#1260716: Improve language onboarding user experience brought us the language selection as first step, which adds a lot more complexity. If a non-English language has been chosen in the first step, and...
View ArticleImprove Accessibility for String Translation UI
subissue from #2004176: [META] Unify Content, String and Configuration Translation UI for accessibility, usability & responsivness, for unify from #2003834: Accessibility fixesAdd lang="" attribute...
View Article