Filter module is not required, but is marked as required
Follow-up to: #645468: Filter module no longer needs to be loaded by defaultProblemFilter module is marked as required = TRUE in its .info file, even though it is not required.DetailsFilter module was...
View Article"Administration role" setting in User Account settings form defaults to...
ProblemInstall Drupal with Minimal profile.Create a new user role.Go to /admin/config/people/accountsBogus default value: CauseThe default value in user.settings is admin_role: ''user_admin_settings()...
View ArticleUpdate symfony to 2.2
Patch updates our dependencies to symfony 2.2, which also allows us to move back to the main phpunit repo.Totally untested and I've barely even looked at the patch.AttachmentSizeStatusTest...
View ArticleAllow forms in routes
Currently, routes can't really cope with forms. You can write a controller or _content controller that calls drupal_get_form() itself, but there's really no equivalent of 'page callback' =>...
View Articleprivate images do not work with PHP 5.4 builtin webserver
To reproduce: Create a node with a private image field. Start a server with drush rs --server=builtin (or with php -S) View the node. The image gives a 404. Restart drush with CGI. The image works fine...
View ArticleLocale override subscriber should re-init context to clear caches
ProblemOn a regular page load in Drupal 8, the system currently never enters a new context. However, the config context system starts out with a blank slate and if locale module is enabled, it reacts...
View ArticleJavascript and CSS files are not uploding to the production server
Initially My Javascript and CSS files are uploded to the production server, but after adding few styles and Javascript code, these files are not uploading to the production server, but it is working...
View ArticleSome configuration entities are created as in language unknown
ProblemSome (or all?) of the configuration entities in the installation process are created as being unknown language (langcode und), although the text used to create them (image style label, menu...
View ArticleAdd a language selector on views
MotivationOn most foreign language or multilingual Drupal 8 sites there will at least be views in 2 different languages, the English views shipped with Drupal core and the Views created on the site for...
View ArticleIntroduction of a hook_file_unmanaged_delete_alter() to alter the functions...
In our system we have some files hosted on external storage services and both files and generated pages are cached through a reverse proxy.To make sure that we don't delete a file which is still...
View ArticleCreate configuration schemas for Tour module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View ArticleUnusual language use in tour module
ProblemHow does tour module deal with languages? For one it has language codes in the .yml filenames and it has langcode properties in the tour files, but then it does not actually export a tour...
View ArticleInvalid argument supplied for foreach() in...
Warning: Invalid argument supplied for foreach() in Drupal\Core\Plugin\Discovery\AnnotatedClassDiscovery->__construct() (line 42 of...
View Articletwig integration
I see that twig is included in drupal 8's composer.json. What is the planned level of twig integration for core modules. Will any .tpl files for core modules be converted to twig format for release?...
View Articlewith PHP 5.3.21 : includes/forms.inc throws unnecessary warning (bad in...
Reproduction: validation of any form that has an array as a form elementWarnings should not occur in production systems, that is very bad code quality, and a major hit on the image that Drupal is...
View ArticleThou shall not hardwire Database in your filters
Bonus: regexp support for pgsql happily stolen from biblio.AttachmentSizeStatusTest resultOperationsrlike.patch2.78 KBIdleFAILED: [[SimpleTest]]: [MySQL] 52,085 pass(es), 47 fail(s), and 25...
View ArticleInject the database service into SQL
Currently Views has a few of Database::getConnection() calls without specifying target or key and so non-default databases are not supported properly.We could solve this easily by injecting a database...
View ArticleEntity Reference Select Widget Unlimited
When setting the cardnality on the select widget to unlimited when using entity reference or drupal commerce product reference fields a maximum of only 50 entities can be referenced. This was broken...
View ArticleSwitch REST to default to HAL
As explained in Proposing an alternative to application/vnd.drupal.ld+json, the new plan is to use HAL as the primary format for REST.
View ArticleRemove JSON-LD module
There was no objection to switching to HAL, and there is a patch to switch REST module to support HAL by default, so it should be safe to remove JSON-LD module now.
View Article