Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aaronott’s picture

Status: Active » Needs review
FileSize
824 bytes
esunger’s picture

Assigned: Unassigned » esunger
Status: Needs review » Active
esunger’s picture

New version of the patch with added missed drupal_render() functions.

esunger’s picture

Status: Active » Needs review
esunger’s picture

Issue tags: +CodeSprintUA

Status: Needs review » Needs work
esunger’s picture

esunger’s picture

Status: Needs work » Needs review
esunger’s picture

podarok’s picture

Status: Needs review » Needs work
+++ b/core/modules/rdf/rdf.moduleundefined
@@ -461,7 +461,13 @@ function rdf_process(&$variables, $hook) {
+      $variable = array(
+	'#theme' => 'rdf_template_variable_wrapper',
+	'#content' => $variables[$variable_name],
+	'#attributes' => $attributes,
+	'#context' => $context,

https://drupal.org/coding-standards#indenting
Indenting errors

esunger’s picture

Status: Needs work » Needs review
FileSize
1.41 KB

Thanks. Indenting errors were solved.

esunger’s picture

podarok’s picture

Status: Needs review » Reviewed & tested by the community

#12 looks good for me
if bot green - rtbc

Status: Reviewed & tested by the community » Needs work
JeroenT’s picture

Status: Needs work » Needs review
FileSize
1.45 KB

Replaced theme with drupal_render

thedavidmeister’s picture

Status: Needs review » Needs work

+ '#metadata' => $variables['rdf_metadata_attributes']

missing a trailing comma on this line.

JeroenT’s picture

Status: Needs work » Needs review
FileSize
1.45 KB

Added trailing comma.

thedavidmeister’s picture

Status: Needs review » Needs work

+ '#metadata' => $variables['rdf_metadata_attributes']

Still no trailing comma in #17

hussainweb’s picture

Status: Needs work » Needs review
FileSize
1.45 KB

Added a trailing comma and made sure it applies against the latest tree.

sbudker1’s picture

Status: Needs review » Reviewed & tested by the community

The patched worked! After inspecting the element of the submission, the rdf markup there contained normal rdf attributes. In addition the entire submission and appearance of the submission were normal.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 8678e21 and pushed to 8.x. Thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.