You are here

CHANGELOG.txt in Discuss This! 6

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
Mar 2010
--------

* Fixes and enhancements to the documentation
* Added support to show X number of comments under the node being discussed
  [#742792]
* Added support to let users change the Disucss This! labels from the
  settings window [#712292]
* Added a DELETE to remove node references from discussthis_forum
* Fixed different bugs
* Re-establish the topic assignment in such a way that actually works
  every time as expected (note that you need override rights.)
* Support boost module, expire discussed node so it appears with the
  proper link and eventually the comments below
* Fixed auto-complete in case you enter 0 in your browser
* Support "contains" for the auto-complete search
* Removed the $tid parameter to the auto-complete (it was ignored)
* Now the auto-complete returns the nid, not the title
* Remove "Discuss This!" link on a per node basis
* Hide the forum select in nodes when the node already has a connection
* Security issue in older versions:
  Some versions let users see the override box in nodes even when
  they don't have permission to override anything. It was otherwise
  safe.
* Fixed the list of node types, and removed the forum from that list


I guess I did not update this file for many of the other changes
I've done to the module. Those I can recall are:

* Create a comment form so people enter the comment before the module
  creates the new topic
* Fixed the author name
* Fixed the format used for the topic
* Option to nicely force people to log in or register before posting

Apr 2009
--------

* Fix to an SQL statement for auto-completion.

Mar 2009
--------

* Converted the module to work under D6

Oct 2008
--------

* Added new permissions, as per: http://drupal.org/node/320854 (EgonO)
* Overhalued all access-controlled code to reflect new permissions
* Removed hook_block
* Option for the current user to be the author of newly-created topics as per: http://drupal.org/node/274062 admin-selected author to include "current user"

INCOMPLETE:
* http://drupal.org/node/302050 Author of newly created Forum discussions doesn't work (neyoung)

File

CHANGELOG.txt
View source
  1. Mar 2010
  2. --------
  3. * Fixes and enhancements to the documentation
  4. * Added support to show X number of comments under the node being discussed
  5. [#742792]
  6. * Added support to let users change the Disucss This! labels from the
  7. settings window [#712292]
  8. * Added a DELETE to remove node references from discussthis_forum
  9. * Fixed different bugs
  10. * Re-establish the topic assignment in such a way that actually works
  11. every time as expected (note that you need override rights.)
  12. * Support boost module, expire discussed node so it appears with the
  13. proper link and eventually the comments below
  14. * Fixed auto-complete in case you enter 0 in your browser
  15. * Support "contains" for the auto-complete search
  16. * Removed the $tid parameter to the auto-complete (it was ignored)
  17. * Now the auto-complete returns the nid, not the title
  18. * Remove "Discuss This!" link on a per node basis
  19. * Hide the forum select in nodes when the node already has a connection
  20. * Security issue in older versions:
  21. Some versions let users see the override box in nodes even when
  22. they don't have permission to override anything. It was otherwise
  23. safe.
  24. * Fixed the list of node types, and removed the forum from that list
  25. I guess I did not update this file for many of the other changes
  26. I've done to the module. Those I can recall are:
  27. * Create a comment form so people enter the comment before the module
  28. creates the new topic
  29. * Fixed the author name
  30. * Fixed the format used for the topic
  31. * Option to nicely force people to log in or register before posting
  32. Apr 2009
  33. --------
  34. * Fix to an SQL statement for auto-completion.
  35. Mar 2009
  36. --------
  37. * Converted the module to work under D6
  38. Oct 2008
  39. --------
  40. * Added new permissions, as per: http://drupal.org/node/320854 (EgonO)
  41. * Overhalued all access-controlled code to reflect new permissions
  42. * Removed hook_block
  43. * Option for the current user to be the author of newly-created topics as per: http://drupal.org/node/274062 admin-selected author to include "current user"
  44. INCOMPLETE:
  45. * http://drupal.org/node/302050 Author of newly created Forum discussions doesn't work (neyoung)