Convert ViewsBookmarkactivity

sirkitree - February 15, 2008 - 03:56
Project:Activity
Version:5.x-3.x-dev
Component:Code
Category:task
Priority:normal
Assigned:sirkitree
Status:closed
Description

This also need a little McLovin to get it working with the new API.

#1

sirkitree - February 19, 2008 - 14:22
Status:active» fixed

I've added this back in. Please test it out!

#2

sirkitree - February 19, 2008 - 18:20
Status:fixed» patch (reviewed & tested by the community)

The insertion was not working correctly. I made a change at the last minute that I didn't take time to test. Tested and here's the patch to fix.

This applies to what I put into the 5.x.3-dev for views_bookmarkactivity.module

AttachmentSize
views_bookmarkactivity_insert-fix.patch1.15 KB

#3

sirkitree - February 19, 2008 - 21:55

Missed a one liner. Here's a patch that does everything above plus changes:

<?php
if ($type == 'nodeactivity') {
?>

to
<?php
if ($type == 'views_bookmarkactivity') {
?>

inside of function views_bookmarkactivity_token_list().

AttachmentSize
views_bookmarkactivity_221968.patch1.84 KB

#4

sirkitree - February 20, 2008 - 18:27
Status:patch (reviewed & tested by the community)» fixed

committed to dev.

#5

Anonymous (not verified) - March 5, 2008 - 18:32
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.