Make widgets / formatters work on EntityNG Field value objects.
Spin off from #1988612: Apply formatters and widgets to rendered entity base fields, starting with node.createdCopied from over there:Once #1969728: Implement Field API "field types" as TypedData...
View ArticleRedundant executeView() in ViewsBlock::build()
From \Drupal\views\Plugin\Block\ViewsBlock:Â public function build() {Â Â Â if ($output = $this->view->executeDisplay($this->displayID)) {Â Â Â Â Â $output =...
View ArticleReplace usage of Views:: in tests with $this->container->get('views.views_data')
Tests should always use own container
View ArticleCatch exceptions from queue workers
Currently, in D7 and D8 if a queue worker throws an exception it is uncaught. That means the entire PHP process dies. There is an upside to that: It means the item being processed will not be deleted...
View ArticleRefactor module handling responsibilities out of DrupalKernel
DrupalKernel::initializeContainer is very complex. It has to account for several situations where module lists can change, making the code hard to understand and even harder to refactor. The usage of...
View ArticleRemove phpstorage
It only creates a lot of problems and protection against rogue scripts is not the priority of core as testified by #1925822: Stop locking me out of my own sites/default directory
View ArticleAdd module owner to plugin definition in AnnotatedClassDiscovery
For issues like #1825896: Add module owner to plugin data on display handlers it would be good if we could actually use the module owner for a plugin and store it, so that when the plugin is not there,...
View ArticleChange status filter on admin/content to 'published'/'unpublished'
Now that #1895160: Change notice: Convert admin/content to a View, keep a non-views fallback with no bulk operations is in and #1998192: Allow the boolean labels of exposed filters to be configurable...
View Articletemplate_preprocess_comment() is inconsistent with uri() and permalink()
Coming from #1970360-99: Entities should define URI templates and standard linksReference:...
View ArticleUser test vars declared as \Drupal\user\Plugin\Core\Entity\User where it...
Attaching a patch that fixes them.AttachmentSizeStatusTest resultOperationsuser-to-userinterface-d8.patch6.1 KBIdleFAILED: [[SimpleTest]]: [MySQL] 57,376 pass(es), 10 fail(s), and 5 exception(s).View...
View ArticleTesting module - cURL library is not available link.
The link when clicked opens within the window. Redirecting away from the drupal site.see attached screenshot.AttachmentSizeStatusTest resultOperationsCapture.PNG4.32 KBIgnored: Check issue status.NoneNone
View ArticleInstaller is missing spaces between step titles and status.
Choose language(done) should be Choose language (done) for example.
View ArticleCan't read the word "Error" because it sits over a red "x" icon on the...
Step to reproduce:1. Try to install site without a settings.php file 2. Look at the warning produced because you have no settings.php file 3. Try to read the word "Error" in the status column.The word...
View Article[META] Unified toolset for Views in core
All views in Drupal admin pages require a set of tools that are presented to the user with a consistent visual style and page architecture. The tools should include actions, (usually, but not always,...
View ArticleConvert custom_block_type_delete_form() to a Controller
Part of #1945406: [meta] Convert all of confirm_form() to ConfirmFormBase
View ArticleDatabase update links have the wrong paths
On the final page for the "Drupal database update" process, are these links, which have the wrong paths:Front page: /core/update.php/Administration pages: /core/update.php/adminThere is also this link,...
View ArticleFatal error: require_once() [function.require]: Failed opening required...
Not sure what has happened, I was trying to publish my site and I got this error and not sure what to do please help. I'm using drupal 7.22 and site officiallifeent.com/indexFatal error: require_once()...
View ArticleIgnore duplicate theme directories that have different directory names, but...
My client meant well when he duplicated his theme directory and renamed it. Original theme directory: 'citrus_3'. 2nd theme directory 'citrus_3_backup-ejray' However, the .info file was not renamed,...
View ArticleDrop taxonomy_vocabulary_load_multiple() and taxonomy_term_load_multiple() in...
Problem/Motivationtaxonomy_vocabulary_load_multiple() and taxonomy_term_load_multiple() are useless wrappers to entity_load_multiple()Proposed resolutionReplace calls to corresponding:...
View Article