Provide preview and confirmation of permission changes before saving them
It is easy to accidentally make changes on the permissions page which can cause an administrator to not be able to administer. I know because I just did it, and it required going to user 1 to fix it....
View ArticleAdd a dedicated @CKEditorPlugin annotation
Part of #1966246: [meta] Introduce specific annotations for each plugin typeIn addition to adding a dedicated annotation type, this experiments with altering the plugin discovery...
View ArticleRouteNotFoundException exceptions during "drush si" on D8
Reported by @agentrickard on IRC - Not sure where to categorize this for now, so I put this in "base system".When installing a fresh HEAD with "drush si", you get several (three)"WD menu:...
View ArticleBuggy example for hook_menu_alter
API page: http://api.drupal.org/api/drupal/modules%21system%21system.api.php/funct...The following comment http://api.drupal.org/comment/47683#comment-47683 (disable "Request new password by monymirza)...
View ArticleRename CSS files to match new file naming convention
Problem/MotivationThe BAT (base-admin-theme) file organization we started to do in Drupal 8 was a fantastic idea. See http://drupal.org/node/1089868It works really well, but its names conflict with the...
View ArticleInsert an Autocomplete form on a node
I'm trying to insert an autocomplete form on a node with no success. Help is highly appreciated. Thank you in advance. The node where the following code should be inserted is...
View ArticleAllow l() to accept a renderable array for $text
Currently l(), '#theme' => link and '#type' => 'link' all behave differently with respect to renderable arrays being passed as "content" of the link.Ensuring that this behaviour is both...
View ArticleConvert filter_admin_format_page() to a Controller
Part of #1971384: [META] Convert page callbacks to controllers
View ArticleAdd a dedicated @Editor plugin annotation
See #1966246: [meta] Introduce specific annotations for each plugin typeHere is an initial attempt at this.AttachmentSizeStatusTest resultOperationsedit-editor-annotation.patch5.08 KBIdleFAILED:...
View ArticleTwig Dream Templates
MotivationCurrently many templates look like:{{ link_prev }}{{ link_next }}We however would like this to look like:<a href="{{ link_prev.url }}"{{ link_prev.attributes }}>{{ Previous|'t'...
View ArticleSimplify dblog REST resource
Small improvement: avoid one cast to array by using fetchAssoc(). Patch attached.AttachmentSizeStatusTest resultOperationsrest-dblog-array.patch840 bytesIdlePASSED: [[SimpleTest]]: [MySQL] 55,730...
View ArticleViews block cache setting doesn't work
Problem: Cache setting “Block caching type” is not used in block instances. Instead DRUPAL_NO_CACHE is used.How to reproduce:Create Views block display.Set cache to any value (except “Do not...
View Article[Installation Error] Symfony: "The service definition 'request' does not exist."
As pointed out by vayu on http://drupal.org/node/1986996 already, Drupal8 throws an error during the installation process which says:"The service definition 'request' does not exist." The same happens...
View Article[meta] Shorten directory structure and PSR-0 namespacing for plugins
Over in #1986988: Add a dedicated @CKEditorPlugin annotation, @tim.plunkett demonstrated an ability to shorten both the namespaces and directory structure of plugins discovered using...
View ArticleNotFoundHttpException thrown in ParamConverterManager results in a WSOD
Found this thanks to #1985528: Convert filter_tips_long() to Controller, but it can occur in HEAD now.I'll try to come up with a more tailored test, but this at least demonstrates the problem.Steps to...
View ArticleAdd boxshadow to Modernizr
In #1252178-81: Add Modernizr to core we had a request to add boxshadow to Modernizr so that the default admin theme could safely replace outline:none with box-shadow. I'm not certain of the...
View ArticleD6 to D7 database update system doesn't create a table needed by the node...
I run update.php on my D6 database. Everything seems to work fine UNTIL I try to access the converted site. Then I get the following error:PDOException: ... Base table or view not found:...
View Articleaggregator.module - Convert PHPTemplate templates to Twig
TaskConvert PHPTemplate templates to Twig templates.RemainingPatch reviewProfiling Theme function name/template path Conversion status...
View Articlecomment.module - Convert PHPTemplate templates to Twig
TaskConvert PHPTemplate templates to Twig templates.RemainingPHPTemplate -> Twig conversions (and preprocess function additions or changes) moved over from the existing conversion issuePatch...
View Articlefield.module - Convert PHPTemplate templates to Twig
TaskConvert PHPTemplate templates to Twig templates.RemainingPHPTemplate -> Twig conversions (and preprocess function additions or changes) moved over from the existing conversion issuePatch...
View Article