Hello world, I just committed http://drupal.org/node/74326. This changes the way $node->body works and will require an update to your node modules and themes. -- Dries Buytaert :: http://www.buytaert.net/
Technically, it won't require any changes to most themes -- things that call node_view() will get what they always have. Modules that implement hook_view() to build custom node bodies and teasers, or modules that implement hook_nodeapi's 'view' operation to add data to $node->body or $node->teaser, however, will need to be modified. http://drupal.org/node/64279#node-view has rough initial documentation on the changes that are necessary. --Jeff
-----Original Message----- From: Dries Buytaert [mailto:dries.buytaert@gmail.com] Sent: Thursday, August 10, 2006 10:44 AM To: development@drupal.org Subject: [development] $node->body
Hello world,
I just committed http://drupal.org/node/74326. This changes the way $node->body works and will require an update to your node modules and themes.
-- Dries Buytaert :: http://www.buytaert.net/
fscking awesome. yay =) On 8/10/06, Jeff Eaton <jeff@viapositiva.net> wrote:
Technically, it won't require any changes to most themes -- things that call node_view() will get what they always have. Modules that implement hook_view() to build custom node bodies and teasers, or modules that implement hook_nodeapi's 'view' operation to add data to $node->body or $node->teaser, however, will need to be modified.
http://drupal.org/node/64279#node-view has rough initial documentation on the changes that are necessary.
--Jeff
-----Original Message----- From: Dries Buytaert [mailto:dries.buytaert@gmail.com] Sent: Thursday, August 10, 2006 10:44 AM To: development@drupal.org Subject: [development] $node->body
Hello world,
I just committed http://drupal.org/node/74326. This changes the way $node->body works and will require an update to your node modules and themes.
-- Dries Buytaert :: http://www.buytaert.net/
* and then Adrian Rossouw declared....
fscking awesome. yay =)
Damn right. Great move, thanks. -- Nick Wilson http://performancing.com/user/1
Nice one Eaton! Rob Roy Barreca Founder and COO Electronic Insight Corporation http://www.electronicinsight.com rob@electronicinsight.com Jeff Eaton wrote:
Technically, it won't require any changes to most themes -- things that call node_view() will get what they always have. Modules that implement hook_view() to build custom node bodies and teasers, or modules that implement hook_nodeapi's 'view' operation to add data to $node->body or $node->teaser, however, will need to be modified.
http://drupal.org/node/64279#node-view has rough initial documentation on the changes that are necessary.
--Jeff
-----Original Message----- From: Dries Buytaert [mailto:dries.buytaert@gmail.com] Sent: Thursday, August 10, 2006 10:44 AM To: development@drupal.org Subject: [development] $node->body
Hello world,
I just committed http://drupal.org/node/74326. This changes the way $node->body works and will require an update to your node modules and themes.
-- Dries Buytaert :: http://www.buytaert.net/
participants (5)
-
Adrian Rossouw -
Dries Buytaert -
Jeff Eaton -
Nick Wilson -
Rob Barreca