Skip to content
  1. Dec 14, 2015
  2. Dec 12, 2015
  3. Mar 10, 2014
  4. Feb 09, 2012
  5. Feb 25, 2011
  6. Sep 07, 2008
    • Sami Kiminki's avatar
      radioactivity_votingapi, radioactivity_up_down_voting: · d3f40db5
      Sami Kiminki authored
      o Use correct votingapi callback, it is:
        <module;>_votingapi_insert(...)
      
      Side note:
      o radioactivity_votingapi used callback <module;>_insert(...). It
        worked because that actually matched module <code>radioactivity</code> which is a dependency
        for radioactivity_votingapi. However, using same pattern for
        <code>radioactivity_up_down_voting</code> obviously missed
        the votinga callback... Hope we got this right this time!
      5.x-1.2
      d3f40db5
  7. Aug 28, 2008
  8. Jul 12, 2008
  9. Jul 10, 2008
  10. Jul 09, 2008
  11. May 25, 2008
    • Sami Kiminki's avatar
      o PostgreSQL fixes: · 24fb3c1c
      Sami Kiminki authored
        - fix postgres update
        - rename columns oid->id and oclass->class. Column oid was creating problems
          as PostgreSQL has internal meaning for it
        - fix energy adding for postgresql. There were typos there.
      o Implement functionality to port views created against radioactivity 1.1 to
        forthcoming 1.2. This functionality is invoked by update.php.
      24fb3c1c
  12. May 23, 2008
    • Sami Kiminki's avatar
      o Refactor architecture to support plugins: · 17a28cc2
      Sami Kiminki authored
        - 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.
      17a28cc2
  13. May 05, 2008
  14. Apr 28, 2008
  15. Apr 24, 2008
  16. Apr 18, 2008
  17. Apr 17, 2008
  18. Apr 05, 2008
  19. Mar 31, 2008
  20. Mar 30, 2008