JSHint announce.js
New JSHint config #1995996: Update JSHint configuration.core/misc/announce.js: line 19, col 3, Missing "use strict" statement.
View Articlesimple tweak of lcale.admin.js
If $table.length is FALSE, nothing can be found, right ?AttachmentSizeStatusTest resultOperationslocale.js_.patch419 bytesIdlePASSED: [[SimpleTest]]: [MySQL] 56,696 pass(es).View details | Re-test
View ArticleConvert _file_test_form to the new form interface and convert route.
Subissue of #1971384: [META] Convert page callbacks to controllers.
View ArticleDocument how to make views unit tests
Problem/MotivationWhile I was trying to figure out #1791970: Optionally detect tar.* as extension instead of * on views file extension field handler I noticed the procedure to make views unit test is a...
View Articlestray phpdoc in callbacks topic
API page: http://api.drupal.org/api/drupal/core%21includes%21module.inc/group/call...Enter a descriptive title (above) relating to Callbacks, then describe the problem you have found:Says 'End of...
View ArticleAdd support for inline pictures
The Drupal 7 version has support for inline pictures using the wysiwyg/ckeditor combo, might be a good idea to add this to Drupal 8 as well so people can use picture inside the body
View ArticleBlock schema has two uuid keys
The commit introduced in #1964254: Configuration schemas missing langcode and uuid at places added an extra uuid key in block.schema.yml. This does not have any effect on anything, but should be...
View ArticleLet state.js uses announce.js
While discussing the views UI with mgifford we realized that states itself is not really accessible, as these elements aren't important in the firstplace but later (based on some actions) they appear...
View ArticleFail to clone the custom multisite with overriding modules?!
Could I ask you a question about the the overriding modules I am using please? Now, I use the Drupal overriding approach, as you know, to put all my custom modules in a multisite...
View ArticleRename get_access_callback() to getAccessCallback()
Subissue of #1856630: [META] Rename Views methods to core standards
View ArticleRename pre_render() to preRender
Subissue of #1856630: [META] Rename Views methods to core standards
View Articlefield_deleted_data_XX & field_deleted_revision_XX
HelloWhen fields are deleted, the data/revision tables are renamed to this convention:field_data_FIELDNAME becomes field_deleted_data_XXfield_revision_FIELDNAME becomes field_deleted_revision_XXThis...
View ArticleOne time login links allow usernames of an installation to be disclosed...
Using a specially crafted login link such as:user/reset/USER_ID/ABC/ABC/loginUsers are able to create a large number of requests to view all the users registered on the target site, provided they are...
View Articlephp-intl module causes problems with Date and Time fields when editing Basic...
Problem/MotivationDates are being mangled by the PHP-intl moduleProposed resolutionNot sure -- symfony needs the php-intl module, but there's definitely problems hereRemaining tasksPatch neededUser...
View ArticleUndefined index
During runtime, I'm getting:Notice: Undefined index: format in _text_sanitize() (line 319 of /var/www/drupal-7.20/modules/field/modules/text/text.module). Notice: Undefined index: format in...
View ArticleRebuild documentation missing
Within the index.php file, when an exception is caught, a message is printed with the link to http://drupal.org/documentation/rebuild. This page does not exist.
View ArticleProgress bar creates doesn't stop on errors.
I am writing an install profile for D8. I had a problem with my yaml files which caused this error. The error (with my yaml) isn't the bug. The fact that the progress bar doesn't tell you that an error...
View Articlefield_sql_storage.module, field_sql_storage_field_storage_write() doesn't use...
Since the procedure of adding new items involves deleting all of the previously loaded ones, I wonder why aren't we using transactions here ? It may happen that something fails after delete and before...
View ArticleTiny style improvement for vertical tabs on node forms
Problem:When creating a node, the pretty new vertical tab node options in the sidebar only open when you actually click on the word. When you click *next* to the word, you still see the pointer cursor,...
View ArticleBorder-box setting of overlay miss vendor prefix
Current settings of overlay makes overlay too wide and horizontal scrollbar appear (on screens narrower than 1380px) in Firefox. That's becouse boder-box setting miss vendor prefix, though Firefox...
View Article