Diff for /loncom/interface/lonparmset.pm between versions 1.586 and 1.587

version 1.586, 2018/09/14 18:27:49 version 1.587, 2018/11/13 03:59:00
Line 2101  sub lookUpTableParameter { Line 2101  sub lookUpTableParameter {
         'buttonshide' => 'hiding',          'buttonshide' => 'hiding',
         'turnoffeditor' => 'hiding',          'turnoffeditor' => 'hiding',
         'encrypturl' => 'hiding',          'encrypturl' => 'hiding',
           'deeplink' => 'hiding',
         'randomorder' => 'high_level_randomization',          'randomorder' => 'high_level_randomization',
         'randompick' => 'high_level_randomization',          'randompick' => 'high_level_randomization',
         'available' => 'slots',          'available' => 'slots',
Line 4660  my %strings = Line 4661  my %strings =
                  ['no','No']],                   ['no','No']],
      'string_ip'       'string_ip'
              => [['_allowfrom_','Hostname(s), or IP(s) from which access is allowed'],               => [['_allowfrom_','Hostname(s), or IP(s) from which access is allowed'],
                  ['_denyfrom_',], 'Hostname(s) or IP(s) from which access is disallowed'],                    ['_denyfrom_','Hostname(s) or IP(s) from which access is disallowed']], 
      );       'string_deeplink'
                => [['full','Displayed (linked) in Contents and Grades'],
                    ['absent','Not displayed in Contents or Grades'],
                    ['grades','Displayed in Grades only'],
                    ['details','Displayed (unlinked) in Contents and Grades'],
                    ['datestatus','Displayed (with status), but unlinked in Contents and Grades']],
       );
      
   
 my %stringmatches = (  my %stringmatches = (
          'string_lenient'           'string_lenient'
Line 4678  my %stringtypes = ( Line 4686  my %stringtypes = (
                     discussvote  => 'string_discussvote',                      discussvote  => 'string_discussvote',
                     examcode     => 'string_examcode',                      examcode     => 'string_examcode',
                     acc          => 'string_ip',                      acc          => 'string_ip',
                       deeplink     => 'string_deeplink',
                   );                    );
   
 # Returns the possible values and titles for a given string type, or undef if there are none.  # Returns the possible values and titles for a given string type, or undef if there are none.

Removed from v.1.586  
changed lines
  Added in v.1.587


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