Replace theme() with drupal_render() in file module
Part of #2006152: [meta] Don't call theme() directly anywhere outside drupal_render().
View ArticleReplace theme() with drupal_render() in filter module
Part of #2006152: [meta] Don't call theme() directly anywhere outside drupal_render().
View ArticleJavascript error in the overlay-child.js
I think that there is a bug in the overlay-child.js.When i try to load a custom form in an overlay window, i do not specify an action in the form. So, in the Drupal.overlayChild.behaviors.parseForms...
View ArticleField is displayed according to the display options specified in the...
Doc problem with field_attach_viewEach field is displayed according to the display options specified in the instance definition for the given view mode.This is not correct. Instead, it should be...
View ArticleJavaScript error on update.php--pending updates details does't expand
The "X pending updates"details on the core/update.php selection screen doesn't expand due to a JavaScript error: DrupalBehaviorError: attach ; collapse: settings is...
View ArticleRemove #post_render from drupal_render() as it precludes proper Twig...
If we allow post-processing of fully rendered renderable arrays this interferes with plans for Twig drillability - #2008450: Provide for a drillable variable structure in Twig templates.
View ArticleThe default behaviour for drupal_render() when theme() is not called could be...
In #2005970: '#type' should be required in renderable arrays and should solely define the behaviour of drupal_render() there's work towards making drupal_render() behave in a more predictable and...
View Articlefilter_dom_load() with a string containing an results in malformed...
Using date_ical, I fed some fields into the description of an ical. The output had an ascii  inserted between field label and field value. After debugging I found that it was in the place of any space...
View Articleviews_exposed_form_cache() flaw, eg. leads to exposed forms redirecting to...
views_exposed_form_cache() has some flaws * it does not respect $form_state['no_cache'] - OK, this can be easily fixed * it does not have a reset parameter - no problem per se but this makes userland...
View ArticleImplement a drupalGet() to motive people to test out code in a more unit test...
As views showed it's already possible to use subrequests to test code.Let's introduce a drupalGet helper method for that.
View ArticleMove (most of) update_module_enable() into UpdateModuleHandler::enable()
Spin off from #2001310: Disallow firing hooks during update. That issue is making the update system more robust and testable, but has some tricky code in it that could use more thorough review. To help...
View ArticleImprove hal.module (user-facing) name and description
Using serialization.module as component as there is no hal.module component yet.I realize this is subjective, but I find the use of parentheses in the module name to be pretty non-standard in...
View ArticleReplace theme() with drupal_render() in forum module
Part of #2006152: [meta] Don't call theme() directly anywhere outside drupal_render().
View ArticleReplace theme() with drupal_render() in history module
Part of #2006152: [meta] Don't call theme() directly anywhere outside drupal_render().
View ArticleReplace theme() with drupal_render() in image module
Part of #2006152: [meta] Don't call theme() directly anywhere outside drupal_render().
View ArticleAllow double underscores to pass through drupal_clean_css_identifier as per...
Problem/MotivationDrupal’s new CSS coding standards recommend a naming convention for classes which requires the use of double-underscores as separators in certain cases. However, Drupal currently...
View ArticleSwitch CommentPreviewTest from standard profile to testing
I was debugging a fail when I realized how slooowwwww the standard profile is for tests. Let's not use it when we don't absolutely have to.
View ArticleReplace theme() with drupal_render() in language module
Part of #2006152: [meta] Don't call theme() directly anywhere outside drupal_render().
View ArticleReplace theme() with drupal_render() in locale module
Replace theme() with drupal_render() in language module
View ArticleReplace theme() with drupal_render() in menu module
Part of #2006152: [meta] Don't call theme() directly anywhere outside drupal_render().
View Article