Log of /contributions/modules/chatroom/chatroom.install
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.25.4.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 19 09:41:02 2009 UTC
(9 days, 7 hours ago)
by
justinrandell
Branch:
DRUPAL-6--2
CVS Tags:
DRUPAL-6--2-0,
DRUPAL-6--2-0-BETA3,
DRUPAL-6--2-0-BETA4,
DRUPAL-6--2-1,
DRUPAL-6--2-2,
DRUPAL-6--2-3,
DRUPAL-6--2-4
Changes since
1.25.4.12: +2 -2 lines
Diff to
previous 1.25.4.12
, to
branch point 1.25
, to
next main 1.30
#636604: fix typo that prevents uninstall, thanks to tormi for the patch.
Revision
1.25.4.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Nov 14 22:01:21 2009 UTC
(13 days, 19 hours ago)
by
justinrandell
Branch:
DRUPAL-6--2
Changes since
1.25.4.9: +10 -1 lines
Diff to
previous 1.25.4.9
, to
branch point 1.25
make it easier to ban and kick users. add a framework to add links and functionality to the user list. clean up the UI a bit, archive chat button is missing, but will return. lots of general clean ups, make kicking and banning more robust. once this settles a bit, i'll release another beta
Revision
1.24
Wed Mar 7 16:59:21 2007 UTC
(2 years, 8 months ago)
by
darrenoh
Branch:
MAIN
Changes since
1.23: +1 -1 lines
FILE REMOVED
Removed files from HEAD to avoid duplicating the DRUPAL-5 branch.
Revision
1.17.2.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 25 01:49:01 2007 UTC
(2 years, 10 months ago)
by
darrenoh
Branch:
DRUPAL-4-7
CVS Tags:
DRUPAL-4-7--1-10,
DRUPAL-4-7--1-11,
DRUPAL-4-7--1-12,
DRUPAL-4-7--1-3,
DRUPAL-4-7--1-4,
DRUPAL-4-7--1-5,
DRUPAL-4-7--1-6,
DRUPAL-4-7--1-7,
DRUPAL-4-7--1-8,
DRUPAL-4-7--1-9
Changes since
1.17.2.11: +8 -15 lines
Diff to
previous 1.17.2.11
, to
branch point 1.17
, to
next main 1.30
Fixed error in last commit.
Revision
1.21
Mon Oct 16 23:24:33 2006 UTC
(3 years, 1 month ago)
by
darrenoh
Branch:
MAIN
Changes since
1.20: +1 -1 lines
FILE REMOVED
Committing a new set of files for the next generation of Drupal chat.
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 1 19:37:47 2006 UTC
(3 years, 1 month ago)
by
darrenoh
Branch:
MAIN
Branch point for:
DRUPAL-4-7
Changes since
1.16: +1 -4 lines
Diff to
previous 1.16
Fixed spelling error in Who's Online block, made chatroom use the chatroomread.php file in the module directory instead of copying it to the Drupal root directory.
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 24 21:21:38 2006 UTC
(3 years, 4 months ago)
by
justinrandell
Branch:
MAIN
Changes since
1.10: +15 -1 lines
Diff to
previous 1.10
committing not quite finished implementation of adding one-on-one chats via sitewide who is online list, because there are lots of changes, and i don't want paulo to get too out of sync.
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 22 05:33:59 2006 UTC
(3 years, 4 months ago)
by
justinrandell
Branch:
MAIN
Changes since
1.8: +3 -1 lines
Diff to
previous 1.8
- added configurability to the "* Sent at <time>" msgs
- added kick user functionality - still needs some polish though
- refactored ajax js and response code to use object names and arrays
- refactored "* Sent at <time>" js to use setTimeout/clearTimeout
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 16 06:27:13 2006 UTC
(3 years, 4 months ago)
by
justinrandell
Branch:
MAIN
Changes since
1.5: +2 -1 lines
Diff to
previous 1.5
added support for configuring how many old messages to show when entering a chat, per chatroom.
altered chatroom.install to add old_msg_count collumn to accomodate this.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 13 14:19:15 2006 UTC
(3 years, 4 months ago)
by
justinrandell
Branch:
MAIN
Changes since
1.4: +4 -1 lines
Diff to
previous 1.4
added a menu item for chatroom site wide settings, and moved away from soon to be deprecated hook_settings.
made the smiley's display respect settings, and started on the automatic archive functionality
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 2 05:43:34 2006 UTC
(3 years, 4 months ago)
by
justinrandell
Branch:
MAIN
Changes since
1.2: +10 -2 lines
Diff to
previous 1.2
added first hacky implementation of '/msg' and '/me'. code is not the cleanest and UI could do with some work. usage:
/msg <username> <msg text>
the following message will show up in <user_name>'s chat only:
[<time>] <sending_username> private: <msg text>
/me <msg text>
will show up italicised in all users chats:
* <username> <msg text>
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 25 10:44:30 2006 UTC
(3 years, 5 months ago)
by
justinrandell
Branch:
MAIN
Initial commit of Drupal 4.7 chatroom module.
This is alpha code - do not use on sites you care about.
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.