CSS aggregation strips some essential whitespace within strings
from @ridgerunner in #460448-28: Some CSS rules are broken once CSS aggregation is enabled Your regex violates whitespace within strings. e.g. it destroys the following valid rule taken from the CSS...
View ArticleRelease to improve LTS messaging in Update status
Problem/MotivationDrupal 6.38 on the 24th of February 2016 was the end of life release for Drupal 6. However, the messaging that is supported by the Update status module would not allow us to properly...
View ArticleDecrease function calls in module_invoke_all
Problem/MotivationCurrently the module_invoke_all function can create a great amount of function calls.Proposed resolutionBy adding static cache we can decrease those, leaving some extra cpu.Remaining...
View ArticleUpdate manager can't install modules using FTP due broken...
I'm testing the latest HEAD on a Ubuntu server, and I've tried installing Views by pasting the url into the update manager. After I input my ftp info (which btw, it doesn't ask for in my Windows...
View ArticleVariable to config: filter.settings [D7 only]
modules/filter/filter.install:19: update_variables_to_config('filter.settings'Thanks in advance for helping many hands to make light work! See #2181257: [meta] Variables to config migration [d7] for...
View ArticleIntegrityConstraintViolationException using an entity reference in a view
I built an entity reference in the "views"(see picture 01), then added a "Reference Content fields" in the "content types"(see picture 02). When using the entity reference in the "add content" (see...
View ArticleMore buttons in CKEditor: fonts, font size …
Hello,The editor has only minimum functions ... is it possible to install, as in Drupal 7, another version of the editor with more functions : Fonts, font size, ....RegardsJP P
View ArticleD8: Date repeat feature requests
Here are some features I would like:Additional Views filter: (a) Is/Is not, a repeating date (b) is a date that repeats daily/weekly/monthly/annually (optional negation)Exclude/Additional dates: (a)...
View ArticleAggregate CSS files do not load: the server responded with a status of 500...
I have managed to install directadmin 1.5 on the centos 7.2.1511 with Apache 2.4.18+ Php 7.0.3+ MariaDB 10.1.12+suphp,After installing Drupal 8.0.5 on my host, the toolbar css wasn't showing up. The...
View ArticleInstall profile is disabled for lots of different reasons and core...
Problem:Issue summary: NOTE: if you are trying to solve this novice issue, the plan of attack is at http://drupal.org/node/1170362#comment-5050480. We need a simple patch that takes most of...
View ArticleConsider removing the BigPipe no-JS cookie when JS is enabled again in a browser
Problem/MotivationIn the BigPipe D8.1 core issue, @effulgentsia said this at #2469431-258: BigPipe for auth users: first send+render the cheap parts of the page, then the expensive parts:+++...
View ArticleFile Entity Always Gets File Size on Save
Problem/MotivationFile entities always get file size on save, even when the filesize attribute is manually set.<?phppublic function preSave(EntityStorageInterface $storage) {...
View ArticleLong Twig cache directories can cause failures on Windows
Problem/MotivationFor backwards compatibility reasons, Windows has a maximum path length of 260 characters, which sucks. Regardless, a D8 install on Windows can easily go past this limit when caching...
View Article[meta] Make entity view mode row style the preferred way to build a view
Problem/MotivationThis issue is mostly a stub for now (I was tempted to make the summary "TBD" in finest VDC tradition).Entity view mode row style plugin* is preferable to the field row style plugin,...
View ArticleReplace deprecated usage of entity_create('config_test') with a...
Follow-up to #2490966: [Meta] Replace deprecated usage of entity_create with a direct call to the entity type classProblem/MotivationAccording to #2346261: Deprecate entity_create() in favor of a...
View ArticleUpdate get Warning: SimpleXMLElement
When I try to update the modules Error message Failed to get available update data for x projects.in log i have this mesage:Warning: SimpleXMLElement::__construct(): Entity: line 8: parser error :...
View ArticleFailed user password hashing message is confusing
Problem/MotivationWhen password hashing fails, the exception message isThe entity does not have a password.'Proposed resolutionChange this toFailed to hash the @type password.where @type is the entity...
View Article[policy, no patch] Switch to Semantic Versioning for Drupal contrib...
Problem/MotivationDrupal's version naming system is different to many modern PHP projects and most software of any language. Falling in line with these standards will help us as a community better...
View Articleparagonie/random_compat filesystem changed, vendorTestCodeCleanup is out of date
Problem/MotivationIn the current version of Drupal 8.1.x, (3ad9f73be798f1e0fed0914a522d696b230139a2) composer.lock has paragonie/random_compat at v.1.1.1.If you perform composer update, you'll see that...
View Article