| 1 |
07 May 2007:
|
| 2 |
--------------
|
| 3 |
* Added auto refresh of shouts.
|
| 4 |
* Added support for db prefix.
|
| 5 |
|
| 6 |
|
| 7 |
08 April 2007:
|
| 8 |
--------------
|
| 9 |
* Updating changelog for Drupal 5.x
|
| 10 |
* Misc bug fixes and features
|
| 11 |
|
| 12 |
31 Jan 2006:
|
| 13 |
------------
|
| 14 |
* Updated for Drupal 4.7
|
| 15 |
* Remove all non-essential features for sake of simplicity. This
|
| 16 |
includes the archived shouts listing and display of the shoutbox outside
|
| 17 |
of an iframe. If anyone needs these features, please help port them over
|
| 18 |
from the 4.6 version.
|
| 19 |
|
| 20 |
|
| 21 |
12 Oct 2005:
|
| 22 |
------------
|
| 23 |
* Added translation template (shoutbox.pot)
|
| 24 |
|
| 25 |
|
| 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 |
|
| 31 |
|
| 32 |
5 July 2005:
|
| 33 |
------------
|
| 34 |
|
| 35 |
* Added PostgreSQL support
|
| 36 |
|
| 37 |
|
| 38 |
7 June 2005:
|
| 39 |
------------
|
| 40 |
|
| 41 |
* Misc bug fixes and one database change.
|
| 42 |
* The 'vote' colunn of the 'shoutbox_moderation' table should not be unsigned like it was:
|
| 43 |
ALTER TABLE `drupal_shoutbox_moderation` CHANGE `vote` `vote` TINYINT(3) DEFAULT "0"
|
| 44 |
|
| 45 |
|
| 46 |
6 June 2005:
|
| 47 |
------------
|
| 48 |
|
| 49 |
* Auto refresh option when viewing shoutbox in an iframe
|
| 50 |
* Archived shouts listing (access permission required)
|
| 51 |
* Fixed shout modified/change date display
|
| 52 |
* Fixed some shout moderation bugs
|
| 53 |
* Code tidy up
|
| 54 |
|
| 55 |
|
| 56 |
13 Sep 2004:
|
| 57 |
------------
|
| 58 |
|
| 59 |
Initial release.
|