You are here

CHANGELOG.txt in Vote Up/Down 5

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
April 10, 2007
------------------
[Fredrik Jonsson]
vote_storylink.module:
- Added a better error message when a duplicate url is submitted.
- Minor coding style fixes.

April 3, 2007
------------------
[Fredrik Jonsson]
vote_up_down.module:
- Anonymous voting support
- Users don't get points for voting on there own comments.
- Added users/uid/votes that lists all the nodes a user has voted on.
- Fixed the description for RSS feeds.
- Minor coding style fixes.

November 3, 2006
------------------
[Fredrik Jonsson]
- Start updating to Drupal 5.

September 15, 2006
------------------
[Fredrik Jonsson]
vote_storylink.module:
- Minor bug fixes.
vote_up_down.module:
- User now don't get Userpoints when voting on there own content.
- Fixed Vote points display setting "Full page view" bug.
- "Reset vote" now set the vote to = instead of removing it. 
  Seems to fix the voting action error.
- Minor bug fixes.

August 2, 2006
------------------
[Fredrik Jonsson]
vote_storylink.module:
- Integrated the code from user_navigation.module in to vote_storylink.module.
- Now check for duplicated url:s on validation.
- Added a storylink/queue page.
vote_up_down.module:
- Integrated with the Userpoints module
- Adds two userpoints actions in vote_up_down_actions.inc.
- Add a "Alternative +1 vote style" (digg style) voting widget.
- Redesigned the settings.
- Add a "reset vote" link with setting to turn on and off.

April 14, 2006
------------------
[Fredrik Jonsson]
vote_storylink.module:
- Added top page for this day including RSS feeds and a block with links.
vote_up_down.module:
- Removed depreciated call to tablesort_pager().

April 4, 2006
------------------
[Fredrik Jonsson]
- This CHANGELOG.txt file added to track changes
vote_storylink.module:
- Fixed title for RSS feeds
- Added top pages for this week/month/year including RSS feeds and a block with links.
vote_up_down.module:
- Added voting to comments. Nothing happens to comments yet, they just get points.
- Added a vote tracker (node/[nid]/votes) as a MENU_LOCAL_TASK.
- Added some statistics for user votes (admin/vote_up_down/user_votes).

March 27, 2006
------------------
[Fredrik Jonsson]
- Removed unnecessary node_validate_title().
- Better url validation and checking.

March 17, 2006
------------------
[Fredrik Jonsson]
- Update for AJAX functionality when voting.
- Added ajax_vote_up_down.js, JavaScript for AJAX functionality.

March 4, 2006
------------------
[Fredrik Jonsson]
- Put new variables in a template.php file to make them not be set on
  preview and edit.
- Fixed bug that made url:s reset when edit node.

March 2, 2006
------------------
[Fredrik Jonsson]
- Added validation of url, breadcrums, activated input filters, made
  http:// default value for url and more.

March 1, 2006 
------------------
[Fredrik Jonsson]
- New vote path so you must go to admin/modules and save to activate.
  Now uses checkboxes to choose node types like in taxonomy module.
- Layout tweaks.

February 26, 2006
------------------
[Fredrik Jonsson]
- Added storylink/uid pages and feeds. Changed some path from
  storylinks/ to storylink/.
- Added user_navigation.module, a block that display links for the users
  account.

February 19, 2006
------------------
[Fredrik Jonsson]
- Removed settings and made the new and top pages display the number of
  nodes from system settings.
- Updated css for Explorer bug.

February 17, 2006
------------------
[Fredrik Jonsson]
- Made the more link only show on storylinks nodes.

February 10, 2006
------------------
[Fredrik Jonsson]
- Initial release


Last updated:
------------

File

