Diff for /rat/lonuserstate.pm between versions 1.128.2.1 and 1.129

version 1.128.2.1, 2008/12/21 04:46:53 version 1.129, 2008/11/18 19:13:37
Line 247  sub parse_resource { Line 247  sub parse_resource {
  $turi=~/\.(\w+)$/;   $turi=~/\.(\w+)$/;
  my $embstyle=&Apache::loncommon::fileembstyle($1);   my $embstyle=&Apache::loncommon::fileembstyle($1);
  if ($token->[2]->{'external'} eq 'true') { # external   if ($token->[2]->{'external'} eq 'true') { # external
     $turi=~s/^https?\:\/\//\/adm\/wrapper\/ext\//;      $turi=~s/^http\:\/\//\/adm\/wrapper\/ext\//;
  } elsif ($turi=~/^\/*uploaded\//) { # uploaded   } elsif ($turi=~/^\/*uploaded\//) { # uploaded
     if (($embstyle eq 'img')       if (($embstyle eq 'img') 
  || ($embstyle eq 'emb')   || ($embstyle eq 'emb')
Line 877  of course for user. Line 877  of course for user.
 This is part of the LearningOnline Network with CAPA project  This is part of the LearningOnline Network with CAPA project
 described at http://www.lon-capa.org.  described at http://www.lon-capa.org.
   
 =head1 HANDLER SUBROUTINE  =head1 SUBROUTINES
   
 There is no handler subroutine.  =over
   
 =head1 OTHER SUBROUTINES  =item loadmap()
   
 =over 4  Loads map from disk
   
 =item *  =item simplify()
   
 loadmap() : Loads map from disk  Simplify expression
   
 =item *  =item traceroute()
   
 simplify() : Simplify expression  Build condition hash
   
 =item *  =item accinit()
   
 traceroute() : Build condition hash  Cascading conditions, quick access, parameters
   
 =item *  =item readmap()
   
 accinit() : Cascading conditions, quick access, parameters  Read map and all submaps
   
 =item *  =item evalstate()
   
 readmap() : Read map and all submaps  Evaluate state string
   
 =item *  
   
 evalstate() : Evaluate state string  
   
 =back  =back
   

Removed from v.1.128.2.1  
changed lines
  Added in v.1.129


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>