Overlay CSS too generic, causing padding and margin to get applied to...
The overlay CSS selector (#overlay) is touch too generic, causing padding and margin to get applied to label#overlay in the module list. Adding div to the selector fixes it. See...
View ArticleRecommended rule for upgrading admin forms
If a module has an admin.inc in the past... what is the recommended way of upgrading the current forms to be future safe? Is it more recommended to go with the way how LocaleSettingsForm.php works or...
View Articlephpunit.xml.dist does not work with submodules
phpunit.xml.dist assumes that all projects contain just one module, and that test folders are located in the project's root. Example: Currency contains two submodules that would be located at...
View ArticleDate Format 'format string' field preview broken
On a date format edit form, the 'format string' has an ajaxified preview that isn't displaying anything.For example, at admin/config/regional/date-time/formats/long/edit, I get "Displayed as" without a...
View ArticleRemove public properties from entity classes
I don't know how the EntityNG conversions factor in to all of this, but as far as ConfigEntity goes, all of the "entity keys" (id/label/bundle/uuid) are public properties. They shouldn't be. We should...
View ArticleAdd Symfony CSS Selector to core, add ::cssSelect() method to WebTestBase
Problem/MotivationXPath is hard to write and is often a barrier to new contributors writing tests. Most devs know CSS selectors. Symfony has a component css-selector that parses CSS selectors into...
View ArticleAttach entity_reference selection handler on a form element without creating...
Hello,It would be nice if the selection handler from entity_reference module can be attachable directly on a form element without creating a field. For instance, when adding a new view, the form...
View ArticleList (integer) is not integer at all...
Hi,Never thought about it but... There are field types as Integer and List (integer) which generate different data types. It is quite strange, that List (integer) values are not integers even if they...
View ArticleUndefined offset: 1 in drupal_http_request() Error when Installing Drupal
Hi, I am trying to install drupal-7.21 on the localhost using XAMPP 1.8.1 (PHP: 5.4.7) on windows XP Prof SP3. In the last stage of the installation, I get the following error messages: Notice:...
View ArticleEmpty area handlers need to be rendered for tables
#1934420: Allow area handlers to return a render array broke the rendering of empty area handlers for tables, as it returns a render array but render() is not called in the template the same as it is...
View ArticleRandom failure in TimerUnitTest
Got this in http://qa.drupal.org/pifr/test/480823 (will trigger a re-test later and then it might no longer be visible)Failed asserting that 16.96 is less than 15. Other TimerUnitTest.php 33...
View ArticleCRUD module generator / scaffold
Many custom modules are all about CRUD - manipulating lists of obiects. Ads, products in a shop, payments and so on. It would be great to have "module-builder", script taking database schema (creation...
View ArticleAdd an exposed form option to hide reset button when no exposed input has...
From working on #1851086: Replace admin/people with a View, it would be good if you could add an option for exposed forms to 'hide reset button'. This would hide the reset button when no exposed input...
View ArticleReplace $is_https global with Request::isSecure()
Lets get rid of this global..Symfony's request provides isSecure method which is better
View ArticleRandom "flicker" with contextual links, depending on mouse direction when...
This is the weirdest bug report I've ever filed. It needs a video to explain it. :) Thanks, xjm.AttachmentSizeStatusTest resultOperationscontextual-links-overlap.mov1.74 MBIgnored: Check issue...
View ArticleAdd more tests for Field config import
Current tests only account for 1:1 relationship between fields and instances. We should test the case of several instances for a field.
View ArticlejQuery UI 1.10 update broke Create.js, and thus in-place editing
jQuery UI 1.10 was committed in #1175830: Update to jQuery UI 1.10 so that Drupal dialogs can be tested for accessibility.Problem explained in comments #112–#114. Upstream Create.js issue:...
View ArticleThe return value of conf_path() should be named $conf_path
Problem/MotivationIn conf_path() in bootstrap.inc, the return value is named $conf. This is confusing, since it would seem to refer to the $conf array instead of what actually is: the string containing...
View ArticleNotice: Undefined index: value in _text_sanitize() (line 319 of...
Upon updating to Drupal 7.22 from 7.21, I received these errors after running update.php, then going to the home page:Notice: Undefined index: value in _text_sanitize() (line 319 of...
View ArticleNotice: Undefined index: format in text_field_formatter_view() (line 279 of...
Upon updating to Drupal 7.22 from 7.21, I received these errors after running update.php, then going to the home page:Notice: Undefined index: value in _text_sanitize() (line 319 of...
View Article