version 1.359, 2011/12/08 22:10:18
|
version 1.375, 2013/03/01 04:55:34
|
Line 111 sub initialize_authen_forms {
|
Line 111 sub initialize_authen_forms {
|
|
|
sub auth_abbrev { |
sub auth_abbrev { |
my %abv_auth = ( |
my %abv_auth = ( |
krb5 => 'krb', |
krb5 => 'krb', |
krb4 => 'krb', |
krb4 => 'krb', |
internal => 'int', |
internal => 'int', |
localuth => 'loc', |
localauth => 'loc', |
unix => 'fsys', |
unix => 'fsys', |
); |
); |
return %abv_auth; |
return %abv_auth; |
} |
} |
Line 223 sub build_tools_display {
|
Line 223 sub build_tools_display {
|
my %lt = &Apache::lonlocal::texthash ( |
my %lt = &Apache::lonlocal::texthash ( |
'blog' => "Personal User Blog", |
'blog' => "Personal User Blog", |
'aboutme' => "Personal Information Page", |
'aboutme' => "Personal Information Page", |
|
'webdav' => "WebDAV access to authoring spaces (if SSL and author/co-author)", |
'portfolio' => "Personal User Portfolio", |
'portfolio' => "Personal User Portfolio", |
'avai' => "Available", |
'avai' => "Available", |
'cusa' => "availability", |
'cusa' => "availability", |
Line 232 sub build_tools_display {
|
Line 233 sub build_tools_display {
|
'official' => 'Can request creation of official courses', |
'official' => 'Can request creation of official courses', |
'unofficial' => 'Can request creation of unofficial courses', |
'unofficial' => 'Can request creation of unofficial courses', |
'community' => 'Can request creation of communities', |
'community' => 'Can request creation of communities', |
|
'requestauthor' => 'Can request author space', |
); |
); |
if ($context eq 'requestcourses') { |
if ($context eq 'requestcourses') { |
%userenv = &Apache::lonnet::userenvironment($ccdomain,$ccuname, |
%userenv = &Apache::lonnet::userenvironment($ccdomain,$ccuname, |
Line 246 sub build_tools_display {
|
Line 248 sub build_tools_display {
|
%domconfig = |
%domconfig = |
&Apache::lonnet::get_dom('configuration',['requestcourses'],$ccdomain); |
&Apache::lonnet::get_dom('configuration',['requestcourses'],$ccdomain); |
$isadv = &Apache::lonnet::is_advanced_user($ccuname,$ccdomain); |
$isadv = &Apache::lonnet::is_advanced_user($ccuname,$ccdomain); |
|
} elsif ($context eq 'requestauthor') { |
|
%userenv = &Apache::lonnet::userenvironment($ccdomain,$ccuname, |
|
'requestauthor'); |
|
@usertools = ('requestauthor'); |
|
@options =('norequest','approval','automatic'); |
|
%reqtitles = &requestauthor_titles(); |
|
%reqdisplay = &requestauthor_display(); |
|
$colspan = ' colspan="2"'; |
|
%domconfig = |
|
&Apache::lonnet::get_dom('configuration',['requestauthor'],$ccdomain); |
} else { |
} else { |
%userenv = &Apache::lonnet::userenvironment($ccdomain,$ccuname, |
%userenv = &Apache::lonnet::userenvironment($ccdomain,$ccuname, |
'tools.aboutme','tools.portfolio','tools.blog'); |
'tools.aboutme','tools.portfolio','tools.blog', |
@usertools = ('aboutme','blog','portfolio'); |
'tools.webdav'); |
|
@usertools = ('aboutme','blog','webdav','portfolio'); |
} |
} |
foreach my $item (@usertools) { |
foreach my $item (@usertools) { |
my ($custom_access,$curr_access,$cust_on,$cust_off,$tool_on,$tool_off, |
my ($custom_access,$curr_access,$cust_on,$cust_off,$tool_on,$tool_off, |
Line 259 sub build_tools_display {
|
Line 272 sub build_tools_display {
|
$curr_access = |
$curr_access = |
&Apache::lonnet::usertools_access($ccuname,$ccdomain,$item,undef, |
&Apache::lonnet::usertools_access($ccuname,$ccdomain,$item,undef, |
$context); |
$context); |
if ($userenv{$context.'.'.$item} ne '') { |
if ($context eq 'requestauthor') { |
|
if ($userenv{$context} ne '') { |
|
$cust_on = ' checked="checked" '; |
|
$cust_off = ''; |
|
} |
|
} elsif ($userenv{$context.'.'.$item} ne '') { |
$cust_on = ' checked="checked" '; |
$cust_on = ' checked="checked" '; |
$cust_off = ''; |
$cust_off = ''; |
} |
} |
Line 269 sub build_tools_display {
|
Line 287 sub build_tools_display {
|
} else { |
} else { |
$custom_access = &mt('Currently from custom setting.'); |
$custom_access = &mt('Currently from custom setting.'); |
} |
} |
|
} elsif ($context eq 'requestauthor') { |
|
if ($userenv{$context} eq '') { |
|
$custom_access = &mt('Currently from default setting.'); |
|
} else { |
|
$custom_access = &mt('Currently from custom setting.'); |
|
} |
} else { |
} else { |
if ($userenv{$context.'.'.$item} eq '') { |
if ($userenv{$context.'.'.$item} eq '') { |
$custom_access = |
$custom_access = |
Line 290 sub build_tools_display {
|
Line 314 sub build_tools_display {
|
' <td'.$colspan.'>'.$lt{$item}.'</td>'."\n". |
' <td'.$colspan.'>'.$lt{$item}.'</td>'."\n". |
' </tr>'."\n". |
' </tr>'."\n". |
&Apache::loncommon::start_data_table_row()."\n"; |
&Apache::loncommon::start_data_table_row()."\n"; |
if ($context eq 'requestcourses') { |
if (($context eq 'requestcourses') || ($context eq 'requestauthor')) { |
my ($curroption,$currlimit); |
my ($curroption,$currlimit); |
if ($userenv{$context.'.'.$item} ne '') { |
my $envkey = $context.'.'.$item; |
$curroption = $userenv{$context.'.'.$item}; |
if ($context eq 'requestauthor') { |
|
$envkey = $context; |
|
} |
|
if ($userenv{$envkey} ne '') { |
|
$curroption = $userenv{$envkey}; |
} else { |
} else { |
my (@inststatuses); |
my (@inststatuses); |
$curroption = |
if ($context eq 'requestcourses') { |
&Apache::loncoursequeueadmin::get_processtype($ccuname,$ccdomain,$isadv,$ccdomain, |
$curroption = |
$item,\@inststatuses,\%domconfig); |
&Apache::loncoursequeueadmin::get_processtype('course',$ccuname,$ccdomain, |
|
$isadv,$ccdomain,$item, |
|
\@inststatuses,\%domconfig); |
|
} else { |
|
$curroption = |
|
&Apache::loncoursequeueadmin::get_processtype('requestauthor',$ccuname,$ccdomain, |
|
$isadv,$ccdomain,undef, |
|
\@inststatuses,\%domconfig); |
|
} |
} |
} |
if (!$curroption) { |
if (!$curroption) { |
$curroption = 'norequest'; |
$curroption = 'norequest'; |
Line 336 sub build_tools_display {
|
Line 372 sub build_tools_display {
|
$checked = ' checked="checked"'; |
$checked = ' checked="checked"'; |
} |
} |
} |
} |
|
my $name = 'crsreq_'.$item; |
|
if ($context eq 'requestauthor') { |
|
$name = $item; |
|
} |
$custdisp .= '<tr><td><span class="LC_nobreak"><label>'. |
$custdisp .= '<tr><td><span class="LC_nobreak"><label>'. |
'<input type="radio" name="crsreq_'.$item. |
'<input type="radio" name="'.$name.'" '. |
'" value="'.$val.'"'.$checked.' />'. |
'value="'.$val.'"'.$checked.' />'. |
$reqtitles{$option}.'</label> '; |
$reqtitles{$option}.'</label> '; |
if ($option eq 'autolimit') { |
if ($option eq 'autolimit') { |
$custdisp .= '<input type="text" name="crsreq_'. |
$custdisp .= '<input type="text" name="'.$name. |
$item.'_limit" size="1" '. |
'_limit" size="1" '. |
'value="'.$currlimit.'" /></span><br />'. |
'value="'.$currlimit.'" /></span><br />'. |
$reqtitles{'unlimited'}; |
$reqtitles{'unlimited'}; |
} else { |
} else { |
$custdisp .= '</span>'; |
$custdisp .= '</span>'; |
} |
} |
$custdisp .= '</td></tr>'; |
$custdisp .= '</td></tr>'; |
} |
} |
$custdisp .= '</table>'; |
$custdisp .= '</table>'; |
$custradio = '</span></td><td>'.&mt('Custom setting').'<br />'.$custdisp; |
$custradio = '</span></td><td>'.&mt('Custom setting').'<br />'.$custdisp; |
} else { |
} else { |
$currdisp = ($curr_access?&mt('Yes'):&mt('No')); |
$currdisp = ($curr_access?&mt('Yes'):&mt('No')); |
|
my $name = $context.'_'.$item; |
|
if ($context eq 'requestauthor') { |
|
$name = $context; |
|
} |
$custdisp = '<span class="LC_nobreak"><label>'. |
$custdisp = '<span class="LC_nobreak"><label>'. |
'<input type="radio" name="'.$context.'_'.$item.'"'. |
'<input type="radio" name="'.$name.'"'. |
' value="1"'. $tool_on.'/>'.&mt('On').'</label> <label>'. |
' value="1" '.$tool_on.'/>'.&mt('On').'</label> <label>'. |
'<input type="radio" name="'.$context.'_'.$item.'" value="0" '. |
'<input type="radio" name="'.$name.'" value="0" '. |
$tool_off.'/>'.&mt('Off').'</label></span>'; |
$tool_off.'/>'.&mt('Off').'</label></span>'; |
$custradio = (' 'x2).'--'.$lt{'cusa'}.': '.$custdisp. |
$custradio = (' 'x2).'--'.$lt{'cusa'}.': '.$custdisp. |
'</span>'; |
'</span>'; |
Line 453 sub coursereq_externaluser {
|
Line 497 sub coursereq_externaluser {
|
return $output; |
return $output; |
} |
} |
|
|
|
sub domainrole_req { |
|
my ($ccuname,$ccdomain) = @_; |
|
return '<br /><h3>'. |
|
&mt('User Can Request Assignment of Domain Roles?'). |
|
'</h3>'."\n". |
|
&Apache::loncommon::start_data_table(). |
|
&build_tools_display($ccuname,$ccdomain, |
|
'requestauthor'). |
|
&Apache::loncommon::end_data_table(); |
|
} |
|
|
sub courserequest_titles { |
sub courserequest_titles { |
my %titles = &Apache::lonlocal::texthash ( |
my %titles = &Apache::lonlocal::texthash ( |
official => 'Official', |
official => 'Official', |
Line 476 sub courserequest_display {
|
Line 531 sub courserequest_display {
|
return %titles; |
return %titles; |
} |
} |
|
|
|
sub requestauthor_titles { |
|
my %titles = &Apache::lonlocal::texthash ( |
|
norequest => 'Not allowed', |
|
approval => 'Approval by Dom. Coord.', |
|
automatic => 'Automatic approval', |
|
); |
|
return %titles; |
|
|
|
} |
|
|
|
sub requestauthor_display { |
|
my %titles = &Apache::lonlocal::texthash ( |
|
approval => 'Yes, need approval', |
|
automatic => 'Yes, automatic approval', |
|
norequest => 'No', |
|
); |
|
return %titles; |
|
} |
|
|
|
sub curr_requestauthor { |
|
my ($uname,$udom,$isadv,$inststatuses,$domconfig) = @_; |
|
return unless ((ref($inststatuses) eq 'ARRAY') && (ref($domconfig) eq 'HASH')); |
|
if ($uname eq '' || $udom eq '') { |
|
$uname = $env{'user.name'}; |
|
$udom = $env{'user.domain'}; |
|
$isadv = $env{'user.adv'}; |
|
} |
|
my (%userenv,%settings,$val); |
|
my @options = ('automatic','approval'); |
|
%userenv = |
|
&Apache::lonnet::userenvironment($udom,$uname,'requestauthor','inststatus'); |
|
if ($userenv{'requestauthor'}) { |
|
$val = $userenv{'requestauthor'}; |
|
@{$inststatuses} = ('_custom_'); |
|
} else { |
|
my %alltasks; |
|
if (ref($domconfig->{'requestauthor'}) eq 'HASH') { |
|
%settings = %{$domconfig->{'requestauthor'}}; |
|
if (($isadv) && ($settings{'_LC_adv'} ne '')) { |
|
$val = $settings{'_LC_adv'}; |
|
@{$inststatuses} = ('_LC_adv_'); |
|
} else { |
|
if ($userenv{'inststatus'} ne '') { |
|
@{$inststatuses} = split(',',$userenv{'inststatus'}); |
|
} else { |
|
@{$inststatuses} = ('default'); |
|
} |
|
foreach my $status (@{$inststatuses}) { |
|
if (exists($settings{$status})) { |
|
my $value = $settings{$status}; |
|
next unless ($value); |
|
unless (exists($alltasks{$value})) { |
|
if (ref($alltasks{$value}) eq 'ARRAY') { |
|
unless(grep(/^\Q$status\E$/,@{$alltasks{$value}})) { |
|
push(@{$alltasks{$value}},$status); |
|
} |
|
} else { |
|
@{$alltasks{$value}} = ($status); |
|
} |
|
} |
|
} |
|
} |
|
foreach my $option (@options) { |
|
if ($alltasks{$option}) { |
|
$val = $option; |
|
last; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
return $val; |
|
} |
|
|
# =================================================================== Phase one |
# =================================================================== Phase one |
|
|
sub print_username_entry_form { |
sub print_username_entry_form { |
Line 913 sub print_user_query_page {
|
Line 1042 sub print_user_query_page {
|
} |
} |
|
|
sub print_user_modification_page { |
sub print_user_modification_page { |
my ($r,$ccuname,$ccdomain,$srch,$response,$context,$permission,$crstype,$brcrum) = @_; |
my ($r,$ccuname,$ccdomain,$srch,$response,$context,$permission,$crstype, |
|
$brcrum,$showcredits) = @_; |
if (($ccuname eq '') || ($ccdomain eq '')) { |
if (($ccuname eq '') || ($ccdomain eq '')) { |
my $usermsg = &mt('No username and/or domain provided.'); |
my $usermsg = &mt('No username and/or domain provided.'); |
$env{'form.phase'} = ''; |
$env{'form.phase'} = ''; |
Line 937 sub print_user_modification_page {
|
Line 1067 sub print_user_modification_page {
|
&Apache::lonnet::inst_userrules($ccdomain,'username'); |
&Apache::lonnet::inst_userrules($ccdomain,'username'); |
$usertype = |
$usertype = |
&Apache::lonuserutils::check_usertype($ccdomain,$ccuname,$rules, |
&Apache::lonuserutils::check_usertype($ccdomain,$ccuname,$rules, |
\%curr_rules,\%got_rules); |
\%curr_rules,\%got_rules); |
my $cancreate = |
my $cancreate = |
&Apache::lonuserutils::can_create_user($ccdomain,$context, |
&Apache::lonuserutils::can_create_user($ccdomain,$context, |
$usertype); |
$usertype); |
Line 949 sub print_user_modification_page {
|
Line 1079 sub print_user_modification_page {
|
); |
); |
my $response; |
my $response; |
if ($env{'form.origform'} eq 'crtusername') { |
if ($env{'form.origform'} eq 'crtusername') { |
$response = '<span class="LC_warning">'.&mt('No match found for the username [_1] in LON-CAPA domain: [_2]','<b>'.$ccuname.'</b>',$ccdomain). |
$response = '<span class="LC_warning">'. |
|
&mt('No match found for the username [_1] in LON-CAPA domain: [_2]', |
|
'<b>'.$ccuname.'</b>',$ccdomain). |
'</span><br />'; |
'</span><br />'; |
} |
} |
$response .= '<p class="LC_warning">' |
$response .= '<p class="LC_warning">' |
Line 1002 sub print_user_modification_page {
|
Line 1134 sub print_user_modification_page {
|
|
|
my $groupslist = &Apache::lonuserutils::get_groupslist(); |
my $groupslist = &Apache::lonuserutils::get_groupslist(); |
|
|
my $js = &validation_javascript($context,$ccdomain,$pjump_def, |
my $js = &validation_javascript($context,$ccdomain,$pjump_def,$crstype, |
$groupslist,$newuser,$formname,\%loaditem); |
$groupslist,$newuser,$formname,\%loaditem); |
my %breadcrumb_text = &singleuser_breadcrumb($crstype); |
my %breadcrumb_text = &singleuser_breadcrumb($crstype); |
my $helpitem = 'Course_Change_Privileges'; |
my $helpitem = 'Course_Change_Privileges'; |
Line 1045 sub print_user_modification_page {
|
Line 1177 sub print_user_modification_page {
|
<input type="hidden" name="pres_type" value="" /> |
<input type="hidden" name="pres_type" value="" /> |
<input type="hidden" name="pres_marker" value="" /> |
<input type="hidden" name="pres_marker" value="" /> |
ENDFORMINFO |
ENDFORMINFO |
my (%inccourses,$roledom); |
my (%inccourses,$roledom,$defaultcredits); |
if ($context eq 'course') { |
if ($context eq 'course') { |
$inccourses{$env{'request.course.id'}}=1; |
$inccourses{$env{'request.course.id'}}=1; |
$roledom = $env{'course.'.$env{'request.course.id'}.'.domain'}; |
$roledom = $env{'course.'.$env{'request.course.id'}.'.domain'}; |
|
if ($showcredits) { |
|
$defaultcredits = &Apache::lonuserutils::get_defaultcredits(); |
|
} |
} elsif ($context eq 'author') { |
} elsif ($context eq 'author') { |
$roledom = $env{'request.role.domain'}; |
$roledom = $env{'request.role.domain'}; |
} elsif ($context eq 'domain') { |
} elsif ($context eq 'domain') { |
Line 1066 ENDFORMINFO
|
Line 1201 ENDFORMINFO
|
} |
} |
} |
} |
if ($newuser) { |
if ($newuser) { |
my $portfolioform; |
my ($portfolioform,$domroleform); |
if ((&Apache::lonnet::allowed('mpq',$env{'request.role.domain'})) || |
if ((&Apache::lonnet::allowed('mpq',$env{'request.role.domain'})) || |
(&Apache::lonnet::allowed('mut',$env{'request.role.domain'}))) { |
(&Apache::lonnet::allowed('mut',$env{'request.role.domain'}))) { |
# Current user has quota or user tools modification privileges |
# Current user has quota or user tools modification privileges |
$portfolioform = '<br />'.&portfolio_quota($ccuname,$ccdomain); |
$portfolioform = '<br />'.&portfolio_quota($ccuname,$ccdomain); |
} |
} |
|
if (&Apache::lonnet::allowed('cau',$env{'request.role.domain'})) { |
|
$domroleform = '<br />'.&domainrole_req($ccuname,$ccdomain); |
|
} |
&initialize_authen_forms($ccdomain,$formname); |
&initialize_authen_forms($ccdomain,$formname); |
my %lt=&Apache::lonlocal::texthash( |
my %lt=&Apache::lonlocal::texthash( |
'cnu' => 'Create New User', |
'cnu' => 'Create New User', |
Line 1117 $lt{'hs'}: $home_server_pick
|
Line 1255 $lt{'hs'}: $home_server_pick
|
$r->print($home_server_pick); |
$r->print($home_server_pick); |
} |
} |
if (&Apache::lonnet::allowed('ccc',$env{'request.role.domain'})) { |
if (&Apache::lonnet::allowed('ccc',$env{'request.role.domain'})) { |
$r->print('<br /><h3>'.&mt('User Can Request Creation of Courses/Communities in this Domain?').'</h3>'. |
$r->print('<br /><h3>'. |
|
&mt('User Can Request Creation of Courses/Communities in this Domain?').'</h3>'. |
&Apache::loncommon::start_data_table(). |
&Apache::loncommon::start_data_table(). |
&build_tools_display($ccuname,$ccdomain, |
&build_tools_display($ccuname,$ccdomain, |
'requestcourses'). |
'requestcourses'). |
Line 1181 ENDAUTH
|
Line 1320 ENDAUTH
|
} else { |
} else { |
$r->print(&Apache::lonuserutils::set_login($ccdomain,$authformkrb,$authformint,$authformloc)); |
$r->print(&Apache::lonuserutils::set_login($ccdomain,$authformkrb,$authformint,$authformloc)); |
} |
} |
$r->print($portfolioform); |
$r->print($portfolioform.$domroleform); |
if ($env{'form.action'} eq 'singlestudent') { |
if ($env{'form.action'} eq 'singlestudent') { |
$r->print(&date_sections_select($context,$newuser,$formname, |
$r->print(&date_sections_select($context,$newuser,$formname, |
$permission)); |
$permission,$crstype,$ccuname, |
|
$ccdomain,$showcredits)); |
} |
} |
$r->print('</div><div class="LC_clear_float_footer"></div>'); |
$r->print('</div><div class="LC_clear_float_footer"></div>'); |
} else { # user already exists |
} else { # user already exists |
Line 1215 ENDCHANGEUSER
|
Line 1355 ENDCHANGEUSER
|
$inst_results{$ccuname.':'.$ccdomain}); |
$inst_results{$ccuname.':'.$ccdomain}); |
$r->print($personal_table); |
$r->print($personal_table); |
if ($showforceid) { |
if ($showforceid) { |
$r->print(&Apache::lonuserutils::forceid_change($context)); |
$r->print('<table>'.&Apache::lonuserutils::forceid_change($context).'</table>'); |
} |
} |
if (&Apache::lonnet::allowed('ccc',$env{'request.role.domain'})) { |
if (&Apache::lonnet::allowed('ccc',$env{'request.role.domain'})) { |
$r->print('<h3>'.&mt('User Can Request Creation of Courses/Communities in this Domain?').'</h3>'. |
$r->print('<br /><h3>'.&mt('User Can Request Creation of Courses/Communities in this Domain?').'</h3>'. |
&Apache::loncommon::start_data_table()); |
&Apache::loncommon::start_data_table()); |
if ($env{'request.role.domain'} eq $ccdomain) { |
if ($env{'request.role.domain'} eq $ccdomain) { |
$r->print(&build_tools_display($ccuname,$ccdomain,'requestcourses')); |
$r->print(&build_tools_display($ccuname,$ccdomain,'requestcourses')); |
Line 1229 ENDCHANGEUSER
|
Line 1369 ENDCHANGEUSER
|
$r->print(&Apache::loncommon::end_data_table()); |
$r->print(&Apache::loncommon::end_data_table()); |
} |
} |
$r->print('</div>'); |
$r->print('</div>'); |
my $user_auth_text = &user_authentication($ccuname,$ccdomain,$formname); |
my @order = ('auth','quota','tools','requestauthor'); |
my ($user_quota_text,$user_tools_text,$user_reqcrs_text); |
my %user_text; |
|
my ($isadv,$isauthor) = |
|
&Apache::lonnet::is_advanced_user($ccuname,$ccdomain); |
|
if ((!$isauthor) && |
|
(&Apache::lonnet::allowed('cau',$env{'request.role.domain'}))) { |
|
$user_text{'requestauthor'} = &domainrole_req($ccuname,$ccdomain); |
|
} |
|
$user_text{'auth'} = &user_authentication($ccuname,$ccdomain,$formname); |
if ((&Apache::lonnet::allowed('mpq',$ccdomain)) || |
if ((&Apache::lonnet::allowed('mpq',$ccdomain)) || |
(&Apache::lonnet::allowed('mut',$ccdomain))) { |
(&Apache::lonnet::allowed('mut',$ccdomain))) { |
# Current user has quota modification privileges |
# Current user has quota modification privileges |
$user_quota_text = &portfolio_quota($ccuname,$ccdomain); |
$user_text{'quota'} = &portfolio_quota($ccuname,$ccdomain); |
} |
} |
if (!&Apache::lonnet::allowed('mpq',$ccdomain)) { |
if (!&Apache::lonnet::allowed('mpq',$ccdomain)) { |
if (&Apache::lonnet::allowed('mpq',$env{'request.role.domain'})) { |
if (&Apache::lonnet::allowed('mpq',$env{'request.role.domain'})) { |
Line 1246 ENDCHANGEUSER
|
Line 1393 ENDCHANGEUSER
|
'youd' => "You do not have privileges to modify the portfolio quota for this user.", |
'youd' => "You do not have privileges to modify the portfolio quota for this user.", |
'ichr' => "If a change is required, contact a domain coordinator for the domain", |
'ichr' => "If a change is required, contact a domain coordinator for the domain", |
); |
); |
$user_quota_text = <<ENDNOPORTPRIV; |
$user_text{'quota'} = <<ENDNOPORTPRIV; |
<h3>$lt{'dska'}</h3> |
<h3>$lt{'dska'}</h3> |
$lt{'youd'} $lt{'ichr'}: $ccdomain |
$lt{'youd'} $lt{'ichr'}: $ccdomain |
ENDNOPORTPRIV |
ENDNOPORTPRIV |
Line 1256 ENDNOPORTPRIV
|
Line 1403 ENDNOPORTPRIV
|
if (&Apache::lonnet::allowed('mut',$env{'request.role.domain'})) { |
if (&Apache::lonnet::allowed('mut',$env{'request.role.domain'})) { |
my %lt=&Apache::lonlocal::texthash( |
my %lt=&Apache::lonlocal::texthash( |
'utav' => "User Tools Availability", |
'utav' => "User Tools Availability", |
'yodo' => "You do not have privileges to modify Portfolio, Blog or Personal Information Page settings for this user.", |
'yodo' => "You do not have privileges to modify Portfolio, Blog, WebDAV, or Personal Information Page settings for this user.", |
'ifch' => "If a change is required, contact a domain coordinator for the domain", |
'ifch' => "If a change is required, contact a domain coordinator for the domain", |
); |
); |
$user_tools_text = <<ENDNOTOOLSPRIV; |
$user_text{'tools'} = <<ENDNOTOOLSPRIV; |
<h3>$lt{'utav'}</h3> |
<h3>$lt{'utav'}</h3> |
$lt{'yodo'} $lt{'ifch'}: $ccdomain |
$lt{'yodo'} $lt{'ifch'}: $ccdomain |
ENDNOTOOLSPRIV |
ENDNOTOOLSPRIV |
} |
} |
} |
} |
if ($user_auth_text ne '') { |
my $gotdiv = 0; |
$r->print('<div class="LC_left_float">'.$user_auth_text); |
foreach my $item (@order) { |
if ($user_quota_text ne '') { |
if ($user_text{$item} ne '') { |
$r->print($user_quota_text); |
unless ($gotdiv) { |
} |
$r->print('<div class="LC_left_float">'); |
if ($user_tools_text ne '') { |
$gotdiv = 1; |
$r->print($user_tools_text); |
} |
} |
$r->print('<br />'.$user_text{$item}); |
if ($env{'form.action'} eq 'singlestudent') { |
|
$r->print(&date_sections_select($context,$newuser,$formname)); |
|
} |
|
} elsif ($user_quota_text ne '') { |
|
$r->print('<div class="LC_left_float">'.$user_quota_text); |
|
if ($user_tools_text ne '') { |
|
$r->print($user_tools_text); |
|
} |
|
if ($env{'form.action'} eq 'singlestudent') { |
|
$r->print(&date_sections_select($context,$newuser,$formname)); |
|
} |
|
} elsif ($user_tools_text ne '') { |
|
$r->print('<div class="LC_left_float">'.$user_tools_text); |
|
if ($env{'form.action'} eq 'singlestudent') { |
|
$r->print(&date_sections_select($context,$newuser,$formname)); |
|
} |
|
} else { |
|
if ($env{'form.action'} eq 'singlestudent') { |
|
$r->print('<div class="LC_left_float">'. |
|
&date_sections_select($context,$newuser,$formname)); |
|
} |
} |
} |
} |
$r->print('</div><div class="LC_clear_float_footer"></div>'); |
if ($env{'form.action'} eq 'singlestudent') { |
|
unless ($gotdiv) { |
|
$r->print('<div class="LC_left_float">'); |
|
} |
|
my $credits; |
|
if ($showcredits) { |
|
$credits = &get_user_credits($ccuname,$ccdomain,$defaultcredits); |
|
if ($credits eq '') { |
|
$credits = $defaultcredits; |
|
} |
|
} |
|
$r->print(&date_sections_select($context,$newuser,$formname, |
|
$permission,$crstype,$ccuname, |
|
$ccdomain,$showcredits)); |
|
} |
|
if ($gotdiv) { |
|
$r->print('</div><div class="LC_clear_float_footer"></div>'); |
|
} |
if ($env{'form.action'} ne 'singlestudent') { |
if ($env{'form.action'} ne 'singlestudent') { |
&display_existing_roles($r,$ccuname,$ccdomain,\%inccourses,$context, |
&display_existing_roles($r,$ccuname,$ccdomain,\%inccourses,$context, |
$roledom,$crstype); |
$roledom,$crstype); |
Line 1310 ENDNOTOOLSPRIV
|
Line 1454 ENDNOTOOLSPRIV
|
} |
} |
$r->print('<br /><input type="button" value="'.$btntxt.'" onclick="setSections(this.form)" />'."\n"); |
$r->print('<br /><input type="button" value="'.$btntxt.'" onclick="setSections(this.form)" />'."\n"); |
} else { |
} else { |
$r->print('<h3>'.&mt('Add Roles').'</h3>'); |
$r->print('<fieldset><legend>'.&mt('Add Roles').'</legend>'); |
my $addrolesdisplay = 0; |
my $addrolesdisplay = 0; |
if ($context eq 'domain' || $context eq 'author') { |
if ($context eq 'domain' || $context eq 'author') { |
$addrolesdisplay = &new_coauthor_roles($r,$ccuname,$ccdomain); |
$addrolesdisplay = &new_coauthor_roles($r,$ccuname,$ccdomain); |
Line 1320 ENDNOTOOLSPRIV
|
Line 1464 ENDNOTOOLSPRIV
|
if (!$addrolesdisplay) { |
if (!$addrolesdisplay) { |
$addrolesdisplay = $add_domainroles; |
$addrolesdisplay = $add_domainroles; |
} |
} |
$r->print(&course_level_dc($env{'request.role.domain'},'Course')); |
$r->print(&course_level_dc($env{'request.role.domain'},$showcredits)); |
$r->print('<br /><input type="button" value="'.&mt('Save').'" onclick="setCourse()" />'."\n"); |
$r->print('</fieldset><br /><input type="button" value="'.&mt('Save').'" onclick="setCourse()" />'."\n"); |
} elsif ($context eq 'author') { |
} elsif ($context eq 'author') { |
if ($addrolesdisplay) { |
if ($addrolesdisplay) { |
$r->print('<br /><input type="button" value="'.&mt('Save').'"'); |
$r->print('</fieldset><br /><input type="button" value="'.&mt('Save').'"'); |
if ($newuser) { |
if ($newuser) { |
$r->print(' onclick="auth_check()" \>'."\n"); |
$r->print(' onclick="auth_check()" \>'."\n"); |
} else { |
} else { |
$r->print('onclick="this.form.submit()" \>'."\n"); |
$r->print('onclick="this.form.submit()" \>'."\n"); |
} |
} |
} else { |
} else { |
$r->print('<br /><a href="javascript:backPage(document.cu)">'. |
$r->print('</fieldset><br /><a href="javascript:backPage(document.cu)">'. |
&mt('Back to previous page').'</a>'); |
&mt('Back to previous page').'</a>'); |
} |
} |
} else { |
} else { |
$r->print(&course_level_table(%inccourses)); |
$r->print(&course_level_table(\%inccourses,$showcredits,$defaultcredits)); |
$r->print('<br /><input type="button" value="'.&mt('Save').'" onclick="setSections(this.form)" />'."\n"); |
$r->print('</fieldset><br /><input type="button" value="'.&mt('Save').'" onclick="setSections(this.form)" />'."\n"); |
} |
} |
} |
} |
$r->print(&Apache::lonhtmlcommon::echo_form_input(['phase','userrole','ccdomain','prevphase','currstate','ccuname','ccdomain'])); |
$r->print(&Apache::lonhtmlcommon::echo_form_input(['phase','userrole','ccdomain','prevphase','currstate','ccuname','ccdomain'])); |
Line 1365 sub singleuser_breadcrumb {
|
Line 1509 sub singleuser_breadcrumb {
|
} |
} |
|
|
sub date_sections_select { |
sub date_sections_select { |
my ($context,$newuser,$formname,$permission) = @_; |
my ($context,$newuser,$formname,$permission,$crstype,$ccuname,$ccdomain, |
|
$showcredits) = @_; |
|
my $credits; |
|
if ($showcredits) { |
|
my $defaultcredits = &Apache::lonuserutils::get_defaultcredits(); |
|
$credits = &get_user_credits($ccuname,$ccdomain,$defaultcredits); |
|
if ($credits eq '') { |
|
$credits = $defaultcredits; |
|
} |
|
} |
my $cid = $env{'request.course.id'}; |
my $cid = $env{'request.course.id'}; |
my ($cnum,$cdom) = &Apache::lonuserutils::get_course_identity($cid); |
my ($cnum,$cdom) = &Apache::lonuserutils::get_course_identity($cid); |
my $date_table = '<h3>'.&mt('Starting and Ending Dates').'</h3>'."\n". |
my $date_table = '<h3>'.&mt('Starting and Ending Dates').'</h3>'."\n". |
&Apache::lonuserutils::date_setting_table(undef,undef,$context, |
&Apache::lonuserutils::date_setting_table(undef,undef,$context, |
undef,$formname,$permission); |
undef,$formname,$permission); |
my $rowtitle = 'Section'; |
my $rowtitle = 'Section'; |
my $secbox = '<h3>'.&mt('Section').'</h3>'."\n". |
my $secbox = '<h3>'.&mt('Section and Credits').'</h3>'."\n". |
&Apache::lonuserutils::section_picker($cdom,$cnum,'st',$rowtitle, |
&Apache::lonuserutils::section_picker($cdom,$cnum,'st',$rowtitle, |
$permission); |
$permission,$context,'',$crstype, |
|
$showcredits,$credits); |
my $output = $date_table.$secbox; |
my $output = $date_table.$secbox; |
return $output; |
return $output; |
} |
} |
|
|
sub validation_javascript { |
sub validation_javascript { |
my ($context,$ccdomain,$pjump_def,$groupslist,$newuser,$formname, |
my ($context,$ccdomain,$pjump_def,$crstype,$groupslist,$newuser,$formname, |
$loaditem) = @_; |
$loaditem) = @_; |
my $dc_setcourse_code = ''; |
my $dc_setcourse_code = ''; |
my $nondc_setsection_code = ''; |
my $nondc_setsection_code = ''; |
Line 1397 sub validation_javascript {
|
Line 1551 sub validation_javascript {
|
if ($context eq 'course') { |
if ($context eq 'course') { |
$nondc_setsection_code = |
$nondc_setsection_code = |
&Apache::lonuserutils::setsections_javascript($formname,$groupslist, |
&Apache::lonuserutils::setsections_javascript($formname,$groupslist, |
undef,$checkauth); |
undef,$checkauth, |
|
$crstype); |
} |
} |
if ($checkauth) { |
if ($checkauth) { |
$nondc_setsection_code .= |
$nondc_setsection_code .= |
Line 1417 sub validation_javascript {
|
Line 1572 sub validation_javascript {
|
} |
} |
|
|
sub display_existing_roles { |
sub display_existing_roles { |
my ($r,$ccuname,$ccdomain,$inccourses,$context,$roledom,$crstype) = @_; |
my ($r,$ccuname,$ccdomain,$inccourses,$context,$roledom,$crstype, |
|
$showcredits) = @_; |
my $now=time; |
my $now=time; |
my %lt=&Apache::lonlocal::texthash( |
my %lt=&Apache::lonlocal::texthash( |
'rer' => "Existing Roles", |
'rer' => "Existing Roles", |
Line 1426 sub display_existing_roles {
|
Line 1582 sub display_existing_roles {
|
'ren' => "Re-Enable", |
'ren' => "Re-Enable", |
'rol' => "Role", |
'rol' => "Role", |
'ext' => "Extent", |
'ext' => "Extent", |
|
'crd' => "Credits", |
'sta' => "Start", |
'sta' => "Start", |
'end' => "End", |
'end' => "End", |
); |
); |
Line 1465 sub display_existing_roles {
|
Line 1622 sub display_existing_roles {
|
$rolesdump{$newkey} = $newvalue; |
$rolesdump{$newkey} = $newvalue; |
} |
} |
} else { |
} else { |
my $extra = &Apache::lonnet::freeze_escape({'skipcheck' => 1}); |
%rolesdump=&Apache::lonnet::dump('roles',$ccdomain,$ccuname); |
%rolesdump=&Apache::lonnet::dump('roles',$ccdomain,$ccuname,'.',undef,$extra); |
|
} |
} |
# Build up table of user roles to allow revocation and re-enabling of roles. |
# Build up table of user roles to allow revocation and re-enabling of roles. |
my ($tmp) = keys(%rolesdump); |
my ($tmp) = keys(%rolesdump); |
Line 1489 sub display_existing_roles {
|
Line 1645 sub display_existing_roles {
|
my $delallowed=0; |
my $delallowed=0; |
my $sortkey=$role_code; |
my $sortkey=$role_code; |
my $class='Unknown'; |
my $class='Unknown'; |
|
my $credits=''; |
if ($area =~ m{^/($match_domain)/($match_courseid)} ) { |
if ($area =~ m{^/($match_domain)/($match_courseid)} ) { |
$class='Course'; |
$class='Course'; |
my ($coursedom,$coursedir) = ($1,$2); |
my ($coursedom,$coursedir) = ($1,$2); |
Line 1517 sub display_existing_roles {
|
Line 1674 sub display_existing_roles {
|
} |
} |
$sortkey.="\0$coursedir"; |
$sortkey.="\0$coursedir"; |
$inccourses->{$cid}=1; |
$inccourses->{$cid}=1; |
|
if (($showcredits) && ($class eq 'Course') && ($role_code eq 'st')) { |
|
my $defaultcredits = $coursedata{'internal.defaultcredits'}; |
|
$credits = |
|
&get_user_credits($ccuname,$ccdomain,$defaultcredits, |
|
$coursedom,$coursedir); |
|
if ($credits eq '') { |
|
$credits = $defaultcredits; |
|
} |
|
} |
if ((&Apache::lonnet::allowed('c'.$role_code,$coursedom.'/'.$coursedir)) || |
if ((&Apache::lonnet::allowed('c'.$role_code,$coursedom.'/'.$coursedir)) || |
(&Apache::lonnet::allowed('c'.$role_code,$ccdomain))) { |
(&Apache::lonnet::allowed('c'.$role_code,$ccdomain))) { |
$allowed=1; |
$allowed=1; |
} |
} |
unless ($allowed) { |
unless ($allowed) { |
my $isowner = &is_courseowner($cid,$coursedata{'internal.courseowner'}); |
my $isowner = &Apache::lonuserutils::is_courseowner($cid,$coursedata{'internal.courseowner'}); |
if ($isowner) { |
if ($isowner) { |
if (($role_code eq 'co') && ($class eq 'Community')) { |
if (($role_code eq 'co') && ($class eq 'Community')) { |
$allowed = 1; |
$allowed = 1; |
Line 1543 sub display_existing_roles {
|
Line 1709 sub display_existing_roles {
|
} |
} |
} |
} |
if ($area=~m{^/($match_domain)/($match_courseid)/(\w+)}) { |
if ($area=~m{^/($match_domain)/($match_courseid)/(\w+)}) { |
$carea.='<br />Section: '.$3; |
$carea.='<br />'.&mt('Section: [_1]',$3); |
$sortkey.="\0$3"; |
$sortkey.="\0$3"; |
if (!$allowed) { |
if (!$allowed) { |
if ($env{'request.course.sec'} eq $3) { |
if ($env{'request.course.sec'} eq $3) { |
Line 1572 sub display_existing_roles {
|
Line 1738 sub display_existing_roles {
|
$allowed=1; |
$allowed=1; |
} |
} |
} |
} |
if ($role_code eq 'ca' || $role_code eq 'au') { |
if ($role_code eq 'ca' || $role_code eq 'au' || $role_code eq 'aa') { |
$class='Construction Space'; |
$class='Construction Space'; |
} elsif ($role_code eq 'su') { |
} elsif ($role_code eq 'su') { |
$class='System'; |
$class='System'; |
Line 1615 sub display_existing_roles {
|
Line 1781 sub display_existing_roles {
|
} |
} |
my $plaintext=''; |
my $plaintext=''; |
if (!$croletitle) { |
if (!$croletitle) { |
$plaintext=&Apache::lonnet::plaintext($role_code,$class) |
$plaintext=&Apache::lonnet::plaintext($role_code,$class); |
|
if (($showcredits) && ($credits ne '')) { |
|
$plaintext .= '<br/ ><span class="LC_nobreak">'. |
|
'<span class="LC_fontsize_small">'. |
|
&mt('Credits: [_1]',$credits). |
|
'</span></span>'; |
|
} |
} else { |
} else { |
$plaintext= |
$plaintext= |
&mt('Customrole [_1][_2]defined by [_3]', |
&mt('Customrole [_1][_2]defined by [_3]', |
Line 1668 sub display_existing_roles {
|
Line 1840 sub display_existing_roles {
|
} else { |
} else { |
$contextrole = &mt('Existing Roles in this Domain'); |
$contextrole = &mt('Existing Roles in this Domain'); |
} |
} |
$r->print(' |
$r->print('<div>'. |
<h3>'.$lt{'rer'}.'</h3>'. |
'<fieldset><legend>'.$contextrole.'</legend>'. |
'<div>'.$contextrole.'</div>'. |
|
&Apache::loncommon::start_data_table("LC_createuser"). |
&Apache::loncommon::start_data_table("LC_createuser"). |
&Apache::loncommon::start_data_table_header_row(). |
&Apache::loncommon::start_data_table_header_row(). |
'<th>'.$lt{'rev'}.'</th><th>'.$lt{'ren'}.'</th><th>'.$lt{'del'}. |
'<th>'.$lt{'rev'}.'</th><th>'.$lt{'ren'}.'</th><th>'.$lt{'del'}. |
Line 1682 sub display_existing_roles {
|
Line 1853 sub display_existing_roles {
|
$r->print($output{$type}."\n"); |
$r->print($output{$type}."\n"); |
} |
} |
} |
} |
$r->print(&Apache::loncommon::end_data_table()); |
$r->print(&Apache::loncommon::end_data_table(). |
|
'</fieldset></div>'); |
} |
} |
return; |
return; |
} |
} |
Line 2185 sub get_inststatuses {
|
Line 2357 sub get_inststatuses {
|
|
|
# ================================================================= Phase Three |
# ================================================================= Phase Three |
sub update_user_data { |
sub update_user_data { |
my ($r,$context,$crstype,$brcrum) = @_; |
my ($r,$context,$crstype,$brcrum,$showcredits) = @_; |
my $uhome=&Apache::lonnet::homeserver($env{'form.ccuname'}, |
my $uhome=&Apache::lonnet::homeserver($env{'form.ccuname'}, |
$env{'form.ccdomain'}); |
$env{'form.ccdomain'}); |
# Error messages |
# Error messages |
Line 2303 sub update_user_data {
|
Line 2475 sub update_user_data {
|
# If they are creating a new user but have not specified login |
# If they are creating a new user but have not specified login |
# information this will be caught below. |
# information this will be caught below. |
} else { |
} else { |
$r->print($error.&mt('Invalid login mode or password').$end.$rtnlink); |
$r->print($error.&mt('Invalid login mode or password').$end.$rtnlink); |
return; |
return; |
} |
} |
|
|
$r->print('<h3>'.&mt('User [_1] in domain [_2]', |
$r->print('<h3>'.&mt('User [_1] in domain [_2]', |
$env{'form.ccuname'}, $env{'form.ccdomain'}).'</h3>'); |
$env{'form.ccuname'}.' ('.&Apache::loncommon::plainname($env{'form.ccuname'}, |
$r->print('<p class="LC_info">'.&mt('Please be patient').'</p>'); |
$env{'form.ccdomain'}).')', $env{'form.ccdomain'}).'</h3>'); |
|
my %prog_state = &Apache::lonhtmlcommon::Create_PrgWin($r,2); |
|
|
my (%alerts,%rulematch,%inst_results,%curr_rules); |
my (%alerts,%rulematch,%inst_results,%curr_rules); |
my @userinfo = ('firstname','middlename','lastname','generation','permanentemail','id'); |
my @userinfo = ('firstname','middlename','lastname','generation','permanentemail','id'); |
my @usertools = ('aboutme','blog','portfolio'); |
my @usertools = ('aboutme','blog','webdav','portfolio'); |
my @requestcourses = ('official','unofficial','community'); |
my @requestcourses = ('official','unofficial','community'); |
|
my @requestauthor = ('requestauthor'); |
my ($othertitle,$usertypes,$types) = |
my ($othertitle,$usertypes,$types) = |
&Apache::loncommon::sorted_inst_types($env{'form.ccdomain'}); |
&Apache::loncommon::sorted_inst_types($env{'form.ccdomain'}); |
my %canmodify_status = |
my %canmodify_status = |
Line 2369 sub update_user_data {
|
Line 2543 sub update_user_data {
|
} |
} |
} |
} |
} |
} |
|
&Apache::lonhtmlcommon::Increment_PrgWin($r, \%prog_state); |
# Call modifyuser |
# Call modifyuser |
my $result = &Apache::lonnet::modifyuser |
my $result = &Apache::lonnet::modifyuser |
($env{'form.ccdomain'},$env{'form.ccuname'},$env{'form.cid'}, |
($env{'form.ccdomain'},$env{'form.ccuname'},$env{'form.cid'}, |
Line 2411 sub update_user_data {
|
Line 2586 sub update_user_data {
|
\%changeHash,'requestcourses'); |
\%changeHash,'requestcourses'); |
} |
} |
} |
} |
|
if ($env{'form.customrequestauthor'} == 1) { |
|
$newcustom{'requestauthor'} = $env{'form.requestauthor'}; |
|
$changed{'requestauthor'} = &tool_admin('requestauthor', |
|
$newcustom{'requestauthor'}, |
|
\%changeHash,'requestauthor'); |
|
} |
} |
} |
if ($canmodify_status{'inststatus'}) { |
if ($canmodify_status{'inststatus'}) { |
if (exists($env{'form.inststatus'})) { |
if (exists($env{'form.inststatus'})) { |
Line 2452 sub update_user_data {
|
Line 2633 sub update_user_data {
|
$r->print($error.&mt('You do not have the authority to modify this users authentification information').'.'.$end); |
$r->print($error.&mt('You do not have the authority to modify this users authentification information').'.'.$end); |
} |
} |
} |
} |
|
|
$r->rflush(); # Finish display of header before time consuming actions start |
$r->rflush(); # Finish display of header before time consuming actions start |
|
&Apache::lonhtmlcommon::Increment_PrgWin($r,\%prog_state); |
## |
## |
my (@userroles,%userupdate,$cnum,$cdom,%namechanged); |
my (@userroles,%userupdate,$cnum,$cdom,$defaultcredits,%namechanged); |
if ($context eq 'course') { |
if ($context eq 'course') { |
($cnum,$cdom) = &Apache::lonuserutils::get_course_identity(); |
($cnum,$cdom) = |
|
&Apache::lonuserutils::get_course_identity(); |
$crstype = &Apache::loncommon::course_type($cdom.'_'.$cnum); |
$crstype = &Apache::loncommon::course_type($cdom.'_'.$cnum); |
|
if ($showcredits) { |
|
$defaultcredits = &Apache::lonuserutils::get_defaultcredits($cdom,$cnum); |
|
} |
} |
} |
if (! $env{'form.makeuser'} ) { |
if (! $env{'form.makeuser'} ) { |
# Check for need to change |
# Check for need to change |
my %userenv = &Apache::lonnet::get |
my %userenv = &Apache::lonnet::get |
('environment',['firstname','middlename','lastname','generation', |
('environment',['firstname','middlename','lastname','generation', |
'id','permanentemail','portfolioquota','inststatus','tools.aboutme', |
'id','permanentemail','portfolioquota','inststatus','tools.aboutme', |
'tools.blog','tools.portfolio','requestcourses.official', |
'tools.blog','tools.webdav','tools.portfolio', |
'requestcourses.unofficial','requestcourses.community', |
'requestcourses.official','requestcourses.unofficial', |
'reqcrsotherdom.official','reqcrsotherdom.unofficial', |
'requestcourses.community','reqcrsotherdom.official', |
'reqcrsotherdom.community'], |
'reqcrsotherdom.unofficial','reqcrsotherdom.community', |
|
'requestauthor'], |
$env{'form.ccdomain'},$env{'form.ccuname'}); |
$env{'form.ccdomain'},$env{'form.ccuname'}); |
my ($tmp) = keys(%userenv); |
my ($tmp) = keys(%userenv); |
if ($tmp =~ /^(con_lost|error)/i) { |
if ($tmp =~ /^(con_lost|error)/i) { |
Line 2597 sub update_user_data {
|
Line 2782 sub update_user_data {
|
$olddefquota,$oldsettingstatus,$newdefquota,$newsettingstatus); |
$olddefquota,$oldsettingstatus,$newdefquota,$newsettingstatus); |
@disporder = ('inststatus'); |
@disporder = ('inststatus'); |
if ($env{'request.role.domain'} eq $env{'form.ccdomain'}) { |
if ($env{'request.role.domain'} eq $env{'form.ccdomain'}) { |
push(@disporder,'requestcourses'); |
push(@disporder,'requestcourses','requestauthor'); |
} else { |
} else { |
push(@disporder,'reqcrsotherdom'); |
push(@disporder,'reqcrsotherdom'); |
} |
} |
Line 2621 sub update_user_data {
|
Line 2806 sub update_user_data {
|
if (&Apache::lonnet::allowed('mau',$env{'form.ccdomain'})) { |
if (&Apache::lonnet::allowed('mau',$env{'form.ccdomain'})) { |
$canshow{'inststatus'} = 1; |
$canshow{'inststatus'} = 1; |
} |
} |
|
if (&Apache::lonnet::allowed('cau',$env{'form.ccdomain'})) { |
|
$canshow{'requestauthor'} = 1; |
|
} |
my (%changeHash,%changed); |
my (%changeHash,%changed); |
if ($oldinststatus eq '') { |
if ($oldinststatus eq '') { |
$oldsettings{'inststatus'} = $othertitle; |
$oldsettings{'inststatus'} = $othertitle; |
Line 2710 sub update_user_data {
|
Line 2898 sub update_user_data {
|
if ($env{'form.ccdomain'} eq $env{'request.role.domain'}) { |
if ($env{'form.ccdomain'} eq $env{'request.role.domain'}) { |
&tool_changes('requestcourses',\@requestcourses,\%oldsettings,\%oldsettingstext, |
&tool_changes('requestcourses',\@requestcourses,\%oldsettings,\%oldsettingstext, |
\%userenv,\%changeHash,\%changed,\%newsettings,\%newsettingstext); |
\%userenv,\%changeHash,\%changed,\%newsettings,\%newsettingstext); |
|
&tool_changes('requestauthor',\@requestauthor,\%oldsettings,\%oldsettingstext,\%userenv,\%changeHash,\%changed,\%newsettings,\%newsettingstext); |
} else { |
} else { |
&tool_changes('reqcrsotherdom',\@requestcourses,\%oldsettings,\%oldsettingstext, |
&tool_changes('reqcrsotherdom',\@requestcourses,\%oldsettings,\%oldsettingstext, |
\%userenv,\%changeHash,\%changed,\%newsettings,\%newsettingstext); |
\%userenv,\%changeHash,\%changed,\%newsettings,\%newsettingstext); |
Line 2737 sub update_user_data {
|
Line 2926 sub update_user_data {
|
|| ($key eq 'community')) { |
|| ($key eq 'community')) { |
$newenvhash{'environment.requestcourses.'.$key} = |
$newenvhash{'environment.requestcourses.'.$key} = |
$changeHash{'requestcourses.'.$key}; |
$changeHash{'requestcourses.'.$key}; |
if ($changeHash{'requestcourses.'.$key} ne '') { |
if ($changeHash{'requestcourses.'.$key}) { |
$newenvhash{'environment.canrequest.'.$key} = 1; |
$newenvhash{'environment.canrequest.'.$key} = 1; |
} else { |
} else { |
$newenvhash{'environment.canrequest.'.$key} = |
$newenvhash{'environment.canrequest.'.$key} = |
&Apache::lonnet::usertools_access($env{'user.name'},$env{'user.domain'}, |
&Apache::lonnet::usertools_access($env{'user.name'},$env{'user.domain'}, |
$key,'reload','requestcourses'); |
$key,'reload','requestcourses'); |
} |
} |
|
} elsif ($key eq 'requestauthor') { |
|
$newenvhash{'environment.'.$key} = $changeHash{$key}; |
|
if ($changeHash{$key}) { |
|
$newenvhash{'environment.canrequest.author'} = 1; |
|
} else { |
|
$newenvhash{'environment.canrequest.author'} = |
|
&Apache::lonnet::usertools_access($env{'user.name'},$env{'user.domain'}, |
|
$key,'reload','requestauthor'); |
|
} |
} elsif ($key ne 'quota') { |
} elsif ($key ne 'quota') { |
$newenvhash{'environment.tools.'.$key} = |
$newenvhash{'environment.tools.'.$key} = |
$changeHash{'tools.'.$key}; |
$changeHash{'tools.'.$key}; |
Line 2752 sub update_user_data {
|
Line 2950 sub update_user_data {
|
$changeHash{'tools.'.$key}; |
$changeHash{'tools.'.$key}; |
} else { |
} else { |
$newenvhash{'environment.availabletools.'.$key} = |
$newenvhash{'environment.availabletools.'.$key} = |
&Apache::lonnet::usertools_access($env{'user.name'},$env{'user.domain'}, $key,'reload','tools'); |
&Apache::lonnet::usertools_access($env{'user.name'},$env{'user.domain'}, |
|
$key,'reload','tools'); |
} |
} |
} |
} |
} |
} |
Line 2785 sub update_user_data {
|
Line 2984 sub update_user_data {
|
((keys(%changed) > 0) && $chgresult eq 'ok')) { |
((keys(%changed) > 0) && $chgresult eq 'ok')) { |
# Tell the user we changed the name |
# Tell the user we changed the name |
&display_userinfo($r,1,\@disporder,\%canshow,\@requestcourses, |
&display_userinfo($r,1,\@disporder,\%canshow,\@requestcourses, |
\@usertools,\%userenv,\%changed,\%namechanged, |
\@usertools,\@requestauthor,\%userenv,\%changed,\%namechanged, |
\%oldsettings, \%oldsettingstext,\%newsettings, |
\%oldsettings, \%oldsettingstext,\%newsettings, |
\%newsettingstext); |
\%newsettingstext); |
if ($env{'form.cid'} ne $userenv{'id'}) { |
if ($env{'form.cid'} ne $userenv{'id'}) { |
Line 2818 sub update_user_data {
|
Line 3017 sub update_user_data {
|
# or ability to request creation of courses, |
# or ability to request creation of courses, |
# but we can still tell them what the name and quota and availabilities are |
# but we can still tell them what the name and quota and availabilities are |
&display_userinfo($r,undef,\@disporder,\%canshow,\@requestcourses, |
&display_userinfo($r,undef,\@disporder,\%canshow,\@requestcourses, |
\@usertools,\%userenv,\%changed,\%namechanged,\%oldsettings, |
\@usertools,\@requestauthor,\%userenv,\%changed,\%namechanged,\%oldsettings, |
\%oldsettingstext,\%newsettings,\%newsettingstext); |
\%oldsettingstext,\%newsettings,\%newsettingstext); |
} |
} |
if (@mod_disallowed) { |
if (@mod_disallowed) { |
Line 2855 sub update_user_data {
|
Line 3054 sub update_user_data {
|
.&Apache::lonuserutils::print_namespacing_alerts($env{'form.ccdomain'},\%alerts,\%curr_rules) |
.&Apache::lonuserutils::print_namespacing_alerts($env{'form.ccdomain'},\%alerts,\%curr_rules) |
.'</span>'); |
.'</span>'); |
} |
} |
|
&Apache::lonhtmlcommon::Close_PrgWin($r,\%prog_state); |
if ($env{'form.action'} eq 'singlestudent') { |
if ($env{'form.action'} eq 'singlestudent') { |
&enroll_single_student($r,$uhome,$amode,$genpwd,$now,$newuser,$context,$crstype); |
&enroll_single_student($r,$uhome,$amode,$genpwd,$now,$newuser,$context, |
|
$crstype,$showcredits,$defaultcredits); |
$r->print('<p><a href="javascript:backPage(document.userupdate)">'); |
$r->print('<p><a href="javascript:backPage(document.userupdate)">'); |
if ($crstype eq 'Community') { |
if ($crstype eq 'Community') { |
$r->print(&mt('Enroll Another Member')); |
$r->print(&mt('Enroll Another Member')); |
Line 2865 sub update_user_data {
|
Line 3066 sub update_user_data {
|
} |
} |
$r->print('</a></p>'); |
$r->print('</a></p>'); |
} else { |
} else { |
my @rolechanges = &update_roles($r,$context); |
my @rolechanges = &update_roles($r,$context,$showcredits); |
if (keys(%namechanged) > 0) { |
if (keys(%namechanged) > 0) { |
if ($context eq 'course') { |
if ($context eq 'course') { |
if (@userroles > 0) { |
if (@userroles > 0) { |
Line 2886 sub update_user_data {
|
Line 3087 sub update_user_data {
|
if ($env{'form.popup'}) { |
if ($env{'form.popup'}) { |
$r->print('<p><a href="javascript:window.close()">'.&mt('Close window').'</a></p>'); |
$r->print('<p><a href="javascript:window.close()">'.&mt('Close window').'</a></p>'); |
} else { |
} else { |
$r->print('<p><a href="javascript:backPage(document.userupdate,'."'$env{'form.prevphase'}','modify'".')">' |
$r->print('<br />'.&Apache::lonhtmlcommon::actionbox(['<a href="javascript:backPage(document.userupdate,'."'$env{'form.prevphase'}','modify'".')">' |
.&mt('Modify this user: [_1]','<span class="LC_cusr_emph">'.$env{'form.ccuname'}.':'.$env{'form.ccdomain'}.' ('.$userinfo.')</span>').'</a>' |
.&mt('Modify this user: [_1]','<span class="LC_cusr_emph">'.$env{'form.ccuname'}.':'.$env{'form.ccdomain'}.' ('.$userinfo.')</span>').'</a>', |
.(' 'x5).'<a href="javascript:backPage(document.userupdate)">' |
'<a href="javascript:backPage(document.userupdate)">'.&mt('Create/Modify Another User').'</a>'])); |
.&mt('Create/Modify Another User').'</a></p>'); |
|
} |
} |
} |
} |
} |
} |
|
|
sub display_userinfo { |
sub display_userinfo { |
my ($r,$changed,$order,$canshow,$requestcourses,$usertools,$userenv, |
my ($r,$changed,$order,$canshow,$requestcourses,$usertools,$requestauthor, |
$changedhash,$namechangedhash,$oldsetting,$oldsettingtext, |
$userenv,$changedhash,$namechangedhash,$oldsetting,$oldsettingtext, |
$newsetting,$newsettingtext) = @_; |
$newsetting,$newsettingtext) = @_; |
return unless (ref($order) eq 'ARRAY' && |
return unless (ref($order) eq 'ARRAY' && |
ref($canshow) eq 'HASH' && |
ref($canshow) eq 'HASH' && |
ref($requestcourses) eq 'ARRAY' && |
ref($requestcourses) eq 'ARRAY' && |
|
ref($requestauthor) eq 'ARRAY' && |
ref($usertools) eq 'ARRAY' && |
ref($usertools) eq 'ARRAY' && |
ref($userenv) eq 'HASH' && |
ref($userenv) eq 'HASH' && |
ref($changedhash) eq 'HASH' && |
ref($changedhash) eq 'HASH' && |
Line 2909 sub display_userinfo {
|
Line 3110 sub display_userinfo {
|
ref($newsetting) eq 'HASH' && |
ref($newsetting) eq 'HASH' && |
ref($newsettingtext) eq 'HASH'); |
ref($newsettingtext) eq 'HASH'); |
my %lt=&Apache::lonlocal::texthash( |
my %lt=&Apache::lonlocal::texthash( |
'ui' => 'User Information (unchanged)', |
'ui' => 'User Information', |
'uic' => 'User Information Changed', |
'uic' => 'User Information Changed', |
'firstname' => 'First Name', |
'firstname' => 'First Name', |
'middlename' => 'Middle Name', |
'middlename' => 'Middle Name', |
Line 2919 sub display_userinfo {
|
Line 3120 sub display_userinfo {
|
'permanentemail' => 'Permanent e-mail address', |
'permanentemail' => 'Permanent e-mail address', |
'quota' => 'Disk space allocated to portfolio files', |
'quota' => 'Disk space allocated to portfolio files', |
'blog' => 'Blog Availability', |
'blog' => 'Blog Availability', |
|
'webdav' => 'WebDAV Availability', |
'aboutme' => 'Personal Information Page Availability', |
'aboutme' => 'Personal Information Page Availability', |
'portfolio' => 'Portfolio Availability', |
'portfolio' => 'Portfolio Availability', |
'official' => 'Can Request Official Courses', |
'official' => 'Can Request Official Courses', |
'unofficial' => 'Can Request Unofficial Courses', |
'unofficial' => 'Can Request Unofficial Courses', |
'community' => 'Can Request Communities', |
'community' => 'Can Request Communities', |
|
'requestauthor' => 'Can Request Author Role', |
'inststatus' => "Affiliation", |
'inststatus' => "Affiliation", |
'prvs' => 'Previous Value:', |
'prvs' => 'Previous Value:', |
'chto' => 'Changed To:' |
'chto' => 'Changed To:' |
); |
); |
my $title = $lt{'ui'}; |
|
if ($changed) { |
|
$title = $lt{'uic'}; |
|
} |
|
$r->print('<h4>'.$title.'</h4>'. |
|
&Apache::loncommon::start_data_table(). |
|
&Apache::loncommon::start_data_table_header_row()); |
|
if ($changed) { |
if ($changed) { |
|
$r->print('<h3>'.$lt{'uic'}.'</h3>'. |
|
&Apache::loncommon::start_data_table(). |
|
&Apache::loncommon::start_data_table_header_row()); |
$r->print("<th> </th>\n"); |
$r->print("<th> </th>\n"); |
} |
$r->print('<th><b>'.$lt{'prvs'}.'</b></th>'); |
my @userinfo = ('firstname','middlename','lastname','generation','permanentemail','id'); |
$r->print('<th><span class="LC_nobreak"><b>'.$lt{'chto'}.'</b></span></th>'); |
foreach my $item (@userinfo) { |
$r->print(&Apache::loncommon::end_data_table_header_row()); |
$r->print("<th>$lt{$item}</th>\n"); |
my @userinfo = ('firstname','middlename','lastname','generation','permanentemail','id'); |
} |
|
foreach my $entry (@{$order}) { |
|
if ($canshow->{$entry}) { |
|
if (($entry eq 'requestcourses') || ($entry eq 'reqcrsotherdom')) { |
|
foreach my $item (@{$requestcourses}) { |
|
$r->print("<th>$lt{$item}</th>\n"); |
|
} |
|
} elsif ($entry eq 'tools') { |
|
foreach my $item (@{$usertools}) { |
|
$r->print("<th>$lt{$item}</th>\n"); |
|
} |
|
} else { |
|
$r->print("<th>$lt{$entry}</th>\n"); |
|
} |
|
} |
|
} |
|
$r->print(&Apache::loncommon::end_data_table_header_row(). |
|
&Apache::loncommon::start_data_table_row()); |
|
if ($changed) { |
|
$r->print('<td><b>'.$lt{'prvs'}.'</b></td>'."\n"); |
|
} |
|
foreach my $item (@userinfo) { |
|
$r->print('<td>'.$userenv->{$item}.' </td>'."\n"); |
|
} |
|
foreach my $entry (@{$order}) { |
|
if ($canshow->{$entry}) { |
|
if (($entry eq 'requestcourses') || ($entry eq 'reqcrsotherdom')) { |
|
foreach my $item (@{$requestcourses}) { |
|
$r->print("<td>$oldsetting->{$item} $oldsettingtext->{$item}</td>\n"); |
|
} |
|
} elsif ($entry eq 'tools') { |
|
foreach my $item (@{$usertools}) { |
|
$r->print("<td>$oldsetting->{$item} $oldsettingtext->{$item}</td>\n"); |
|
} |
|
} else { |
|
$r->print("<td>$oldsetting->{$entry} $oldsettingtext->{$entry} </td>\n"); |
|
} |
|
} |
|
} |
|
$r->print(&Apache::loncommon::end_data_table_row()); |
|
if ($changed) { |
|
$r->print(&Apache::loncommon::start_data_table_row(). |
|
'<td><span class="LC_nobreak"><b>'.$lt{'chto'}.'</b></span></td>'."\n"); |
|
foreach my $item (@userinfo) { |
foreach my $item (@userinfo) { |
my $value = $env{'form.c'.$item}; |
my $value = $env{'form.c'.$item}; |
if ($namechangedhash->{$item}) { |
#show changes only: |
$value = '<span class="LC_cusr_emph">'.$value.'</span>'; |
unless($value eq $userenv->{$item}){ |
|
$r->print(&Apache::loncommon::start_data_table_row()); |
|
|
|
$r->print("<td>$lt{$item}</td>\n"); |
|
$r->print('<td>'.$userenv->{$item}.' </td>'); |
|
$r->print("<td>$value </td>\n"); |
|
|
|
$r->print(&Apache::loncommon::end_data_table_row()); |
} |
} |
$r->print("<td>$value </td>\n"); |
|
} |
} |
foreach my $entry (@{$order}) { |
foreach my $entry (@{$order}) { |
if ($canshow->{$entry}) { |
if ($canshow->{$entry} && ($newsetting->{$entry} ne $newsetting->{$entry})) { |
|
$r->print(&Apache::loncommon::start_data_table_row()); |
if (($entry eq 'requestcourses') || ($entry eq 'reqcrsotherdom')) { |
if (($entry eq 'requestcourses') || ($entry eq 'reqcrsotherdom')) { |
foreach my $item (@{$requestcourses}) { |
foreach my $item (@{$requestcourses}) { |
|
$r->print("<td>$lt{$item}</td>\n"); |
|
$r->print("<td>$oldsetting->{$item} $oldsettingtext->{$item}</td>\n"); |
my $value = $newsetting->{$item}.' '.$newsettingtext->{$item}; |
my $value = $newsetting->{$item}.' '.$newsettingtext->{$item}; |
if ($changedhash->{$item}) { |
if ($changedhash->{$item}) { |
$value = '<span class="LC_cusr_emph">'.$value.'</span>'; |
$value = '<span class="LC_cusr_emph">'.$value.'</span>'; |
Line 3003 sub display_userinfo {
|
Line 3170 sub display_userinfo {
|
} |
} |
} elsif ($entry eq 'tools') { |
} elsif ($entry eq 'tools') { |
foreach my $item (@{$usertools}) { |
foreach my $item (@{$usertools}) { |
|
$r->print("<td>$lt{$item}</td>\n"); |
|
$r->print("<td>$oldsetting->{$item} $oldsettingtext->{$item}</td>\n"); |
my $value = $newsetting->{$item}.' '.$newsettingtext->{$item}; |
my $value = $newsetting->{$item}.' '.$newsettingtext->{$item}; |
if ($changedhash->{$item}) { |
if ($changedhash->{$item}) { |
$value = '<span class="LC_cusr_emph">'.$value.'</span>'; |
$value = '<span class="LC_cusr_emph">'.$value.'</span>'; |
Line 3010 sub display_userinfo {
|
Line 3179 sub display_userinfo {
|
$r->print("<td>$value </td>\n"); |
$r->print("<td>$value </td>\n"); |
} |
} |
} else { |
} else { |
|
$r->print("<td>$lt{$entry}</td>\n"); |
|
$r->print("<td>$oldsetting->{$entry} $oldsettingtext->{$entry} </td>\n"); |
my $value = $newsetting->{$entry}.' '.$newsettingtext->{$entry}; |
my $value = $newsetting->{$entry}.' '.$newsettingtext->{$entry}; |
if ($changedhash->{$entry}) { |
if ($changedhash->{$entry}) { |
$value = '<span class="LC_cusr_emph">'.$value.'</span>'; |
$value = '<span class="LC_cusr_emph">'.$value.'</span>'; |
} |
} |
$r->print("<td>$value </td>\n"); |
$r->print("<td>$value </td>\n"); |
} |
} |
|
$r->print(&Apache::loncommon::end_data_table_row()); |
} |
} |
} |
} |
$r->print(&Apache::loncommon::end_data_table_row()); |
$r->print(&Apache::loncommon::end_data_table().'<br />'); |
|
} else { |
|
$r->print('<h3>'.$lt{'ui'}.'</h3>'. |
|
'<p>'.&mt('No changes made to user information').'</p>'); |
} |
} |
$r->print(&Apache::loncommon::end_data_table().'<br />'); |
|
return; |
return; |
} |
} |
|
|
Line 3119 sub tool_changes {
|
Line 3293 sub tool_changes {
|
return; |
return; |
} |
} |
foreach my $tool (@{$usertools}) { |
foreach my $tool (@{$usertools}) { |
my $newval; |
my ($newval,$envkey); |
|
$envkey = $context.'.'.$tool; |
if ($context eq 'requestcourses') { |
if ($context eq 'requestcourses') { |
$newval = $env{'form.crsreq_'.$tool}; |
$newval = $env{'form.crsreq_'.$tool}; |
if ($newval eq 'autolimit') { |
if ($newval eq 'autolimit') { |
$newval .= '='.$env{'form.crsreq_'.$tool.'_limit'}; |
$newval .= '='.$env{'form.crsreq_'.$tool.'_limit'}; |
} |
} |
|
} elsif ($context eq 'requestauthor') { |
|
$newval = $env{'form.'.$context}; |
|
$envkey = $context; |
} else { |
} else { |
$newval = $env{'form.'.$context.'_'.$tool}; |
$newval = $env{'form.'.$context.'_'.$tool}; |
} |
} |
if ($userenv->{$context.'.'.$tool} ne '') { |
if ($userenv->{$envkey} ne '') { |
$oldaccess->{$tool} = &mt('custom'); |
$oldaccess->{$tool} = &mt('custom'); |
if ($userenv->{$context.'.'.$tool}) { |
if ($userenv->{$envkey}) { |
$oldaccesstext->{$tool} = &mt("availability set to 'on'"); |
$oldaccesstext->{$tool} = &mt("availability set to 'on'"); |
} else { |
} else { |
$oldaccesstext->{$tool} = &mt("availability set to 'off'"); |
$oldaccesstext->{$tool} = &mt("availability set to 'off'"); |
} |
} |
$changeHash->{$context.'.'.$tool} = $userenv->{$context.'.'.$tool}; |
$changeHash->{$envkey} = $userenv->{$envkey}; |
if ($env{'form.custom'.$tool} == 1) { |
if ($env{'form.custom'.$tool} == 1) { |
if ($newval ne $userenv->{$context.'.'.$tool}) { |
if ($newval ne $userenv->{$envkey}) { |
$changed->{$tool} = &tool_admin($tool,$newval,$changeHash, |
$changed->{$tool} = &tool_admin($tool,$newval,$changeHash, |
$context); |
$context); |
if ($changed->{$tool}) { |
if ($changed->{$tool}) { |
Line 3196 sub tool_changes {
|
Line 3374 sub tool_changes {
|
} |
} |
|
|
sub update_roles { |
sub update_roles { |
my ($r,$context) = @_; |
my ($r,$context,$showcredits) = @_; |
my $now=time; |
my $now=time; |
my @rolechanges; |
my @rolechanges; |
my %disallowed; |
my %disallowed; |
Line 3213 sub update_roles {
|
Line 3391 sub update_roles {
|
&Apache::lonnet::revokerole($env{'form.ccdomain'}, |
&Apache::lonnet::revokerole($env{'form.ccdomain'}, |
$env{'form.ccuname'}, |
$env{'form.ccuname'}, |
$scope,$role,'','',$context); |
$scope,$role,'','',$context); |
$r->print(&mt('Revoking [_1] in [_2]: [_3]', |
$r->print(&Apache::lonhtmlcommon::confirm_success( |
$role,$scope,'<b>'.$result.'</b>').'<br />'); |
&mt('Revoking [_1] in [_2]', |
|
&Apache::lonnet::plaintext($role), |
|
&Apache::loncommon::show_role_extent($scope,$context,$role)), |
|
$result ne "ok").'<br />'); |
|
if ($result ne "ok") { |
|
$r->print(&mt('Error: [_1]',$result).'<br />'); |
|
} |
if ($role eq 'st') { |
if ($role eq 'st') { |
my $result = |
my $result = |
&Apache::lonuserutils::classlist_drop($scope, |
&Apache::lonuserutils::classlist_drop($scope, |
$env{'form.ccuname'},$env{'form.ccdomain'}, |
$env{'form.ccuname'},$env{'form.ccdomain'}, |
$now); |
$now); |
$r->print($result); |
$r->print(&Apache::lonhtmlcommon::confirm_success($result)); |
} |
} |
if (!grep(/^\Q$role\E$/,@rolechanges)) { |
if (!grep(/^\Q$role\E$/,@rolechanges)) { |
push(@rolechanges,$role); |
push(@rolechanges,$role); |
Line 3228 sub update_roles {
|
Line 3412 sub update_roles {
|
} |
} |
if ($key=~m{^form\.rev\:([^_]+)_cr\.cr/($match_domain)/($match_username)/(\w+)$}s) { |
if ($key=~m{^form\.rev\:([^_]+)_cr\.cr/($match_domain)/($match_username)/(\w+)$}s) { |
# Revoke custom role |
# Revoke custom role |
$r->print(&mt('Revoking custom role:'). |
my $result = &Apache::lonnet::revokecustomrole( |
' '.$4.' by '.$3.':'.$2.' in '.$1.': <b>'. |
$env{'form.ccdomain'},$env{'form.ccuname'},$1,$2,$3,$4,'','',$context); |
&Apache::lonnet::revokecustomrole($env{'form.ccdomain'}, |
$r->print(&Apache::lonhtmlcommon::confirm_success( |
$env{'form.ccuname'},$1,$2,$3,$4,'','',$context). |
&mt('Revoking custom role [_1] by [_2] in [_3]', |
'</b><br />'); |
$4,$3.':'.$2,&Apache::loncommon::show_role_extent($1,$context,'cr')), |
|
$result ne 'ok').'<br />'); |
|
if ($result ne "ok") { |
|
$r->print(&mt('Error: [_1]',$result).'<br />'); |
|
} |
if (!grep(/^cr$/,@rolechanges)) { |
if (!grep(/^cr$/,@rolechanges)) { |
push(@rolechanges,'cr'); |
push(@rolechanges,'cr'); |
} |
} |
Line 3246 sub update_roles {
|
Line 3434 sub update_roles {
|
$env{'form.ccuname'}, |
$env{'form.ccuname'}, |
$scope,$role,$now,0,1,'', |
$scope,$role,$now,0,1,'', |
$context); |
$context); |
$r->print(&mt('Deleting [_1] in [_2]: [_3]',$role,$scope, |
$r->print(&Apache::lonhtmlcommon::confirm_success( |
'<b>'.$result.'</b>').'<br />'); |
&mt('Deleting [_1] in [_2]', |
|
&Apache::lonnet::plaintext($role), |
|
&Apache::loncommon::show_role_extent($scope,$context,$role)), |
|
$result ne 'ok').'<br />'); |
|
if ($result ne "ok") { |
|
$r->print(&mt('Error: [_1]',$result).'<br />'); |
|
} |
|
|
if ($role eq 'st') { |
if ($role eq 'st') { |
my $result = |
my $result = |
&Apache::lonuserutils::classlist_drop($scope, |
&Apache::lonuserutils::classlist_drop($scope, |
$env{'form.ccuname'},$env{'form.ccdomain'}, |
$env{'form.ccuname'},$env{'form.ccdomain'}, |
$now); |
$now); |
$r->print($result); |
$r->print(&Apache::lonhtmlcommon::confirm_success($result)); |
} |
} |
if (!grep(/^\Q$role\E$/,@rolechanges)) { |
if (!grep(/^\Q$role\E$/,@rolechanges)) { |
push(@rolechanges,$role); |
push(@rolechanges,$role); |
Line 3262 sub update_roles {
|
Line 3457 sub update_roles {
|
if ($key=~m{^form\.del\:([^_]+)_cr\.cr/($match_domain)/($match_username)/(\w+)$}) { |
if ($key=~m{^form\.del\:([^_]+)_cr\.cr/($match_domain)/($match_username)/(\w+)$}) { |
my ($url,$rdom,$rnam,$rolename) = ($1,$2,$3,$4); |
my ($url,$rdom,$rnam,$rolename) = ($1,$2,$3,$4); |
# Delete custom role |
# Delete custom role |
$r->print(&mt('Deleting custom role [_1] by [_2] in [_3]', |
my $result = |
$rolename,$rnam.':'.$rdom,$url).': <b>'. |
&Apache::lonnet::assigncustomrole($env{'form.ccdomain'}, |
&Apache::lonnet::assigncustomrole($env{'form.ccdomain'}, |
$env{'form.ccuname'},$url,$rdom,$rnam,$rolename,$now, |
$env{'form.ccuname'},$url,$rdom,$rnam,$rolename,$now, |
0,1,$context); |
0,1,$context).'</b><br />'); |
$r->print(&Apache::lonhtmlcommon::confirm_success(&mt('Deleting custom role [_1] by [_2] in [_3]', |
|
$rolename,$rnam.':'.$rdom,&Apache::loncommon::show_role_extent($1,$context,'cr')), |
|
$result ne "ok").'<br />'); |
|
if ($result ne "ok") { |
|
$r->print(&mt('Error: [_1]',$result).'<br />'); |
|
} |
|
|
if (!grep(/^cr$/,@rolechanges)) { |
if (!grep(/^cr$/,@rolechanges)) { |
push(@rolechanges,'cr'); |
push(@rolechanges,'cr'); |
} |
} |
Line 3282 sub update_roles {
|
Line 3483 sub update_roles {
|
my $output; |
my $output; |
if ($role eq 'st') { |
if ($role eq 'st') { |
if ($url =~ m-^/($match_domain)/($match_courseid)/?(\w*)$-) { |
if ($url =~ m-^/($match_domain)/($match_courseid)/?(\w*)$-) { |
my $result = &Apache::loncommon::commit_studentrole(\$logmsg,$udom,$uname,$url,$role,$now,0,$1,$2,$3); |
my ($cdom,$cnum,$csec) = ($1,$2,$3); |
|
my $credits; |
|
if ($showcredits) { |
|
my $defaultcredits = |
|
&Apache::lonuserutils::get_defaultcredits($cdom,$cnum); |
|
$credits = &get_user_credits($defaultcredits,$cdom,$cnum); |
|
} |
|
my $result = &Apache::loncommon::commit_studentrole(\$logmsg,$udom,$uname,$url,$role,$now,0,$cdom,$cnum,$csec,$context,$credits); |
if (($result =~ /^error/) || ($result eq 'not_in_class') || ($result eq 'unknown_course') || ($result eq 'refused')) { |
if (($result =~ /^error/) || ($result eq 'not_in_class') || ($result eq 'unknown_course') || ($result eq 'refused')) { |
if ($result eq 'refused' && $logmsg) { |
if ($result eq 'refused' && $logmsg) { |
$output = $logmsg; |
$output = $logmsg; |
} else { |
} else { |
$output = "Error: $result\n"; |
$output = &mt('Error: [_1]',$result)."\n"; |
} |
} |
} else { |
} else { |
$output = &mt('Assigning').' '.$role.' in '.$url. |
$output = &Apache::lonhtmlcommon::confirm_success(&mt('Assigning [_1] in [_2] starting [_3]', |
&mt('starting').' '.localtime($now). |
&Apache::lonnet::plaintext($role), |
': <br />'.$logmsg.'<br />'. |
&Apache::loncommon::show_role_extent($url,$context,'st'), |
&mt('Add to classlist').': <b>ok</b><br />'; |
&Apache::lonlocal::locallocaltime($now))).'<br />'.$logmsg.'<br />'; |
} |
} |
} |
} |
} else { |
} else { |
my $result=&Apache::lonnet::assignrole($env{'form.ccdomain'}, |
my $result=&Apache::lonnet::assignrole($env{'form.ccdomain'}, |
$env{'form.ccuname'},$url,$role,0,$now,'','', |
$env{'form.ccuname'},$url,$role,0,$now,'','', |
$context); |
$context); |
$output = &mt('Re-enabling [_1] in [_2]: [_3]', |
$output = &Apache::lonhtmlcommon::confirm_success(&mt('Re-enabling [_1] in [_2]', |
$role,$url,'<b>'.$result.'</b>').'<br />'; |
&Apache::lonnet::plaintext($role), |
} |
&Apache::loncommon::show_role_extent($url,$context,$role)),$result ne "ok").'<br />'; |
|
if ($result ne "ok") { |
|
$output .= &mt('Error: [_1]',$result).'<br />'; |
|
} |
|
} |
$r->print($output); |
$r->print($output); |
if (!grep(/^\Q$role\E$/,@rolechanges)) { |
if (!grep(/^\Q$role\E$/,@rolechanges)) { |
push(@rolechanges,$role); |
push(@rolechanges,$role); |
Line 3314 sub update_roles {
|
Line 3526 sub update_roles {
|
my $result = &Apache::lonnet::assigncustomrole( |
my $result = &Apache::lonnet::assigncustomrole( |
$env{'form.ccdomain'}, $env{'form.ccuname'}, |
$env{'form.ccdomain'}, $env{'form.ccuname'}, |
$url,$rdom,$rnam,$rolename,0,$now,undef,$context); |
$url,$rdom,$rnam,$rolename,0,$now,undef,$context); |
$r->print(&mt('Re-enabling custom role [_1] by [_2] in [_3]: [_4]', |
$r->print(&Apache::lonhtmlcommon::confirm_success( |
$rolename,$rnam.':'.$rdom,$url,'<b>'.$result.'</b>').'<br />'); |
&mt('Re-enabling custom role [_1] by [_2] in [_3]', |
|
$rolename,$rnam.':'.$rdom,&Apache::loncommon::show_role_extent($1,$context,'cr')), |
|
$result ne "ok").'<br />'); |
|
if ($result ne "ok") { |
|
$r->print(&mt('Error: [_1]',$result).'<br />'); |
|
} |
if (!grep(/^cr$/,@rolechanges)) { |
if (!grep(/^cr$/,@rolechanges)) { |
push(@rolechanges,'cr'); |
push(@rolechanges,'cr'); |
} |
} |
Line 3372 sub update_roles {
|
Line 3589 sub update_roles {
|
# split multiple sections |
# split multiple sections |
my %sections = (); |
my %sections = (); |
my $num_sections = &build_roles($env{'form.sec_'.$one.'_'.$two.'_'.$three},\%sections,$three); |
my $num_sections = &build_roles($env{'form.sec_'.$one.'_'.$two.'_'.$three},\%sections,$three); |
|
my $credits; |
|
if ($three eq 'st') { |
|
if ($showcredits) { |
|
my $defaultcredits = |
|
&Apache::lonuserutils::get_defaultcredits($one,$two); |
|
$credits = $env{'form.credits_'.$one.'_'.$two.'_'.$three}; |
|
$credits =~ s/[^\d\.]//g; |
|
if ($credits eq $defaultcredits) { |
|
undef($credits); |
|
} |
|
} |
|
} |
if ($num_sections == 0) { |
if ($num_sections == 0) { |
$r->print(&Apache::loncommon::commit_standardrole($udom,$uname,$url,$three,$start,$end,$one,$two,'',$context)); |
$r->print(&Apache::loncommon::commit_standardrole($udom,$uname,$url,$three,$start,$end,$one,$two,'',$context,$credits)); |
} else { |
} else { |
my %curr_groups = |
my %curr_groups = |
&Apache::longroup::coursegroups($one,$two); |
&Apache::longroup::coursegroups($one,$two); |
Line 3387 sub update_roles {
|
Line 3616 sub update_roles {
|
next; |
next; |
} |
} |
my $securl = $url.'/'.$sec; |
my $securl = $url.'/'.$sec; |
$r->print(&Apache::loncommon::commit_standardrole($udom,$uname,$securl,$three,$start,$end,$one,$two,$sec,$context)); |
$r->print(&Apache::loncommon::commit_standardrole($udom,$uname,$securl,$three,$start,$end,$one,$two,$sec,$context,$credits)); |
} else { |
} else { |
$emptysec = 1; |
$emptysec = 1; |
} |
} |
} |
} |
if ($emptysec) { |
if ($emptysec) { |
$r->print(&Apache::loncommon::commit_standardrole($udom,$uname,$url,$three,$start,$end,$one,$two,'',$context)); |
$r->print(&Apache::loncommon::commit_standardrole($udom,$uname,$url,$three,$start,$end,$one,$two,'',$context,$credits)); |
} |
} |
} |
} |
if (!grep(/^\Q$three\E$/,@rolechanges)) { |
if (!grep(/^\Q$three\E$/,@rolechanges)) { |
Line 3455 sub update_roles {
|
Line 3684 sub update_roles {
|
# Flush the course logs so reverse user roles immediately updated |
# Flush the course logs so reverse user roles immediately updated |
$r->register_cleanup(\&Apache::lonnet::flushcourselogs); |
$r->register_cleanup(\&Apache::lonnet::flushcourselogs); |
if (@rolechanges == 0) { |
if (@rolechanges == 0) { |
$r->print(&mt('No roles to modify')); |
$r->print('<p>'.&mt('No roles to modify').'</p>'); |
} |
} |
return @rolechanges; |
return @rolechanges; |
} |
} |
|
|
|
sub get_user_credits { |
|
my ($uname,$udom,$defaultcredits,$cdom,$cnum) = @_; |
|
if ($cdom eq '' || $cnum eq '') { |
|
return unless ($env{'request.course.id'}); |
|
$cdom = $env{'course.'.$env{'request.course.id'}.'.domain'}; |
|
$cnum = $env{'course.'.$env{'request.course.id'}.'.num'}; |
|
} |
|
my $credits; |
|
my %currhash = |
|
&Apache::lonnet::get('classlist',[$uname.':'.$udom],$cdom,$cnum); |
|
if (keys(%currhash) > 0) { |
|
my @items = split(/:/,$currhash{$uname.':'.$udom}); |
|
my $crdidx = &Apache::loncoursedata::CL_CREDITS() - 3; |
|
$credits = $items[$crdidx]; |
|
$credits =~ s/[^\d\.]//g; |
|
} |
|
if ($credits eq $defaultcredits) { |
|
undef($credits); |
|
} |
|
return $credits; |
|
} |
|
|
sub enroll_single_student { |
sub enroll_single_student { |
my ($r,$uhome,$amode,$genpwd,$now,$newuser,$context,$crstype) = @_; |
my ($r,$uhome,$amode,$genpwd,$now,$newuser,$context,$crstype, |
|
$showcredits,$defaultcredits) = @_; |
$r->print('<h3>'); |
$r->print('<h3>'); |
if ($crstype eq 'Community') { |
if ($crstype eq 'Community') { |
$r->print(&mt('Enrolling Member')); |
$r->print(&mt('Enrolling Member')); |
Line 3473 sub enroll_single_student {
|
Line 3725 sub enroll_single_student {
|
# Remove non alphanumeric values from section |
# Remove non alphanumeric values from section |
$env{'form.sections'}=~s/\W//g; |
$env{'form.sections'}=~s/\W//g; |
|
|
|
my $credits; |
|
if (($showcredits) && ($env{'form.credits'} ne '')) { |
|
$credits = $env{'form.credits'}; |
|
$credits =~ s/[^\d\.]//g; |
|
if ($credits ne '') { |
|
if ($credits eq $defaultcredits) { |
|
undef($credits); |
|
} |
|
} |
|
} |
|
|
# Clean out any old student roles the user has in this class. |
# Clean out any old student roles the user has in this class. |
&Apache::lonuserutils::modifystudent($env{'form.ccdomain'}, |
&Apache::lonuserutils::modifystudent($env{'form.ccdomain'}, |
$env{'form.ccuname'},$env{'request.course.id'},undef,$uhome); |
$env{'form.ccuname'},$env{'request.course.id'},undef,$uhome); |
Line 3482 sub enroll_single_student {
|
Line 3745 sub enroll_single_student {
|
$env{'form.ccuname'},$env{'form.cid'},$env{'form.cfirstname'}, |
$env{'form.ccuname'},$env{'form.cid'},$env{'form.cfirstname'}, |
$env{'form.cmiddlename'},$env{'form.clastname'}, |
$env{'form.cmiddlename'},$env{'form.clastname'}, |
$env{'form.generation'},$env{'form.sections'},$enddate, |
$env{'form.generation'},$env{'form.sections'},$enddate, |
$startdate,'manual',undef,$env{'request.course.id'},'',$context); |
$startdate,'manual',undef,$env{'request.course.id'},'',$context, |
|
$credits); |
if ($enroll_result =~ /^ok/) { |
if ($enroll_result =~ /^ok/) { |
$r->print(&mt('<b>[_1]</b> enrolled',$env{'form.ccuname'}.':'.$env{'form.ccdomain'})); |
$r->print(&mt('<b>[_1]</b> enrolled',$env{'form.ccuname'}.':'.$env{'form.ccdomain'})); |
if ($env{'form.sections'} ne '') { |
if ($env{'form.sections'} ne '') { |
Line 3535 sub get_defaultquota_text {
|
Line 3799 sub get_defaultquota_text {
|
sub update_result_form { |
sub update_result_form { |
my ($uhome) = @_; |
my ($uhome) = @_; |
my $outcome = |
my $outcome = |
'<form name="userupdate" method="post" />'."\n"; |
'<form name="userupdate" method="post" action="">'."\n"; |
foreach my $item ('srchby','srchin','srchtype','srchterm','srchdomain','ccuname','ccdomain') { |
foreach my $item ('srchby','srchin','srchtype','srchterm','srchdomain','ccuname','ccdomain') { |
$outcome .= '<input type="hidden" name="'.$item.'" value="'.$env{'form.'.$item}.'" />'."\n"; |
$outcome .= '<input type="hidden" name="'.$item.'" value="'.$env{'form.'.$item}.'" />'."\n"; |
} |
} |
Line 3581 sub tool_admin {
|
Line 3845 sub tool_admin {
|
if (&Apache::lonnet::allowed('ccc',$env{'request.role.domain'})) { |
if (&Apache::lonnet::allowed('ccc',$env{'request.role.domain'})) { |
$canchange = 1; |
$canchange = 1; |
} |
} |
|
} elsif ($context eq 'requestauthor') { |
|
if (&Apache::lonnet::allowed('cau',$env{'request.role.domain'})) { |
|
$canchange = 1; |
|
} |
} elsif (&Apache::lonnet::allowed('mut',$env{'form.ccdomain'})) { |
} elsif (&Apache::lonnet::allowed('mut',$env{'form.ccdomain'})) { |
# Current user has quota modification privileges |
# Current user has quota modification privileges |
$canchange = 1; |
$canchange = 1; |
Line 3589 sub tool_admin {
|
Line 3857 sub tool_admin {
|
if ($canchange) { |
if ($canchange) { |
if (ref($changeHash) eq 'HASH') { |
if (ref($changeHash) eq 'HASH') { |
$toolchanged = 1; |
$toolchanged = 1; |
$changeHash->{$context.'.'.$tool} = $settool; |
if ($tool eq 'requestauthor') { |
|
$changeHash->{$context} = $settool; |
|
} else { |
|
$changeHash->{$context.'.'.$tool} = $settool; |
|
} |
} |
} |
} |
} |
return $toolchanged; |
return $toolchanged; |
Line 4018 sub handler {
|
Line 4290 sub handler {
|
} else { |
} else { |
$context = 'domain'; |
$context = 'domain'; |
} |
} |
|
|
&Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}, |
&Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}, |
['action','state','callingform','roletype','showrole','bulkaction','popup','phase', |
['action','state','callingform','roletype','showrole','bulkaction','popup','phase', |
'username','domain','srchterm','srchdomain','srchin','srchby','srchtype']); |
'username','domain','srchterm','srchdomain','srchin','srchby','srchtype']); |
Line 4049 sub handler {
|
Line 4322 sub handler {
|
&Apache::loncommon::content_type($r,'text/html'); |
&Apache::loncommon::content_type($r,'text/html'); |
$r->send_http_header; |
$r->send_http_header; |
|
|
|
my $showcredits; |
|
if ((($context eq 'course') && ($crstype eq 'Course')) || |
|
($context eq 'domain')) { |
|
my %domdefaults = |
|
&Apache::lonnet::get_domain_defaults($env{'request.role.domain'}); |
|
if ($domdefaults{'officialcredits'} || $domdefaults{'unofficialcredits'}) { |
|
$showcredits = 1; |
|
} |
|
} |
|
|
# Main switch on form.action and form.state, as appropriate |
# Main switch on form.action and form.state, as appropriate |
if (! exists($env{'form.action'})) { |
if (! exists($env{'form.action'})) { |
$args = {bread_crumbs => $brcrum, |
$args = {bread_crumbs => $brcrum, |
Line 4071 sub handler {
|
Line 4354 sub handler {
|
if (! exists($env{'form.state'})) { |
if (! exists($env{'form.state'})) { |
&Apache::lonuserutils::print_first_users_upload_form($r,$context); |
&Apache::lonuserutils::print_first_users_upload_form($r,$context); |
} elsif ($env{'form.state'} eq 'got_file') { |
} elsif ($env{'form.state'} eq 'got_file') { |
&Apache::lonuserutils::print_upload_manager_form($r,$context, |
&Apache::lonuserutils::print_upload_manager_form($r,$context,$permission, |
$permission,$crstype); |
$crstype,$showcredits); |
} elsif ($env{'form.state'} eq 'enrolling') { |
} elsif ($env{'form.state'} eq 'enrolling') { |
if ($env{'form.datatoken'}) { |
if ($env{'form.datatoken'}) { |
&Apache::lonuserutils::upfile_drop_add($r,$context,$permission); |
&Apache::lonuserutils::upfile_drop_add($r,$context,$permission, |
|
$showcredits); |
} |
} |
} else { |
} else { |
&Apache::lonuserutils::print_first_users_upload_form($r,$context); |
&Apache::lonuserutils::print_first_users_upload_form($r,$context); |
Line 4094 sub handler {
|
Line 4378 sub handler {
|
if ($env{'form.phase'} eq 'createnewuser') { |
if ($env{'form.phase'} eq 'createnewuser') { |
my $response; |
my $response; |
if ($env{'form.srchterm'} !~ /^$match_username$/) { |
if ($env{'form.srchterm'} !~ /^$match_username$/) { |
my $response = &mt('You must specify a valid username. Only the following are allowed: letters numbers - . @'); |
my $response = |
|
'<span class="LC_warning">' |
|
.&mt('You must specify a valid username. Only the following are allowed:' |
|
.' letters numbers - . @') |
|
.'</span>'; |
$env{'form.phase'} = ''; |
$env{'form.phase'} = ''; |
&print_username_entry_form($r,$context,$response,$srch,undef,$crstype,$brcrum); |
&print_username_entry_form($r,$context,$response,$srch,undef, |
|
$crstype,$brcrum,$showcredits); |
} else { |
} else { |
my $ccuname =&LONCAPA::clean_username($srch->{'srchterm'}); |
my $ccuname =&LONCAPA::clean_username($srch->{'srchterm'}); |
my $ccdomain=&LONCAPA::clean_domain($srch->{'srchdomain'}); |
my $ccdomain=&LONCAPA::clean_domain($srch->{'srchdomain'}); |
&print_user_modification_page($r,$ccuname,$ccdomain, |
&print_user_modification_page($r,$ccuname,$ccdomain, |
$srch,$response,$context, |
$srch,$response,$context, |
$permission,$crstype,$brcrum); |
$permission,$crstype,$brcrum, |
|
$showcredits); |
} |
} |
} elsif ($env{'form.phase'} eq 'get_user_info') { |
} elsif ($env{'form.phase'} eq 'get_user_info') { |
my ($currstate,$response,$forcenewuser,$results) = |
my ($currstate,$response,$forcenewuser,$results) = |
Line 4147 sub handler {
|
Line 4437 sub handler {
|
$brcrum); |
$brcrum); |
} |
} |
} elsif ($env{'form.phase'} eq 'update_user_data') { |
} elsif ($env{'form.phase'} eq 'update_user_data') { |
&update_user_data($r,$context,$crstype,$brcrum); |
&update_user_data($r,$context,$crstype,$brcrum,$showcredits); |
} else { |
} else { |
&print_username_entry_form($r,$context,undef,$srch,undef,$crstype, |
&print_username_entry_form($r,$context,undef,$srch,undef,$crstype, |
$brcrum); |
$brcrum); |
Line 4158 sub handler {
|
Line 4448 sub handler {
|
} else { |
} else { |
&custom_role_editor($r,$brcrum); |
&custom_role_editor($r,$brcrum); |
} |
} |
|
} elsif (($env{'form.action'} eq 'processauthorreq') && |
|
($permission->{'cusr'}) && |
|
(&Apache::lonnet::allowed('cau',$env{'request.role.domain'}))) { |
|
push(@{$brcrum}, |
|
{href => '/adm/createuser?action=processauthorreq', |
|
text => 'Authoring space requests', |
|
help => 'Domain_Role_Approvals'}); |
|
$bread_crumbs_component = 'Authoring requests'; |
|
if ($env{'form.state'} eq 'done') { |
|
push(@{$brcrum}, |
|
{href => '/adm/createuser?action=authorreqqueue', |
|
text => 'Result', |
|
help => 'Domain_Role_Approvals'}); |
|
$bread_crumbs_component = 'Authoring request result'; |
|
} |
|
$args = { bread_crumbs => $brcrum, |
|
bread_crumbs_component => $bread_crumbs_component}; |
|
$r->print(&header(undef,$args)); |
|
if (!exists($env{'form.state'})) { |
|
$r->print(&Apache::loncoursequeueadmin::display_queued_requests('requestauthor', |
|
$env{'request.role.domain'})); |
|
} elsif ($env{'form.state'} eq 'done') { |
|
$r->print('<h3>'.&mt('Authoring request processing').'</h3>'."\n"); |
|
$r->print(&Apache::loncoursequeueadmin::update_request_queue('requestauthor', |
|
$env{'request.role.domain'})); |
|
} |
} elsif (($env{'form.action'} eq 'listusers') && |
} elsif (($env{'form.action'} eq 'listusers') && |
($permission->{'view'} || $permission->{'cusr'})) { |
($permission->{'view'} || $permission->{'cusr'})) { |
if ($env{'form.phase'} eq 'bulkchange') { |
if ($env{'form.phase'} eq 'bulkchange') { |
Line 4189 sub handler {
|
Line 4505 sub handler {
|
bread_crumbs_component => $bread_crumbs_component}; |
bread_crumbs_component => $bread_crumbs_component}; |
my ($cb_jscript,$jscript,$totcodes,$codetitles,$idlist,$idlist_titles); |
my ($cb_jscript,$jscript,$totcodes,$codetitles,$idlist,$idlist_titles); |
my $formname = 'studentform'; |
my $formname = 'studentform'; |
|
my $hidecall = "hide_searching();"; |
if (($context eq 'domain') && (($env{'form.roletype'} eq 'course') || |
if (($context eq 'domain') && (($env{'form.roletype'} eq 'course') || |
($env{'form.roletype'} eq 'community'))) { |
($env{'form.roletype'} eq 'community'))) { |
if ($env{'form.roletype'} eq 'course') { |
if ($env{'form.roletype'} eq 'course') { |
Line 4205 sub handler {
|
Line 4522 sub handler {
|
); |
); |
$jscript = &Apache::lonhtmlcommon::set_form_elements(\%elements); |
$jscript = &Apache::lonhtmlcommon::set_form_elements(\%elements); |
} |
} |
$jscript .= &verify_user_display(); |
$jscript .= &verify_user_display($context)."\n". |
|
&Apache::loncommon::check_uncheck_jscript(); |
my $js = &add_script($jscript).$cb_jscript; |
my $js = &add_script($jscript).$cb_jscript; |
my $loadcode = |
my $loadcode = |
&Apache::lonuserutils::course_selector_loadcode($formname); |
&Apache::lonuserutils::course_selector_loadcode($formname); |
if ($loadcode ne '') { |
if ($loadcode ne '') { |
$args->{add_entries} = {onload => $loadcode}; |
$args->{add_entries} = {onload => "$loadcode;$hidecall"}; |
|
} else { |
|
$args->{add_entries} = {onload => $hidecall}; |
} |
} |
$r->print(&header($js,$args)); |
$r->print(&header($js,$args)); |
} else { |
} else { |
$r->print(&header(&add_script(&verify_user_display()),$args)); |
$args->{add_entries} = {onload => $hidecall}; |
|
$jscript = &verify_user_display($context). |
|
&Apache::loncommon::check_uncheck_jscript(); |
|
$r->print(&header(&add_script($jscript),$args)); |
} |
} |
&Apache::lonuserutils::print_userlist($r,undef,$permission,$context, |
&Apache::lonuserutils::print_userlist($r,undef,$permission,$context, |
$formname,$totcodes,$codetitles,$idlist,$idlist_titles); |
$formname,$totcodes,$codetitles,$idlist,$idlist_titles, |
|
$showcredits); |
} |
} |
} elsif ($env{'form.action'} eq 'drop' && $permission->{'cusr'}) { |
} elsif ($env{'form.action'} eq 'drop' && $permission->{'cusr'}) { |
my $brtext; |
my $brtext; |
Line 4248 sub handler {
|
Line 4572 sub handler {
|
} elsif ($env{'form.action'} eq 'dateselect') { |
} elsif ($env{'form.action'} eq 'dateselect') { |
if ($permission->{'cusr'}) { |
if ($permission->{'cusr'}) { |
$r->print(&header(undef,{'no_nav_bar' => 1}). |
$r->print(&header(undef,{'no_nav_bar' => 1}). |
&Apache::lonuserutils::date_section_selector($context, |
&Apache::lonuserutils::date_section_selector($context,$permission, |
$permission,$crstype)); |
$crstype,$showcredits)); |
} else { |
} else { |
$r->print(&header(undef,{'no_nav_bar' => 1}). |
$r->print(&header(undef,{'no_nav_bar' => 1}). |
'<span class="LC_error">'.&mt('You do not have permission to modify dates or sections for users').'</span>'); |
'<span class="LC_error">'.&mt('You do not have permission to modify dates or sections for users').'</span>'); |
Line 4305 sub handler {
|
Line 4629 sub handler {
|
$cdom,$cnum,$coursedesc)); |
$cdom,$cnum,$coursedesc)); |
} |
} |
} elsif ($env{'form.action'} eq 'changelogs') { |
} elsif ($env{'form.action'} eq 'changelogs') { |
|
my $helpitem; |
|
if ($context eq 'course') { |
|
$helpitem = 'Course_User_Logs'; |
|
} |
push (@{$brcrum}, |
push (@{$brcrum}, |
{href => '/adm/createuser?action=changelogs', |
{href => '/adm/createuser?action=changelogs', |
text => 'User Management Logs', |
text => 'User Management Logs', |
help => 'Course_User_Logs'}); |
help => $helpitem}); |
$bread_crumbs_component = 'User Changes'; |
$bread_crumbs_component = 'User Changes'; |
$args = { bread_crumbs => $brcrum, |
$args = { bread_crumbs => $brcrum, |
bread_crumbs_component => $bread_crumbs_component}; |
bread_crumbs_component => $bread_crumbs_component}; |
Line 4346 sub add_script {
|
Line 4674 sub add_script {
|
} |
} |
|
|
sub verify_user_display { |
sub verify_user_display { |
|
my ($context) = @_; |
|
my %lt = &Apache::lonlocal::texthash ( |
|
course => 'course(s): description, section(s), status', |
|
community => 'community(s): description, section(s), status', |
|
author => 'author', |
|
); |
|
my $photos; |
|
if (($context eq 'course') && $env{'request.course.id'}) { |
|
$photos = $env{'course.'.$env{'request.course.id'}.'.internal.showphoto'}; |
|
} |
my $output = <<"END"; |
my $output = <<"END"; |
|
|
|
function hide_searching() { |
|
if (document.getElementById('searching')) { |
|
document.getElementById('searching').style.display = 'none'; |
|
} |
|
return; |
|
} |
|
|
function display_update() { |
function display_update() { |
document.studentform.action.value = 'listusers'; |
document.studentform.action.value = 'listusers'; |
document.studentform.phase.value = 'display'; |
document.studentform.phase.value = 'display'; |
document.studentform.submit(); |
document.studentform.submit(); |
} |
} |
|
|
|
function updateCols(caller) { |
|
var context = '$context'; |
|
var photos = '$photos'; |
|
if (caller == 'Status') { |
|
if ((context == 'domain') && |
|
((document.studentform.roletype.options[document.studentform.roletype.selectedIndex].value == 'course') || |
|
(document.studentform.roletype.options[document.studentform.roletype.selectedIndex].value == 'community'))) { |
|
document.getElementById('showcolstatus').checked = false; |
|
document.getElementById('showcolstatus').disabled = 'disabled'; |
|
document.getElementById('showcolstart').checked = false; |
|
document.getElementById('showcolend').checked = false; |
|
} else { |
|
if (document.studentform.Status.options[document.studentform.Status.selectedIndex].value == 'Any') { |
|
document.getElementById('showcolstatus').checked = true; |
|
document.getElementById('showcolstatus').disabled = ''; |
|
document.getElementById('showcolstart').checked = true; |
|
document.getElementById('showcolend').checked = true; |
|
} else { |
|
document.getElementById('showcolstatus').checked = false; |
|
document.getElementById('showcolstatus').disabled = 'disabled'; |
|
document.getElementById('showcolstart').checked = false; |
|
document.getElementById('showcolend').checked = false; |
|
} |
|
} |
|
} |
|
if (caller == 'output') { |
|
if (photos == 1) { |
|
if (document.getElementById('showcolphoto')) { |
|
var photoitem = document.getElementById('showcolphoto'); |
|
if (document.studentform.output.options[document.studentform.output.selectedIndex].value == 'html') { |
|
photoitem.checked = true; |
|
photoitem.disabled = ''; |
|
} else { |
|
photoitem.checked = false; |
|
photoitem.disabled = 'disabled'; |
|
} |
|
} |
|
} |
|
} |
|
if (caller == 'showrole') { |
|
if ((document.studentform.showrole.options[document.studentform.showrole.selectedIndex].value == 'Any') || |
|
(document.studentform.showrole.options[document.studentform.showrole.selectedIndex].value == 'cr')) { |
|
document.getElementById('showcolrole').checked = true; |
|
document.getElementById('showcolrole').disabled = ''; |
|
} else { |
|
document.getElementById('showcolrole').checked = false; |
|
document.getElementById('showcolrole').disabled = 'disabled'; |
|
} |
|
if (context == 'domain') { |
|
if ((document.studentform.roletype.options[document.studentform.roletype.selectedIndex].value == 'course') || |
|
(document.studentform.roletype.options[document.studentform.roletype.selectedIndex].value == 'community')) { |
|
document.getElementById('showcolstatus').checked = false; |
|
document.getElementById('showcolstatus').disabled = 'disabled'; |
|
document.getElementById('showcolstart').checked = false; |
|
document.getElementById('showcolend').checked = false; |
|
} else { |
|
if (document.studentform.Status.options[document.studentform.Status.selectedIndex].value == 'Any') { |
|
document.getElementById('showcolstatus').checked = true; |
|
document.getElementById('showcolstatus').disabled = ''; |
|
document.getElementById('showcolstart').checked = true; |
|
document.getElementById('showcolend').checked = true; |
|
} |
|
} |
|
if (document.studentform.roletype.options[document.studentform.roletype.selectedIndex].value == 'domain') { |
|
document.getElementById('showcolextent').disabled = 'disabled'; |
|
document.getElementById('showcolextent').checked = 'false'; |
|
document.getElementById('showextent').style.display='none'; |
|
document.getElementById('showcoltextextent').innerHTML = ''; |
|
} else { |
|
document.getElementById('showextent').style.display='block'; |
|
document.getElementById('showextent').style.textAlign='left'; |
|
document.getElementById('showextent').style.textFace='normal'; |
|
if (document.studentform.roletype.options[document.studentform.roletype.selectedIndex].value == 'author') { |
|
document.getElementById('showcolextent').disabled = ''; |
|
document.getElementById('showcolextent').checked = 'true'; |
|
document.getElementById('showcoltextextent').innerHTML="$lt{'author'}"; |
|
} else { |
|
document.getElementById('showcolextent').disabled = ''; |
|
document.getElementById('showcolextent').checked = 'true'; |
|
if (document.studentform.roletype.options[document.studentform.roletype.selectedIndex].value == 'community') { |
|
document.getElementById('showcoltextextent').innerHTML="$lt{'community'}"; |
|
} else { |
|
document.getElementById('showcoltextextent').innerHTML="$lt{'course'}"; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
return; |
|
} |
|
|
END |
END |
return $output; |
return $output; |
|
|
Line 4460 sub print_main_menu {
|
Line 4896 sub print_main_menu {
|
permission => $permission->{'custom'}, |
permission => $permission->{'custom'}, |
linktitle => 'Configure a custom role.', |
linktitle => 'Configure a custom role.', |
}, |
}, |
|
{ |
|
linktext => 'Authoring Space Requests', |
|
icon => 'selfenrl-queue.png', |
|
#help => 'Domain_Role_Approvals', |
|
url => '/adm/createuser?action=processauthorreq', |
|
permission => $permission->{'cusr'}, |
|
linktitle => 'Approve or reject author role requests', |
|
}, |
|
{ |
|
linktext => 'Change Log', |
|
icon => 'document-properties.png', |
|
#help => 'Course_User_Logs', |
|
url => '/adm/createuser?action=changelogs', |
|
permission => $permission->{'cusr'}, |
|
linktitle => 'View change log.', |
|
}, |
); |
); |
|
|
}elsif ($context eq 'course'){ |
}elsif ($context eq 'course'){ |
Line 4576 sub print_main_menu {
|
Line 5028 sub print_main_menu {
|
}, |
}, |
); |
); |
} |
} |
}; |
} elsif ($context eq 'author') { |
return Apache::lonhtmlcommon::generate_menu(@menu); |
push(@{ $menu[2]->{items} }, #Category: Administration |
|
{ |
|
linktext => 'Change Log', |
|
icon => 'document-properties.png', |
|
#help => 'Course_User_Logs', |
|
url => '/adm/createuser?action=changelogs', |
|
permission => $permission->{'cusr'}, |
|
linktitle => 'View change log.', |
|
}, |
|
); |
|
} |
|
return Apache::lonhtmlcommon::generate_menu(@menu); |
# { text => 'View Log-in History', |
# { text => 'View Log-in History', |
# help => 'Course_User_Logins', |
# help => 'Course_User_Logins', |
# action => 'logins', |
# action => 'logins', |
Line 5267 sub selfenroll_date_forms {
|
Line 5730 sub selfenroll_date_forms {
|
|
|
sub print_userchangelogs_display { |
sub print_userchangelogs_display { |
my ($r,$context,$permission) = @_; |
my ($r,$context,$permission) = @_; |
my $formname = 'roleslog'; |
my $formname = 'rolelog'; |
my $cdom = $env{'course.'.$env{'request.course.id'}.'.domain'}; |
my ($username,$domain,$crstype,%roleslog); |
my $cnum = $env{'course.'.$env{'request.course.id'}.'.num'}; |
if ($context eq 'domain') { |
my $crstype = &Apache::loncommon::course_type(); |
$domain = $env{'request.role.domain'}; |
my %roleslog=&Apache::lonnet::dump('nohist_rolelog',$cdom,$cnum); |
%roleslog=&Apache::lonnet::dump_dom('nohist_rolelog',$domain); |
|
} else { |
|
if ($context eq 'course') { |
|
$domain = $env{'course.'.$env{'request.course.id'}.'.domain'}; |
|
$username = $env{'course.'.$env{'request.course.id'}.'.num'}; |
|
$crstype = &Apache::loncommon::course_type(); |
|
my %saveable_parameters = ('show' => 'scalar',); |
|
&Apache::loncommon::store_course_settings('roles_log', |
|
\%saveable_parameters); |
|
&Apache::loncommon::restore_course_settings('roles_log', |
|
\%saveable_parameters); |
|
} elsif ($context eq 'author') { |
|
$domain = $env{'user.domain'}; |
|
if ($env{'request.role'} =~ m{^au\./\Q$domain\E/$}) { |
|
$username = $env{'user.name'}; |
|
} else { |
|
undef($domain); |
|
} |
|
} |
|
if ($domain ne '' && $username ne '') { |
|
%roleslog=&Apache::lonnet::dump('nohist_rolelog',$domain,$username); |
|
} |
|
} |
if ((keys(%roleslog))[0]=~/^error\:/) { undef(%roleslog); } |
if ((keys(%roleslog))[0]=~/^error\:/) { undef(%roleslog); } |
|
|
my %saveable_parameters = ('show' => 'scalar',); |
|
&Apache::loncommon::store_course_settings('roles_log', |
|
\%saveable_parameters); |
|
&Apache::loncommon::restore_course_settings('roles_log', |
|
\%saveable_parameters); |
|
# set defaults |
# set defaults |
my $now = time(); |
my $now = time(); |
my $defstart = $now - (7*24*3600); #7 days ago |
my $defstart = $now - (7*24*3600); #7 days ago |
Line 5320 sub print_userchangelogs_display {
|
Line 5800 sub print_userchangelogs_display {
|
|
|
# Form Header |
# Form Header |
$r->print('<form action="/adm/createuser" method="post" name="'.$formname.'">'. |
$r->print('<form action="/adm/createuser" method="post" name="'.$formname.'">'. |
&role_display_filter($formname,$cdom,$cnum,\%curr,$version,$crstype)); |
&role_display_filter($context,$formname,$domain,$username,\%curr, |
|
$version,$crstype)); |
|
|
# Create navigation |
# Create navigation |
my ($nav_script,$nav_links) = &userlogdisplay_nav($formname,\%curr,$more_records); |
my ($nav_script,$nav_links) = &userlogdisplay_nav($formname,\%curr,$more_records); |
Line 5333 sub print_userchangelogs_display {
|
Line 5814 sub print_userchangelogs_display {
|
.'<th>'.&mt('When').'</th>' |
.'<th>'.&mt('When').'</th>' |
.'<th>'.&mt('Who made the change').'</th>' |
.'<th>'.&mt('Who made the change').'</th>' |
.'<th>'.&mt('Changed User').'</th>' |
.'<th>'.&mt('Changed User').'</th>' |
.'<th>'.&mt('Role').'</th>' |
.'<th>'.&mt('Role').'</th>'; |
.'<th>'.&mt('Section').'</th>' |
|
.'<th>'.&mt('Context').'</th>' |
if ($context eq 'course') { |
|
$tableheader .= '<th>'.&mt('Section').'</th>'; |
|
} |
|
$tableheader .= |
|
'<th>'.&mt('Context').'</th>' |
.'<th>'.&mt('Start').'</th>' |
.'<th>'.&mt('Start').'</th>' |
.'<th>'.&mt('End').'</th>' |
.'<th>'.&mt('End').'</th>' |
.&Apache::loncommon::end_data_table_header_row(); |
.&Apache::loncommon::end_data_table_header_row(); |
Line 5404 sub print_userchangelogs_display {
|
Line 5889 sub print_userchangelogs_display {
|
if ($roleslog{$id}{'logentry'}{'selfenroll'}) { |
if ($roleslog{$id}{'logentry'}{'selfenroll'}) { |
$chgcontext = 'selfenroll'; |
$chgcontext = 'selfenroll'; |
} |
} |
my %lt = &rolechg_contexts($crstype); |
my %lt = &rolechg_contexts($context,$crstype); |
if ($chgcontext ne '' && $lt{$chgcontext} ne '') { |
if ($chgcontext ne '' && $lt{$chgcontext} ne '') { |
$chgcontext = $lt{$chgcontext}; |
$chgcontext = $lt{$chgcontext}; |
} |
} |
Line 5414 sub print_userchangelogs_display {
|
Line 5899 sub print_userchangelogs_display {
|
.'<td>'.&Apache::lonlocal::locallocaltime($roleslog{$id}{'exe_time'}).'</td>' |
.'<td>'.&Apache::lonlocal::locallocaltime($roleslog{$id}{'exe_time'}).'</td>' |
.'<td>'.$whodunit{$roleslog{$id}{'exe_uname'}.':'.$roleslog{$id}{'exe_udom'}}.'</td>' |
.'<td>'.$whodunit{$roleslog{$id}{'exe_uname'}.':'.$roleslog{$id}{'exe_udom'}}.'</td>' |
.'<td>'.$changed{$roleslog{$id}{'uname'}.':'.$roleslog{$id}{'udom'}}.'</td>' |
.'<td>'.$changed{$roleslog{$id}{'uname'}.':'.$roleslog{$id}{'udom'}}.'</td>' |
.'<td>'.&Apache::lonnet::plaintext($roleslog{$id}{'logentry'}{'role'},$crstype).'</td>' |
.'<td>'.&Apache::lonnet::plaintext($roleslog{$id}{'logentry'}{'role'},$crstype).'</td>'); |
.'<td>'.$sec.'</td>' |
if ($context eq 'course') { |
.'<td>'.$chgcontext.'</td>' |
$r->print('<td>'.$sec.'</td>'); |
|
} |
|
$r->print( |
|
'<td>'.$chgcontext.'</td>' |
.'<td>'.$rolestart.'</td>' |
.'<td>'.$rolestart.'</td>' |
.'<td>'.$roleend.'</td>' |
.'<td>'.$roleend.'</td>' |
.&Apache::loncommon::end_data_table_row()."\n"); |
.&Apache::loncommon::end_data_table_row()."\n"); |
Line 5484 ENDSCRIPT
|
Line 5972 ENDSCRIPT
|
} |
} |
|
|
sub role_display_filter { |
sub role_display_filter { |
my ($formname,$cdom,$cnum,$curr,$version,$crstype) = @_; |
my ($context,$formname,$cdom,$cnum,$curr,$version,$crstype) = @_; |
my $context = 'course'; |
my $lctype; |
my $lctype = lc($crstype); |
if ($context eq 'course') { |
|
$lctype = lc($crstype); |
|
} |
my $nolink = 1; |
my $nolink = 1; |
my $output = '<table><tr><td valign="top">'. |
my $output = '<table><tr><td valign="top">'. |
'<span class="LC_nobreak"><b>'.&mt('Changes/page:').'</b></span><br />'. |
'<span class="LC_nobreak"><b>'.&mt('Changes/page:').'</b></span><br />'. |
Line 5501 sub role_display_filter {
|
Line 5991 sub role_display_filter {
|
&Apache::lonhtmlcommon::date_setter($formname,'rolelog_end_date', |
&Apache::lonhtmlcommon::date_setter($formname,'rolelog_end_date', |
$curr->{'rolelog_end_date'},undef, |
$curr->{'rolelog_end_date'},undef, |
undef,undef,undef,undef,undef,undef,$nolink); |
undef,undef,undef,undef,undef,undef,$nolink); |
my %lt = &rolechg_contexts($crstype); |
my %lt = &rolechg_contexts($context,$crstype); |
$output .= '<td valign="top"><b>'.&mt('Window during which changes occurred:').'</b><br />'. |
$output .= '<td valign="top"><b>'.&mt('Window during which changes occurred:').'</b><br />'. |
'<table><tr><td>'.&mt('After:'). |
'<table><tr><td>'.&mt('After:'). |
'</td><td>'.$startform.'</td></tr>'. |
'</td><td>'.$startform.'</td></tr>'. |
Line 5515 sub role_display_filter {
|
Line 6005 sub role_display_filter {
|
$output .= ' selected="selected"'; |
$output .= ' selected="selected"'; |
} |
} |
$output .= '>'.&mt('Any').'</option>'."\n"; |
$output .= '>'.&mt('Any').'</option>'."\n"; |
my @roles = &Apache::lonuserutils::course_roles($context,undef,1,$lctype); |
my @roles = &Apache::lonuserutils::roles_by_context($context,1,$crstype); |
foreach my $role (@roles) { |
foreach my $role (@roles) { |
my $plrole; |
my $plrole; |
if ($role eq 'cr') { |
if ($role eq 'cr') { |
Line 5533 sub role_display_filter {
|
Line 6023 sub role_display_filter {
|
'<td> </td>'. |
'<td> </td>'. |
'<td valign="top"><b>'. |
'<td valign="top"><b>'. |
&mt('Context:').'</b><br /><select name="chgcontext">'; |
&mt('Context:').'</b><br /><select name="chgcontext">'; |
foreach my $chgtype ('any','auto','updatenow','createcourse','course','domain','selfenroll','requestcourses') { |
my @posscontexts; |
|
if ($context eq 'course') { |
|
@posscontexts = ('any','auto','updatenow','createcourse','course','domain','selfenroll','requestcourses'); |
|
} elsif ($context eq 'domain') { |
|
@posscontexts = ('any','domain','requestauthor','domconfig','server'); |
|
} else { |
|
@posscontexts = ('any','author','domain'); |
|
} |
|
foreach my $chgtype (@posscontexts) { |
my $selstr = ''; |
my $selstr = ''; |
if ($curr->{'chgcontext'} eq $chgtype) { |
if ($curr->{'chgcontext'} eq $chgtype) { |
$selstr = ' selected="selected"'; |
$selstr = ' selected="selected"'; |
} |
} |
if (($chgtype eq 'auto') || ($chgtype eq 'updatenow')) { |
if ($context eq 'course') { |
next if (!&Apache::lonnet::auto_run($cnum,$cdom)); |
if (($chgtype eq 'auto') || ($chgtype eq 'updatenow')) { |
|
next if (!&Apache::lonnet::auto_run($cnum,$cdom)); |
|
} |
} |
} |
$output .= '<option value="'.$chgtype.'"'.$selstr.'>'.$lt{$chgtype}.'</option>'."\n"; |
$output .= '<option value="'.$chgtype.'"'.$selstr.'>'.$lt{$chgtype}.'</option>'."\n"; |
} |
} |
Line 5552 sub role_display_filter {
|
Line 6052 sub role_display_filter {
|
.'</p>'; |
.'</p>'; |
|
|
# Server version info |
# Server version info |
|
my $needsrev = '2.11.0'; |
|
if ($context eq 'course') { |
|
$needsrev = '2.7.0'; |
|
} |
|
|
$output .= '<p class="LC_info">' |
$output .= '<p class="LC_info">' |
.&mt('Only changes made from servers running LON-CAPA [_1] or later are displayed.' |
.&mt('Only changes made from servers running LON-CAPA [_1] or later are displayed.' |
,'2.6.99.0'); |
,$needsrev); |
if ($version) { |
if ($version) { |
$output .= ' '.&mt('This LON-CAPA server is version [_1]',$version); |
$output .= ' '.&mt('This LON-CAPA server is version [_1]',$version); |
} |
} |
Line 5563 sub role_display_filter {
|
Line 6068 sub role_display_filter {
|
} |
} |
|
|
sub rolechg_contexts { |
sub rolechg_contexts { |
my ($crstype) = @_; |
my ($context,$crstype) = @_; |
my %lt = &Apache::lonlocal::texthash ( |
my %lt; |
|
if ($context eq 'course') { |
|
%lt = &Apache::lonlocal::texthash ( |
any => 'Any', |
any => 'Any', |
auto => 'Automated enrollment', |
auto => 'Automated enrollment', |
updatenow => 'Roster Update', |
updatenow => 'Roster Update', |
Line 5574 sub rolechg_contexts {
|
Line 6081 sub rolechg_contexts {
|
selfenroll => 'Self-enrolled', |
selfenroll => 'Self-enrolled', |
requestcourses => 'Course Request', |
requestcourses => 'Course Request', |
); |
); |
if ($crstype eq 'Community') { |
if ($crstype eq 'Community') { |
$lt{'createcourse'} = &mt('Community Creation'); |
$lt{'createcourse'} = &mt('Community Creation'); |
$lt{'course'} = &mt('User Management in community'); |
$lt{'course'} = &mt('User Management in community'); |
$lt{'requestcourses'} = &mt('Community Request'); |
$lt{'requestcourses'} = &mt('Community Request'); |
} |
} |
|
} elsif ($context eq 'domain') { |
|
%lt = &Apache::lonlocal::texthash ( |
|
any => 'Any', |
|
domain => 'User Management in domain', |
|
requestauthor => 'Authoring Request', |
|
server => 'Command line script (DC role)', |
|
domconfig => 'Self-enrolled', |
|
); |
|
} else { |
|
%lt = &Apache::lonlocal::texthash ( |
|
any => 'Any', |
|
domain => 'User Management in domain', |
|
author => 'User Management by author', |
|
); |
|
} |
return %lt; |
return %lt; |
} |
} |
|
|
Line 6076 function backPage(formname,prevphase,pre
|
Line 6598 function backPage(formname,prevphase,pre
|
} |
} |
|
|
sub course_level_table { |
sub course_level_table { |
my (%inccourses) = @_; |
my ($inccourses,$showcredits,$defaultcredits) = @_; |
|
return unless (ref($inccourses) eq 'HASH'); |
my $table = ''; |
my $table = ''; |
# Custom Roles? |
# Custom Roles? |
|
|
Line 6091 sub course_level_table {
|
Line 6614 sub course_level_table {
|
'rol' => "Role", |
'rol' => "Role", |
'ext' => "Extent", |
'ext' => "Extent", |
'grs' => "Section", |
'grs' => "Section", |
|
'crd' => "Credits", |
'sta' => "Start", |
'sta' => "Start", |
'end' => "End" |
'end' => "End" |
); |
); |
|
|
foreach my $protectedcourse (sort(keys(%inccourses))) { |
foreach my $protectedcourse (sort(keys(%{$inccourses}))) { |
my $thiscourse=$protectedcourse; |
my $thiscourse=$protectedcourse; |
$thiscourse=~s:_:/:g; |
$thiscourse=~s:_:/:g; |
my %coursedata=&Apache::lonnet::coursedescription($thiscourse); |
my %coursedata=&Apache::lonnet::coursedescription($thiscourse); |
my $isowner = &is_courseowner($protectedcourse,$coursedata{'internal.courseowner'}); |
my $isowner = &Apache::lonuserutils::is_courseowner($protectedcourse,$coursedata{'internal.courseowner'}); |
my $area=$coursedata{'description'}; |
my $area=$coursedata{'description'}; |
my $crstype=$coursedata{'type'}; |
my $crstype=$coursedata{'type'}; |
if (!defined($area)) { $area=&mt('Unavailable course').': '.$protectedcourse; } |
if (!defined($area)) { $area=&mt('Unavailable course').': '.$protectedcourse; } |
Line 6117 sub course_level_table {
|
Line 6641 sub course_level_table {
|
if ((&Apache::lonnet::allowed('c'.$role,$thiscourse)) || |
if ((&Apache::lonnet::allowed('c'.$role,$thiscourse)) || |
((($role eq 'cc') || ($role eq 'co')) && ($isowner))) { |
((($role eq 'cc') || ($role eq 'co')) && ($isowner))) { |
$table .= &course_level_row($protectedcourse,$role,$area,$domain, |
$table .= &course_level_row($protectedcourse,$role,$area,$domain, |
$plrole,\%sections_count,\%lt); |
$plrole,\%sections_count,\%lt, |
|
$defaultcredits,$crstype); |
} elsif ($env{'request.course.sec'} ne '') { |
} elsif ($env{'request.course.sec'} ne '') { |
if (&Apache::lonnet::allowed('c'.$role,$thiscourse.'/'. |
if (&Apache::lonnet::allowed('c'.$role,$thiscourse.'/'. |
$env{'request.course.sec'})) { |
$env{'request.course.sec'})) { |
$table .= &course_level_row($protectedcourse,$role,$area,$domain, |
$table .= &course_level_row($protectedcourse,$role,$area,$domain, |
$plrole,\%sections_count,\%lt); |
$plrole,\%sections_count,\%lt, |
|
$defaultcredits,$crstype); |
} |
} |
} |
} |
} |
} |
Line 6144 sub course_level_table {
|
Line 6670 sub course_level_table {
|
$result .= |
$result .= |
&Apache::loncommon::start_data_table(). |
&Apache::loncommon::start_data_table(). |
&Apache::loncommon::start_data_table_header_row(). |
&Apache::loncommon::start_data_table_header_row(). |
'<th>'.$lt{'act'}.'</th><th>'.$lt{'rol'}.'</th><th>'.$lt{'ext'}.'</th> |
'<th>'.$lt{'act'}.'</th><th>'.$lt{'rol'}.'</th>'."\n". |
<th>'.$lt{'grs'}.'</th><th>'.$lt{'sta'}.'</th><th>'.$lt{'end'}.'</th>'. |
'<th>'.$lt{'ext'}.'</th><th>'.$lt{'crd'}.'</th>'."\n". |
|
'<th>'.$lt{'grs'}.'</th><th>'.$lt{'sta'}.'</th>'."\n". |
|
'<th>'.$lt{'end'}.'</th>'. |
&Apache::loncommon::end_data_table_header_row(). |
&Apache::loncommon::end_data_table_header_row(). |
$table. |
$table. |
&Apache::loncommon::end_data_table(); |
&Apache::loncommon::end_data_table(); |
Line 6153 $table.
|
Line 6681 $table.
|
} |
} |
|
|
sub course_level_row { |
sub course_level_row { |
my ($protectedcourse,$role,$area,$domain,$plrole,$sections_count,$lt) = @_; |
my ($protectedcourse,$role,$area,$domain,$plrole,$sections_count, |
|
$lt,$defaultcredits,$crstype) = @_; |
|
my $creditem; |
my $row = &Apache::loncommon::start_data_table_row(). |
my $row = &Apache::loncommon::start_data_table_row(). |
' <td><input type="checkbox" name="act_'. |
' <td><input type="checkbox" name="act_'. |
$protectedcourse.'_'.$role.'" /></td>'."\n". |
$protectedcourse.'_'.$role.'" /></td>'."\n". |
' <td>'.$plrole.'</td>'."\n". |
' <td>'.$plrole.'</td>'."\n". |
' <td>'.$area.'<br />Domain: '.$domain.'</td>'."\n"; |
' <td>'.$area.'<br />Domain: '.$domain.'</td>'."\n"; |
|
if (($role eq 'st') && ($crstype eq 'Course')) { |
|
$row .= |
|
'<td><input type="text" name="credits_'.$protectedcourse.'_'. |
|
$role.'" size="3" value="'.$defaultcredits.'" /></td>'; |
|
} else { |
|
$row .= '<td> </td>'; |
|
} |
if (($role eq 'cc') || ($role eq 'co')) { |
if (($role eq 'cc') || ($role eq 'co')) { |
$row .= '<td> </td>'; |
$row .= '<td> </td>'; |
} elsif ($env{'request.course.sec'} ne '') { |
} elsif ($env{'request.course.sec'} ne '') { |
Line 6184 sub course_level_row {
|
Line 6721 sub course_level_row {
|
'</tr></table></td>'."\n"; |
'</tr></table></td>'."\n"; |
} else { |
} else { |
$row .= '<td><input type="text" size="10" '. |
$row .= '<td><input type="text" size="10" '. |
'name="sec_'.$protectedcourse.'_'.$role.'" /></td>'."\n"; |
'name="sec_'.$protectedcourse.'_'.$role.'" /></td>'."\n"; |
} |
} |
} |
} |
$row .= <<ENDTIMEENTRY; |
$row .= <<ENDTIMEENTRY; |
Line 6200 ENDTIMEENTRY
|
Line 6737 ENDTIMEENTRY
|
} |
} |
|
|
sub course_level_dc { |
sub course_level_dc { |
my ($dcdom) = @_; |
my ($dcdom,$showcredits) = @_; |
my %customroles=&Apache::lonuserutils::my_custom_roles(); |
my %customroles=&Apache::lonuserutils::my_custom_roles(); |
my @roles = &Apache::lonuserutils::roles_by_context('course'); |
my @roles = &Apache::lonuserutils::roles_by_context('course'); |
my $hiddenitems = '<input type="hidden" name="dcdomain" value="'.$dcdom.'" />'. |
my $hiddenitems = '<input type="hidden" name="dcdomain" value="'.$dcdom.'" />'. |
Line 6208 sub course_level_dc {
|
Line 6745 sub course_level_dc {
|
'<input type="hidden" name="dccourse" value="" />'; |
'<input type="hidden" name="dccourse" value="" />'; |
my $courseform=&Apache::loncommon::selectcourse_link |
my $courseform=&Apache::loncommon::selectcourse_link |
('cu','dccourse','dcdomain','coursedesc',undef,undef,'Select','crstype'); |
('cu','dccourse','dcdomain','coursedesc',undef,undef,'Select','crstype'); |
my $cb_jscript = &Apache::loncommon::coursebrowser_javascript($dcdom,'currsec','cu','role','Course/Community Browser'); |
my $credit_elem; |
|
if ($showcredits) { |
|
$credit_elem = 'credits'; |
|
} |
|
my $cb_jscript = &Apache::loncommon::coursebrowser_javascript($dcdom,'currsec','cu','role','Course/Community Browser',$credit_elem); |
my %lt=&Apache::lonlocal::texthash( |
my %lt=&Apache::lonlocal::texthash( |
'rol' => "Role", |
'rol' => "Role", |
'grs' => "Section", |
'grs' => "Section", |
Line 6218 sub course_level_dc {
|
Line 6759 sub course_level_dc {
|
'end' => "End", |
'end' => "End", |
'ssd' => "Set Start Date", |
'ssd' => "Set Start Date", |
'sed' => "Set End Date", |
'sed' => "Set End Date", |
'scc' => "Course/Community" |
'scc' => "Course/Community", |
|
'crd' => "Credits", |
); |
); |
my $header = '<h4>'.&mt('Course/Community Level').'</h4>'. |
my $header = '<h4>'.&mt('Course/Community Level').'</h4>'. |
&Apache::loncommon::start_data_table(). |
&Apache::loncommon::start_data_table(). |
&Apache::loncommon::start_data_table_header_row(). |
&Apache::loncommon::start_data_table_header_row(). |
'<th>'.$lt{'scc'}.'</th><th>'.$lt{'rol'}.'</th><th>'.$lt{'grs'}.'</th><th>'.$lt{'sta'}.'</th><th>'.$lt{'end'}.'</th>'. |
'<th>'.$lt{'scc'}.'</th><th>'.$lt{'rol'}.'</th>'."\n". |
|
'<th>'.$lt{'grs'}.'</th><th>'.$lt{'crd'}.'</th>'."\n". |
|
'<th>'.$lt{'sta'}.'</th><th>'.$lt{'end'}.'</th>'."\n". |
&Apache::loncommon::end_data_table_header_row(); |
&Apache::loncommon::end_data_table_header_row(); |
my $otheritems = &Apache::loncommon::start_data_table_row()."\n". |
my $otheritems = &Apache::loncommon::start_data_table_row()."\n". |
'<td><br /><span class="LC_nobreak"><input type="text" name="coursedesc" value="" onfocus="this.blur();opencrsbrowser('."'cu','dccourse','dcdomain','coursedesc','','','','crstype'".')" />'. |
'<td><br /><span class="LC_nobreak"><input type="text" name="coursedesc" value="" onfocus="this.blur();opencrsbrowser('."'cu','dccourse','dcdomain','coursedesc','','','','crstype'".')" />'. |
Line 6250 sub course_level_dc {
|
Line 6794 sub course_level_dc {
|
'<input type="hidden" name="section" value="" />'. |
'<input type="hidden" name="section" value="" />'. |
'<input type="hidden" name="groups" value="" />'. |
'<input type="hidden" name="groups" value="" />'. |
'<input type="hidden" name="crstype" value="" /></td>'. |
'<input type="hidden" name="crstype" value="" /></td>'. |
'</tr></table></td>'; |
'</tr></table></td>'."\n"; |
|
if ($showcredits) { |
|
$otheritems .= '<td><br />'."\n". |
|
'<input type="text" size="3" name="credits" value="" />'."\n"; |
|
} |
$otheritems .= <<ENDTIMEENTRY; |
$otheritems .= <<ENDTIMEENTRY; |
<td><br /><input type="hidden" name="start" value='' /> |
<td><br /><input type="hidden" name="start" value='' /> |
<a href= |
<a href= |
Line 6593 sub update_selfenroll_config {
|
Line 7141 sub update_selfenroll_config {
|
my ($visible,$cansetvis,$vismsgs,$visactions) = &visible_in_cat($cdom,$cnum); |
my ($visible,$cansetvis,$vismsgs,$visactions) = &visible_in_cat($cdom,$cnum); |
if (ref($visactions) eq 'HASH') { |
if (ref($visactions) eq 'HASH') { |
if (!$visible) { |
if (!$visible) { |
$r->print('<br />'.$visactions->{'miss'}.'<br />'.$visactions->{'yous'}. |
$r->print('<br /><span class="LC_warning">'.$visactions->{'miss'}.'</span><br />'.$visactions->{'yous'}. |
'<br />'); |
'<br />'); |
if (ref($vismsgs) eq 'ARRAY') { |
if (ref($vismsgs) eq 'ARRAY') { |
$r->print('<br />'.$visactions->{'take'}.'<ul>'); |
$r->print('<br />'.$visactions->{'take'}.'<ul>'); |
Line 6623 sub get_selfenroll_titles {
|
Line 7171 sub get_selfenroll_titles {
|
return (\@row,\%lt); |
return (\@row,\%lt); |
} |
} |
|
|
sub is_courseowner { |
|
my ($thiscourse,$courseowner) = @_; |
|
if ($courseowner eq '') { |
|
if ($env{'request.course.id'} eq $thiscourse) { |
|
$courseowner = $env{'course.'.$env{'request.course.id'}.'.internal.courseowner'}; |
|
} |
|
} |
|
if ($courseowner ne '') { |
|
if ($courseowner eq $env{'user.name'}.':'.$env{'user.domain'}) { |
|
return 1; |
|
} |
|
} |
|
return; |
|
} |
|
|
|
#---------------------------------------------- end functions for &phase_two |
#---------------------------------------------- end functions for &phase_two |
|
|
#--------------------------------- functions for &phase_two and &phase_three |
#--------------------------------- functions for &phase_two and &phase_three |