Log of /contributions/modules/shoutbox/shoutbox.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.25.2.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 11 10:16:59 2008 UTC
(16 months, 2 weeks ago)
by
disterics
Branch:
DRUPAL-6--1
Changes since
1.25.2.12: +5 -5 lines
Diff to
previous 1.25.2.12
, to
branch point 1.25
#274581 by mjourney2: Send confirm through t().
#213102: When a user submits a shout. Replace the button with a throbber until server responds.
#274578: Bring the user into scope.
This fixes a bug when editing a shout.
Revision
1.18.2.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 11 10:11:24 2008 UTC
(16 months, 2 weeks ago)
by
disterics
Branch:
DRUPAL-5
Changes since
1.18.2.20: +5 -5 lines
Diff to
previous 1.18.2.20
, to
branch point 1.18
#274581 by mjourney2: Send confirm through t().
#213102: When a user submits a shout. Replace the button with a throbber until server responds.
#274578: Bring the user into scope.
Fixed bug in is_user_owned function. Wrongy placed braces.
Revision
1.25.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 12 12:42:05 2008 UTC
(18 months, 2 weeks ago)
by
snpower
Branch:
DRUPAL-6--1
Changes since
1.25.2.3: +19 -19 lines
Diff to
previous 1.25.2.3
, to
branch point 1.25
#250029 - fix for Postgres non-compatible sql, was using && instead of AND.
Also removed quotes from around %d in sql queries as they're integers, along
with tabs and trailing whitespace (for coding standards).
Revision
1.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 12 12:29:43 2008 UTC
(18 months, 2 weeks ago)
by
snpower
Branch:
MAIN
Changes since
1.28: +9 -9 lines
Diff to
previous 1.28
#250029 - fix for Postgres non-compatible sql, was using && instead of AND.
Also removed quotes from around %d in sql queries as they're integers.
Revision
1.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 18 07:38:13 2008 UTC
(19 months, 1 week ago)
by
disterics
Branch:
MAIN
Changes since
1.26: +2 -37 lines
Diff to
previous 1.26
Merge bug fixes from 6.x branch
#215450 by disterics: Handle case of 1st shout.
#211424 by disterics: New shout no longer erases last shout.
#229104 by axlen: Fixed timezone for shout titles.
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 15 21:56:57 2007 UTC
(2 years, 4 months ago)
by
disterics
Branch:
MAIN
Changes since
1.21: +378 -339 lines
Diff to
previous 1.21
Merge into head
#158792 by disterics: Fixed page distortion problem
#47335 by disterics: Added check for empty messages and default message
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 8 23:28:48 2007 UTC
(2 years, 6 months ago)
by
disterics
Branch:
MAIN
Changes since
1.20: +29 -1 lines
Diff to
previous 1.20
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.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 23 09:21:32 2007 UTC
(2 years, 8 months ago)
by
disterics
Branch:
MAIN
Changes since
1.19: +31 -9 lines
Diff to
previous 1.19
Merging changes from 5.x branch into trunk
#126127: Added option to show newest shouts on top.
#129092: Converted from row0,row1 to even and odd rows.
#128187: Fixed urls for images
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 15 09:46:04 2007 UTC
(2 years, 8 months ago)
by
disterics
Branch:
MAIN
Changes since
1.18: +73 -29 lines
Diff to
previous 1.18
#122228 by charly: Added options not to require username and url.
Updated the VERSION string in the .info file.
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 2 08:26:54 2007 UTC
(2 years, 8 months ago)
by
disterics
Branch:
MAIN
Changes since
1.15: +485 -399 lines
Diff to
previous 1.15
Moved onclick javascript into js file. Added code to generate and handle edit, delete, promote and demote on a shout. This is not handled via javascript yet.
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Feb 23 08:41:19 2007 UTC
(2 years, 9 months ago)
by
disterics
Branch:
MAIN
Changes since
1.14: +321 -273 lines
Diff to
previous 1.14
First attempt at upgrading to 5.0 API. Removed IFRAME. Using jquery form plugin to handle form submission. Uses regular drupal form submission if javascript is not supported.
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 31 23:00:10 2006 UTC
(3 years, 9 months ago)
by
bjshell
Branch:
MAIN
Changes since
1.12: +348 -418 lines
Diff to
previous 1.12
* 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.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 9 22:58:54 2005 UTC
(4 years, 2 months ago)
by
bjshell
Branch:
MAIN
Changes since
1.10: +33 -27 lines
Diff to
previous 1.10
* 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.8.2.1 -
(
view)
(
download)
(
as text)
(
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.8: +42 -36 lines
Diff to
previous 1.8
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.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 7 21:39:50 2005 UTC
(4 years, 5 months ago)
by
bjshell
Branch:
MAIN
Changes since
1.8: +42 -36 lines
Diff to
previous 1.8
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.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 6 19:54:39 2005 UTC
(4 years, 5 months ago)
by
bjshell
Branch:
MAIN
Branch point for:
DRUPAL-4-6
Changes since
1.7: +12 -13 lines
Diff to
previous 1.7
changed ID tags on submit and reset buttons to avoid conflict
fixed alt tag on image links
fixed misc bugs so that the shoutbox works on Drupal 4.5 and 4.6.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 6 18:48:24 2005 UTC
(4 years, 5 months ago)
by
bjshell
Branch:
MAIN
Changes since
1.6: +5 -8 lines
Diff to
previous 1.6
added unique ID tags to submit and reset buttons
moved drupal_set_html_head() to shoutbox_menu() hook to fix error with anonymous users and page caching
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 6 17:16:29 2005 UTC
(4 years, 5 months ago)
by
bjshell
Branch:
MAIN
Changes since
1.5: +0 -1 lines
Diff to
previous 1.5
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
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 6 17:15:37 2005 UTC
(4 years, 5 months ago)
by
bjshell
Branch:
MAIN
Changes since
1.4: +104 -148 lines
Diff to
previous 1.4
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
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 6 17:07:41 2005 UTC
(4 years, 5 months ago)
by
bjshell
Branch:
MAIN
Changes since
1.3: +234 -124 lines
Diff to
previous 1.3
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
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 1 00:08:35 2004 UTC
(5 years, 1 month ago)
by
uwe
Branch:
MAIN
Changes since
1.1: +3 -2 lines
Diff to
previous 1.1
Added CVS $Id$ tag to all *.module files where it was missing (as required
by the coding standards, see CODING_STANDARDS.html). I also unified the
format and the location of the $Id$ tag. It starts with "//" and is placed
on the second line in all *.module files, now.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 13 20:01:53 2004 UTC
(5 years, 2 months ago)
by
bjshell
Branch:
MAIN
New Shoutbox module provides a block where visitors can quickly post short messages. Permissions can be set so that posts go live immediately or go to a moderation queue.
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.