theme not found in /themes
Just playing around to see if I could get a contrib theme running in D8 (hacking the zurb foundation theme)1. placed theme files in /themes, tried to enable and got a "Theme zurb_foundation not...
View Articledisregard, test issue
test issue.AttachmentSizeStatusTest resultOperationstmp.patch46.09 KBIdlePASSED: [[SimpleTest]]: [MySQL] 53,293 pass(es).View details | Re-test
View ArticleLocating code that renders string of characters.
Hi, I've been having a few characters on my site that weren't commented properly, possibly in some module or library, or something else. I'm having hard time finding the file that has code, which...
View ArticleLink field labels don't show in entity forms
When I create a link field and assign it a label of "link", I expect to see "link" on the entity form. Instead I see only "URL" and "Title." There's discussion in #1801268: Link field accessibility...
View ArticleEnhance result reporting for assertTrue() and assertFalse()
Problem/MotivationDebugging SimpleTest failures is difficult when the test assertions do not provide enough information or when there are dozens of similar assertions in the same test. The test result...
View Article[meta] Mark 'half-converted' classes somehow
While some of the code is converted to modern subsystems for real (ie. injection, plugins etc) some are converted to classes only because of routes and are a nonchanged move into a class from module...
View ArticleCan't delete a custom block instance
I had set up a custom content type with a link field. Link field seems to generate errors, so I want to disable link module Which tells me to delete all content that uses the field firstClicking the...
View Articleundefined indexes in link_field_formatter_view()
I had setup a custom block type with a link field. I created a block instance with it. It looks like even without assigning that block to a region it produces errors and makes the front-end of the site...
View ArticleAdd a nothrow option to Drupal::service()
This is an extension of #1875086: Improve DX of drupal_container()->get(), which leaves us with deprecated, inefficient, and clumsy code like<?php if...
View ArticleBetter name for watchdog() function
I always wondered how, with vast majority of Drupalists liking cats in favor of dogs, we have such a controversial name for one of the important functions. I think watchcat() sounds much better. I am...
View ArticleException when an entity reference field is empty on programmatic creation
This happens with feeds, feed items and custom blocks, couldnt reproduce it with nodesAttach an entity reference field that references and entity without items..eg tags and make sure there are no...
View ArticleWSOD with Drupal 7 to Drupal 8 upgrade on Win 8/PHP 5.4 and Ubuntu 12/PHP 5.3
I have been running and testing Drupal 8 on Windows and Ubuntu 12 with PHP 5.3.Using - a very simple D7 site - no contrib modules, no contrib themes, minimal number of enabled core modules, theme set...
View ArticleIGNORE: Patch testing issue ✌✌
The previous patch testing issue got too big and slow to load.
View Articledisplace.js followup: Update documentation to follow Doxygen format
Problem/MotivationThe @param and @return documentation in displace.js committed in #1847084: Measure/track displacing elements better + provide change events for them (fix overlay + toolbar) does not...
View ArticleUpdate module confuses project and module directories
Updating the module from admin/modules/update results in BSOD with PHP Fatal error: require_once() [function.require]: Failed opening required...
View ArticleReplace taxonomy_select_nodes with taxonomy_select_content !
I just suggested to create function that retrieve all the content associated with a specific term not only to retrieve nodes but even to retrieve user or even another taxonomy term. Currently i have...
View ArticleDivision by zero in pager_default_initialize
Running latest version of 8.x-dev;- enabled the View which overrides /taxonomy/term/% - updated pager settings and entered 0 for "Items per page" - got Warning: Division by zero in...
View ArticleSerialization uses addTag incorrectly
Per https://github.com/symfony/symfony/issues/3251 the attributes can only be a one dimensional array. That PHP does not throw an error on them is a bug https://github.com/symfony/symfony/issues/7543...
View ArticleAdd alexpott to branch maintainers for Drupal 8
Following on from Dries's announcement http://buytaert.net/alex-pottAttachmentSizeStatusTest resultOperationsdrupal8.maintainers.patch476 bytesIdlePASSED: [[SimpleTest]]: [MySQL] 53,870 pass(es).View...
View Article_theme_process_registry() has a @see to itself
API page: http://api.drupal.org/api/drupal/includes%21theme.inc/function/_theme_pr...Enter a descriptive title (above) relating to function _theme_process_registry, then describe the problem you have...
View Article