Project:Creative Commons
Version:6.x-1.0-beta4
Component:User interface
Category:bug report
Priority:normal
Assigned:balleyne
Status:closed (fixed)

Issue Summary

The Admin interface has a checkbox to include the RDF in HTML, but that only works if the CC node license block is enabled. We should either change the help text to reflect this or add the RDF outside the block. I can do this if committing to dev version won't screw you up.

Comments

#1

Sure, if you have a chance before I do, feel free to commit to the DRUPAL-6--1 branch. I probably won't have a chance until Sunday or Monday. Maybe the RDF should just be output via hook_view() instead of hook_block().

#2

Assigned to:Anonymous» balleyne
Status:active» needs review

Moved the RDF/XML insert to hook_view(), so it's no longer dependent on the block being enabled. Change should appear in dev snapshot tonight, and it'll be in the next beta.

#3

Version:6.x-1.0-beta1» 6.x-1.0-beta4
Status:needs review» fixed

While this was moved, creativecommons_view was setting $node->content['body']['#value'] .= $output; Should have been $node->body .= $output;

#4

Status:fixed» closed (fixed)

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

nobody click here