Log of /contributions/modules/shoutbox/CHANGELOG.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 8 23:28:48 2007 UTC
(2 years, 6 months ago)
by
disterics
Branch:
MAIN
CVS Tags:
HEAD
Branch point for:
DRUPAL-6--1
Changes since
1.6: +11 -0 lines
Diff to
previous 1.6
Merge changes on 5.x branch into trunk
#138744 by hba: Added support db prefix in install file.
#128189 by disterics: Added support for auto refresh.
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 31 23:00:10 2006 UTC
(3 years, 9 months ago)
by
bjshell
Branch:
MAIN
CVS Tags:
DRUPAL-4-7--1-0,
DRUPAL-5--1-0
Branch point for:
DRUPAL-4-7,
DRUPAL-5
Changes since
1.5: +9 -0 lines
Diff to
previous 1.5
* 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.
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 9 22:58:54 2005 UTC
(4 years, 2 months ago)
by
bjshell
Branch:
MAIN
Changes since
1.3: +6 -0 lines
Diff to
previous 1.3
* 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.
Revision
1.1.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 7 23:33:57 2005 UTC
(4 years, 5 months ago)
by
bjshell
Branch:
DRUPAL-4-6
Changes since
1.1: +15 -8 lines
Diff to
previous 1.1
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"
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 7 21:39:50 2005 UTC
(4 years, 5 months ago)
by
bjshell
Branch:
MAIN
Changes since
1.1: +15 -8 lines
Diff to
previous 1.1
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"
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jun 6 17:08:29 2005 UTC
(4 years, 5 months ago)
by
bjshell
Branch:
MAIN
Branch point for:
DRUPAL-4-6
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
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.