Cleanup Controllers and Enhancers
Currently, we have a whole bunch of classes in Drupal\Core. Generally we should only put stuff there if there's nowhere else that it makes sense. As we've evolved Drupal 8, we've built up a whole bunch...
View ArticleOnly variables should be passed by reference in my_custom_function() (line 16...
I am getting the below error when I used drupal_render(drupal_get_form('my_form')) on a page in Drupal 7 Installation.Only variables should be passed by reference in my_custom_function() (line 16 of...
View ArticleDrop unused _taxonomy_get_tid_from_term()
There's no usage of this functionAttachmentSizeStatusTest resultOperations_taxonomy_get_tid_from_term.patch512 bytesIdlePASSED: [[SimpleTest]]: [MySQL] 56,186 pass(es).View details | Re-test
View ArticleMove taxonomy_check_vocabulary_hierarchy() into storage controller
There's only 2 usages of the function TermFormController and TermDelete (confirm form after #1946456: Convert taxonomy_term_confirm_delete() and taxonomy_vocabulary_confirm_delete() to the new form...
View ArticleDrupalWebTestCase::buildXPathQuery() tries to handle backreferences in...
Dollar signs followed by a number in the values of replacement arguments passed to DrupalWebTestCase::buildXPathQuery() seem to be handled as a regular expression back reference, causing certain values...
View Article[META] Rewrite test modules in system to provide better unit testing.
Problem/MotivationWe got 50 test modules inside system module to test various core operation. However this modules written in D7 way and converting them as it is to D8 might not be very...
View ArticleError on node edition after upgrade from D6
Hi,after upgrade some D6 websites i get this error on 2 of 3 when i want to edit an existing node content.All break when i want to save changes."The website encountered an unexpected error. Please try...
View ArticleUnwanted light pink background fill
I am using panel and i m using node reference inside the panel. The node having two revisions one is publish and another one is ready to publish status. When i m trying to visit the page the unwanted...
View Articledrupal_session_start does not create insecure session cookie
I'm currently using the HybridAuth Social Login module. It calls drupal_session_start() to initialize a session if one does not exist yet. I'm also using the SecurePages module to make most of my...
View ArticleUpdate to Symfony 2.3
#1977570: Update third-party vendors and fix composer.jsonTarget 2.3.*@beta.
View ArticleRemove unused "use" statements (eventually)
There are (and doubtless will be) unused PHP use statements here and there. This issue is just a reminder to remove them eventually... PHP-CS-Fixer (PHP Coding Standards Fixer) may be a helpful tool...
View ArticleWeird messing with 'default_value_function' in date widgets ?
DatetimeDatelistWidget and DateTimeDefaultWidget have this code:Â public function __construct($plugin_id, array $plugin_definition, FieldInstance $instance, array $settings, $weight) {Â Â Â // Identify...
View ArticleDropbutton style update
Problem/MotivationTables have seen little issues, the only improvement we saw was to remove some of the distracting elements and improving the whitespace. We developed Proposal: A Style Guide for...
View ArticleProgress Bar style update
Problem/MotivationWe visually updated the progress bar in Drupal 7 significantly, we feel this is still a good base. The only thing we did is to round the corners, and to adjust the color pallete...
View Article[meta] Core Front-end issues
This meta issue is for any one who's interested in latest issues related to front-end development in Drupal 8 core. There are Twig, Mobile, HTML, Design and other initiatives which have theming-related...
View ArticleVertical tabs style update
Problem/MotivationVertical tabs have received a style update, this means rounded corners, color palette and shadow adjustments.We developed Proposal: A Style Guide for Seven. This issue aims to...
View ArticleIncorrect date displayed after adding keywords
We deployed the Community Tagging module on our production site and now have members keyword-tagging content. Our testing had not been thorough enough to uncover the following issue prior to...
View ArticleCan some types of edit not push a post to top of list?
Hi, we are using the Community Tagging module and content being tagged includes forum posts. Unfortunately, any forum post that we tag (via the keywords tag) floats up to the top of the list as most...
View ArticleViews page menu entry not placed into menu
HI,I noticed the following. I had a basic page with the URL /updates. Then I created a view with two page displays with path like this /updates/page1 and /updates/page2. However, the view was not able...
View ArticleRemove block config id from being used as an html id or template suggestion
Follow up to #1927608: Remove the tight coupling between Block Plugins and Block Entities once that lands.That issue almost removed everything related to a block configuration entity from the rendering...
View Article