menu_contextual_links() will always return a link to the...
Menu links never actually link to the full path of a MENU_DEFAULT_LOCAL_TASK, only its parent./admin/structure/views <-- Parent/admin/structure/views/basic <-- Default local...
View ArticleAdd the query plugin ID in the views config
As #1910606: Complete configurations schema for Views showed we have to add the used query plugin as part of the configuration.
View ArticleRequirement for PHP version in profile .info file is ignored
I have created an installation profile with a dependency for a module, which requires PHP 5.3In the profile .info file I have added this line:php = 5.3But when I try to install Drupal with this profile...
View ArticleAdd db_show_indexes() and db_show_primary_key() to database.inc
Now we have:db_add_indexdb_index_existsdb_drop_indexdb_add_primary_keydb_drop_primary_keySo we have create, delete and, in one case test. No option to read. db_show_indexes() and db_show_primary_key()...
View ArticleCreate a taxonomy vocabulary content type and convert taxonomy vocabularies...
Taxonomy vocabularies seem to be a dumb version of content types and nodes. By converting taxonomy vocabularies to nodes we get all the benefits of the node system (or should I say entity? :D), such as...
View ArticleAllow to 'go back' in the installer
The installer could become a bit more user friendly, if there was a 'go back' button allowing to change at least locale and install profile. This should be possible during the first tasks until the...
View ArticleAdd overlay expand into Drupal 8 core
I recently found out this module http://drupal.org/project/overlay_expand and since then I've installed it on all my drupal installations. I find it very helpfull and I believe it's functionallity was...
View ArticleReplace theme() with drupal_render() in seven.theme
Part of #2006152: [meta] Don't call theme() directly anywhere outside drupal_render().
View ArticleReplace theme() with drupal_render() in views_ui.module
Part of #2006152: [meta] Don't call theme() directly anywhere outside drupal_render()
View ArticleReplace theme() with drupal_render() in views.module
Part of #2006152: [meta] Don't call theme() directly anywhere outside drupal_render()
View ArticleReplace theme() with drupal_render() in authorize.php, install.php,...
On my first pass these seem relatively related to be accommodated by a single patch. If it gets unwieldily, I'll create separate issues. Part of #2006152: [meta] Don't call theme() directly anywhere...
View ArticleTWIG Error Runtime - when disabling ckeditor from modules list
Overview of issue: Disable the ckeditor from a vanilla install of drupal 8, then try to add a new piece of article content you will get the following error message:"Error message Twig_Error_Runtime: An...
View Articleentity_reference autocomplete widget should use massageFormValues() rather...
The creation of new entities is done in a method used as an #element_validate callback. The widget API in D8 has the massageFormValues() method, which would be much more adapted to the task (also,...
View ArticleMake it easy to refresh a view.
merlinofchaos wrote a piece of code which makes it really easy to refresh the content of a view.As many contrib modules already does that, these small change is totally fine.
View ArticleCreate multilingual install profile
Follow up for #1917212: Add checkbox in installer to enable content translation (if in foreign language)Problem/MotivationThe language support for the Drupal 8 installer is awesome but you can only...
View ArticleUpdate deprecated doc for module_exists()
Follow up for #1331486: Move module_invoke_*() and friends to an Extensions classProblem/Motivationhttps://api.drupal.org/api/drupal/core%21includes%21bootstrap.inc/functi... is wrong, it says Use...
View ArticleRemove drupal_add_css() from _drupal_maintenance_theme() — use #attached
Remove drupal_add_css() from _drupal_maintenance_theme() - use #attached instead.Meta issue: http://drupal.org/node/1839338
View ArticleProvide a _entity_list route default to replace...
In addition to _content, _controller, and _form, the entity system provides _entity_form as an easy way to call EntityFormControllers from routes.Recently in #1983844: Change notice: Add...
View ArticleGlobal contexts
The context system currently does not support global contexts yet, e.g. contexts that do not have to be set explicitly. I discussed this with @fago in Portland and we agreed on a plugin-based solution...
View Articlefile_destination() shouldn't rename the file if a directory with the same...
Problem/MotivationI just came across a case in which an uploaded file had the same filename as a directory existing in the upload destination. This caused file_destination() to rename the file, what...
View Article