[BACK]Return to cvsweb.cgi CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

Diff for /cvsweb/cvsweb.cgi between version 4.35 and 4.36

version 4.35, 2019/11/29 18:15:48 version 4.36, 2019/11/29 18:33:24
Line 69  use vars qw (
Line 69  use vars qw (
   $charset $output_filter %CMD $allow_compress $backicon $diricon $fileicon    $charset $output_filter %CMD $allow_compress $backicon $diricon $fileicon
   $fullname $logo $defaulttitle $address $binfileicon $iconsdir    $fullname $logo $defaulttitle $address $binfileicon $iconsdir
   $shortLogLen $show_author $hr_breakable $hr_ignwhite $hr_ignkeysubst    $shortLogLen $show_author $hr_breakable $hr_ignwhite $hr_ignkeysubst
   $inputTextSize $mime_types $allow_annotate $allow_markup $allow_mailtos    $mime_types $allow_annotate $allow_markup $allow_mailtos
   $allow_log_extra $allow_dir_extra $allow_source_extra    $allow_log_extra $allow_dir_extra $allow_source_extra
   $edit_option_form    $edit_option_form
   $show_subdir_lastmod $show_log_in_markup $preformat_in_markup    $show_subdir_lastmod $show_log_in_markup $preformat_in_markup
Line 203  $config = '/conf/cvsweb/cvsweb.conf';
Line 203  $config = '/conf/cvsweb/cvsweb.conf';
 $logo = $defaulttitle =  $logo = $defaulttitle =
   $address = $shortLogLen = $show_author =    $address = $shortLogLen = $show_author =
   $hr_breakable = $hr_ignwhite =    $hr_breakable = $hr_ignwhite =
   $hr_ignkeysubst = $inputTextSize = $mime_types = $allow_annotate =    $hr_ignkeysubst = $mime_types = $allow_annotate =
   $allow_markup = $allow_compress = $edit_option_form =    $allow_markup = $allow_compress = $edit_option_form =
   $show_subdir_lastmod = $show_log_in_markup = $preformat_in_markup =    $show_subdir_lastmod = $show_log_in_markup = $preformat_in_markup =
   $tabstop = $use_moddate = $gzip_open = $DEBUG =    $tabstop = $use_moddate = $gzip_open = $DEBUG =
Line 2929  EOF
Line 2929  EOF
   my $diffrev = defined($input{r1}) ?    my $diffrev = defined($input{r1}) ?
     $input{r1} : $revdisplayorder[$#revdisplayorder];      $input{r1} : $revdisplayorder[$#revdisplayorder];
   
   printf(<<EOF, $inputTextSize, $diffrev);    printf(<<EOF, $diffrev);
 <input type="text" size="%s" name="tr1" value="%s" onchange="this.form.r1.selectedIndex=0" />  <input type="text" size="12" name="tr1" value="%s" onchange="this.form.r1.selectedIndex=0" />
 </td>  </td>
 <td></td>  <td></td>
 </tr>  </tr>
Line 2946  EOF
Line 2946  EOF
   
   $diffrev = defined($input{r2}) ? $input{r2} : $revdisplayorder[0];    $diffrev = defined($input{r2}) ? $input{r2} : $revdisplayorder[0];
   
   printf(<<EOF, $inputTextSize, $diffrev, $scriptwhere);    printf(<<EOF, $diffrev, $scriptwhere);
 <input type="text" size="%s" name="tr2" value="%s" onchange="this.form.r2.selectedIndex=0" />  <input type="text" size="12" name="tr2" value="%s" onchange="this.form.r2.selectedIndex=0" />
 </td>  </td>
 <td><input type="submit" value="Get Diffs" accesskey="G" /></td>  <td><input type="submit" value="Get Diffs" accesskey="G" /></td>
 </tr>  </tr>

Legend:
Removed from v.4.35  
changed lines
  Added in v.4.36

CVSweb