You are here

CHANGELOG.txt in Shoutbox 5

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