File:
[LON-CAPA] /
loncom /
interface /
lonchatfetch.pm
Revision
1.24:
download - view:
text,
annotated -
select for diffs
Thu May 18 01:08:50 2006 UTC (18 years, 11 months ago) by
raeburn
Branches:
MAIN
CVS tags:
HEAD
&coursegroups() and &get_group_settings() moved to longroup.pm, which contains general utility functions for asking about groups. Also contains &group_changes() which is used to add/drop group memberships as a result of role changes, as determined by group settings for auto-add and auto-drop. 'none' and 'all' are now reserved words which may not be used as section or group names, so they can be used instead of _all and _none when specifying auto-add and auto-drop settings for all sections or no section roles.
# The LearningOnline Network
# Chat Fetching
#
# $Id: lonchatfetch.pm,v 1.24 2006/05/18 01:08:50 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
# This file is part of the LearningOnline Network with CAPA (LON-CAPA).
#
# LON-CAPA is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# LON-CAPA is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with LON-CAPA; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# /home/httpd/html/adm/gpl.txt
#
# http://www.lon-capa.org/
#
package Apache::lonchatfetch;
use strict;
use Apache::Constants qw(:common :http);
use Apache::lontexconvert;
use Apache::loncommon;
use Apache::lonnet;
use Apache::longroup;
sub handler {
my $r = shift;
&Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},
['lastid','group']);
my ($group,$grouptitle);
my $cnum=$env{'course.'.$env{'request.course.id'}.'.num'};
my $cdom=$env{'course.'.$env{'request.course.id'}.'.domain'};
if (defined($env{'form.group'})) {
$group = $env{'form.group'};
if (! &Apache::lonnet::allowed('pgc',$env{'request.course.id'}.'/'.
$group) ) {
return HTTP_NOT_ACCEPTABLE;
}
my %curr_groups = &Apache::longroup::coursegroups($cdom,$cnum,$group);
if (%curr_groups) {
my %group_info =
&Apache::longroup::get_group_settings($curr_groups{$group});
$grouptitle =
'<b>'.&Apache::lonnet::unescape($group_info{description}).
'</b><br />';
}
} elsif (! &Apache::lonnet::allowed('pch',$env{'request.course.id'}.
($env{'request.course.sec'}?'/'.$env{'request.course.sec'}:''))
) {
return HTTP_NOT_ACCEPTABLE;
}
my $loaderror=&Apache::lonnet::overloaderror($r);
if ($loaderror) { return $loaderror; }
$loaderror=
&Apache::lonnet::overloaderror($r,
$env{'course.'.$env{'request.course.id'}.'.home'});
if ($loaderror) { return $loaderror; }
&Apache::loncommon::content_type($r,'text/html');
$r->send_http_header;
return OK if $r->header_only;
# ------------------------------------------------------------ retrieve entries
my $chome=$env{'course.'.$env{'request.course.id'}.'.home'};
my @entries=split(/\:/,
&Apache::lonnet::reply(
"chatretr:$cdom:$cnum:$env{'user.domain'}:$env{'user.name'}:$group",
$chome));
# Figure out what the last valid entry-id is
my ($lastid,$thentime,$idnum);
foreach (@entries) {
$_=~/^(\w+)/;
if ($1 ne 'active_participant') {
$lastid=$1;
($thentime,$idnum)=split(/\_/,$lastid);
}
}
# ----------------------------------------------------------- Can see identity?
my $seeid = &get_seeid_status();
# -------------------------------------------------------- see which ones apply
my $include=0;
my $newstuff='';
my $bottomid='';
unless ($env{'form.lastid'}) {
$include=1;
$newstuff .=
&Apache::loncommon::start_page(undef,undef,
{'only_body' => 1,
'bgcolor' => '#FFFFFF',
'js_ready' => 1,});
}
my @participants=();
foreach (@entries) {
my ($id,$msg,$udom)=split(/\:/,&Apache::lonnet::unescape($_));
if ($id eq 'active_participant') {
chomp($udom);
my $participant= &Apache::loncommon::nickname($msg,$udom);
unless ($participant=~/\w/) { $participant=$msg.'@'.$udom; }
$participants[$#participants+1]=$participant;
} elsif ($include) {
chomp($msg);
my ($msgtime,$msgnum)=split(/\_/,$id);
my ($sdom,$snum,$anon,$contrib)=split(/\:/,
&Apache::lonnet::unescape($msg));
$contrib=&Apache::lonnet::unescape($contrib);
&Apache::lonfeedback::newline_to_br(\$contrib);
($contrib,my $errors)=&Apache::lontexconvert::msgtexconverted($contrib);
if ($errors) { $contrib.="[Message not fully displayed due to incorrect embedded TeX]"; }
if ($errors && $snum eq $env{'user.name'} &&
$sdom eq $env{'user.domain'} ) {
$contrib.="<br />[TeX error message: $errors]";
}
$contrib=~s/\n/ /g;
$contrib=~s/\'/\&\#39\;/g;
my $sender='';
if ($seeid) {
$sender=&Apache::loncommon::plainname($snum,$sdom);
my $nick=&Apache::loncommon::nickname($snum,$sdom);
if (($nick) && ($nick ne $sender)) {
$sender.=' '.$nick;
}
unless ($sender) { $sender=$snum.'@'.$sdom; }
if ($anon) { $sender.=' [Anon]' };
} elsif (!$anon) {
$sender=&Apache::loncommon::nickname($snum,$sdom);
unless ($sender) { $sender=$snum.'@'.$sdom; }
} else {
$sender=&Apache::loncommon::screenname($snum,$sdom);
unless ($sender) { $sender="Anonymous"; }
}
$sender=~s/\'/\&\#39\;/g;
my $color=$sender;
$color=~tr/a-j/0-9/;
$color=~tr/A-J/0-9/;
$color=~tr/k-t/0-9/;
$color=~tr/K-T/0-9/;
$color=~tr/u-z/0-5/;
$color=~tr/U-Z/0-5/;
$color=~s/\D//g;
$color=substr($color,0,6);
my $timestamp=localtime($msgtime);
my ($mhour,$mmin,$msec)=($timestamp=~/(\d\d)\:(\d\d)\:(\d\d)/);
$newstuff.='<font color="#'.$color.'"><a name="'.$id.'"><b>'.
$sender.'</b> ('.$mhour.':'.$mmin.':'.$msec.'): '.
$contrib."</font><br>";
$bottomid=$id;
} else {
$_=~/^(\w+)/;
if ($1 eq $env{'form.lastid'}) { $include=1; }
}
}
my $participant_output=join('<br />',sort @participants);
my $refresh_cmd = "/adm/chatfetch?lastid=$lastid";
if (defined($group)) {
$refresh_cmd .= "&group=$group";
}
my $start_page =
&Apache::loncommon::start_page('Chat',undef,
{'redirect' => [5,$refresh_cmd],
'only_body' => 1,});
my $end_page = &Apache::loncommon::end_page();
$r->print(<<ENDDOCUMENT);
$start_page
<script type="text/javascript">
parent.chatout.document.writeln('$newstuff');
parent.chatout.scroll(0,10000000);
</script>
$grouptitle
$participant_output
$end_page
ENDDOCUMENT
return OK;
}
sub get_seeid_status {
my $crs='/'.$env{'request.course.id'};
my $seeid;
if (exists($env{'form.group'})) {
$seeid = &Apache::lonnet::allowed('rci',$crs.'/'.$env{'form.group'});
} else {
if ($env{'request.course.sec'}) {
$crs.='_'.$env{'request.course.sec'};
}
$crs=~s/\_/\//g;
$seeid=&Apache::lonnet::allowed('rin',$crs);
}
return $seeid;
}
1;
__END__
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>