User title does not show display name
Realname module alters the display name, but at user/1234 the username is shown. This is incorrect.
View ArticleExtend site information page to generate a manifest.json file
Problem/MotivationNew browser features enable better website integration to users' systems. While working on the progressive web app module I came across a W3C draft for a manifest file. This file is...
View ArticleEmpty Twig {% trans %} tag causes fatal exception
Attempting to render empty Twig "trans" tags (i.e., {% trans %}{% endtrans %} causes a fatal exception like the following:An exception has been thrown during the compilation of a template ("Attribute...
View ArticleFix "login (noun/adjective)" vs. "log in (verb)" in comments
Here is a list of comments where we need to replace "login (noun)" with "log in (verb)"../core/modules/comment/src/Tests/CommentLanguageTest.php:40: // Create and login user....
View ArticleAdd a ThemeConfig service for setting and getting default and admin themes
Problem/MotivationThemeHandler has a setDefault method which really is not appropriate. See #2416673-41: Add a ThemeConfig service for setting and getting default and admin themes.Proposed...
View ArticleDatetime type should be disabled on storage setting form if field has data
On the field settings form a user can select between storing a "date and time" or "date only." If the field has data and user later changes this setting all the stored field data becomes corrupted and...
View ArticleRoute normalizer
Problem/MotivationOriginally, some work was started in #2430335: Browser language detection is not cache aware to resolve a caching issue. A language redirect was introduced, but the implementation was...
View ArticleThe value you selected is not a valid choice.
when i create a field of type list(text) with different key-value pairs(point_to_point|Point to Point), unable to create a node. getting an error saying "The value you selected is not a valid choice."....
View ArticleUpdate CKEditor library to 4.5.8
Update to CKEditor 4.5.8. http://ckeditor.com/blog/CKEditor-4.5.8-Released4.5.8 brings minor bugfixes.See also:#1858210: [meta] Content editing experience follow-ups — in-place editing and...
View ArticleNumber widget validation can break AJAX actions
Problem/MotivationIf I have a required number (integer) field and another button that triggers an AJAX call (e.g. 'Add another item'), A fatal error happens as long as the number field is empty, and...
View ArticleMigration migrate_update_8009 for source hash
Problem/Motivation#2613878: Use hash for Migration source keys, rather than verbatim values introduced a query in \Drupal\migrate\Plugin\migrate\id_map\Sql::delete() that required the source_ids_hash...
View Articlelink field autocomplete does not find contact forms
Problem:If you create a field in a content type with the widget "Link", and try to link to any form, the auto complete does not find the form to link to.Replicate:1) Create link field in content type...
View ArticleMove Stark block config into the Stark theme
Problem/MotivationUninstall and then re-install Stark and you will get default block mapping in theme. This shouldn't happen.Proposed resolutionConfiguration files should be with the object being...
View ArticleViews UI text overlap in older versions of Firefox
Problem/MotivationSteps to ReproduceGo to admin/structure/views/view/content select Content: Publishing status (grouped) Problem is most noticeable in FireFox see image Proposed resolutionRemaining...
View Articlembstring problems w. Drupal 7 and php 5.6
Short, potentially familiar problem statement: I've upgraded a Drupal 7 site to run on top of php 5.6, and am now getting warning messages in my site log: "PHP Deprecated: Unknown: Use of...
View ArticleUpon incorrect PATCH requests to rest.module routes, unhelpful responses...
Problem/MotivationEnable REST moduleTry doing a GET request, that works: jQuery.ajax({ url: Drupal.url('node/' + nodeID) + '?_format=hal_json', method: 'GET', success: function(data, status, xhr) { var...
View ArticleNamed spelled incorrectly in Maintainers file
Chris' name is spelled wrong in the maintainers file. Here is a link to his profile showing the correct spelling.https://www.drupal.org/u/cilefen
View ArticleName of tables and indexes conflicts for SQLite
Problem/MotivationAs discussed in #1008128: Do not use a single underscore as table and index separator on PostgreSQL and SQLite, naming collisions can occur between indexes and table names in SQLite...
View ArticleEntityStorageException after field delete and reimport
ErrorThe website encountered an unexpected error. Please try again later. Drupal\Core\Entity\EntityStorageException: Exception thrown while performing a schema update. Cannot rename node__field_r to...
View ArticleConfig translation form labels are not translated
Problem/MotivationConfig translation form source labels are in English even if the site is installed in French and translating to Spanish. The target label should also be translated - I'm not sure...
View Article