You are here

CHANGELOG.txt in Shoutbox 6

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
  2. 6.2 CHANGELOG.txt
  3. 7.2 CHANGELOG.txt
  4. 7 CHANGELOG.txt
15 JULY 2008:
-------------
* Updated to Drupal 6.x
* Added input filter support
* Added history/archive support
* Removed voting
* Improved moderation support. 


07 May 2007:
--------------
* Added auto refresh of shouts. 
* Added support for db prefix.


08 April 2007:
--------------
* Updating changelog for Drupal 5.x
* Misc bug fixes and features

31 Jan 2006:
------------
* Updated for Drupal 4.7
* Remove all non-essential features for sake of simplicity.  This 
  includes the archived shouts listing and display of the shoutbox outside 
  of an iframe.  If anyone needs these features, please help port them over 
  from the 4.6 version.


12 Oct 2005:
------------
* Added translation template (shoutbox.pot)


9 Sep 2005:
-----------
* Moved the links array (for the edit/delete/promote/demote icons) to the
  theme_shoutbox_links() function so that a user can override them with a theme.


5 July 2005:
------------

* Added PostgreSQL support


7 June 2005:
------------

* Misc bug fixes and one database change.
* The 'vote' colunn of the 'shoutbox_moderation' table should not be unsigned like it was:
  ALTER TABLE `drupal_shoutbox_moderation` CHANGE `vote` `vote` TINYINT(3)  DEFAULT "0"


6 June 2005:
------------

* Auto refresh option when viewing shoutbox in an iframe
* Archived shouts listing (access permission required)
* Fixed shout modified/change date display
* Fixed some shout moderation bugs
* Code tidy up


13 Sep 2004:
------------

Initial release.

File

CHANGELOG.txt
View source
  1. 15 JULY 2008:
  2. -------------
  3. * Updated to Drupal 6.x
  4. * Added input filter support
  5. * Added history/archive support
  6. * Removed voting
  7. * Improved moderation support.
  8. 07 May 2007:
  9. --------------
  10. * Added auto refresh of shouts.
  11. * Added support for db prefix.
  12. 08 April 2007:
  13. --------------
  14. * Updating changelog for Drupal 5.x
  15. * Misc bug fixes and features
  16. 31 Jan 2006:
  17. ------------
  18. * Updated for Drupal 4.7
  19. * Remove all non-essential features for sake of simplicity. This
  20. includes the archived shouts listing and display of the shoutbox outside
  21. of an iframe. If anyone needs these features, please help port them over
  22. from the 4.6 version.
  23. 12 Oct 2005:
  24. ------------
  25. * Added translation template (shoutbox.pot)
  26. 9 Sep 2005:
  27. -----------
  28. * Moved the links array (for the edit/delete/promote/demote icons) to the
  29. theme_shoutbox_links() function so that a user can override them with a theme.
  30. 5 July 2005:
  31. ------------
  32. * Added PostgreSQL support
  33. 7 June 2005:
  34. ------------
  35. * Misc bug fixes and one database change.
  36. * The 'vote' colunn of the 'shoutbox_moderation' table should not be unsigned like it was:
  37. ALTER TABLE `drupal_shoutbox_moderation` CHANGE `vote` `vote` TINYINT(3) DEFAULT "0"
  38. 6 June 2005:
  39. ------------
  40. * Auto refresh option when viewing shoutbox in an iframe
  41. * Archived shouts listing (access permission required)
  42. * Fixed shout modified/change date display
  43. * Fixed some shout moderation bugs
  44. * Code tidy up
  45. 13 Sep 2004:
  46. ------------
  47. Initial release.