Downloads

Download tar.gz 30.91 KB
MD5: 2b522b71fe0de1d8883b9ffb504642b4
SHA-1: cbb165232816cc95cca185506eb351528d3ff403
SHA-256: cb6979fcbb65d5649740cffca6bf1196d2409993d8a12e79532abf4ddf65bc93
Download zip 51.39 KB
MD5: a52aff936abba268c9fbf2ddd640e17d
SHA-1: 176e81fb0cdb042336e331cbd1ffcf094134a045
SHA-256: 93bef5ca74b258dd55b7e54280331f9426fb43deb27949d86f82620edc2ebffe

Release notes

Changes since DRUPAL-6--1:

  • Activity module lives for Drupal 6! Risen from the dead.
  • file favorite_nodesactivity.module was added on branch DRUPAL-6--1 on 2008-09-29 17:09:12 +0000
  • #316328 pass by reference error thanks to marcingy
  • added some help text to the activity contrib module
    settings pages. Where possible use a more readable name
    for contrib modules than their filename. Added a function
    to allow contrib modules to install a default set of
    activity tokens.
  • #230003 Added hook_install implementations to activity contrib
    modules so that default activity tokens are stored on install.
  • removed a stray parenthesis that was causing a query to fail.
  • #323607 make sure to use url() in drupal_set_message call with url.
  • #323607 the path for url() function should not have leading slash.
  • small steps towards making activity page output more themable.
  • updated calls to activity_table to theme('activity_table') in order
    to improve theming possibilities.
  • #325602 fixed broken hook_block implementation. thanks to zilla for the report.
  • #325234 added theme function to allow customizing of the node type when nodes are in context.
  • #325234 added theme function to allow customizing of the node type when nodes are in context.
    #317056 #319790 #316238 Voting activity should be fixed now.
    Cleaned up and refactored a number of tokens.
    Moved setting of node links to just in time to account for changes in path aliases.
  • #319790 hopefully have the links working right now on votes on comments.
  • fixed bug in activity target role as was missing underscores.
  • file ogactivity.module was added on branch DRUPAL-6--1 on 2008-10-31 09:27:04 +0000
  • rearranged theme functions and added comments.
    Added theme function for user profile Activity listing
    Added activity_delete() function for future single activity record delete feature.
    #308852 #230010 #254632 obey content access restrictions.
  • #308852 #230010 #254632 obey content access restrictions.
  • added CVS tag to top of file
  • #307468 preliminary support for deletion of single activity records for users
    with administer activity permission.
  • #329628 fixed incorrect node id reference. thanks to paradigmshifter for spotting.
  • tweaked default tokens a bit
  • user_relationship activity blocks should be visible only to logged in users with activity permission.
  • file useractivity.module was added on branch DRUPAL-6--1 on 2008-11-05 10:46:22 +0000
  • #335534 missed fixing this in the d6 branch.
  • CVS $Id$ tag added
  • #340409 implemented hook_user view operation
    #340417 don't record activity when user views their own profile
  • missed a couple changes.
  • #337132 & #316238 hopefully fixed the problem with cron clearing all activity
  • #323606 and #230003 and #319711 Set default tokens on install.
  • #344190 comments cleanup with some help from sirkitree.
  • #342452 Patch from Roman S to refactor activity query builder to
    add support for querying on activity creation date.
  • #328821 Updated flagactivity module to support flag module flags on
    nodes, comments and users.
  • Added some additional activity message CSS classes to the theme_activity
    theme function to allow for more flexible theming. Got rid of the theme
    override function phptemplate_activity from the activityhistory module
    and folded the 'new' mark into the activityapi hook.
  • added a minimal CSS file to add rules for activity record delete links in activity tables and lists.
  • added theme functions theme_activity_user_picture and theme_activity_delete_link. Reorganized theme functions in activity_theme hook.
  • reworked theme_activity_table theme function to account for activity record delete links. Added CSS classes to activity table, row and table cells.
  • added function activity_delete_link to check for and return a link allowing a user to delete a single activity record.
  • moved some tokens that were defined in individual contrib modules into the ma
    in module for efficiency. Added user picture to user object returned by activ
    ity_user_load for use in showing user avatars.
  • small code cleanup, more and better code comments.
  • #342452 missed one line from the patch in this issue.
  • made small change to activity contrib module settings page to allow for some
    tokens for a given operation for a given role to be undefined but defined for
    another role.
  • added a uid column to the activity table to facilitate deleting activity records when user is deleted (hook_user) as well as allow user to delete individual records. Updated activity_insert and activity_user to account for change.
  • added hook_user implementation to cleanup when a user is deleted.
  • update of all activity contrib modules to track changes to the base activity
    module. Many token names have been changed and problems with individual modul
    es addressed.
  • mispelling corrected.
  • #346032 ignore 'user update' op of hook_og().
    #211727 updated ogactivity to reflect changes in activity module.
  • #353917 fix regression in default activity message strings.
    #355633 use module_load_include to PHP include files.
  • 355633 use module_load_include to PHP include files.
  • #360856 used wrong name for activityhistory module in module_exists function call.
  • #360856 put the wrong table name (activityhistory instead of activity_history) in the hook_user implementation.
  • #361380 removed another stray parenthesis.
  • #361539 more stupid misspellings.
  • $row should only be added to $rows if an $activity_message is set.
  • #386916 fixed bad link in t() function
  • #360822 - by jaydub - adding ability for users to delete their own activity.
  • #372068 - by sirkitree - fix user relationships integration where block was showing wrong user activity
  • #380702 - by sirkitree and jaydub - user activity was not recording registration properly
  • #355022 - by Morbus Iff, sirkitree and jaydub - activity comments.
  • crap forgot to add the js file...
Created by: sirkitree
Created on: 5 Mar 2009 at 04:51 UTC
Last updated: 5 Mar 2009 at 04:55 UTC
New features
Bug fixes
Unsupported

Other releases