Switch to CKEditor 4.2 upon availability
CKEditor promises to bring a number of improvements we probably want to leverage:#1954968: Required CKEditor fields always fail HTML5 validation#2035647: Use CKEditor 4.2's new ability to only allow...
View ArticleMove $drupal_hash_salt to settings()
part of #1956180: [meta] Convert use of global $var to in settings.php to the Settings singleton
View ArticleTypo in \Drupal\user\Plugin\Block\UserLoginBlock, {@inheritdo} instead of...
<?php /**  * {@inheritdo}  */ public static function create(ContainerInterface $container, array $configuration, $plugin_id, array $plugin_definition) {   return new static(...
View ArticleLanguage attribute is not attached node title on a full page
#1164926: Nodes need to have languages specified separately for accessibility specifies the language of a node if displayed in the context of another interface language. However, this is not the case...
View Articlehtmlspecialchars() expects parameter 1 to be string, array given in...
Warning: htmlspecialchars() expects parameter 1 to be string, array given in check_plain() (line 1559 of mysite/includes/bootstrap.inc)I got this error on the taxonomy field managing page. It appears...
View Article[meta] Comply with WCAG guideline 2.3: Seizures
WCAG Guideline 2.3:Do not design content in a way that is known to cause seizures.2.3.1 Three Flashes or Below Threshold (Level A):Web pages do not contain anything that flashes more than three times...
View Article[meta] Comply with WCAG guideline 2.2: Enough Time
WCAG Guideline 2.2:Provide users enough time to read and use content.2.2.1 Timing Adjustable (Level A):For each time limit that is set by the content, at least one of the following is true:Turn off:The...
View ArticleConvert CSRF tokens to a service
Drupal has a bunch of procedural functions for generating and validating Cross Site Request Forgery (CSRF) tokens. Let's convert them to an autoloadable class, and preferably even a service, so it is...
View ArticleCleanup views.theme.inc
Once #864006: Improve table semantics by adding scope or headers/id attributes is done the following two todos should be solved.+++ b/core/modules/views/views.theme.incundefined@@ -542,6 +542,7 @@...
View ArticleNotice: Trying to get property of non-object in node_page_title() (line 2211...
1. created static page 2. added to management menu 3. errors began immediately after this when pages were saved 4. error did not seem to affect any of the pages that were savedDetails:This is for a...
View ArticleNotice: Undefined index: comment_body in locale_field_entity_form_submit()...
I got this error after submit new comment after upgrading from 7.12 to 7.22
View Articleproblem with drupal field_info_field_by_ids()
Hello first excuse me for my english is speak french.. i have a lot of problem after drupal migration in other server.first i have this error with entity: Fatal error: Call to undefined function...
View ArticleRemove required field workaround
CKEditor 4.2 fixes the upstream bug we worked around in #1954968: Required CKEditor fields always fail HTML5 validation. Now after #2036253: Switch to CKEditor 4.2 upon availability got in, we should...
View ArticleFix drupal_placeholder doc.
It has already added CLASS to placeholder.AttachmentSizeStatusTest resultOperationsplackholder_doc.patch909 bytesIdlePASSED: [[SimpleTest]]: [MySQL] 56,851 pass(es).View details | Re-test
View Article'shortcut' entity type is very confusing and should be renamed to 'shortcut_set'
In #1497380: Convert shortcut sets to ConfigEntity a new entity type was introduced to represent shortcut sets.However, the machine name of this entity is 'shortcut'. This is extremely confusing,...
View ArticleMENU_MAX_PARTS defined three times
As Damien figured out in #2035877-9: URL with more than 10 slashes is not working in new routing system, we're using three identical constants for the same thing:core/includes/menu.inc:const...
View ArticleCreate hook_help for Serialization module
Background: This issue is part of the task to update/create the hook_help texts of the modules for Drupal 8:#1908570: [meta] Update or create hook_help() texts for D8 core modulesTasks: - write the...
View ArticleDrupal 8 doesn't work well on WAMP stack
I have setup my latest system using this guide:http://mikekeran.com/drupal-developer-setup-windowsWith the exception of using Windows 8 and phpStorm, i3, 16GB ram, and no php timeout set in php.ini...
View Articlehook_task fails silently if there is an error in a loop
I think this has to do with the batch system, though I am not sure. I have written an install profile for D8, everything was fine then D8 changed (as it does) and there was a problem with the script...
View Articlehook_task fails silently if there is an error in a loop
I think this has to do with the batch system, though I am not sure. I have written an install profile for D8, everything was fine then D8 changed (as it does) and there was a problem with the script...
View Article