Make CKEditor active toolbar pre-populated when some validation errors are...
Now while creating your new text format with CKEditor and you configure something which gets invalidated (for instance defining available styles), you don't get:The same toolbar you had before...
View Articleupdate.php says "Check the error messages" when there's no error
update.php says Check the error messages and try again. even when there is only a warning. See the attached image. Presumably, a warning should not prevent or frustrate an update, or at a minimum, the...
View ArticleAdd Install Tab on admin/modules
When looking at the admin/modules page it would be very helpful if there was an install tab rather than just (list, update, uninstall). Thanks, Steve
View ArticleUpdate hook_filter_info() documentation
There is now a required "type" attribute for each filter; the hook documentation should reflect this.Type is one of the following as near as I can tell: FILTER_TYPE_HTML_RESTRICTOR HTML tag and...
View ArticleUse the private filesystem for config directories, and expose a private...
Related:#1444620: Remove file signing from configuration system#1914018: hook_requirements() for un-proteced configuration directories#1183044: Test whether htaccess protection worksGoalDecrease...
View ArticleToolbar tabs RTL styling is not applied
In an RTL language, the main toolbar tabs should float to the right.The CSS that causes this is no longer targeting the right structure in the HTML. This is the current layout in an RTL language.The...
View Articlecomment_links() should not require "post comments" right to administer comments
Right now, comment_links() figures the only people who will ever use comment links are those who are going to post comments. This is a bad assumption -- much of the functionality from this feature...
View ArticleCKEditor test failures
Just seen this. Didn't try locally, can't see an existing issue open:Drupal core - 8.x fail: http://qa.drupal.org/8.x-statusOverall Summary==============================================FAILED:...
View ArticleCleanup entity query documentation
There are some places in the new entity query which is not documented perfectly, see http://drupal.org/node/1854708#comment-7069386 for example.
View Articlefile_managed_file_process clobbers #prefix and #suffix
The documentation says that the #prefix and #suffix properties are available for the file_managed FAPI element, but ~ line 470 of file.module these properties are overwritten:<?php // Prefix and...
View ArticleConvert theme_views_ui_style_plugin_table to Twig
Meta: #1843738: [meta] Convert views module to Twig
View ArticleRemove system_settings_form() and related functions/documentation
Once all the current instances of system_settings_form() are converted to use system_config_form(), that function and system_settings_form_submit() should be removed from system.module, as well as any...
View ArticleAdd two extra javascript events - drupalOverlayBeforeOpen and...
I have made an experimental module that makes the overlay able to remember and restore the scroll height of the parent window once the overlay closes. This also works, when the parent window is being...
View ArticleWhitespace in system.api.php
Somewhere along the way some whitespace got introduced into system.api.php. Patch to follow.
View ArticleDefine some dialog CSS classes for common dialog sizes
In #1821548: Add a "diff" of some kind to the CMI UI, we're opening a dialog with a hard-coded width of 700px. That's not very mobile friendly. Instead of doing that, let's define some dialog classes...
View ArticleAdd match/match any support for ConfigEntityQuery
Over in #1809352: Write tour.module and add it to core we need config entity queries where we can do path matching, this patch provides pattern matching on single value properties.Would also nice to be...
View ArticlegetDriverClass is broken
As per #783812-17: Allow db drivers outside of 'core' I am removing the already broken parts of getDriverClass -- it'd look for a class called Select should the driver not override it. The change...
View ArticleError 500 Updating from 7.16 to 7.17 (Apache Log Error Attached)
I get an error 500 when I updated from 7.16 to 7.17. Apache Log Error below:[Sat Feb 16 09:52:06 2013] [error] [client 192.168.1.109] PHP Fatal error: Cannot redeclare taxonomy_term_view_multiple()...
View ArticleHTTP 'Last-Modified' header format
Drupal is using gmdate to generate the Last-Modified header in RFC1123 format.gmdate(DATE_RFC1123, ... At least with php-5.3.3 the generated header is like the following:Last-Modified: Tue, 12 Feb 2013...
View ArticleUse Twig templates for main help topic pages of modules
ProblemString concatenation madness in hook_help():<?php $output .= '<h3>'. t('Uses') . '</h3>'; $output .= '<dl>'; $output .= '<dt>'. t('Creating aliases') ....
View Article