Tableselect "select all" checkbox should be checked on page load if all...
I have a form with a table select form element that uses a custom table to fill in the default values. This means that all checkboxes could be ticked already on page load, but currently this is not...
View ArticleBroken selector
On line 180 in tour.js we have the following line:if ((itemId || itemClass) && $document.find('#' + itemId + ', .' + itemClass).length === 0) {If "itemClass" or "itemId" are not provided we end...
View ArticleRefactor module CSS files to use component-style selectors
Problem/MotivationThis drupal.org documentation page describes many common pitfalls of Drupal module's CSS: http://drupal.org/node/1887918#pitfallsProposed resolutionTo remove these problems, we should...
View Article[policy, no patch] Decide how to handle routes for MENU_DEFAULT_LOCAL_TASK
Part of the larger #1889790: [Meta] Allow modules to register links for menus, breadcrumbs and tabs (if not with hook_menu), yet it deserves to be major because it is stalling ALL conversions with...
View ArticleUser Picture directory can't be corrected once set to an invalid path
The validity checking of variable user_picture_path takes place inside the form generation function user_admin_settings(), not in a validation hook. As a result, the validity of user_picture_path is...
View ArticleDrupal.editors.ckeditor.onChange() misses changes made by last keypress —...
Drupal.editors.ckeditor.onChange() looks like this: onChange: function (element, callback) { var editor = CKEDITOR.dom.element.get(element).getEditor(); if (editor) { var changed = function...
View ArticleNo recognition/detection of new contrib modules
Sorry to mention, but my D8 (most current, via Git) installation doesn't want to recognise any contrib modules, no matter where I put them (sites/all/modules/contrib or modules). It also doesn't matter...
View ArticleGarland - Block in sidebars no clickable
Hello! Added the Follow module in the left-sidebar theme, but its links are not clickable. I saw that the css is possible to solve with z-index, but could not. Does anyone know how to solve?See...
View ArticleFatal when using a role contextual filter
@dawehner thinks this might be a duplicate of an existing issue, but I wanted to make sure to document it until we confirm.Steps to reproduceInstall 8.x Standard.Create a new view of users with a page...
View ArticleRemove entity_id and entity_type from the comment table and replace with...
The current changes to the comment.module in #731724: Decouple comment.module from node by turning comment settings into a field introduce a database design that is not ACID compliant. While Drupal...
View ArticleUpdate JSHint configuration
A new version of JSHint is out: http://www.jshint.com/blog/2013-03-05/1-1-0/ and http://www.jshint.com/blog/2013-05-07/2-0-0/ it introduces a few nice options.I'd like to add the following: "unused":...
View ArticleNo Error message on selecting not allowed file in Image field
I am using LAMP environment, Drupal 7.22I created an Image field to accept only JPG, JPEG, PNG type images.Steps to reproduce.Select valid image file and click uploadafter the image has successfully...
View ArticleSet up database > Base table or view not found, cache_bootstrap
Hi allI download right now the dev version of drupal 8 of today (16.05.2013). On trying to install this on my server, i became the follow error, after put the DB credentionals and...
View ArticleMinimal install does not create shortcut_set table
I created a new Drupal 7 installation using the minimal mode, and at the end of the installation, on the site first load, the shortcut_set table had not been created causing a fatal error to be...
View ArticleSend a helpful error message when no format found by the serializer
As we figured out in #1969870: REST export view should default to JSON the user don't expect to see a more or less unhelpful exception.The idea of that issue was to fallback to a certain format (json)....
View ArticleDrupal is using E-mail instead of Email
Drupal core is always using E-mail instead of Email . Please refer http://grammar.quickanddirtytips.com/e-mail-or-email.aspxThanks ~Jayesh
View ArticleDeclare library_info in yml file
I propose that we move everything in hook_library_info() in a MYMODULE.library.yml or MYMODULE.assets.yml file.It'll make it easier on themer to declare their script and CSS dependencies #1969916-5:...
View ArticleEdit broken because of #1043198 and routing system bug + missing test coverage
#1043198: Change notice: Convert view modes to ConfigEntity converted view modes to entities. By virtue of the magic that is Drupal\Core\ParamConverter\EntityConverter, this implies that any route that...
View Articleuser_login_name_validate() uses isset() where other user login form...
function user_login_name_validate($form, &$form_state) { if (isset($form_state['values']['name']) && user_is_blocked($form_state['values']['name'])) {but in...
View ArticleAggregate and compress CSS files removes some essential whitespace
I'm running into an issue with Drupal's CSS compression method and an attribute selector I've created for images. This is a sample of my CSSselector: img[align="right"], img[style*="float: right"],...
View Article