Change block "label" so that it's called a title like everything else in the...
Problem/MotivationLook at this code, it's an inconsistent mess!<?php if (isset($block_html_id)): ?>Â <div id="<?php print $block_html_id; ?>"<?php print $attributes; ?>>...
View ArticleChange node "label" so that it's called a title like everything else in the...
Problem/MotivationLook at this code, this is an inconsistent mess:<?php print render($title_prefix); ?>Â <?php if (!$page): ?>Â <h2<?php print $title_attributes; ?>><a...
View ArticleRemove $submitted variable and print string directly in template instead
Problem/MotivationFront end devs often want to control the display of the submitted information, and tracking that down can be a real PITA. First, you look in the template file, and instead of the...
View Articleform multiple select, default not selected!
Hi,I don't know whether this is a bug or not, (will conclude later).In the form select field I want all the options to be selected by default while displaying the form, and later if user wishes can...
View ArticleThe theme that Drupal core runs tests in on d.o. (Bartik) should not be...
Ran into a problem in #1898054: Convert comment module to Twig where the testbot was failing because Bartik didn't have it's templates converted to twig files - see comment 4.This alerted me to the...
View ArticleLayout names and region names in layout module are not translatable
ProblemRegion names from theme .info files have been translatable forever. Localize.drupal.org extracted them for good, translators translated so localized admin interfaces could say "First sidebar" or...
View ArticleTypo in template_preprocess_datetime docblock
Surely we need a priority 'less than minor'AttachmentSizeStatusTest resultOperationspossbily-datetime.patch454 bytesIdlePASSED: [[SimpleTest]]: [MySQL] 53,094 pass(es).View details | Re-test
View ArticleReset .menu margin from system.css in toolbar.base.css. Currently, toolbar...
See #1938742: Navbar should override margin in system.css (ul.menu li) for details.
View ArticleRemove Symfony bundles from core, use something else for service registration
See discussion at http://drupal.org/node/1911178#comment-7140322 and onwards.sun's comments on there reminded me how much I dislike the fact we're using Symfony bundles in core.There's several methods...
View Articlehow to enable X-Drupal-Cache header
Hi Drupalers,I am trying to verify that my installation of drupal (6.28) is indeed using cache. The performance setting is set to 'normal' but it seems that installing CAPTCHA killed the cache. I...
View ArticleConvert block list controller to display form controller
The existing block entity list controller should be converted into a display entity form controller.Eclipse
View ArticleFigure out a better way to get the page title to a the modal dialog
#1843220: Change notice: Convert form AJAX to new AJAX API broke the automagical #ajax['dialog'] stuff because the page title used to be passed to the front end in a hackish sort-of-way in the old...
View ArticleMake the administration menu plugabble
Problem/Motivation(why the issue was filed, steps to reproduce the problem, etc.)Proposed resolutionRight now the administration menu is hard-coded in the Toolbar module's implementation of...
View ArticleComplete conversion of nodes to the new Entity Field API
With the #1818556: Convert nodes to the new Entity Field API the initial conversion has been done, but most access to $node properties/fields still goes via the bc-decorator entity.To complete the...
View ArticleError when moving menu link from "Navigation" to another menu
forum.module comes with a built-in menu link that is placed into the menu Navigation. If I try to move this menu link to the main Main menu, I get the following error:Notice: Undefined index:...
View ArticleContrast for add & remove shortcut links on overlay not sufficient for WCAG
ProblemIn reviewing #1849754: Fix add & remove shortcuts hover text alignment I realised the colour contrast for the add & remove shortcut links on the overlay are not WCAG compliant (#0074BD...
View ArticleModules not loaded when they ought to be loaded
Spinning this issue off from: http://drupal.org/node/1806334#comment-7159034Trying to wrap up issue http://drupal.org/node/1806334 - Don't know how to summarize this so I'm just quoting the entire...
View ArticleConvert the node RSS feed to a display of the frontpage view
This is a spin-off issue from http://drupal.org/node/1806334
View ArticleGetting problem on upgradation from drupal 6 to drupal 7 with core system module
Hi All,I am trying to upgrade a website from D6 to D7. Unfortunately getting problem on system module upgrade.Is there any patch to solve this problem ?Here is my upgrade failure message :system...
View ArticleViews/contextual etc. border radius are very different
For example on the view page you can get up to 4 different border radius on elements:ul.secondary li a {border-radius: 7px;} // theme seven.js .dropbutton-widget {border-radius: 5px;} //theme...
View Article