Block created by views is not visible in admin/structure/block
I created a view. Selected create a block. But, I cannot find the block in admin/structure/block . Please check.
View ArticleBartik theme with no sidebars looks distorted
The main content still 25% away from left. Please see the screenshot.AttachmentSizeStatusTest resultOperationsno sidebar.png69.33 KBIgnored: Check issue status.NoneNone
View ArticleUseless editing widget for built-in menu labels
ProblemBuilt-in menus hide their title widget since the title is not editable but they still expose the machine name in a non-editable widget. This is pointless, takes up valuable space at the top of...
View ArticleMenu description is misleading to allow for multiline input
ProblemMenus allow for multiline input as the menu description. However the text is only ever displayed in the admin overview table for menus, which would especially look odd with multiline text. There...
View Articlehow insecure is image_allow_insecure_derivatives
I have a custom module which changes the image url via js in certain cases to load a new image style of the same image. With the update to 7.20 this does no longer work because of the new security...
View ArticleTrack changes for entity property changes and make available to hooks
If an entity is loaded then saved, assuming we're using the Entity API, we can track exactly what's being changed via the setters. This would allow us to present those to hook implementations, so it's...
View Articleno way to reset path variable
The function drupal_environment_initialize calls request_path but does not give any way to force the path variable to be reset. The proposed changes are:add $opt to: function...
View ArticleFigure out a better way to inline action buttons
ProblemIn #663946: Merge "List links" page into "Edit menu" page (followups) it was proposed that the resulting merged form does not have the "add item" action button at the top at the standard place,...
View ArticleDisconnect between object title and block title confusing
ProblemWhen you expose let's say a menu as a block, you have an "Edit menu" and a "Configure block" contextual action on the block. Now if you go to either, you can edit the name/title/label of the...
View ArticleIncorrect function name in system_init comment
The comment in system_init says to call db_set_ignore_slave() but the function is called db_ignore_slave(). Also, the comment block exceeds column 80 on a few lines so we might as will make it...
View ArticleExplanation of the new itok-system
Hi there, I'm struggling with some pages after upgrading to 7.20. For me the main problem is missing information; I don't want to follow dozens of issue-threads and try patch over patch without knowing...
View Articleblank screen upon admin login, following new module installations
I have a normal-looking site when loading the base URL, but upon admin login I get a totally blank screen, no error messages of any kind. This seems to have occurred just after installing 2 new...
View Articlemenu_node_save() should not expect return value from menu_link_save()
The most recent version of menu_link_save() does not return any value - yet one of its callers, menu_node_save(), still expects it to return a value, and shows an error message to the user if nothing...
View Articlemove config_context_enter to a container-aware service
Problem/Motivation+++ b/core/includes/config.incundefined@@ -99,6 +108,54 @@ function config($name) {+function config_context_enter($context_name) {+ if (drupal_container()->has($context_name)) {+...
View Articlemake a generic top-level context, make user context extend that generic...
Problem/MotivationMaybe usercontext should not be a top-level thing, because we might need context for other entities (say field label translation based on node language).Proposed resolutionMake a...
View ArticlePass Link headers in to Serializer
Problem/MotivationLink Headers can be used to add relations to a message independent of the format used. For example, Link: <http://ex.org/rest/types/node/article>; rel="type"Currently, there is...
View ArticleREST module UI or not?
During the development of #1850734: Make serialization formats configurable it turned out that it is difficult to implement a proper UI for REST module that covers all possible configuration options....
View ArticleComplete the work to make the Toolbar administration menu sub tree rendering...
Problem/MotivationThese are the components of the administration menu subtree rendering flowSubtrees toolbar menu item/** * Implements hook_menu(). */function toolbar_menu() {...
View ArticleWYSIWYG: CKEditor upgrade path and namespace collision with contrib?
It looks like we are running into name space collision with http://drupal.org/project/ckeditor. This may confuse update_status a lot, but I'm not sure.I hope there will be an upgrade path from previous...
View ArticleRemove .module and other drupalisms from extensions
Followup from #7269: Add .php extension to PHP files Having .module in module files, .profile in profile files etc makes everything harder to read and once the issues below are in, we will not need...
View Article