Log of /contributions/modules/chatroom/chatroomread.php
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.29.4.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Nov 6 15:42:45 2009 UTC
(2 weeks, 5 days ago)
by
justinrandell
Branch:
DRUPAL-6--2
CVS Tags:
DRUPAL-6--2-0,
DRUPAL-6--2-0-BETA1,
DRUPAL-6--2-0-BETA2,
DRUPAL-6--2-0-BETA3,
DRUPAL-6--2-0-BETA4,
DRUPAL-6--2-1,
DRUPAL-6--2-2,
DRUPAL-6--2-3
Changes since
1.29.4.7: +3 -3 lines
Diff to
previous 1.29.4.7
, to
branch point 1.29
, to
next main 1.34
simple cleanups for chatroomread.php
Revision
1.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 29 06:37:38 2008 UTC
(12 months, 3 weeks ago)
by
coreymitchell
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-BETA10,
DRUPAL-6--1-0-BETA2,
DRUPAL-6--1-0-BETA3,
DRUPAL-6--1-0-BETA4,
DRUPAL-6--1-0-BETA5,
DRUPAL-6--1-0-BETA6,
DRUPAL-6--1-0-BETA7,
DRUPAL-6--1-0-BETA8,
DRUPAL-6--1-0-BETA9,
DRUPAL-6--1-1-BETA1
Branch point for:
DRUPAL-6--1,
DRUPAL-6--2
Changes since
1.28: +150 -93 lines
Diff to
previous 1.28
#234636
Revision
1.28
Wed Mar 7 16:59:21 2007 UTC
(2 years, 8 months ago)
by
darrenoh
Branch:
MAIN
Changes since
1.27: +1 -1 lines
FILE REMOVED
Removed files from HEAD to avoid duplicating the DRUPAL-5 branch.
Revision
1.23.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 21 18:12:03 2006 UTC
(3 years ago)
by
darrenoh
Branch:
DRUPAL-4-7
Changes since
1.23.2.3: +32 -8 lines
Diff to
previous 1.23.2.3
, to
branch point 1.23
#78920 Chatroom kicked out on Join problem
Thanks to David Muszynski for opening his server so I could track down the source of the problem.
Thanks to Moshe Weitzman for identifying the line in bootstrap.inc that was responsible.
Thanks to Andrew Levine for creating a workaround.
Revision
1.23.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Nov 20 14:36:19 2006 UTC
(3 years ago)
by
darrenoh
Branch:
DRUPAL-4-7
Changes since
1.23.2.2: +5 -5 lines
Diff to
previous 1.23.2.2
, to
branch point 1.23
Fixed errors in variables: $_POST['chat_timestamp'] did not exist, should have been $_POST['timestamp'].
Fixed error message: /** 6 **/ should have been /** UR3l33T! 6 **/.
Added urldecode to $_POST['chat_cache_file'].
Revision
1.26
Mon Oct 16 23:24:34 2006 UTC
(3 years, 1 month ago)
by
darrenoh
Branch:
MAIN
Changes since
1.25: +1 -1 lines
FILE REMOVED
Committing a new set of files for the next generation of Drupal chat.
Revision
1.23 -
(
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.22: +3 -1 lines
Diff to
previous 1.22
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.20 -
(
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.19: +42 -25 lines
Diff to
previous 1.19
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.18 -
(
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.17: +16 -10 lines
Diff to
previous 1.17
- 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.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 13 08:13:01 2006 UTC
(3 years, 4 months ago)
by
justinrandell
Branch:
MAIN
Changes since
1.11: +8 -8 lines
Diff to
previous 1.11
some general fixes.
rework of smiley support to get rid of sending html to the browser and using innerHTML.
Revision
1.7 -
(
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.6: +5 -2 lines
Diff to
previous 1.6
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.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 30 02:13:35 2006 UTC
(3 years, 4 months ago)
by
justinrandell
Branch:
MAIN
Changes since
1.4: +32 -25 lines
Diff to
previous 1.4
changed code again, sending module path and chatroom cache file to brower, so can avoid session bootstrap on cache hit again. applied changes to make a query compatible with mysql 3.23 - thanks pacheco (http://drupal.org/node/70949). probably wont do much more until i've got the port to jQuery done
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 28 01:06:05 2006 UTC
(3 years, 4 months ago)
by
justinrandell
Branch:
MAIN
Changes since
1.2: +41 -24 lines
Diff to
previous 1.2
fixed the display of last message. further speed ups - write messages use chatroomread.php, and no ajax operations incur more than a drupal session bootstrap
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.