=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 4.35 retrieving revision 4.36 diff -u -p -r4.35 -r4.36 --- cvsweb/cvsweb.cgi 2019/11/29 18:15:48 4.35 +++ cvsweb/cvsweb.cgi 2019/11/29 18:33:24 4.36 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: cvsweb.cgi,v 4.35 2019/11/29 18:15:48 schwarze Exp $ +# $Id: cvsweb.cgi,v 4.36 2019/11/29 18:33:24 schwarze Exp $ # $knu: cvsweb.cgi,v 1.299 2010/11/13 16:37:18 simon # # cvsweb - a CGI interface to CVS trees. @@ -69,7 +69,7 @@ use vars qw ( $charset $output_filter %CMD $allow_compress $backicon $diricon $fileicon $fullname $logo $defaulttitle $address $binfileicon $iconsdir $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 $edit_option_form $show_subdir_lastmod $show_log_in_markup $preformat_in_markup @@ -203,7 +203,7 @@ $config = '/conf/cvsweb/cvsweb.conf'; $logo = $defaulttitle = $address = $shortLogLen = $show_author = $hr_breakable = $hr_ignwhite = - $hr_ignkeysubst = $inputTextSize = $mime_types = $allow_annotate = + $hr_ignkeysubst = $mime_types = $allow_annotate = $allow_markup = $allow_compress = $edit_option_form = $show_subdir_lastmod = $show_log_in_markup = $preformat_in_markup = $tabstop = $use_moddate = $gzip_open = $DEBUG = @@ -2929,8 +2929,8 @@ EOF my $diffrev = defined($input{r1}) ? $input{r1} : $revdisplayorder[$#revdisplayorder]; - printf(< + printf(< @@ -2946,8 +2946,8 @@ EOF $diffrev = defined($input{r2}) ? $input{r2} : $revdisplayorder[0]; - printf(< + printf(<