You are here

CHANGELOG.txt in Tagadelic 7

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
        $Id$
        
        TODO: marks a TODO for you. 

        -------------------------------------------------------------------------------
        [tagadelic] 7.x-1.0, 14-12-2009
        -------------------------------------------------------------------------------

        Removed theme_tagadelic_more and replaced that with the general theme_more_link.
        Refer to the documentation on theme_more_link for its usage: http://api.drupal.org/api/function/theme_more_link/7
        TODO: People with a theme that overrides theme_tagadelic_more, should remove
              that part from their theme and replace it with theme_more_link. 
              
        tagadelic_build_weighted_tags() first argument now is an array of tags. 
        And no longer a Query result. Reason for change is better use of the new 
        database layer in Drupal.
        TODO: People who use the function tagadelic_build_weighted_tags() should change
              their code so that it has a list of tags (array) and pass that trough the
              tagadelic_build_weighted_tags() builder.
              
        removed $node->tags on node_load.
        This addition was used by a block, but caused trouble and (quite some) overhead.
        TODO: Themes, modules and content that relied on $node->tags should rewrite 
              their code to use $node->taxonomy from (core) taxonomy module!
              
        removed "tags for current node" block. 
        This block was not a cloud and therefore does not belong to the functions of this
        module. It should be implemented with either views, or an extremely simple module.
        TODO: if you relied on the "tags in current node" block, re-implement that with a 
              simple module (suggestions and/or links and/or references to such a module 
              are welcome). Or re-implement it with a view (links to a manual and/or howtos
              are welcome). 
        
        
        -------------------------------------------------------------------------------
        [tagadelic] 7.x-1.0, 14-12-2009
        -------------------------------------------------------------------------------

        Introducing CHANGELOG to trace upgrades to Drupal 7.

File

CHANGELOG.txt
View source
  1. $Id$
  2. TODO: marks a TODO for you.
  3. -------------------------------------------------------------------------------
  4. [tagadelic] 7.x-1.0, 14-12-2009
  5. -------------------------------------------------------------------------------
  6. Removed theme_tagadelic_more and replaced that with the general theme_more_link.
  7. Refer to the documentation on theme_more_link for its usage: http://api.drupal.org/api/function/theme_more_link/7
  8. TODO: People with a theme that overrides theme_tagadelic_more, should remove
  9. that part from their theme and replace it with theme_more_link.
  10. tagadelic_build_weighted_tags() first argument now is an array of tags.
  11. And no longer a Query result. Reason for change is better use of the new
  12. database layer in Drupal.
  13. TODO: People who use the function tagadelic_build_weighted_tags() should change
  14. their code so that it has a list of tags (array) and pass that trough the
  15. tagadelic_build_weighted_tags() builder.
  16. removed $node->tags on node_load.
  17. This addition was used by a block, but caused trouble and (quite some) overhead.
  18. TODO: Themes, modules and content that relied on $node->tags should rewrite
  19. their code to use $node->taxonomy from (core) taxonomy module!
  20. removed "tags for current node" block.
  21. This block was not a cloud and therefore does not belong to the functions of this
  22. module. It should be implemented with either views, or an extremely simple module.
  23. TODO: if you relied on the "tags in current node" block, re-implement that with a
  24. simple module (suggestions and/or links and/or references to such a module
  25. are welcome). Or re-implement it with a view (links to a manual and/or howtos
  26. are welcome).
  27. -------------------------------------------------------------------------------
  28. [tagadelic] 7.x-1.0, 14-12-2009
  29. -------------------------------------------------------------------------------
  30. Introducing CHANGELOG to trace upgrades to Drupal 7.