/[drupal]/contributions/modules/chatroom/CHANGELOG.txt
ViewVC logotype

Log of /contributions/modules/chatroom/CHANGELOG.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.12 - (view) (download) (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, DRUPAL-6--2-0, DRUPAL-6--2-0-ALPHA1, DRUPAL-6--2-0-ALPHA2, DRUPAL-6--2-0-ALPHA3, DRUPAL-6--2-0-ALPHA4, DRUPAL-6--2-0-ALPHA5, 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, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2, DRUPAL-6--3
Changes since 1.11: +246 -72 lines
Diff to previous 1.11
#234636

Revision 1.11.2.4 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 13:06:33 2007 UTC (2 years, 1 month ago) by darrenoh
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-9
Changes since 1.11.2.3: +8 -1 lines
Diff to previous 1.11.2.3 , to branch point 1.11 , to next main 1.12
Updated for bug-fix release.

Revision 1.11.2.3 - (view) (download) (annotate) - [select for diffs]
Wed Oct 10 15:04:35 2007 UTC (2 years, 1 month ago) by darrenoh
Branch: DRUPAL-5
Changes since 1.11.2.2: +78 -1 lines
Diff to previous 1.11.2.2 , to branch point 1.11
Updated change log.

Revision 1.11.2.2 - (view) (download) (annotate) - [select for diffs]
Wed Oct 10 02:14:28 2007 UTC (2 years, 1 month ago) by darrenoh
Branch: DRUPAL-5
Changes since 1.11.2.1: +163 -0 lines
Diff to previous 1.11.2.1 , to branch point 1.11
Added CHANGELOG.txt

Revision 1.11.2.1
Sun Oct 1 19:51:54 2006 UTC (3 years, 1 month ago) by darrenoh
Branch: DRUPAL-5
Changes since 1.11: +0 -73 lines
FILE REMOVED
file CHANGELOG.txt was added on branch DRUPAL-5 on 2007-10-10 02:14:28 +0000

Revision 1.11
Sun Oct 1 19:51:54 2006 UTC (3 years, 1 month ago) by darrenoh
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.10: +1 -1 lines
FILE REMOVED
Preparing for stable release.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Jul 22 09:07:11 2006 UTC (3 years, 4 months ago) by justinrandell
Branch: MAIN
Changes since 1.9: +3 -2 lines
Diff to previous 1.9
added ban user functionality and manage banned user functionality to chatroom edit form.

Revision 1.9 - (view) (download) (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: +7 -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.8 - (view) (download) (annotate) - [select for diffs]
Thu Jul 20 23:21:32 2006 UTC (3 years, 4 months ago) by justinrandell
Branch: MAIN
Changes since 1.7: +6 -1 lines
Diff to previous 1.7
added auto-discovery of mysql version so we can set charset to utf8 if greater than 4.1

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jul 13 08:13:01 2006 UTC (3 years, 4 months ago) by justinrandell
Branch: MAIN
Changes since 1.6: +10 -1 lines
Diff to previous 1.6
some general fixes.

rework of smiley support to get rid of sending html to the browser and using innerHTML.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jul 2 05:43:34 2006 UTC (3 years, 4 months ago) by justinrandell
Branch: MAIN
Changes since 1.5: +13 -1 lines
Diff to previous 1.5
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) (annotate) - [select for diffs]
Sat Jul 1 00:19:57 2006 UTC (3 years, 4 months ago) by justinrandell
Branch: MAIN
Changes since 1.4: +5 -1 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Jun 30 02:13:35 2006 UTC (3 years, 4 months ago) by justinrandell
Branch: MAIN
Changes since 1.3: +8 -1 lines
Diff to previous 1.3
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) (annotate) - [select for diffs]
Wed Jun 28 16:16:59 2006 UTC (3 years, 4 months ago) by justinrandell
Branch: MAIN
Changes since 1.2: +10 -1 lines
Diff to previous 1.2
applied fixes for path issues (http://drupal.org/node/71226,http://drupal.org/node/70728) and for typo preventing chat name from appearing in block(http://drupal.org/node/71247)

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Jun 28 01:06:05 2006 UTC (3 years, 5 months ago) by justinrandell
Branch: MAIN
Changes since 1.1: +10 -1 lines
Diff to previous 1.1
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

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Jun 26 08:28:09 2006 UTC (3 years, 5 months ago) by justinrandell
Branch: MAIN
adding CHANGELOG.txt

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2