version 1.39, 2005/12/19 21:39:37
|
version 1.51, 2006/03/04 05:59:01
|
Line 58 sub handler {
|
Line 58 sub handler {
|
my $command = $env{'form.command'}; |
my $command = $env{'form.command'}; |
my $refpage = $env{'form.refpage'}; |
my $refpage = $env{'form.refpage'}; |
|
|
&Apache::loncommon::content_type($r,'text/html'); |
my %checkallowed = ( coursenormalmail => 1, |
$r->send_http_header; |
coursecritmail => 1, ); |
my $crsid = $env{'request.course.id'}; |
foreach my $perm_check (['whn','whatsnew',1], |
$crsid =~ s/_/\//; |
['pch','coursediscussion',1], |
if ((!($env{'request.course.id'})) || |
['mgr','handgrading',1], |
($env{'request.role'} !~ /\Q$crsid\E$/)) { |
['vgr','abovethreshold',1], |
# Not in a course, or no role in course |
['opa','haserrors',1], |
$env{'user.error.msg'}="/adm/whatsnew::0:0:Cannot display what's new screen"; |
['mdc','versionchanges',0], |
|
) { |
|
my ($perm,$key,$check_section) = @{ $perm_check }; |
|
my $scope = $env{'request.course.id'}; |
|
if (!($checkallowed{$key} = &Apache::lonnet::allowed($perm,$scope))) { |
|
$scope .= '/'.$env{'request.course.sec'}; |
|
if ( $check_section ) { |
|
$checkallowed{$key} = &Apache::lonnet::allowed($perm,$scope); |
|
} |
|
if ($checkallowed{$key}) { |
|
$checkallowed{$key.'_section'} = $env{'request.course.sec'}; |
|
} |
|
} |
|
} |
|
|
|
if ( ! $env{'request.course.fn'} || ! $checkallowed{'whatsnew'}) { |
|
# Not in a course, or no whn priv in course |
|
$env{'user.error.msg'}="/adm/whatsnew::whn:0:0:Cannot display what's new page"; |
return HTTP_NOT_ACCEPTABLE; |
return HTTP_NOT_ACCEPTABLE; |
} |
} |
|
|
my %checkallowed = ( |
&Apache::loncommon::content_type($r,'text/html'); |
coursediscussion => &Apache::lonnet::allowed('pch',$env{'request.course.id'}), |
$r->send_http_header; |
handgrading => &Apache::lonnet::allowed('mgr',$env{'request.course.id'}), |
|
abovethreshold => &Apache::lonnet::allowed('vgr',$env{'request.course.id'}), |
|
haserrors => &Apache::lonnet::allowed('opa',$env{'request.course.id'}), |
|
versionchanges => &Apache::lonnet::allowed('opa',$env{'request.course.id'}), |
|
coursenormalmail => 1, |
|
coursecritmail => 1, |
|
); |
|
|
|
$r->print(&display_header($command,\%checkallowed)); |
$r->print(&display_header($command,\%checkallowed)); |
|
|
Line 85 sub handler {
|
Line 95 sub handler {
|
&Apache::lonhtmlcommon::add_breadcrumb |
&Apache::lonhtmlcommon::add_breadcrumb |
({href=>'/adm/whatsnew', |
({href=>'/adm/whatsnew', |
text=>"Display Action Items"}); |
text=>"Display Action Items"}); |
if (($command eq 'chgthreshold') && (&Apache::lonnet::allowed('vgr',$env{'request.course.id'}))) { |
if (($command eq 'chgthreshold') && $checkallowed{'abovethreshold'}) { |
&Apache::lonhtmlcommon::add_breadcrumb |
&Apache::lonhtmlcommon::add_breadcrumb |
({href=>'/adm/whatsnew?command=chgthreshold&refpage='.$refpage, |
({href=>'/adm/whatsnew?command=chgthreshold&refpage='.$refpage, |
text=>"Change thresholds"}); |
text=>"Change thresholds"}); |
$r->print(&Apache::lonhtmlcommon::breadcrumbs |
$r->print(&Apache::lonhtmlcommon::breadcrumbs |
(undef,'Course Action Items','Course_Action_Items_Thresholds')); |
(undef,"What's New?",#'Course_Action_Items_Thresholds' |
} elsif (($command eq 'chginterval') && (&Apache::lonnet::allowed('vgr',$env{'request.course.id'}))) { |
)); |
|
} elsif (($command eq 'chginterval') && $checkallowed{'versionchanges'} ) { |
&Apache::lonhtmlcommon::add_breadcrumb |
&Apache::lonhtmlcommon::add_breadcrumb |
({href=>'/adm/whatsnew?command=chginterval&refpage='.$refpage, |
({href=>'/adm/whatsnew?command=chginterval&refpage='.$refpage, |
text=>"Change interval"}); |
text=>"Change interval"}); |
$r->print(&Apache::lonhtmlcommon::breadcrumbs |
$r->print(&Apache::lonhtmlcommon::breadcrumbs |
(undef,'Course Action Items','Course_Action_Items_Intervals')); |
(undef,"What's New?",#'Course_Action_Items_Intervals' |
} elsif (($command eq 'chgdisc') && (&Apache::lonnet::allowed('pch',$env{'request.course.id'}))) { |
)); |
|
} elsif (($command eq 'chgdisc') && $checkallowed{'coursediscussion'}) { |
&Apache::lonhtmlcommon::add_breadcrumb |
&Apache::lonhtmlcommon::add_breadcrumb |
({href=>'/adm/whatsnew?command=chgdisc&refpage='.$refpage, |
({href=>'/adm/whatsnew?command=chgdisc&refpage='.$refpage, |
text=>"Change discussion display"}); |
text=>"Change discussion display"}); |
$r->print(&Apache::lonhtmlcommon::breadcrumbs |
$r->print(&Apache::lonhtmlcommon::breadcrumbs |
(undef,'Course Action Items','Course_Action_Items_Intervals')); |
(undef,"What's New?",#'Course_Action_Items_Intervals' |
|
)); |
} elsif ($command eq 'courseinit') { |
} elsif ($command eq 'courseinit') { |
&Apache::lonhtmlcommon::add_breadcrumb |
&Apache::lonhtmlcommon::add_breadcrumb |
({href=>'/adm/whatsnew?command=courseinit&refpage='.$refpage, |
({href=>'/adm/whatsnew?command=courseinit&refpage='.$refpage, |
text=>"Course initialization preference"}); |
text=>"Course initialization preference"}); |
$r->print(&Apache::lonhtmlcommon::breadcrumbs |
$r->print(&Apache::lonhtmlcommon::breadcrumbs |
(undef,'Course Action Items','Course_Action_Items_Initialization')); |
(undef,"What's New?",#'Course_Action_Items_Initialization' |
|
)); |
} else { |
} else { |
$r->print(&Apache::lonhtmlcommon::breadcrumbs |
$r->print(&Apache::lonhtmlcommon::breadcrumbs |
(undef,'Course Action Items','Course_Action_Items_Display')); |
(undef,"What's New?",#'Course_Action_Items_Display' |
|
)); |
} |
} |
&display_main_box($r,$command,$refpage,\%checkallowed); |
&display_main_box($r,$command,$refpage,\%checkallowed); |
return OK; |
return OK; |
Line 126 sub handler {
|
Line 141 sub handler {
|
sub display_main_box { |
sub display_main_box { |
my ($r,$command,$refpage,$checkallowed) = @_; |
my ($r,$command,$refpage,$checkallowed) = @_; |
my $domain=&Apache::loncommon::determinedomain(); |
my $domain=&Apache::loncommon::determinedomain(); |
my $tabbg=&Apache::loncommon::designparm('coordinator.tabbg',$domain); |
my $function = &Apache::loncommon::get_users_function(); |
|
my $tabbg=&Apache::loncommon::designparm($function.'.tabbg',$domain); |
$r->print('<table width="100%" border="0" cellpadding="5" cellspacing="0"><tr><td width="100%">'); |
$r->print('<table width="100%" border="0" cellpadding="5" cellspacing="0"><tr><td width="100%">'); |
|
|
my %threshold_titles = &Apache::lonlocal::texthash ( |
my %threshold_titles = &Apache::lonlocal::texthash ( |
Line 151 sub display_main_box {
|
Line 167 sub display_main_box {
|
my $cdom = $env{'course.'.$env{'request.course.id'}.'.domain'}; |
my $cdom = $env{'course.'.$env{'request.course.id'}.'.domain'}; |
my $crs = $env{'course.'.$env{'request.course.id'}.'.num'}; |
my $crs = $env{'course.'.$env{'request.course.id'}.'.num'}; |
|
|
if (($command eq 'chgthreshold') && |
if (($command eq 'chgthreshold') |
(&Apache::lonnet::allowed('vgr',$env{'request.course.id'}))) { |
&& $checkallowed->{'abovethreshold'}) { |
&display_threshold_config($r,$refpage,$tabbg,\%threshold_titles, |
&display_threshold_config($r,$refpage,$tabbg,\%threshold_titles, |
$cdom,$crs); |
$cdom,$crs); |
} elsif (($command eq 'chginterval') && |
} elsif (($command eq 'chginterval') |
(&Apache::lonnet::allowed('opa',$env{'request.course.id'}))) { |
&& $checkallowed->{'versionchanges'}) { |
&display_interval_config($r,$refpage,\%interval_titles); |
&display_interval_config($r,$refpage,\%interval_titles); |
} elsif (($command eq 'chgdisc') && |
} elsif (($command eq 'chgdisc') |
(&Apache::lonnet::allowed('pch',$env{'request.course.id'}))) { |
&& $checkallowed->{'coursediscussion'}) { |
&display_discussion_config($r,$refpage); |
&display_discussion_config($r,$refpage); |
} elsif ($command eq 'courseinit') { |
} elsif ($command eq 'courseinit') { |
&courseinit_config($r,$refpage,\%initpage); |
&courseinit_config($r,$refpage,\%initpage); |
} else { |
} else { |
&display_actions_box($r,$command,$refpage,\%threshold_titles, |
&display_actions_box($r,$tabbg,$command,$refpage,\%threshold_titles, |
\%interval_titles,\%initpage,$cdom,$crs,$checkallowed); |
\%interval_titles,\%initpage,$cdom,$crs,$checkallowed); |
} |
} |
$r->print(<<END_OF_BLOCK); |
$r->print(<<END_OF_BLOCK); |
Line 199 function change_display(caller,change) {
|
Line 215 function change_display(caller,change) {
|
function changeAll(change) { |
function changeAll(change) { |
END |
END |
foreach my $item (keys(%{$checkallowed})) { |
foreach my $item (keys(%{$checkallowed})) { |
|
if ($item =~ /_section$/) { next; } |
if ($$checkallowed{$item}) { |
if ($$checkallowed{$item}) { |
$scripttag.='document.visible.display_'.$item.'.value=change'. |
$scripttag.='document.visible.display_'.$item.'.value=change'. |
"\n"; |
"\n"; |
Line 227 ENDHEAD
|
Line 244 ENDHEAD
|
#------------------------------- |
#------------------------------- |
|
|
sub display_actions_box { |
sub display_actions_box { |
my ($r,$command,$refpage,$threshold_titles,$interval_titles,$initpage, |
my ($r,$tabbg,$command,$refpage,$threshold_titles,$interval_titles, |
$cdom,$crs,$checkallowed) = @_; |
$initpage,$cdom,$crs,$checkallowed) = @_; |
my $rowColor1 = "#ffffff"; |
my $rowColor1 = "#ffffff"; |
my $rowColor2 = "#eeeeee"; |
my $rowColor2 = "#eeeeee"; |
|
|
Line 263 sub display_actions_box {
|
Line 280 sub display_actions_box {
|
my $needitems = 0; |
my $needitems = 0; |
my $boxcount = 0; |
my $boxcount = 0; |
|
|
my $domain=&Apache::loncommon::determinedomain(); |
|
my $function; |
|
if ($env{'request.role'}=~/^(cc|in|ta|ep)/) { |
|
$function='coordinator'; |
|
} |
|
if ($env{'request.role'}=~/^(su|dc|ad|li)/) { |
|
$function='admin'; |
|
} |
|
|
|
my $result; |
my $result; |
if ($command eq 'newcourseinit') { |
if ($command eq 'newcourseinit') { |
$result = &store_courseinit_setting($uname,$udom,$cid,$initpage); |
$result = &store_courseinit_setting($uname,$udom,$cid,$initpage); |
Line 284 sub display_actions_box {
|
Line 292 sub display_actions_box {
|
); |
); |
my %pagedesc = &Apache::lonlocal::texthash ( |
my %pagedesc = &Apache::lonlocal::texthash ( |
firstres => 'First resource', |
firstres => 'First resource', |
whatsnew => "What's New page", |
whatsnew => "What's New? page", |
userpref => 'user preference', |
userpref => 'user preference', |
coursespecific => 'course only', |
coursespecific => 'course only', |
default => 'default', |
default => 'default', |
Line 293 sub display_actions_box {
|
Line 301 sub display_actions_box {
|
my ($initcontrol,$initdisp) = &curr_courseinit(); |
my ($initcontrol,$initdisp) = &curr_courseinit(); |
my $currinit = $pagedesc{$initdisp}.' ('.$pagedesc{$initcontrol}.')'; |
my $currinit = $pagedesc{$initdisp}.' ('.$pagedesc{$initcontrol}.')'; |
|
|
my $pgbg=&Apache::loncommon::designparm($function.'.pgbg',$domain); |
|
my $tabbg=&Apache::loncommon::designparm($function.'.tabbg',$domain); |
|
|
|
unless ($cid) { |
unless ($cid) { |
$r->print('<br /><b><center>'.$lt{'yacc'}.'</center></b><br /><br />'); |
$r->print('<br /><b><center>'.$lt{'yacc'}.'</center></b><br /><br />'); |
return; |
return; |
Line 311 sub display_actions_box {
|
Line 316 sub display_actions_box {
|
} |
} |
} |
} |
$r->print($lt{'pgse'}.' '.&mt('Currently: [_1]','<i>'.$currinit.'</i>'). |
$r->print($lt{'pgse'}.' '.&mt('Currently: [_1]','<i>'.$currinit.'</i>'). |
'<nobr> '.&mt('[_1] for just [_2]','<b>Change</b>', |
' <nobr> '.&mt('[_1] for just [_2]','<b>Change</b>', |
'<a href="/adm/whatsnew?command=courseinit&refpage='.$refpage. |
'<a href="/adm/whatsnew?command=courseinit&refpage='.$refpage. |
'">this course</a>').' '.&mt('or for all [_1].', |
'">this course</a>').' '.&mt('or for all [_1].', |
'<a href="/adm/preferences?action=changecourseinit&refpage='. |
'<a href="/adm/preferences?action=changecourseinit&refpage='. |
Line 374 sub display_actions_box {
|
Line 379 sub display_actions_box {
|
my @actionorder = ('handgrading','haserrors','abovethreshold','versionchanges','coursediscussion','coursenormalmail','coursecritmail'); |
my @actionorder = ('handgrading','haserrors','abovethreshold','versionchanges','coursediscussion','coursenormalmail','coursecritmail'); |
|
|
foreach my $key (keys(%{$checkallowed})) { |
foreach my $key (keys(%{$checkallowed})) { |
|
if ($key =~ /_section$/) { next; } |
$show{$key} = 0; |
$show{$key} = 0; |
if ($$checkallowed{$key}) { |
if ($$checkallowed{$key}) { |
unless ($display_settings{$cid.':'.$key} eq 'hide') { |
unless ($display_settings{$cid.':'.$key} eq 'hide') { |
Line 395 sub display_actions_box {
|
Line 401 sub display_actions_box {
|
&getitems(\%unread,\%ungraded,\%bombed,\%triggered,\%changed,\@newdiscussions,\@tograde,\@bombs,\@warnings,$rowColor1,$rowColor2,\%threshold,$cdom,$crs,\%res_title,\%show,$starttime,$countunread); |
&getitems(\%unread,\%ungraded,\%bombed,\%triggered,\%changed,\@newdiscussions,\@tograde,\@bombs,\@warnings,$rowColor1,$rowColor2,\%threshold,$cdom,$crs,\%res_title,\%show,$starttime,$countunread); |
} |
} |
if ($show{'coursenormalmail'}) { |
if ($show{'coursenormalmail'}) { |
&getnormalmail(\@newmsgs); |
$msgcount = &getnormalmail(\@newmsgs); |
} |
} |
if ($show{'coursecritmail'}) { |
if ($show{'coursecritmail'}) { |
&getcritmail(\@critmsgs); |
$critmsgcount = &getcritmail(\@critmsgs); |
} |
} |
|
|
$r->print(qq|<a href="javascript:changeAll('hide');">$lt{'hial'}</a> |
$r->print(qq|<a href="javascript:changeAll('hide');">$lt{'hial'}</a> |
<a href="javascript:changeAll('show');">$lt{'shal'}</a> |
<a href="javascript:changeAll('show');">$lt{'shal'}</a> |
<form method="post" name="visible" action="/adm/whatsnew">\n|); |
<form method="post" name="visible" action="/adm/whatsnew">\n|); |
foreach my $item (keys(%{$checkallowed})) { |
foreach my $item (keys(%{$checkallowed})) { |
|
if ($item =~ /_section$/) { next; } |
if ($$checkallowed{$item}) { |
if ($$checkallowed{$item}) { |
$r->print('<input type="hidden" name="display_'.$item.'" />'."\n"); |
$r->print('<input type="hidden" name="display_'.$item.'" />'."\n"); |
} |
} |
Line 413 sub display_actions_box {
|
Line 420 sub display_actions_box {
|
$r->print('<input type="hidden" name="refpage" value="'.$refpage.'"></form><br /><table border="0" width="100%" cellpadding="2" cellspacing="4"><tr><td align="left" valign="top" width="45%">'); |
$r->print('<input type="hidden" name="refpage" value="'.$refpage.'"></form><br /><table border="0" width="100%" cellpadding="2" cellspacing="4"><tr><td align="left" valign="top" width="45%">'); |
|
|
my $displayed = 0; |
my $displayed = 0; |
my $totalboxes = keys(%{$checkallowed}); |
my $totalboxes = 0; |
|
foreach my $key (keys(%{$checkallowed})) { |
|
if ($key =~ /_section$/) { next; } |
|
if ($key eq 'whatsnew' ) { next; } # whatsnew check creates no box |
|
if ($$checkallowed{$key}) { |
|
$totalboxes ++; |
|
} |
|
} |
my $halfway = int($totalboxes/2) + $totalboxes%2; |
my $halfway = int($totalboxes/2) + $totalboxes%2; |
foreach my $actionitem (@actionorder) { |
foreach my $actionitem (@actionorder) { |
if ($$checkallowed{$actionitem}) { |
if ($$checkallowed{$actionitem}) { |
if ($displayed == $halfway) { |
if ($displayed == $halfway) { |
$r->print('</td><td width="5%"> </td><td align="left" valign="top" width="50%">'); |
$r->print('</td><td width="6%"> </td><td align="left" valign="top" width="47%">'); |
} |
} |
&display_launcher($r,$actionitem,$refpage,$checkallowed,$tabbg,$rowColor1,$rowColor2,\%show,\%headings,\%res_title,\@tograde,\%ungraded,\@bombs,\%bombed,\%changed,\@warnings,\%triggered,\@newdiscussions,\%unread,$msgcount,\@newmsgs,$critmsgcount,\@critmsgs,$interval,$countunread); |
&display_launcher($r,$actionitem,$refpage,$checkallowed,$tabbg,$rowColor1,$rowColor2,\%show,\%headings,\%res_title,\@tograde,\%ungraded,\@bombs,\%bombed,\%changed,\@warnings,\%triggered,\@newdiscussions,\%unread,$msgcount,\@newmsgs,$critmsgcount,\@critmsgs,$interval,$countunread); |
$displayed ++; |
$displayed ++; |
Line 555 sub display_discussion_config {
|
Line 569 sub display_discussion_config {
|
if ($current eq '') { |
if ($current eq '') { |
$current = 'on'; |
$current = 'on'; |
} |
} |
my %status = ( |
my %opposite = ( |
on => 'checked="checked"', |
'on' => 'off', |
off => 'checked="checked"', |
'off' => 'on', |
); |
); |
$status{$current} = ''; |
$r->print('<script type="text/javascript"> |
$r->print('<br />'.&mt('Choose whether or not to display a count of the number of new posts for each resource or bulletin board which has unread posts.').'<br />'.&mt('This can increase the time taken to gather data for the [_1] page by a few seconds.',"<i>What's New?</i>").' '.&mt('Currently set to [_1] .'),"<b>$current</b>."); |
function toggle_countunread(choice) { |
|
if (choice == "unchanged") { |
|
document.discussionswitch.command.value = ""; |
|
} |
|
document.discussionswitch.submit(); |
|
} |
|
</script>'); |
|
$r->print('<br />'.&mt('Choose whether or not to display a count of the number of new posts for each resource or bulletin board which has unread posts.').'<br />'.&mt('This can increase the time taken to gather data for the [_1] page by a few seconds.',"<i>What's New?</i>").' '.&mt('Currently set to [_1].','<b>'.$current.'</b>')); |
$r->print('<br /><br /> |
$r->print('<br /><br /> |
<form method="post" name="discussionswitch" action="/adm/whatsnew">'. |
<form method="post" name="discussionswitch" action="/adm/whatsnew"> |
&mt('Display of unread post counts?').' |
|
<input type="hidden" name="command" value="newdiscconf" /> |
<input type="hidden" name="command" value="newdiscconf" /> |
<input type="hidden" name="refpage" value="'.$refpage.'" /> |
<input type="hidden" name="refpage" value="'.$refpage.'" /> |
<input type ="radio" '.$status{'on'}.' name="countunread" value="on">on |
<input type="hidden" name="countunread" value="'.$opposite{$current}.'" /> |
|
|
<input type ="radio" '.$status{'off'}.' name="countunread" value="off">off |
|
'); |
'); |
$r->print('<br/><br /> |
$r->print('<br/> |
<input type="submit" name="display" value="'. |
<input type="button" name="display" value="'. |
&mt('Make changes').'" /></form>'); |
&mt('Change to [_1]',$opposite{$current}).'" |
|
onclick="javascript:toggle_countunread('."'change'".')" /> |
|
  |
|
<input type="button" name="nochange" value="'. |
|
&mt("No change").'" |
|
onclick="javascript:toggle_countunread('."'unchanged'".')" /> |
|
</form>'); |
return; |
return; |
} |
} |
|
|
Line 608 $$initpage{$current}</b>.<br /><br />
|
Line 632 $$initpage{$current}</b>.<br /><br />
|
$lt{'padc'} |
$lt{'padc'} |
END |
END |
foreach my $choice (@chgstate) { |
foreach my $choice (@chgstate) { |
$r->print('<nobr><input type="radio" name="courseinit_control" value="'. |
$r->print('<nobr><label><input type="radio" name="courseinit_control" value="'. |
$choice.'"/>'.$$initpage{$choice}.' </nobr>'); |
$choice.'"/>'.$$initpage{$choice}.' </label></nobr>'); |
} |
} |
$r->print('<br /><br />'.&mt('If').' '.$$initpage{'coursespecific'}. |
$r->print('<br /><br />'.&mt('If').' '.$$initpage{'coursespecific'}. |
'<br />'.$lt{'chce'}." \n"); |
'<br />'.$lt{'chce'}." \n"); |
foreach my $choice (@chgentry) { |
foreach my $choice (@chgentry) { |
$r->print('<nobr><input type="radio" name="courseinit_page" value="'. |
$r->print('<nobr><label><input type="radio" name="courseinit_page" value="'. |
$choice.'"/>'.$$initpage{$choice}.' </nobr>'); |
$choice.'"/>'.$$initpage{$choice}.' </label></nobr>'); |
} |
} |
$r->print('<br /><br /><input type="submit" name="display" value="'. |
$r->print('<br /><br /><input type="submit" name="display" value="'. |
$lt{'moce'}.'" /></form>'); |
$lt{'moce'}.'" /></form>'); |
Line 625 END
|
Line 649 END
|
sub curr_courseinit { |
sub curr_courseinit { |
my $current = &get_current($env{'user.name'},$env{'user.domain'}, |
my $current = &get_current($env{'user.name'},$env{'user.domain'}, |
$env{'request.course.id'},'courseinit'); |
$env{'request.course.id'},'courseinit'); |
my %userenv = &Apache::lonnet::get('environment',['course_init_display']); |
|
my $control; |
my $control; |
if ($current eq '') { |
if ($current) { |
|
$control = 'coursespecific'; |
|
} else { |
$control = 'userpref'; |
$control = 'userpref'; |
if (exists($userenv{'firstres'})) { |
my %userenv = &Apache::lonnet::get('environment', |
$current = 'firstres'; |
['course_init_display']); |
} else { |
if (exists($userenv{'course_init_display'})) { |
|
$current = $userenv{'course_init_display'}; |
|
} |
|
unless ($current) { |
$current = 'whatsnew'; |
$current = 'whatsnew'; |
} |
} |
} else { |
|
$control = 'coursespecific'; |
|
} |
} |
return ($control,$current); |
return ($control,$current); |
} |
} |
Line 686 sub getitems {
|
Line 712 sub getitems {
|
# force retrieve Resource to seed the part id cache we'll need it later |
# force retrieve Resource to seed the part id cache we'll need it later |
my @allres=$navmap->retrieveResources(undef, |
my @allres=$navmap->retrieveResources(undef, |
sub {if ($_[0]->is_problem) { $_[0]->parts();} return 1;}); |
sub {if ($_[0]->is_problem) { $_[0]->parts();} return 1;}); |
my %lastreadtime; |
|
my %resourcetracker; |
my %resourcetracker; |
my $discussiontime; |
my $discussiontime; |
|
|
Line 695 sub getitems {
|
Line 720 sub getitems {
|
&checkversions($cdom,$crs,$navmap,$changed,$starttime); |
&checkversions($cdom,$crs,$navmap,$changed,$starttime); |
} |
} |
|
|
if ($$show{'coursediscussion'}) { |
|
my %lastread = &Apache::lonnet::dump('nohist_'. |
|
$env{'request.course.id'}.'_discuss', |
|
$env{'user.domain'},$env{'user.name'},'lastread'); |
|
foreach my $key (keys(%lastread)) { |
|
my $newkey = $key; |
|
$newkey =~ s/_lastread$//; |
|
$lastreadtime{$newkey} = $lastread{$key}; |
|
} |
|
} |
|
|
|
if ($$show{'abovethreshold'}) { |
if ($$show{'abovethreshold'}) { |
%resourcetracker = &Apache::lonnet::dump('nohist_resourcetracker', |
%resourcetracker = &Apache::lonnet::dump('nohist_resourcetracker', |
$cdom,$crs); |
$cdom,$crs); |
Line 726 sub getitems {
|
Line 740 sub getitems {
|
|
|
# Check if there are unread discussion postings |
# Check if there are unread discussion postings |
if ($$show{'coursediscussion'}) { |
if ($$show{'coursediscussion'}) { |
&check_discussions($cdom,$crs,$resource,$symb,$ressymb,$title, |
&check_discussions($resource,$symb,$ressymb,$title, |
$newdiscussions,$unread); |
$newdiscussions,$unread,$countunread); |
} |
} |
|
|
# Check for ungraded problems |
# Check for ungraded problems |
Line 750 sub getitems {
|
Line 764 sub getitems {
|
} |
} |
|
|
} |
} |
my $hasdiscussion = @{$newdiscussions}; |
|
if ($$show{'coursediscussion'} && $hasdiscussion) { # Get time of last post; |
|
$discussiontime = $navmap->{DISCUSSION_TIME}; |
|
foreach my $ressymb (@{$newdiscussions}) { |
|
$$unread{$ressymb}{'lastpost'} = $$discussiontime{$ressymb}; |
|
} |
|
if ($countunread eq 'on') { #Get count of unread postings for each resource |
|
my $discussiondata = $navmap->get_discussion_data(); |
|
foreach my $ressymb (@{$newdiscussions}) { |
|
&get_discussions($cdom,$crs,$discussiondata,$ressymb, |
|
$unread,\%lastreadtime); |
|
} |
|
} |
|
} |
|
} |
} |
|
|
sub check_discussions { |
sub check_discussions { |
my ($cdom,$crs,$resource,$symb,$ressymb,$title,$newdiscussions, |
my ($resource,$symb,$ressymb,$title,$newdiscussions,$unread, |
$unread) = @_; |
$countunread) = @_; |
if ($resource->hasDiscussion()) { |
|
%{$$unread{$ressymb}} = (); |
|
$$unread{$ressymb}{'title'} = $title; |
|
$$unread{$ressymb}{'symb'} = $symb; |
|
push(@{$newdiscussions}, $ressymb); |
|
} |
|
} |
|
|
|
sub get_discussions { |
if (!$resource->hasDiscussion()) { return; } |
my ($cdom,$crs,$discussiondata,$ressymb,$unread,$lastreadtime) = @_; |
|
my $prevread = 0; |
%{$$unread{$ressymb}} = (); |
my $unreadcount = 0; |
$$unread{$ressymb}{'title'} = $title; |
if (defined($$lastreadtime{$ressymb})) { |
$$unread{$ressymb}{'symb'} = $symb; |
$prevread = $$lastreadtime{$ressymb}; |
push(@{$newdiscussions}, $ressymb); |
} |
|
my $version = $$discussiondata{'version:'.$ressymb}; |
$$unread{$ressymb}{'lastpost'} = $resource->last_post_time(); |
if ($version) { |
|
my $hiddenflag = 0; |
if ($countunread eq 'on') { |
my $deletedflag = 0; |
$$unread{$ressymb}{'unreadcount'} = $resource->unread_discussion(); |
my ($hidden,$deleted); |
|
for (my $id=$version; $id>0; $id--) { |
|
my $vkeys=$$discussiondata{$id.':keys:'.$ressymb}; |
|
my @keys=split(/:/,$vkeys); |
|
if (grep/^hidden$/,@keys) { |
|
unless ($hiddenflag) { |
|
$hidden = $$discussiondata{$id.':'.$ressymb.':hidden'}; |
|
$hiddenflag = 1; |
|
} |
|
} elsif (grep/^deleted$/,@keys) { |
|
unless ($deletedflag) { |
|
$deleted = $$discussiondata{$id.':'.$ressymb.':deleted'}; |
|
$deletedflag = 1; |
|
} |
|
} else { |
|
unless (($hidden =~/\.$id\./) || ($deleted =~/\.$id\./)) { |
|
if ($prevread <$$discussiondata{$id.':'.$ressymb.':timestamp'}) { |
|
$unreadcount ++; |
|
$$unread{$ressymb}{$unreadcount} = $id.': '. |
|
$$discussiondata{$id.':'.$ressymb.':subject'}; |
|
} |
|
} |
|
} |
|
} |
|
$$unread{$ressymb}{'unreadcount'} = $unreadcount; |
|
} |
} |
} |
} |
|
|
|
|
sub check_handgraded { |
sub check_handgraded { |
my ($resource,$symb,$title,$cdom,$cnum,$ungraded,$tograde) = @_; |
my ($resource,$symb,$title,$cdom,$cnum,$ungraded,$tograde) = @_; |
if ($resource->is_problem()) { |
if ($resource->is_problem()) { |
Line 869 sub check_thresholds {
|
Line 836 sub check_thresholds {
|
if ($resource->handgrade($part) eq 'yes') { |
if ($resource->handgrade($part) eq 'yes') { |
next; |
next; |
} |
} |
|
if ($resource->is_survey($part)) { |
|
next; |
|
} |
%{$stats{$part}} = (); |
%{$stats{$part}} = (); |
my ($attempts,$users,$corrects,$degdiff,$av_attempts); |
my ($attempts,$users,$corrects,$degdiff,$av_attempts); |
if (exists($$resourcetracker{$symb."\0".$part."\0attempts"})) { |
if (exists($$resourcetracker{$symb."\0".$part."\0attempts"})) { |
Line 942 sub get_curr_thresholds {
|
Line 912 sub get_curr_thresholds {
|
$uname,$cid.':threshold'); |
$uname,$cid.':threshold'); |
my $thresholdcount = 0; |
my $thresholdcount = 0; |
my ($tmp) = %thresholdsettings; |
my ($tmp) = %thresholdsettings; |
unless ($tmp =~ /^Error/) { |
unless ($tmp =~ /^(con_lost|error|no_such_host)/i) { |
foreach my $item (keys %{$threshold}) { |
foreach my $item (keys %{$threshold}) { |
if (exists($thresholdsettings{$cid.':threshold_'.$item})) { |
if (exists($thresholdsettings{$cid.':threshold_'.$item})) { |
$$threshold{$item} = |
$$threshold{$item} = |
Line 957 sub get_curr_thresholds {
|
Line 927 sub get_curr_thresholds {
|
my %coursesettings = &Apache::lonnet::dump('environment', |
my %coursesettings = &Apache::lonnet::dump('environment', |
$cdom,$crs,'internal.threshold'); |
$cdom,$crs,'internal.threshold'); |
my ($temp) = %coursesettings; |
my ($temp) = %coursesettings; |
unless ($temp =~ /^Error/) { |
unless ($temp =~ /^(con_lost|error|no_such_host)/i) { |
foreach my $item (keys %{$threshold}) { |
foreach my $item (keys %{$threshold}) { |
unless (exists($thresholdsettings{$cid.':threshold_'.$item})) { |
unless (exists($thresholdsettings{$cid.':threshold_'.$item})) { |
if (exists($coursesettings{'internal.threshold_'.$item})) { |
if (exists($coursesettings{'internal.threshold_'.$item})) { |
Line 976 sub get_current {
|
Line 946 sub get_current {
|
my %settings = &Apache::lonnet::dump('nohist_whatsnew',$udom,$uname,$cid. |
my %settings = &Apache::lonnet::dump('nohist_whatsnew',$udom,$uname,$cid. |
':'.$caller); |
':'.$caller); |
my ($tmp) = %settings; |
my ($tmp) = %settings; |
if ($tmp =~ /^Error/) { |
unless ($tmp =~ /^(con_lost|error|no_such_host)/i) { |
&logthis('Error retrieving '.$caller.' setting from nohist_whatsnew for '. |
|
$uname.";".$udom.' in '.$cid); |
|
} else { |
|
$currvalue = $settings{$cid.':'.$caller}; |
$currvalue = $settings{$cid.':'.$caller}; |
} |
} |
return $currvalue; |
return $currvalue; |
Line 1121 sub checkversions {
|
Line 1088 sub checkversions {
|
my ($cdom,$crs,$navmap,$changed,$starttime) = @_; |
my ($cdom,$crs,$navmap,$changed,$starttime) = @_; |
my %changes=&Apache::lonnet::dump('versionupdate',$cdom,$crs); |
my %changes=&Apache::lonnet::dump('versionupdate',$cdom,$crs); |
my ($tmp) = keys(%changes); |
my ($tmp) = keys(%changes); |
if ($tmp =~/^error\:/) { |
unless ($tmp =~ /^(con_lost|error|no_such_host)/i) { |
&Apache::lonnet::logthis('Error retrieving version update information: '. |
|
$tmp.' for '.$cdom.'_'.$crs.' in whatsnew'); |
|
} else { |
|
if (keys(%changes) > 0) { |
if (keys(%changes) > 0) { |
foreach my $key (sort(keys(%changes))) { |
foreach my $key (sort(keys(%changes))) { |
if ($changes{$key} > $starttime) { |
if ($changes{$key} > $starttime) { |
Line 1409 sub get_display_settings {
|
Line 1373 sub get_display_settings {
|
my ($uname,$udom,$cid) = @_; |
my ($uname,$udom,$cid) = @_; |
my %settings = &Apache::lonnet::dump('nohist_whatsnew',$udom,$uname,$cid); |
my %settings = &Apache::lonnet::dump('nohist_whatsnew',$udom,$uname,$cid); |
my ($tmp) = keys(%settings); |
my ($tmp) = keys(%settings); |
if ($tmp=~/^error:/) { |
if ($tmp=~ /^(con_lost|error|no_such_host)/i) { |
%settings = (); |
%settings = (); |
unless ($tmp eq 'error: 2 tie(GDBM) Failed while attempting dump') { |
unless ($tmp =~ /^error: 2 /) { |
&logthis('Error retrieving whatsnew settings: '.$tmp.' for '. |
&Apache::lonnet::logthis('Error retrieving whatsnew settings: '. |
$uname.':'.$udom.' for course: '.$cid); |
$tmp.' for '.$uname.':'.$udom.' for course: '.$cid); |
} |
} |
} |
} |
return %settings; |
return %settings; |
Line 1424 sub store_display_settings {
|
Line 1388 sub store_display_settings {
|
my %whatsnew_settings; |
my %whatsnew_settings; |
my $result; |
my $result; |
foreach my $key (keys(%{$checkallowed})) { |
foreach my $key (keys(%{$checkallowed})) { |
|
if ($key =~ /_section$/) { next; } |
if (exists($env{'form.display_'.$key})) { |
if (exists($env{'form.display_'.$key})) { |
unless ($env{'form.display_'.$key} eq '') { |
unless ($env{'form.display_'.$key} eq '') { |
$whatsnew_settings{$cid.':'.$key} = $env{'form.display_'.$key}; |
$whatsnew_settings{$cid.':'.$key} = $env{'form.display_'.$key}; |
Line 1564 sub start_box {
|
Line 1529 sub start_box {
|
</td> |
</td> |
</tr>'); |
</tr>'); |
if (($caller eq 'abovethreshold') && ($$show{$caller})) { |
if (($caller eq 'abovethreshold') && ($$show{$caller})) { |
$r->print(' |
if ($$show{$caller}) { |
|
$r->print(' |
<tr> |
<tr> |
<td bgcolor="'.$tabbg.'" align="right"><a href="/adm/whatsnew?command=chgthreshold&refpage='.$refpage.'"><b><small>'.$lt{'chth'}.'</small></b></a></td> |
<td bgcolor="'.$tabbg.'" align="right"><a href="/adm/whatsnew?command=chgthreshold&refpage='.$refpage.'"><b><small>'.$lt{'chth'}.'</small></b></a></td> |
</tr>'); |
</tr>'); |
|
} |
} elsif (($caller eq 'versionchanges') && ($$show{$caller})) { |
} elsif (($caller eq 'versionchanges') && ($$show{$caller})) { |
$r->print(' |
if ($$show{$caller}) { |
|
$r->print(' |
<tr> |
<tr> |
<td bgcolor="'.$tabbg.'" align="right"><a href="/adm/whatsnew?command=chginterval&refpage='.$refpage.'"><b><small>'.$lt{'chin'}.'</small></b></a></td> |
<td bgcolor="'.$tabbg.'" align="right"><a href="/adm/whatsnew?command=chginterval&refpage='.$refpage.'"><b><small>'.$lt{'chin'}.'</small></b></a></td> |
</tr>'); |
</tr>'); |
|
} |
} elsif ($caller eq 'coursediscussion') { |
} elsif ($caller eq 'coursediscussion') { |
$r->print(' |
if ($$show{$caller}) { |
|
$r->print(' |
<tr> |
<tr> |
<td bgcolor="'.$tabbg.'" align="right"><a href="/adm/whatsnew?command=chgdisc&refpage='.$refpage.'"><b><small>'.$lt{'chop'}.'</small></b></a></td> |
<td bgcolor="'.$tabbg.'" align="right"><a href="/adm/whatsnew?command=chgdisc&refpage='.$refpage.'"><b><small>'.$lt{'chop'}.'</small></b></a></td> |
</tr>'); |
</tr>'); |
|
} |
} |
} |
$r->print(' |
$r->print(' |
<tr> |
<tr> |