CHANGELOG.txt
View source
  1. April 10, 2007
  2. ------------------
  3. [Fredrik Jonsson]
  4. vote_storylink.module:
  5. - Added a better error message when a duplicate url is submitted.
  6. - Minor coding style fixes.
  7. April 3, 2007
  8. ------------------
  9. [Fredrik Jonsson]
  10. vote_up_down.module:
  11. - Anonymous voting support
  12. - Users don't get points for voting on there own comments.
  13. - Added users/uid/votes that lists all the nodes a user has voted on.
  14. - Fixed the description for RSS feeds.
  15. - Minor coding style fixes.
  16. November 3, 2006
  17. ------------------
  18. [Fredrik Jonsson]
  19. - Start updating to Drupal 5.
  20. September 15, 2006
  21. ------------------
  22. [Fredrik Jonsson]
  23. vote_storylink.module:
  24. - Minor bug fixes.
  25. vote_up_down.module:
  26. - User now don't get Userpoints when voting on there own content.
  27. - Fixed Vote points display setting "Full page view" bug.
  28. - "Reset vote" now set the vote to = instead of removing it.
  29. Seems to fix the voting action error.
  30. - Minor bug fixes.
  31. August 2, 2006
  32. ------------------
  33. [Fredrik Jonsson]
  34. vote_storylink.module:
  35. - Integrated the code from user_navigation.module in to vote_storylink.module.
  36. - Now check for duplicated url:s on validation.
  37. - Added a storylink/queue page.
  38. vote_up_down.module:
  39. - Integrated with the Userpoints module
  40. - Adds two userpoints actions in vote_up_down_actions.inc.
  41. - Add a "Alternative +1 vote style" (digg style) voting widget.
  42. - Redesigned the settings.
  43. - Add a "reset vote" link with setting to turn on and off.
  44. April 14, 2006
  45. ------------------
  46. [Fredrik Jonsson]
  47. vote_storylink.module:
  48. - Added top page for this day including RSS feeds and a block with links.
  49. vote_up_down.module:
  50. - Removed depreciated call to tablesort_pager().
  51. April 4, 2006
  52. ------------------
  53. [Fredrik Jonsson]
  54. - This CHANGELOG.txt file added to track changes
  55. vote_storylink.module:
  56. - Fixed title for RSS feeds
  57. - Added top pages for this week/month/year including RSS feeds and a block with links.
  58. vote_up_down.module:
  59. - Added voting to comments. Nothing happens to comments yet, they just get points.
  60. - Added a vote tracker (node/[nid]/votes) as a MENU_LOCAL_TASK.
  61. - Added some statistics for user votes (admin/vote_up_down/user_votes).
  62. March 27, 2006
  63. ------------------
  64. [Fredrik Jonsson]
  65. - Removed unnecessary node_validate_title().
  66. - Better url validation and checking.
  67. March 17, 2006
  68. ------------------
  69. [Fredrik Jonsson]
  70. - Update for AJAX functionality when voting.
  71. - Added ajax_vote_up_down.js, JavaScript for AJAX functionality.
  72. March 4, 2006
  73. ------------------
  74. [Fredrik Jonsson]
  75. - Put new variables in a template.php file to make them not be set on
  76. preview and edit.
  77. - Fixed bug that made url:s reset when edit node.
  78. March 2, 2006
  79. ------------------
  80. [Fredrik Jonsson]
  81. - Added validation of url, breadcrums, activated input filters, made
  82. http:// default value for url and more.
  83. March 1, 2006
  84. ------------------
  85. [Fredrik Jonsson]
  86. - New vote path so you must go to admin/modules and save to activate.
  87. Now uses checkboxes to choose node types like in taxonomy module.
  88. - Layout tweaks.
  89. February 26, 2006
  90. ------------------
  91. [Fredrik Jonsson]
  92. - Added storylink/uid pages and feeds. Changed some path from
  93. storylinks/ to storylink/.
  94. - Added user_navigation.module, a block that display links for the users
  95. account.
  96. February 19, 2006
  97. ------------------
  98. [Fredrik Jonsson]
  99. - Removed settings and made the new and top pages display the number of
  100. nodes from system settings.
  101. - Updated css for Explorer bug.
  102. February 17, 2006
  103. ------------------
  104. [Fredrik Jonsson]
  105. - Made the more link only show on storylinks nodes.
  106. February 10, 2006
  107. ------------------
  108. [Fredrik Jonsson]
  109. - Initial release
  110. Last updated:
  111. ------------