Error Installation under minimal settings
This image a problem shows the incomplete installation of Drupal 8 under minimal settings. Please fixed this immediately
View Articlesearch_index doesn't pick up aliased node paths on multilingual site
Our site's internal links are in the form "/[language prefix]/[node alias]". search_index uses drupal_get_normal_path, which returns the input string whenever a language prefix is present (does...
View ArticleRename FieldInstanceConfig to FieldConfig
Follow-up to #2287727: Rename FieldConfig to FieldStorageConfigProblem/MotivationIn the past couple weeks, the Core/Field API has settled on a terminology of :FieldStorageDefinition : the "shared"...
View ArticleLocal translation file detection is not semantic version compatible
Problem/MotivationDrupal core was made to use semantic versioning in #2170443: [meta] Create a plan for implementing semantic versioning for core. The local translation file detection was not updated...
View ArticleMake obtaining language-aware URLs less painful
Hi, when i create a node without publish, and clic on tab "translate" i get this error: Beta 4 Notice: Undefined index: href in i18n_node_translation_overview() (line 46 of...
View ArticleSwitch Drupal::l() to expect a Url object
Problem/MotivationWe added Drupal::l() as a helper shortcut for generating a link. l() takes the path, Drupal::l() uses a route name and route params.However, since the introduction of the Url object,...
View ArticleWatchdog: Undefined index: node in forum_menu_local_tasks_alter() (line 175...
Getting: Notice: Undefined index: node in forum_menu_local_tasks_alter() (line 175 of /home/hoslot5/public_html/modules/forum/forum.module). followed by Warning: Invalid argument supplied for foreach()...
View ArticleCache module_implements()
As follow-ups to #497118: Remove the registry (for functions), we should introduce back some modest memory and function call optimizations. The elements are 2-fold: allow hook implementations to live...
View ArticleDouble escaping of install errors
When I install for first time Drupal 8 alpha 14 and I have a permissions problem, the HTML in the error text is in plain text.See the image for best comprehension.Edit: Too in admin/modules/uninstall...
View ArticleMake Language module's LanguageInterface (to be...
please add tstoeckler to any commit message (which might be:) Issue #2246679 by YesCT, tstoeckler: Make Language module's LanguageInterface (to be ConfigurableLanguageInterface) extend Core's...
View ArticleIncorrect encoding for error pages.
Example from image_style_deliver:Â Â Â drupal_add_http_header('Status', '500 Internal Server Error');Â Â Â print t('Error generating image.');Â Â Â drupal_exit(); If Russion language enabled I get the...
View ArticlePassword field focus is interfering with the password indicator strength bar
Problem/MotivationThe focus style of the password field overlaps the password strength indicator bar and distorts the sharpness and colours of the indicator.Proposed resolutionA fix with CSS, some...
View ArticleSet fixed "from:" and add "Reply-to:" to improve...
In the fight against spam more and more ISP's require mail send though the php function to originate from the main domain. The contact form however uses the senders email as "from:" address.I'd like to...
View ArticlePermissions not checked before generating a link to the content type creation...
When there are no options shown on the content creation page (node/add) a message is generated that contains a link to the content type creation page. This page is governed by permissions, but the link...
View ArticleDependencySerializationTrait serializing ContentEntityBase causes a fatal error
Problem/MotivationDependencySerializationTrait serializing ContentEntityBase causes a fatal error, because...
View ArticleInsufficient space at page bottom
In Seven theme form elements that are at the bottom of the page do not have sufficient space below them to allow the user to comfortably bring them in to view. In some instances browser chrome even...
View Article[sechole] Page title code and the freakin' change notice contains an XSS...
Problem/MotivationDrupal is secure by default. Developers should opt out of security not opt in. The new https://drupal.org/node/2067859 page title default to pass through violates this maxim.And I...
View ArticleD8: Preventing routing path collisions?
Drupal 8 uses Sympfony "routing" to specify new Drupal paths (example).Is there a mechanism to prevent two different modules attempting to use the same path? If two modules use the same path, are...
View ArticleReplace misplaced system.site:weight_select_max config setting with form...
Follow-up to #1824898: Convert drupal_weight_select_max variable to CMI systemThe DRUPAL_WEIGHT_SELECT_MAX constant + variable was converted into a setting in system.site config object.system.site is...
View ArticleRun updates in a full environment
After #2233403: Let update.php invoke hooks again and now that update.php doesn't have any major update responsibilities, we could run update.php in a full environment.Copy/pasting from #2233403-30:...
View Article