Revision
1.2 -
(
show annotations)
(
download)
Fri May 23 13:02:59 2008 UTC
(18 months ago)
by
skiminki
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-2-RC1, DRUPAL-5--1-2rc1, DRUPAL-5--1-3-RC1, DRUPAL-5--1-2-RC2, DRUPAL-5--1-3, DRUPAL-5--1-2, HEAD
Branch point for:
DRUPAL-5, DRUPAL-6--1
Changes since
1.1: +4 -4 lines
o Refactor architecture to support plugins:
- introduce plugin-provided targets, e.g. node, comment.
- introduce plugin-provided sources, e.g. node vote, node view, comment vote.
- refactor energy settings decay profile admin form to reflect the above.
o Move node radioactivity functionality to new radioactivity_node -plugin.
o Introduce radioactivity_comment for comment target + views support. This
makes comments radioactive.
o VotingAPI support plugin
- provides radioactivity source from votingapi_insert action for nodes and
comments
o Debug plugin
- displays internal info for debugging purposes
- manual energy action functionality
o Update functionality
- enables automatically radioactivity_node as it's split from radioactivity
- convert decay profile struct to new format. However, this doesn't support
by_content_type flag.