/[drupal]/contributions/modules/chatroom/chatroom.theme.inc
ViewVC logotype

Log of /contributions/modules/chatroom/chatroom.theme.inc

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


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

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 21 10:32:06 2009 UTC (6 days, 2 hours ago) by justinrandell
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--3
Changes since 1.7: +22 -9 lines
Diff to previous 1.7
syncing with 6-x-2 BETA4

Revision 1.3.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 20 15:15:44 2009 UTC (6 days, 21 hours ago) by justinrandell
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-0-BETA4, DRUPAL-6--2-1, DRUPAL-6--2-2, DRUPAL-6--2-3
Changes since 1.3.2.35: +14 -1 lines
Diff to previous 1.3.2.35 , to branch point 1.3 , to next main 1.8
#638276: make managing a chatroom's chats easier, and put it in the chatroom view where it belongs. thanks to tormi for the report

Revision 1.3.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 19 19:32:46 2009 UTC (7 days, 17 hours ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.34: +9 -9 lines
Diff to previous 1.3.2.34 , to branch point 1.3
#637540: fix theming of archived chats, thanks to tormi for the report

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 19 14:28:30 2009 UTC (7 days, 22 hours ago) by justinrandell
Branch: MAIN
Changes since 1.6: +109 -116 lines
Diff to previous 1.6
syncing head with 6.x-2 BETA3

Revision 1.3.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 19 14:06:16 2009 UTC (7 days, 22 hours ago) by justinrandell
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA3
Changes since 1.3.2.33: +7 -12 lines
Diff to previous 1.3.2.33 , to branch point 1.3
#636268: don't use tables for archive chat theming

Revision 1.3.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 19 11:53:13 2009 UTC (8 days, 1 hour ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.32: +7 -2 lines
Diff to previous 1.3.2.32 , to branch point 1.3
make the user links a bit more readable

Revision 1.3.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 19 09:43:17 2009 UTC (8 days, 3 hours ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.31: +9 -38 lines
Diff to previous 1.3.2.31 , to branch point 1.3
remove an unused function, use check_markup more

Revision 1.3.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 16 11:04:22 2009 UTC (11 days, 1 hour ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.30: +2 -2 lines
Diff to previous 1.3.2.30 , to branch point 1.3
make the latest message loading actually work

Revision 1.3.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 15 01:21:33 2009 UTC (12 days, 11 hours ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.29: +14 -1 lines
Diff to previous 1.3.2.29 , to branch point 1.3
#632810: add maximum user support to chatroom. admins can now set the maximum number of users who can chat concurrently, patch by Docc

Revision 1.3.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 14 22:01:21 2009 UTC (12 days, 15 hours ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.28: +81 -72 lines
Diff to previous 1.3.2.28 , to branch point 1.3
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.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 11 12:29:01 2009 UTC (2 weeks, 2 days ago) by justinrandell
Branch: MAIN
Changes since 1.5: +66 -41 lines
Diff to previous 1.5
syncing head with latest beta2

Revision 1.3.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 11 12:14:22 2009 UTC (2 weeks, 2 days ago) by justinrandell
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA2
Changes since 1.3.2.27: +8 -4 lines
Diff to previous 1.3.2.27 , to branch point 1.3
#629026: implement submit button

Revision 1.3.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 11 12:04:25 2009 UTC (2 weeks, 2 days ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.26: +6 -3 lines
Diff to previous 1.3.2.26 , to branch point 1.3
more fixes for user picture theming

Revision 1.3.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 11 11:51:18 2009 UTC (2 weeks, 2 days ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.25: +6 -4 lines
Diff to previous 1.3.2.25 , to branch point 1.3
make the width of the chatroom board configurable

Revision 1.3.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 11 10:59:32 2009 UTC (2 weeks, 2 days ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.24: +22 -3 lines
Diff to previous 1.3.2.24 , to branch point 1.3
#629026: make the chat text submit area into a textfield, thanks podarok

Revision 1.3.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 11 10:49:30 2009 UTC (2 weeks, 2 days ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.23: +8 -13 lines
Diff to previous 1.3.2.23 , to branch point 1.3
rework popouts to not be an admin setting, just an adhoc user choice

Revision 1.3.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 9 12:58:36 2009 UTC (2 weeks, 4 days ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.22: +21 -21 lines
Diff to previous 1.3.2.22 , to branch point 1.3
more imagecache support work, this is ready for wider testing now

Revision 1.3.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 6 18:03:14 2009 UTC (2 weeks, 6 days ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.21: +7 -5 lines
Diff to previous 1.3.2.21 , to branch point 1.3
#616704: fixing up bugs, making this more robust.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 6 16:56:18 2009 UTC (2 weeks, 6 days ago) by justinrandell
Branch: MAIN
Changes since 1.4: +106 -100 lines
Diff to previous 1.4
sync up HEAD with 6.x-2 BETA 1

Revision 1.3.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 6 16:42:57 2009 UTC (2 weeks, 6 days ago) by justinrandell
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA1
Changes since 1.3.2.20: +3 -3 lines
Diff to previous 1.3.2.20 , to branch point 1.3
fix encoding of user-link html

Revision 1.3.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 13:01:58 2009 UTC (3 weeks, 3 days ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.19: +11 -14 lines
Diff to previous 1.3.2.19 , to branch point 1.3
woo, we now use the node's filters, so we get whatever the admin can come up with for filters by default. yep, smiley support happens right there :-). also, clean out some left over crud.

Revision 1.3.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 12:24:16 2009 UTC (3 weeks, 3 days ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.18: +2 -2 lines
Diff to previous 1.3.2.18 , to branch point 1.3
#: make message timestamp data actually get saved, and add a back to message date theming.

Revision 1.3.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 00:07:40 2009 UTC (3 weeks, 3 days ago) by justinrandell
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-ALPHA5
Changes since 1.3.2.17: +40 -1 lines
Diff to previous 1.3.2.17 , to branch point 1.3
#: add private chat capability, with a widget to add/remove users from the chat interface. still rough, missing some sanity checks, but working enough to commit.

Revision 1.3.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 31 13:06:41 2009 UTC (3 weeks, 5 days ago) by justinrandell
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-ALPHA4
Changes since 1.3.2.16: +29 -74 lines
Diff to previous 1.3.2.16 , to branch point 1.3
#: make blocks work again. two of the old blocks are gone, as i'd like to do them differently now. sitewide online list should really integrate with buddylist module, and i'm not sure the 'put list of chat users in a block' is a good idea anymore.

Revision 1.3.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 31 12:07:44 2009 UTC (3 weeks, 6 days ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.15: +7 -2 lines
Diff to previous 1.3.2.15 , to branch point 1.3
add popout behaviour to node link if chat is set as a popout

Revision 1.3.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 30 17:38:46 2009 UTC (3 weeks, 6 days ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.14: +5 -1 lines
Diff to previous 1.3.2.14 , to branch point 1.3
working, but a bit rough, support for chats in popups. woo, features flying in now.

Revision 1.3.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 30 14:05:24 2009 UTC (3 weeks, 6 days ago) by justinrandell
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-ALPHA3
Changes since 1.3.2.13: +3 -2 lines
Diff to previous 1.3.2.13 , to branch point 1.3
basic private msg support now in

Revision 1.3.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 30 12:36:37 2009 UTC (4 weeks ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.12: +6 -6 lines
Diff to previous 1.3.2.12 , to branch point 1.3
woo, first working cut at kick and ban support. private messages next, then fix all the bugs i just introduced.

Revision 1.3.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 30 11:36:20 2009 UTC (4 weeks ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.11: +13 -8 lines
Diff to previous 1.3.2.11 , to branch point 1.3
fix teaser display for new chats

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 21:41:18 2009 UTC (4 weeks ago) by justinrandell
Branch: MAIN
Changes since 1.3: +196 -87 lines
Diff to previous 1.3
pulling in changes from dev branch to head

Revision 1.3.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 21:13:48 2009 UTC (4 weeks ago) by justinrandell
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-ALPHA2
Changes since 1.3.2.10: +5 -5 lines
Diff to previous 1.3.2.10 , to branch point 1.3
restore status alerts, not fully configurable yet.

Revision 1.3.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 20:43:01 2009 UTC (4 weeks ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.9: +18 -4 lines
Diff to previous 1.3.2.9 , to branch point 1.3
#616704: preliminary support for user pictures in chat online lists. Thanks Docc.

Revision 1.3.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 18:20:25 2009 UTC (4 weeks ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.8: +2 -2 lines
Diff to previous 1.3.2.8 , to branch point 1.3
restore scroll to when new messages arrive

Revision 1.3.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 17:36:15 2009 UTC (4 weeks ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.7: +2 -2 lines
Diff to previous 1.3.2.7 , to branch point 1.3
fix warning in archive display

Revision 1.3.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 17:08:28 2009 UTC (4 weeks ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.6: +12 -13 lines
Diff to previous 1.3.2.6 , to branch point 1.3
restore the last message theming for chatroom summary, stop using theme_item_list for user list

Revision 1.3.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 13:44:11 2009 UTC (4 weeks ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.5: +99 -25 lines
Diff to previous 1.3.2.5 , to branch point 1.3
clean up theme hook, make default theming for node teasers

Revision 1.3.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 28 16:21:35 2009 UTC (4 weeks, 1 day ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.4: +2 -2 lines
Diff to previous 1.3.2.4 , to branch point 1.3
correct fetching and display of guest ids

Revision 1.3.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 28 15:12:23 2009 UTC (4 weeks, 1 day ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.3: +5 -4 lines
Diff to previous 1.3.2.3 , to branch point 1.3
remove some theming cruft.

Revision 1.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 28 12:47:08 2009 UTC (4 weeks, 2 days ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.2: +31 -44 lines
Diff to previous 1.3.2.2 , to branch point 1.3
use theme table for archive chat view, document the popout chat preprocess code

Revision 1.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 27 22:22:58 2009 UTC (4 weeks, 2 days ago) by justinrandell
Branch: DRUPAL-6--2
Changes since 1.3.2.1: +32 -17 lines
Diff to previous 1.3.2.1 , to branch point 1.3
#610662: get rid of debug cruft. also, various untested changes, make the theme implementation actually use the right signature, very early work on getting popups working. this is work in progress code.

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 20 18:44:52 2009 UTC (5 weeks, 2 days ago) by justinrandell
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-ALPHA1
Changes since 1.3: +31 -12 lines
Diff to previous 1.3
big, nasty, next generation code commit. do not use this yet, it will eat your site and kill your kittens. you have been warned.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 13 16:06:59 2009 UTC (2 months, 2 weeks ago) by justinrandell
Branch: MAIN
Branch point for: DRUPAL-6--2
Changes since 1.2: +3 -9 lines
Diff to previous 1.2
bringing changes from 6.x-1.0-beta5 into HEAD

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 13 15:55:30 2009 UTC (2 months, 2 weeks ago) by justinrandell
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA10, 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
Changes since 1.1.2.5: +3 -9 lines
Diff to previous 1.1.2.5 , to branch point 1.1 , to next main 1.8
#576104: make archived chat view better, and add the ability to 'unarchive' an archived chat

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 13 12:02:11 2009 UTC (2 months, 2 weeks ago) by justinrandell
Branch: MAIN
Changes since 1.1: +21 -47 lines
Diff to previous 1.1
pulling in changes from the DRUPAL-6--1 branch to HEAD

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 13 11:17:28 2009 UTC (2 months, 2 weeks ago) by justinrandell
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA4
Changes since 1.1.2.4: +1 -20 lines
Diff to previous 1.1.2.4 , to branch point 1.1
remove chatroom commands block. the implementation is gone, will need to restore it properly in a different branch.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 13 11:13:23 2009 UTC (2 months, 2 weeks ago) by justinrandell
Branch: DRUPAL-6--1
Changes since 1.1.2.3: +12 -16 lines
Diff to previous 1.1.2.3 , to branch point 1.1
make the list of users in a chat block work again.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 12 16:45:43 2009 UTC (2 months, 2 weeks ago) by justinrandell
Branch: DRUPAL-6--1
Changes since 1.1.2.2: +7 -10 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#488360: make sure we use theme('username') so it output can be overridden

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 12 16:31:06 2009 UTC (2 months, 2 weeks ago) by justinrandell
Branch: DRUPAL-6--1
Changes since 1.1.2.1: +4 -4 lines
Diff to previous 1.1.2.1 , to branch point 1.1
fix some broken links, should be 'chatroom' not 'chatrooms'

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 12 14:43:36 2009 UTC (2 months, 2 weeks ago) by justinrandell
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA3
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
#359750: douggreen fix blocks display

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 06:37:38 2008 UTC (12 months, 4 weeks ago) by coreymitchell
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA2, DRUPAL-6--1-1-BETA1
Branch point for: DRUPAL-6--1
#234636

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