Decide on capitalisation of the "v" in "view(s)" when talking about views...
I personally like capital "V" for both Views and View as "Views" always seems to be capitalised, I thought it was a "branding" kind of thing because I don't see any other module in core always being...
View ArticleConvert Roles management to a Controller
Part of #1971384: [META] Convert page callbacks to controllers Also follow-up for #1872870: Change notice: Implement a RoleListController and RoleFormControllerRoles now a Config Entity with form and...
View Articleinvalid "authored on" date
I tried to edit and save my first article after installation, but there is an error, so its not possible to save the article again.screenshot attachedAttachmentSizeStatusTest...
View ArticleConvert system_theme_settings to FormInterface
From meta issue: #1971384: [META] Convert page callbacks to controllers
View ArticleThe update process was aborted prematurely while running update #7000 in...
Hello,during the update from the latest drupal 6 to 7.22 there is an AJAX HTTP-ErrorOn the error page it says:The update process was aborted prematurely while running update #7000 in user.module.The...
View ArticleSentence case dropbutton actions in the Views UI
This drives me crazy. Especially "clone as Page" and "clone Foo".AttachmentSizeStatusTest resultOperationssentence_case_dangit.patch5.28 KBIdleFAILED: [[SimpleTest]]: [MySQL] 55,727 pass(es), 35...
View ArticleAdd a dedicated @Editor plugin annotation
See #1966246: [meta] Introduce specific annotations for each plugin type.Note this issue is for Editor module, not the Edit module, whose issue is #1987140: Add a dedicated @Editor plugin annotation.
View ArticleUpgrade from an D7-distribution to D8 - Win7, XAMPP 1.8.1
I have tested the d7 to d8 upgrade path on my local dev system and I get two error-messages.Win7-64bit german client - XAMPP 1.8.1 (PHP 5.4.7, Apache 2.4.3, MySQL 5.5.27)XAMPP is properly installed in...
View ArticleUnnecessarily setting up the array of priority formats for content...
Whilst reviewing #1983710: HTTP: Use 406 (Not acceptable) over 415 (Unsupported media type) I noticed we're unnecessarily setting up the array of priority formats for content negotiation within a loop.
View ArticleProvide config schema to views components in taxonomy module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced...
View ArticleProvide config schema to views components in user module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced...
View ArticleStop use-ing Exception
Our coding standards state that we should not use classes in the global namespace, but I noticed today this is still all over the place for the Exception class. See http://drupal.org/node/1353118 and...
View ArticleTrimming of long usernames results in incorrect RDF
If a username is over 20 characters than the RDF on a node page for the author is wrong. Patch attached that changes the Drupal\rdf\Tests\UserAttributesTest to use longer usernames to show we have an...
View ArticleChange hook_queue_info 'worker callback' to be a callable
Now we have moved to psr-0 and make heavy use of classes/namespaces etc... it would make sense to allow the 'worker calback' key in hook_queue_info to process any php callable and not just a...
View ArticlePostgres: db_insert()->from($query) with zero rows causes error with default...
When inserting zero rows into an empty table (as can happen with INSERT FROM SELECT), the default $options['return'] value of Database::RETURN_INSERT_ID can cause an error in Postgres after the INSERT...
View ArticleConvert system_modules_uninstall() to a Controller
Convert the form builder system_modules_uninstall() to a new-style Controller, using the instructions in the WSCCI Conversion Guide.
View ArticleChange pre_render and post_render callbacks to accept callables
Now we have moved to psr-0 and make heavy use of classes/namespaces etc... it would make sense to allow the '#pre_render' and '#post_render' callback arrays to process any php callable and not just a...
View Article[Meta] Drop IE8 support
After much discussion Drupal 8 will not support IE8: #1787012-139: [policy, no patch] Write D8 JS against ECMAScript 5. Prevent errors with feature detection (drop IE8 support).This issue is about...
View ArticleMove views_handler_field_custom_pre_render_move_text function to a class...
This is reliant on #1993312: Change pre_render and post_render callbacks to accept callables, but once in we can attach and render callbacks to plugins/handlers. This seems generally a nice idea to me....
View ArticleRemove HTML5shiv
Core does not support IE8 anymore. The shiv is not required: http://caniuse.com/html5semanticNeeds to be ported to the ie8 module contrib module, patches welcome.
View Article