version 1.1.1.32, 2002/07/07 04:31:41 |
version 3.9, 2000/07/29 12:41:25 |
|
|
#!/usr/bin/perl -wT |
#!/usr/bin/perl -ws |
# |
# |
# cvsweb - a CGI interface to CVS trees. |
# cvsweb - a CGI interface to CVS trees. |
# |
# |
# Written in their spare time by |
# Written in their spare time by |
# Bill Fenner <fenner@FreeBSD.org> (original work) |
# Bill Fenner <fenner@FreeBSD.org> (original work) |
# extended by Henner Zeller <zeller@think.de>, |
# extended by Henner Zeller <zeller@think.de>, |
# Henrik Nordstrom <hno@hem.passagen.se> |
# Henrik Nordstrom <hno@hem.passagen.se> |
# Ken Coar <coar@Apache.Org> |
# Ken Coar <coar@Apache.Org> |
# Dick Balaska <dick@buckosoft.com> |
# Dick Balaska <dick@buckosoft.com> |
# Akinori MUSHA <knu@FreeBSD.org> |
# Akinori MUSHA <knu@FreeBSD.org> |
# Jens-Uwe Mager <jum@helios.de> |
|
# Ville Skyttä <scop@FreeBSD.org> |
|
# |
# |
# Based on: |
# Based on: |
# * Bill Fenners cvsweb.cgi revision 1.28 available from: |
# * Bill Fenners cvsweb.cgi revision 1.28 available from: |
|
|
# |
# |
# Copyright (c) 1996-1998 Bill Fenner |
# Copyright (c) 1996-1998 Bill Fenner |
# (c) 1998-1999 Henner Zeller |
# (c) 1998-1999 Henner Zeller |
# (c) 1999 Henrik Nordstrom |
# (c) 1999 Henrik Nordstrom |
# (c) 2000-2002 Akinori MUSHA |
# (c) 2000 Akinori MUSHA |
# (c) 2002 Ville Skyttä |
|
# All rights reserved. |
# All rights reserved. |
# |
# |
# Redistribution and use in source and binary forms, with or without |
# Redistribution and use in source and binary forms, with or without |
|
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
# SUCH DAMAGE. |
# SUCH DAMAGE. |
# |
# |
# $FreeBSD: projects/cvsweb/cvsweb.cgi,v 1.112 2002/07/06 18:15:19 scop Exp $ |
# $zId: cvsweb.cgi,v 1.93 2000/07/27 17:42:28 hzeller Exp $ |
# $zId: cvsweb.cgi,v 1.112 2001/07/24 13:03:16 hzeller Exp $ |
# $Id$ |
# $Idaemons: /home/cvs/cvsweb/cvsweb.cgi,v 1.84 2001/10/07 20:50:10 knu Exp $ |
|
# |
# |
### |
### |
|
|
require 5.000; |
|
|
|
use strict; |
use strict; |
|
|
use vars qw ( |
use vars qw ( |
$cvsweb_revision |
$config $allow_version_select $verbose |
$mydir $uname $config $allow_version_select $verbose |
%CVSROOT %CVSROOTdescr %MIRRORS %DEFAULTVALUE %ICONS %MTYPES |
@CVSrepositories @CVSROOT %CVSROOT %CVSROOTdescr |
|
%MIRRORS %DEFAULTVALUE %ICONS %MTYPES |
|
@DIFFTYPES %DIFFTYPES @LOGSORTKEYS %LOGSORTKEYS |
|
%alltags @tabcolors %fileinfo %tags @branchnames %nameprinted |
%alltags @tabcolors %fileinfo %tags @branchnames %nameprinted |
%symrev %revsym @allrevisions %date %author @revdisplayorder |
%symrev %revsym @allrevisions %date %author @revdisplayorder |
@revisions %state %difflines %log %branchpoint @revorder |
@revisions %state %difflines %log %branchpoint @revorder $prcgi |
$prcgi @prcategories $re_prcategories $prkeyword $re_prkeyword $mancgi |
@prcategories $prcategories |
$checkoutMagic $doCheckout $scriptname $scriptwhere |
$checkoutMagic $doCheckout $scriptname $scriptwhere |
$where $pathinfo $Browser $nofilelinks $maycompress |
$where $pathinfo $Browser $nofilelinks $maycompress @stickyvars |
@stickyvars @unsafevars |
|
%funcline_regexp $is_mod_perl |
%funcline_regexp $is_mod_perl |
$is_links $is_lynx $is_w3m $is_msie $is_mozilla3 $is_textbased |
$is_lynx $is_w3m $is_msie $is_mozilla3 $is_textbased |
%input $query $barequery $sortby $bydate $byrev $byauthor |
%input $query $barequery $sortby $bydate $byrev $byauthor |
$bylog $byfile $defaultDiffType $logsort $cvstree $cvsroot |
$bylog $byfile $hr_default $logsort $cvstree $cvsroot |
$mimetype $charset $output_filter $defaultTextPlain $defaultViewable |
$mimetype $defaultTextPlain $defaultViewable $allow_compress |
$command_path %CMD $allow_compress |
$GZIPBIN $backicon $diricon $fileicon $fullname $newname |
$backicon $diricon $fileicon |
$cvstreedefault $body_tag $logo $defaulttitle $address |
$fullname $newname $cvstreedefault |
$backcolor $long_intro $short_instruction $shortLogLen |
$body_tag $body_tag_for_src $logo $defaulttitle $address |
|
$long_intro $short_instruction $shortLogLen |
|
$show_author $dirtable $tablepadding $columnHeaderColorDefault |
$show_author $dirtable $tablepadding $columnHeaderColorDefault |
$columnHeaderColorSorted $hr_breakable $showfunc $hr_ignwhite |
$columnHeaderColorSorted $hr_breakable $showfunc $hr_ignwhite |
$hr_ignkeysubst $diffcolorHeading $diffcolorEmpty $diffcolorRemove |
$hr_ignkeysubst $diffcolorHeading $diffcolorEmpty $diffcolorRemove |
$diffcolorChange $diffcolorAdd $diffcolorDarkChange $difffontface |
$diffcolorChange $diffcolorAdd $diffcolorDarkChange $difffontface |
$difffontsize $inputTextSize $mime_types |
$difffontsize $inputTextSize $mime_types $allow_annotate |
$allow_annotate $allow_markup |
$allow_markup $use_java_script $open_extern_window |
$allow_log_extra $allow_dir_extra $allow_source_extra |
|
$use_java_script $open_extern_window |
|
$extern_window_width $extern_window_height $edit_option_form |
$extern_window_width $extern_window_height $edit_option_form |
$show_subdir_lastmod $show_log_in_markup $preformat_in_markup $v |
$checkout_magic $show_subdir_lastmod $show_log_in_markup $v |
$navigationHeaderColor $tableBorderColor $markupLogColor |
$navigationHeaderColor $tableBorderColor $markupLogColor |
$tabstop $state $annTable $sel $curbranch @HideModules @ForbiddenFiles |
$tabstop $state $annTable $sel $curbranch @HideModules |
$module $use_descriptions %descriptions @mytz $dwhere $moddate |
$module $use_descriptions %descriptions @mytz $dwhere $moddate |
$use_moddate $has_zlib $gzip_open |
$use_moddate |
$allow_tar @tar_options @gzip_options @zip_options @cvs_options |
|
$LOG_FILESEPARATOR $LOG_REVSEPARATOR |
|
$tmpdir $HTML_DOCTYPE $HTML_META |
|
); |
); |
|
|
sub printDiffSelect($); |
|
sub printDiffLinks($$); |
|
sub printLogSortSelect($); |
|
sub findLastModifiedSubdirs(@); |
|
sub htmlify_sub(&$); |
|
sub htmlify($;$); |
|
sub spacedHtmlText($;$); |
|
sub link($$); |
|
sub revcmp($$); |
|
sub fatal($$@); |
|
sub redirect($); |
|
sub safeglob($); |
|
sub search_path($); |
|
sub getMimeTypeFromSuffix($); |
|
sub head($;$); |
|
sub scan_directives(@); |
|
sub openOutputFilter(); |
|
sub doAnnotate($$); |
|
sub doCheckout($$); |
|
sub cvswebMarkup($$$); |
|
sub viewable($); |
|
sub doDiff($$$$$$); |
|
sub getDirLogs($$@); |
|
sub readLog($;$); |
|
sub printLog($;$); |
|
sub doLog($); |
|
sub flush_diff_rows($$$$); |
|
sub human_readable_diff($); |
|
sub navigateHeader($$$$$); |
|
sub plural_write($$); |
|
sub readableTime($$); |
|
sub clickablePath($$); |
|
sub chooseCVSRoot(); |
|
sub chooseMirror(); |
|
sub fileSortCmp(); |
|
sub download_url($$;$); |
|
sub download_link($$$;$); |
|
sub toggleQuery($$); |
|
sub urlencode($); |
|
sub htmlquote($); |
|
sub htmlunquote($); |
|
sub hrefquote($); |
|
sub http_header(;$); |
|
sub html_header($); |
|
sub html_footer(); |
|
sub link_tags($); |
|
sub forbidden_file($); |
|
sub forbidden_module($); |
|
|
|
##### Start of Configuration Area ######## |
##### Start of Configuration Area ######## |
delete $ENV{PATH}; |
# == EDIT this == |
|
# User configuration is stored in |
|
$config = defined($ENV{CVSWEB_CONFIG}) ? $ENV{CVSWEB_CONFIG} : '/usr/local/etc/cvsweb.conf'; |
|
|
$cvsweb_revision = '2.0.4'; |
|
|
|
use File::Basename (); |
|
|
|
($mydir) = (File::Basename::dirname($0) =~ /(.*)/); # untaint |
|
|
|
# == EDIT this == |
|
# Locations to search for user configuration, in order: |
|
for ("$mydir/cvsweb.conf", '/usr/local/etc/cvsweb/cvsweb.conf') { |
|
if (defined($_) && -r $_) { |
|
$config = $_; |
|
last; |
|
} |
|
} |
|
|
|
# == Configuration defaults == |
# == Configuration defaults == |
# Defaults for configuration variables that shouldn't need |
# Defaults for configuration variables that shouldn't need |
# to be configured.. |
# to be configured.. |
$allow_version_select = 1; |
$allow_version_select = 1; |
$allow_log_extra = 1; |
|
|
|
##### End of Configuration Area ######## |
##### End of Configuration Area ######## |
|
|
######## Configuration variables ######### |
######## Configuration variables ######### |
# These are defined to allow checking with perl -cw |
# These are defined to allow checking with perl -cw |
@CVSrepositories = @CVSROOT = %CVSROOT = %MIRRORS = %DEFAULTVALUE = %ICONS = |
%CVSROOT = %MIRRORS = %DEFAULTVALUE = %ICONS = %MTYPES = |
%MTYPES = %tags = %alltags = @tabcolors = %fileinfo = (); |
%tags = %alltags = @tabcolors = (); |
$cvstreedefault = $body_tag = $body_tag_for_src = $logo = $defaulttitle = |
$cvstreedefault = $body_tag = $logo = $defaulttitle = $address = |
$address = $long_intro = $short_instruction = $shortLogLen = $show_author = |
$backcolor = $long_intro = $short_instruction = $shortLogLen = |
$dirtable = $tablepadding = $columnHeaderColorDefault = |
$show_author = $dirtable = $tablepadding = $columnHeaderColorDefault = |
$columnHeaderColorSorted = $hr_breakable = $showfunc = $hr_ignwhite = |
$columnHeaderColorSorted = $hr_breakable = $showfunc = $hr_ignwhite = |
$hr_ignkeysubst = $diffcolorHeading = $diffcolorEmpty = $diffcolorRemove = |
$hr_ignkeysubst = $diffcolorHeading = $diffcolorEmpty = $diffcolorRemove = |
$diffcolorChange = $diffcolorAdd = $diffcolorDarkChange = $difffontface = |
$diffcolorChange = $diffcolorAdd = $diffcolorDarkChange = $difffontface = |
$difffontsize = $inputTextSize = $mime_types = $allow_annotate = |
$difffontsize = $inputTextSize = $mime_types = $allow_annotate = |
$allow_markup = $use_java_script = $open_extern_window = |
$allow_markup = $use_java_script = $open_extern_window = |
$extern_window_width = $extern_window_height = $edit_option_form = |
$extern_window_width = $extern_window_height = $edit_option_form = |
$show_subdir_lastmod = $show_log_in_markup = $v = $navigationHeaderColor = |
$checkout_magic = $show_subdir_lastmod = $show_log_in_markup = $v = |
$tableBorderColor = $markupLogColor = $tabstop = $use_moddate = $moddate = |
$navigationHeaderColor = $tableBorderColor = $markupLogColor = |
$gzip_open = $HTML_DOCTYPE = $HTML_META = undef; |
$tabstop = $use_moddate = $moddate = undef; |
$tmpdir = defined($ENV{TMPDIR}) ? $ENV{TMPDIR} : "/var/tmp"; |
|
|
|
$LOG_FILESEPARATOR = q/^={77}$/; |
|
$LOG_REVSEPARATOR = q/^-{28}$/; |
|
|
|
@DIFFTYPES = qw(h H u c s); |
|
@DIFFTYPES{@DIFFTYPES} = ( |
|
{ |
|
'descr' => 'colored', |
|
'opts' => ['-u'], |
|
'colored' => 1, |
|
}, |
|
{ |
|
'descr' => 'long colored', |
|
'opts' => ['--unified=15'], |
|
'colored' => 1, |
|
}, |
|
{ |
|
'descr' => 'unified', |
|
'opts' => ['-u'], |
|
'colored' => 0, |
|
}, |
|
{ |
|
'descr' => 'context', |
|
'opts' => ['-c'], |
|
'colored' => 0, |
|
}, |
|
{ |
|
'descr' => 'side by side', |
|
'opts' => ['--side-by-side', '--width=164'], |
|
'colored' => 0, |
|
}, |
|
); |
|
|
|
@LOGSORTKEYS = qw(cvs date rev); |
|
@LOGSORTKEYS{@LOGSORTKEYS} = ( |
|
{ |
|
'descr' => 'Not sorted', |
|
}, |
|
{ |
|
'descr' => 'Commit date', |
|
}, |
|
{ |
|
'descr' => 'Revision', |
|
}, |
|
); |
|
|
|
$HTML_DOCTYPE = |
|
'<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'; |
|
|
|
$HTML_META = <<EOM; |
|
<meta name="robots" content="nofollow"> |
|
<meta name="generator" content="FreeBSD-CVSweb $cvsweb_revision"> |
|
<meta http-equiv="Content-Script-Type" content="text/javascript"> |
|
<meta http-equiv="Content-Style-Type" content="text/css"> |
|
EOM |
|
|
|
##### End of configuration variables ##### |
##### End of configuration variables ##### |
|
|
use Time::Local (); |
use Time::Local; |
use IPC::Open2 qw(open2); |
use IPC::Open2; |
|
|
# Check if the zlib C library interface is installed, and if yes |
$verbose = $v; |
# we can avoid using the extra gzip process. |
|
eval { require Compress::Zlib; }; |
|
$has_zlib = !$@; |
|
|
|
$verbose = $v; |
|
$checkoutMagic = "~checkout~"; |
$checkoutMagic = "~checkout~"; |
$pathinfo = defined($ENV{PATH_INFO}) ? $ENV{PATH_INFO} : ''; |
$pathinfo = defined($ENV{PATH_INFO}) ? $ENV{PATH_INFO} : ''; |
$where = $pathinfo; |
$where = $pathinfo; |
$doCheckout = ($where =~ m|^/$checkoutMagic/|); |
$doCheckout = ($where =~ /^\/$checkoutMagic/); |
$where =~ s|^/$checkoutMagic/|/|; |
$where =~ s|^/($checkoutMagic)?||; |
$where =~ s|^/||; |
$where =~ s|/+$||; |
$scriptname = defined($ENV{SCRIPT_NAME}) ? $ENV{SCRIPT_NAME} : ''; |
$scriptname = defined($ENV{SCRIPT_NAME}) ? $ENV{SCRIPT_NAME} : ''; |
$scriptname =~ s|^/*|/|; |
$scriptname =~ s|^/?|/|; |
|
$scriptname =~ s|/+$||; |
# Let's workaround thttpd's stupidity.. |
$scriptwhere = $scriptname; |
if ($scriptname =~ m|/$|) { |
if ($where) { |
$pathinfo .= '/'; |
$scriptwhere .= '/' . urlencode($where); |
my $re = quotemeta $pathinfo; |
|
$scriptname =~ s/$re$//; |
|
} |
} |
|
|
$scriptwhere = $scriptname; |
|
$scriptwhere .= '/' . urlencode($where); |
|
$where = '/' if ($where eq ''); |
|
|
|
$is_mod_perl = defined($ENV{MOD_PERL}); |
$is_mod_perl = defined($ENV{MOD_PERL}); |
|
|
# in lynx, it it very annoying to have two links |
# in lynx, it it very annoying to have two links |
# per file, so disable the link at the icon |
# per file, so disable the link at the icon |
# in this case: |
# in this case: |
$Browser = $ENV{HTTP_USER_AGENT} || ''; |
$Browser = $ENV{HTTP_USER_AGENT} || ''; |
$is_links = ($Browser =~ m`^Links `); |
$is_lynx = ($Browser =~ m`^Lynx/`i); |
$is_lynx = ($Browser =~ m`^Lynx/`i); |
$is_w3m = ($Browser =~ m`^w3m/`i); |
$is_w3m = ($Browser =~ m`^w3m/`i); |
$is_msie = ($Browser =~ m`MSIE`); |
$is_msie = ($Browser =~ m`MSIE`); |
|
$is_mozilla3 = ($Browser =~ m`^Mozilla/[3-9]`); |
$is_mozilla3 = ($Browser =~ m`^Mozilla/[3-9]`); |
|
|
$is_textbased = ($is_links || $is_lynx || $is_w3m); |
$is_textbased = ($is_lynx || $is_w3m); |
|
|
$nofilelinks = $is_textbased; |
$nofilelinks = $is_textbased; |
|
|
Line 298 $nofilelinks = $is_textbased; |
|
Line 150 $nofilelinks = $is_textbased; |
|
# braindamaged MS-Internet Exploders claim that they |
# braindamaged MS-Internet Exploders claim that they |
# accept gzip .. but don't in fact and |
# accept gzip .. but don't in fact and |
# display garbage then :-/ |
# display garbage then :-/ |
# Turn off gzip if running under mod_perl and no zlib is available, |
# Turn off gzip if running under mod_perl. piping does |
# piping does not work as expected inside the server. |
# not work as expected inside the server. One can probably |
$maycompress = |
# achieve the same result using Apache::GZIPFilter. |
(((defined($ENV{HTTP_ACCEPT_ENCODING}) |
$maycompress =(($ENV{HTTP_ACCEPT_ENCODING} =~ m`gzip` |
&& $ENV{HTTP_ACCEPT_ENCODING} =~ m`gzip`) || $is_mozilla3) && !$is_msie |
|| $is_mozilla3) |
&& !($is_mod_perl && !$has_zlib)); |
&& !$is_msie |
|
&& !$is_mod_perl); |
|
|
# put here the variables we need in order |
# put here the variables we need in order |
# to hold our state - they will be added (with |
# to hold our state - they will be added (with |
# their current value) to any link/query string |
# their current value) to any link/query string |
# you construct |
# you construct |
@stickyvars = qw(cvsroot hideattic sortby logsort f only_with_tag); |
@stickyvars = qw(cvsroot hideattic sortby logsort f only_with_tag); |
@unsafevars = qw(logsort only_with_tag r1 r2 rev sortby tr1 tr2); |
|
|
|
if (-f $config) { |
if (-f $config) { |
do "$config" or fatal("500 Internal Error", |
do $config; |
'Error in loading configuration file: %s<br><br>%s<br>', |
|
$config, $@); |
|
} else { |
|
fatal("500 Internal Error", |
|
'Configuration not found. Set the variable <code>$config</code> in cvsweb.cgi to your <b>cvsweb.conf</b> configuration file first.' |
|
); |
|
} |
} |
|
else { |
|
&fatal("500 Internal Error", |
|
'Configuration not found. Set the variable <code>$config</code> ' |
|
. 'in cvsweb.cgi, or the environment variable ' |
|
. '<code>CVSWEB_CONFIG</code>, to your <b>cvsweb.conf</b> ' |
|
. 'configuration file first.'); |
|
} |
|
|
undef %input; |
undef %input; |
$query = $ENV{QUERY_STRING}; |
$query = $ENV{QUERY_STRING}; |
|
|
if (defined($query) && $query ne '') { |
if ($query ne '') { |
foreach (split (/&/, $query)) { |
foreach (split(/&/, $query)) { |
y/+/ /; |
s/%(..)/sprintf("%c", hex($1))/ge; # unquote %-quoted |
s/%(..)/sprintf("%c", hex($1))/ge; # unquote %-quoted |
if (/(\S+)=(.*)/) { |
if (/(\S+)=(.*)/) { |
$input{$1} = $2 if ($2 ne ""); |
$input{$1} = $2 if ($2 ne ""); |
|
} else { |
|
$input{$_}++; |
|
} |
|
} |
} |
|
else { |
|
$input{$_}++; |
|
} |
|
} |
} |
} |
|
|
# For backwards compability, set only_with_tag to only_on_branch if set. |
# For backwards compability, set only_with_tag to only_on_branch if set. |
$input{only_with_tag} = $input{only_on_branch} |
$input{only_with_tag} = $input{only_on_branch} |
if (defined($input{only_on_branch})); |
if (defined($input{only_on_branch})); |
|
|
# Prevent cross-site scripting |
|
foreach (@unsafevars) { |
|
if (defined($input{$_}) && $input{$_} =~ /[^\w\-.]/) { |
|
fatal("500 Internal Error", |
|
'Malformed query (%s=%s)', |
|
$_, $input{$_}); |
|
} |
|
} |
|
|
|
if (defined($input{"content-type"})) { |
|
fatal("500 Internal Error", "Unsupported content-type") |
|
if ($input{"content-type"} !~ /^[-0-9A-Za-z]+\/[-0-9A-Za-z]+$/); |
|
} |
|
|
|
$DEFAULTVALUE{'cvsroot'} = $cvstreedefault; |
$DEFAULTVALUE{'cvsroot'} = $cvstreedefault; |
|
|
foreach (keys %DEFAULTVALUE) { |
foreach (keys %DEFAULTVALUE) |
|
{ |
# replace not given parameters with the default parameters |
# replace not given parameters with the default parameters |
if (!defined($input{$_}) || $input{$_} eq "") { |
if (!defined($input{$_}) || $input{$_} eq "") { |
|
# Empty Checkboxes in forms return -- nothing. So we define a helper |
# Empty Checkboxes in forms return -- nothing. So we define a helper |
# variable in these forms (copt) which indicates that we just set |
# variable in these forms (copt) which indicates that we just set |
# parameters with a checkbox |
# parameters with a checkbox |
if (!defined($input{"copt"})) { |
if (!defined($input{"copt"})) { |
# 'copt' isn't defined --> empty input is not the result |
|
# of empty input checkbox --> set default |
# 'copt' isn't defined --> empty input is not the result |
$input{$_} = $DEFAULTVALUE{$_} if (defined($DEFAULTVALUE{$_})); |
# of empty input checkbox --> set default |
|
$input{$_} = $DEFAULTVALUE{$_} |
|
if (defined($DEFAULTVALUE{$_})); |
|
} else { |
|
|
|
# 'copt' is defined -> the result of empty input checkbox |
|
# -> set to zero (disable) if default is a boolean (0|1). |
|
$input{$_} = 0 |
|
if (defined($DEFAULTVALUE{$_}) |
|
&& ($DEFAULTVALUE{$_} eq "0" |
|
|| $DEFAULTVALUE{$_} eq "1")); |
|
} |
|
} |
} |
|
else { |
|
# 'copt' is defined -> the result of empty input checkbox |
|
# -> set to zero (disable) if default is a boolean (0|1). |
|
$input{$_} = 0 |
|
if (defined($DEFAULTVALUE{$_}) |
|
&& ($DEFAULTVALUE{$_} eq "0" || $DEFAULTVALUE{$_} eq "1")); |
|
} |
|
} |
} |
} |
|
|
$barequery = ""; |
$barequery = ""; |
my @barequery; |
|
foreach (@stickyvars) { |
foreach (@stickyvars) { |
|
# construct a query string with the sticky non default parameters set |
# construct a query string with the sticky non default parameters set |
if (defined($input{$_}) && $input{$_} ne '' && |
if (defined($input{$_}) && $input{$_} ne '' |
!(defined($DEFAULTVALUE{$_}) && $input{$_} eq $DEFAULTVALUE{$_})) { |
&& !(defined($DEFAULTVALUE{$_}) && $input{$_} eq $DEFAULTVALUE{$_})) |
if ($barequery) { |
{ |
$barequery = $barequery . "&"; |
push @barequery, |
|
join ('=', urlencode($_), urlencode($input{$_})); |
|
} |
} |
|
my $thisval = urlencode($_) . "=" . urlencode($input{$_}); |
|
$barequery .= $thisval; |
|
} |
} |
} |
|
|
# is there any query ? |
# is there any query ? |
if (@barequery) { |
if ($barequery) { |
$barequery = join ('&', @barequery); |
$query = "?$barequery"; |
$query = "?$barequery"; |
$barequery = "&" . $barequery; |
$barequery = "&$barequery"; |
|
} else { |
|
$query = ""; |
|
} |
} |
undef @barequery; |
else { |
|
$query = ""; |
if (defined($input{path})) { |
|
redirect("$scriptname/$input{path}$query"); |
|
} |
} |
|
|
# get actual parameters |
# get actual parameters |
$sortby = $input{"sortby"}; |
$sortby = $input{"sortby"}; |
$bydate = 0; |
$bydate = 0; |
$byrev = 0; |
$byrev = 0; |
$byauthor = 0; |
$byauthor = 0; |
$bylog = 0; |
$bylog = 0; |
$byfile = 0; |
$byfile = 0; |
if ($sortby eq "date") { |
if ($sortby eq "date") { |
$bydate = 1; |
$bydate = 1; |
} elsif ($sortby eq "rev") { |
|
$byrev = 1; |
|
} elsif ($sortby eq "author") { |
|
$byauthor = 1; |
|
} elsif ($sortby eq "log") { |
|
$bylog = 1; |
|
} else { |
|
$byfile = 1; |
|
} |
} |
|
elsif ($sortby eq "rev") { |
|
$byrev = 1; |
|
} |
|
elsif ($sortby eq "author") { |
|
$byauthor = 1; |
|
} |
|
elsif ($sortby eq "log") { |
|
$bylog = 1; |
|
} |
|
else { |
|
$byfile = 1; |
|
} |
|
|
$defaultDiffType = $input{'f'}; |
$hr_default = $input{'f'} eq 'h'; |
|
|
$logsort = $input{'logsort'}; |
$logsort = $input{'logsort'}; |
|
|
{ |
|
my @tmp = @CVSrepositories; |
|
my @pair; |
|
|
|
while (@pair = splice(@tmp, 0, 2)) { |
|
my ($key, $val) = @pair; |
|
my ($descr, $cvsroot) = @$val; |
|
|
|
next if !-d $cvsroot; |
|
|
|
$CVSROOTdescr{$key} = $descr; |
|
$CVSROOT{$key} = $cvsroot; |
|
push @CVSROOT, $key; |
|
} |
|
} |
|
|
|
## Default CVS-Tree |
## Default CVS-Tree |
if (!defined($CVSROOT{$cvstreedefault})) { |
if (!defined($CVSROOT{$cvstreedefault})) { |
fatal("500 Internal Error", |
&fatal("500 Internal Error", |
'<code>$cvstreedefault</code> points to a repository (%s) not defined in <code>%%CVSROOT</code> (edit your configuration file %s)', |
"<code>\$cvstreedefault</code> points to a repository " |
$cvstreedefault, $config); |
. "not defined in <code>%CVSROOT</code> " |
|
. "(edit your configuration file $config)"); |
} |
} |
|
|
# alternate CVS-Tree, configured in cvsweb.conf |
# alternate CVS-Tree, configured in cvsweb.conf |
if ($input{'cvsroot'} && $CVSROOT{$input{'cvsroot'}}) { |
if ($input{'cvsroot'} && $CVSROOT{$input{'cvsroot'}}) { |
$cvstree = $input{'cvsroot'}; |
$cvstree = $input{'cvsroot'}; |
} else { |
} else { |
$cvstree = $cvstreedefault; |
$cvstree = $cvstreedefault; |
} |
} |
|
|
$cvsroot = $CVSROOT{$cvstree}; |
$cvsroot = $CVSROOT{$cvstree}; |
|
|
# create icons out of description |
# create icons out of description |
my $k; |
foreach my $k (keys %ICONS) { |
foreach $k (keys %ICONS) { |
no strict 'refs'; |
no strict 'refs'; |
my ($itxt,$ipath,$iwidth,$iheight) = @{$ICONS{$k}}; |
my ($itxt, $ipath, $iwidth, $iheight) = @{$ICONS{$k}}; |
if ($ipath) { |
if ($ipath) { |
${"${k}icon"} = "<IMG SRC=\"$ipath\" ALT=\"$itxt\" BORDER=\"0\" WIDTH=\"$iwidth\" HEIGHT=\"$iheight\">"; |
${"${k}icon"} = |
} |
sprintf( |
else { |
'<img src="%s" alt="%s" border="0" width="%d" height="%d">', |
${"${k}icon"} = $itxt; |
hrefquote($ipath), htmlquote($itxt), $iwidth, $iheight) |
} |
} else { |
|
${"${k}icon"} = $itxt; |
|
} |
|
} |
} |
undef $k; |
|
|
|
my $config_cvstree = "$config-$cvstree"; |
|
|
|
# Do some special configuration for cvstrees |
# Do some special configuration for cvstrees |
if (-f $config_cvstree) { |
do "$config-$cvstree" if (-f "$config-$cvstree"); |
do "$config_cvstree" or |
|
fatal("500 Internal Error", |
|
'Error in loading configuration file: %s<br><br>%s<br>', |
|
$config_cvstree, $@); |
|
} |
|
undef $config_cvstree; |
|
|
|
$re_prcategories = '(?:' . join ('|', @prcategories) . ')' if @prcategories; |
$prcategories = '(?:' . join('|', @prcategories) . ')'; |
$re_prkeyword = quotemeta($prkeyword) if defined($prkeyword); |
|
$prcgi .= '%s' if defined($prcgi) && $prcgi !~ /%s/; |
|
|
|
$fullname = "$cvsroot/$where"; |
$fullname = $cvsroot . '/' . $where; |
$mimetype = &getMimeTypeFromSuffix($fullname); |
$mimetype = &getMimeTypeFromSuffix ($fullname); |
$defaultTextPlain = ($mimetype eq "text/plain"); |
$defaultTextPlain = ($mimetype eq "text/plain"); |
$defaultViewable = $allow_markup && viewable($mimetype); |
$defaultViewable = $allow_markup && viewable($mimetype); |
|
|
my $rewrite = 0; |
# search for GZIP if compression allowed |
|
# We've to find out if the GZIP-binary exists .. otherwise |
if ($pathinfo =~ m|//|) { |
# ge get an Internal Server Error if we try to pipe the |
$pathinfo =~ y|/|/|s; |
# output through the nonexistent gzip .. |
$rewrite = 1; |
# any more elegant ways to prevent this are welcome! |
|
if ($allow_compress && $maycompress) { |
|
foreach (split(/:/, $ENV{PATH})) { |
|
if (-x "$_/gzip") { |
|
$GZIPBIN = "$_/gzip"; |
|
last; |
|
} |
|
} |
} |
} |
|
|
if (-d $fullname && $pathinfo !~ m|/$|) { |
if (-d $fullname) { |
$pathinfo .= '/'; |
# |
$rewrite = 1; |
# ensure, that directories always end with (exactly) one '/' |
|
# to allow relative URL's. If they're not, make a redirect. |
|
## |
|
if (!($pathinfo =~ m|/$|) || ($pathinfo =~ m |/{2,}$|)) { |
|
redirect ($scriptwhere . '/' . $query); |
|
} |
|
else { |
|
$where .= '/'; |
|
$scriptwhere .= '/'; |
|
} |
} |
} |
|
|
if (!-d $fullname && $pathinfo =~ m|/$|) { |
|
chop $pathinfo; |
|
$rewrite = 1; |
|
} |
|
|
|
if ($rewrite) { |
|
redirect($scriptname . urlencode($pathinfo) . $query); |
|
} |
|
|
|
undef $rewrite; |
|
|
|
if (!-d $cvsroot) { |
if (!-d $cvsroot) { |
fatal("500 Internal Error", |
&fatal("500 Internal Error",'$CVSROOT not found!<P>The server on which the CVS tree lives is probably down. Please try again in a few minutes.'); |
'$CVSROOT not found!<p>The server on which the CVS tree lives is probably down. Please try again in a few minutes.'); |
|
} |
} |
|
|
# |
# |
Line 535 if (!-d $cvsroot) { |
|
Line 344 if (!-d $cvsroot) { |
|
$where =~ m:([^/]*):; |
$where =~ m:([^/]*):; |
$module = $1; |
$module = $1; |
if ($module && &forbidden_module($module)) { |
if ($module && &forbidden_module($module)) { |
fatal("403 Forbidden", |
&fatal("403 Forbidden", "Access to $where forbidden."); |
'Access to %s forbidden.', |
|
$where); |
|
} |
} |
|
|
# |
|
# Handle tarball downloads before any headers are output. |
|
# |
|
if ($input{tarball}) { |
|
fatal("403 Forbidden", |
|
'Downloading tarballs is prohibited.') |
|
unless $allow_tar; |
|
my ($module) = ($where =~ m,^/?(.*),); # untaint |
|
$module =~ s,/([^/]*)$,,; |
|
my ($ext) = ($1 =~ /(\.tar\.gz|\.zip)$/); |
|
my ($basedir) = ($module =~ m,([^/]+)$,); |
|
|
|
if ($basedir eq '' || $module eq '') { |
|
fatal("500 Internal Error", |
|
'You cannot download the top level directory.'); |
|
} |
|
|
|
my $tmpexportdir = "$tmpdir/.cvsweb.$$." . int(time); |
|
|
|
mkdir($tmpexportdir, 0700) |
|
or fatal("500 Internal Error", |
|
'Unable to make temporary directory: %s', |
|
$!); |
|
|
|
my @fatal; |
|
|
|
my $tag = |
|
(exists $input{only_with_tag} && length $input{only_with_tag}) ? |
|
$input{only_with_tag} : "HEAD"; |
|
|
|
if ($tag eq 'MAIN') { |
|
$tag = 'HEAD'; |
|
} |
|
|
|
if (system $CMD{cvs}, @cvs_options, '-Qd', $cvsroot, 'export', '-r', |
|
$tag, '-d', "$tmpexportdir/$basedir", $module) |
|
{ |
|
@fatal = ("500 Internal Error", |
|
'cvs co failure: %s: %s', |
|
$!, $module); |
|
} else { |
|
$| = 1; # Essential to get the buffering right. |
|
|
|
if ($ext eq '.tar.gz') { |
|
print "Content-Type: application/x-gzip\r\n\r\n"; |
|
|
|
system |
|
"$CMD{tar} @tar_options -cf - -C $tmpexportdir $basedir | $CMD{gzip} @gzip_options -c" |
|
and @fatal = |
|
("500 Internal Error", |
|
'tar zc failure: %s: %s', |
|
$!, $basedir); |
|
} elsif ($ext eq '.zip' && $CMD{zip}) { |
|
print "Content-Type: application/zip\r\n\r\n"; |
|
|
|
system |
|
"cd $tmpexportdir && $CMD{zip} @zip_options -r - $basedir" |
|
and @fatal = |
|
("500 Internal Error", |
|
'zip failure: %s: %s', |
|
$!, $basedir); |
|
} else { |
|
@fatal = |
|
("500 Internal Error", |
|
'unsupported file type'); |
|
} |
|
} |
|
|
|
system $CMD{rm}, '-rf', $tmpexportdir if -d $tmpexportdir; |
|
|
|
&fatal(@fatal) if @fatal; |
|
|
|
exit; |
|
} |
|
|
|
############################## |
############################## |
# View a directory |
# View a directory |
############################### |
############################### |
if (-d $fullname) { |
elsif (-d $fullname) { |
my $dh = do { local (*DH); }; |
my $dh = do {local(*DH);}; |
opendir($dh, $fullname) or fatal("404 Not Found", |
opendir($dh, $fullname) || &fatal("404 Not Found","$where: $!"); |
'%s: %s', |
|
$where, $!); |
|
my @dir = readdir($dh); |
my @dir = readdir($dh); |
closedir($dh); |
closedir($dh); |
my @subLevelFiles = findLastModifiedSubdirs(@dir) |
my @subLevelFiles = findLastModifiedSubdirs(@dir) |
if ($show_subdir_lastmod); |
if ($show_subdir_lastmod); |
getDirLogs($cvsroot, $where, @subLevelFiles); |
getDirLogs($cvsroot,$where,@subLevelFiles); |
|
|
if ($where eq '/') { |
if ($where eq '/') { |
html_header($defaulttitle); |
html_header($defaulttitle); |
$long_intro =~ s/!!CVSROOTdescr!!/$CVSROOTdescr{$cvstree}/g; |
$long_intro =~ s/!!CVSROOTdescr!!/$CVSROOTdescr{$cvstree}/g; |
print $long_intro; |
print $long_intro; |
} else { |
|
html_header($where); |
|
print $short_instruction; |
|
} |
} |
|
else { |
|
html_header($where); |
|
print $short_instruction; |
|
} |
|
|
if ($use_descriptions && open(DESC, "<$cvsroot/CVSROOT/descriptions")) |
my $descriptions; |
{ |
if (($use_descriptions) && open (DESC, "<$cvsroot/CVSROOT/descriptions")) { |
while (<DESC>) { |
while (<DESC>) { |
chomp; |
chomp; |
my ($dir, $description) = /(\S+)\s+(.*)/; |
my ($dir,$description) = /(\S+)\s+(.*)/; |
$descriptions{$dir} = $description; |
$descriptions{$dir} = $description; |
} |
} |
close(DESC); |
|
} |
} |
|
|
print "<p><a name=\"dirlist\"></a></p>\n"; |
print "<P><a name=\"dirlist\"></a>\n"; |
|
|
# give direct access to dirs |
# give direct access to dirs |
if ($where eq '/') { |
if ($where eq '/') { |
chooseMirror (); |
chooseMirror(); |
chooseCVSRoot (); |
chooseCVSRoot(); |
} else { |
} |
print "<p>Current directory: <b>", &clickablePath($where, 0), |
else { |
"</b></p>\n"; |
print "<p>Current directory: <b>", &clickablePath($where,0), "</b>\n"; |
|
|
print "<p>Current tag: <b>", $input{only_with_tag},"</b></p>\n" |
print "<P>Current tag: <B>", $input{only_with_tag}, "</b>\n" if |
if $input{only_with_tag}; |
$input{only_with_tag}; |
|
|
} |
} |
|
|
|
|
print "<hr noshade>\n"; |
print "<HR NOSHADE>\n"; |
|
# Using <MENU> in this manner violates the HTML2.0 spec but |
# Using <menu> in this manner violates the HTML2.0 spec but |
|
# provides the results that I want in most browsers. Another |
# provides the results that I want in most browsers. Another |
# case of layout spooging up HTML. |
# case of layout spooging up HTML. |
|
|
my $infocols = 0; |
my $infocols = 0; |
if ($dirtable) { |
if ($dirtable) { |
print "<table style=\"border-width: 0"; |
if (defined($tableBorderColor)) { |
print "; background-color: $tableBorderColor" |
# Can't this be done by defining the border for the inner table? |
if (defined $tableBorderColor); |
print "<table border=0 cellpadding=0 width=\"100%\"><tr><td bgcolor=\"$tableBorderColor\">"; |
print "\" width=\"100%\" cellspacing=\"1\" cellpadding=\"$tablepadding\">\n"; |
} |
|
print "<table width=\"100%\" border=0 cellspacing=1 cellpadding=$tablepadding>\n"; |
|
$infocols++; |
|
print "<tr><th align=left bgcolor=\"" . (($byfile) ? |
|
$columnHeaderColorSorted : |
|
$columnHeaderColorDefault) . "\">"; |
|
print "<a href=\"./" . &toggleQuery("sortby","file") . |
|
"#dirlist\">" if (!$byfile); |
|
print "File"; |
|
print "</a>" if (!$byfile); |
|
print "</th>"; |
|
# do not display the other column-headers, if we do not have any files |
|
# with revision information: |
|
if (scalar(%fileinfo)) { |
$infocols++; |
$infocols++; |
printf "<tr>\n<th style=\"text-align: left; background-color: %s\">", |
print "<th align=left bgcolor=\"" . (($byrev) ? |
$byfile ? $columnHeaderColorSorted : |
$columnHeaderColorSorted : |
$columnHeaderColorDefault; |
$columnHeaderColorDefault) . "\">"; |
|
print "<a href=\"./" . &toggleQuery ("sortby","rev") . |
if ($byfile) { |
"#dirlist\">" if (!$byrev); |
print 'File'; |
print "Rev."; |
} else { |
print "</a>" if (!$byrev); |
print &link( |
print "</th>"; |
'File', |
$infocols++; |
sprintf( |
print "<th align=left bgcolor=\"" . (($bydate) ? |
'./%s#dirlist', |
$columnHeaderColorSorted : |
&toggleQuery("sortby", "file") |
$columnHeaderColorDefault) . "\">"; |
) |
print "<a href=\"./" . &toggleQuery ("sortby","date") . |
); |
"#dirlist\">" if (!$bydate); |
|
print "Age"; |
|
print "</a>" if (!$bydate); |
|
print "</th>"; |
|
if ($show_author) { |
|
$infocols++; |
|
print "<th align=left bgcolor=\"" . (($byauthor) ? |
|
$columnHeaderColorSorted : |
|
$columnHeaderColorDefault) . "\">"; |
|
print "<a href=\"./" . &toggleQuery ("sortby","author") . |
|
"#dirlist\">" if (!$byauthor); |
|
print "Author"; |
|
print "</a>" if (!$byauthor); |
|
print "</th>"; |
} |
} |
print "</th>\n"; |
$infocols++; |
|
print "<th align=left bgcolor=\"" . (($bylog) ? |
# do not display the other column-headers, if we do not have any files |
$columnHeaderColorSorted : |
# with revision information: |
$columnHeaderColorDefault) . "\">"; |
if (scalar(%fileinfo)) { |
print "<a href=\"./", toggleQuery("sortby","log"), "#dirlist\">" if (!$bylog); |
$infocols++; |
print "Last log entry"; |
printf '<th style="text-align: left; background-color: %s">', |
print "</a>" if (!$bylog); |
$byrev ? $columnHeaderColorSorted : |
print "</th>"; |
$columnHeaderColorDefault; |
} |
|
elsif ($use_descriptions) { |
if ($byrev) { |
print "<th align=left bgcolor=\"". $columnHeaderColorDefault . "\">"; |
print 'Rev.'; |
print "Description"; |
} else { |
$infocols++; |
print &link( |
} |
'Rev.', |
print "</tr>\n"; |
sprintf( |
|
'./%s#dirlist', |
|
&toggleQuery("sortby", "rev") |
|
) |
|
); |
|
} |
|
print "</th>\n"; |
|
$infocols++; |
|
printf '<th style="text-align: left; background-color: %s">', |
|
$bydate ? $columnHeaderColorSorted : |
|
$columnHeaderColorDefault; |
|
|
|
if ($bydate) { |
|
print 'Age'; |
|
} else { |
|
print &link( |
|
'Age', |
|
sprintf( |
|
'./%s#dirlist', |
|
&toggleQuery("sortby", "date") |
|
) |
|
); |
|
} |
|
print "</th>\n"; |
|
|
|
if ($show_author) { |
|
$infocols++; |
|
printf '<th style="text-align: left; background-color: %s">', |
|
$byauthor ? $columnHeaderColorSorted : |
|
$columnHeaderColorDefault; |
|
|
|
if ($byauthor) { |
|
print 'Author'; |
|
} else { |
|
print &link( |
|
'Author', |
|
sprintf( |
|
'./%s#dirlist', |
|
&toggleQuery( |
|
"sortby", |
|
"author" |
|
) |
|
) |
|
); |
|
} |
|
print "</th>\n"; |
|
} |
|
$infocols++; |
|
printf '<th style="text-align: left; background-color: %s">', |
|
$bylog ? $columnHeaderColorSorted : |
|
$columnHeaderColorDefault; |
|
|
|
if ($bylog) { |
|
print 'Last log entry'; |
|
} else { |
|
print &link( |
|
'Last log entry', |
|
sprintf( |
|
'./%s#dirlist', |
|
&toggleQuery("sortby", "log") |
|
) |
|
); |
|
} |
|
print "</th>\n"; |
|
} elsif ($use_descriptions) { |
|
printf '<th style="text-align: left; background-color: s">', |
|
$columnHeaderColorDefault; |
|
print "Description</th>\n"; |
|
$infocols++; |
|
} |
|
print "</tr>\n"; |
|
} else { |
|
print "<menu>\n"; |
|
} |
} |
|
else { |
|
print "<menu>\n"; |
|
} |
my $dirrow = 0; |
my $dirrow = 0; |
|
|
my $i; |
my $i; |
lookingforattic: |
lookingforattic: |
for ($i = 0 ; $i <= $#dir ; $i++) { |
for ($i = 0; $i <= $#dir; $i++) { |
if ($dir[$i] eq "Attic") { |
if ($dir[$i] eq "Attic") { |
last lookingforattic; |
last lookingforattic; |
} |
} |
} |
} |
|
if (!$input{'hideattic'} && ($i <= $#dir) && |
if (!$input{'hideattic'} && ($i <= $#dir) |
opendir($dh, $fullname . "/Attic")) { |
&& opendir($dh, $fullname . "/Attic")) |
splice(@dir, $i, 1, |
{ |
grep((s|^|Attic/|,!m|/\.|), readdir($dh))); |
splice(@dir, $i, 1, grep((s|^|Attic/|, !m|/\.|), readdir($dh))); |
closedir($dh); |
closedir($dh); |
|
} |
} |
|
|
my $hideAtticToggleLink = |
my $hideAtticToggleLink = "<a href=\"./" . |
$input{'hideattic'} ? '' : |
&toggleQuery ("hideattic") . |
&link('[Hide]', sprintf('./%s#dirlist', &toggleQuery("hideattic"))); |
"#dirlist\">[Hide]</a>" if (!$input{'hideattic'}); |
|
|
# Sort without the Attic/ pathname. |
# Sort without the Attic/ pathname. |
# place directories first |
# place directories first |
Line 811 if (-d $fullname) { |
|
Line 494 if (-d $fullname) { |
|
my $filesfound; |
my $filesfound; |
|
|
foreach (sort { &fileSortCmp } @dir) { |
foreach (sort { &fileSortCmp } @dir) { |
if ($_ eq '.') { |
if ($_ eq '.') { |
next; |
next; |
} |
} |
|
# ignore CVS lock and stale NFS files |
|
next if (/^#cvs\.|^,|^\.nfs/); |
|
|
# ignore CVS lock and stale NFS files |
# Check whether to show the CVSROOT path |
next if (/^#cvs\.|^,|^\.nfs/); |
next if ($input{'hidecvsroot'} && ($_ eq 'CVSROOT')); |
|
|
# Check whether to show the CVSROOT path |
# Check whether the module is in the restricted list |
next if ($input{'hidecvsroot'} && ($_ eq 'CVSROOT')); |
next if ($_ && &forbidden_module($_)); |
|
|
# Check whether the module is in the restricted list |
# Ignore non-readable files |
next if ($_ && &forbidden_module($_)); |
next if ($input{'hidenonreadable'} && !(-r "$fullname/$_")); |
|
|
# Ignore non-readable files |
if (s|^Attic/||) { |
next if ($input{'hidenonreadable'} && !(-r "$fullname/$_")); |
$attic = " (in the Attic) " . $hideAtticToggleLink; |
|
} |
|
else { |
|
$attic = ""; |
|
} |
|
|
if (s|^Attic/||) { |
if ($_ eq '..' || -d "$fullname/$_") { |
$attic = " (in the Attic) " . $hideAtticToggleLink; |
next if ($_ eq '..' && $where eq '/'); |
} else { |
my ($rev,$date,$log,$author,$filename) = @{$fileinfo{$_}} |
$attic = ""; |
if (defined($fileinfo{$_})); |
|
print "<tr bgcolor=\"" . @tabcolors[$dirrow%2] . "\"><td>" if ($dirtable); |
|
if ($_ eq '..') { |
|
$url = "../" . $query; |
|
if ($nofilelinks) { |
|
print $backicon; |
|
} |
|
else { |
|
print &link($backicon,$url); |
|
} |
|
print " ", &link("Previous Directory",$url); |
} |
} |
|
else { |
if ($_ eq '..' || -d "$fullname/$_") { |
$url = urlencode($_) . '/' . $query; |
next if ($_ eq '..' && $where eq '/'); |
print "<A NAME=\"$_\"></A>"; |
my ($rev, $date, $log, $author, $filename); |
if ($nofilelinks) { |
($rev, $date, $log, $author, $filename) = |
print $diricon; |
@{$fileinfo{$_}} |
} |
if (defined($fileinfo{$_})); |
else { |
printf "<tr style=\"background-color: %s\">\n<td>", |
print &link($diricon,$url); |
$tabcolors[$dirrow % 2] if $dirtable; |
} |
|
print " ", &link($_ . "/", $url), $attic; |
if ($_ eq '..') { |
if ($_ eq "Attic") { |
$url = "../$query"; |
print " <a href=\"./" . |
if ($nofilelinks) { |
&toggleQuery ("hideattic") . |
print $backicon; |
"#dirlist\">[Don't hide]</a>"; |
} else { |
} |
print &link($backicon, $url); |
} |
} |
# Show last change in dir |
print ' ', &link("Parent Directory", $url); |
if ($filename) { |
} else { |
print "</td><td> </td><td> " if ($dirtable); |
$url = './' . urlencode($_) . "/$query"; |
if ($date) { |
print "<a name=\"$_\"></a>"; |
print " <i>" . readableTime(time() - $date,0) . "</i>"; |
|
} |
if ($nofilelinks) { |
if ($show_author) { |
print $diricon; |
print "</td><td> " if ($dirtable); |
} else { |
print $author; |
print &link($diricon, $url); |
} |
} |
print "</td><td> " if ($dirtable); |
print ' ', &link("$_/", $url), $attic; |
$filename =~ s%^[^/]+/%%; |
|
print "$filename/$rev"; |
if ($_ eq "Attic") { |
print "<BR>" if ($dirtable); |
print " "; |
if ($log) { |
print &link( |
print " <font size=-1>" |
"[Don't hide]", |
. &htmlify(substr($log,0,$shortLogLen)); |
sprintf( |
if (length $log > 80) { |
'./%s#dirlist', |
print "..."; |
&toggleQuery( |
|
"hideattic") |
|
) |
|
); |
|
} |
|
} |
} |
|
print "</font>"; |
# Show last change in dir |
} |
if ($filename) { |
} |
print "</td>\n<td> </td>\n<td> " |
else { |
if ($dirtable); |
my ($dwhere) = ($where ne "/" ? $where : "") . $_; |
if ($date) { |
if ($use_descriptions && defined $descriptions{$dwhere}) { |
print " <i>", |
print "<TD COLSPAN=" . ($infocols-1) . "> " if $dirtable; |
readableTime(time() - $date, 0), |
print $descriptions{$dwhere}; |
"</i>"; |
} elsif ($dirtable && $infocols > 1) { |
} |
# close the row with the appropriate number of |
|
# columns, so that the vertical seperators are visible |
if ($show_author) { |
my($cols) = $infocols; |
print "</td>\n<td> " if ($dirtable); |
while ($cols > 1) { |
print $author; |
print "</td><td> "; |
} |
$cols--; |
print "</td>\n<td> " if ($dirtable); |
|
$filename =~ s%^[^/]+/%%; |
|
print "$filename/$rev"; |
|
print "<br>" if ($dirtable); |
|
|
|
if ($log) { |
|
print " <span style=\"font-size: smaller\">", |
|
&htmlify( |
|
substr($log, 0, $shortLogLen), $allow_dir_extra); |
|
if (length $log > 80) { |
|
print "..."; |
|
} |
|
print "</span>"; |
|
} |
|
} else { |
|
my ($dwhere) = |
|
($where ne "/" ? $where : "") . $_; |
|
|
|
if ($use_descriptions |
|
&& defined $descriptions{$dwhere}) |
|
{ |
|
print "<td colspan=\"",($infocols - 1), |
|
"\"> " |
|
if $dirtable; |
|
print $descriptions{$dwhere}; |
|
} elsif ($dirtable && $infocols > 1) { |
|
|
|
# close the row with the appropriate number of |
|
# columns, so that the vertical seperators are visible |
|
my ($cols) = $infocols; |
|
while ($cols > 1) { |
|
print "</td>\n<td> "; |
|
$cols--; |
|
} |
|
} |
|
} |
} |
|
} |
if ($dirtable) { |
|
print "</td>\n</tr>\n"; |
|
} else { |
|
print "<br>\n"; |
|
} |
|
$dirrow++; |
|
} elsif (s/,v$//) { |
|
$fileurl = ($attic ? "Attic/" : "") . urlencode($_); |
|
$url = './' . $fileurl . $query; |
|
my $rev = ''; |
|
my $date = ''; |
|
my $log = ''; |
|
my $author = ''; |
|
$filesexists++; |
|
next if (!defined($fileinfo{$_})); |
|
($rev, $date, $log, $author) = @{$fileinfo{$_}}; |
|
$filesfound++; |
|
printf "<tr style=\"background-color: %s\">\n<td>", |
|
$tabcolors[$dirrow % 2] if $dirtable; |
|
print "<a name=\"$_\"></a>"; |
|
|
|
if ($nofilelinks) { |
|
print $fileicon; |
|
} else { |
|
print &link($fileicon, $url); |
|
} |
|
print ' ', &link($_, $url), $attic; |
|
print "</td>\n<td> " if ($dirtable); |
|
download_link($fileurl, $rev, $rev, |
|
$defaultViewable ? "text/x-cvsweb-markup" : |
|
undef); |
|
print "</td>\n<td> " if ($dirtable); |
|
|
|
if ($date) { |
|
print " <i>", readableTime(time() - $date, 0), |
|
"</i>"; |
|
} |
|
if ($show_author) { |
|
print "</td>\n<td> " if ($dirtable); |
|
print $author; |
|
} |
|
print "</td>\n<td> " if ($dirtable); |
|
|
|
if ($log) { |
|
print " <span style=\"font-size: smaller\">", |
|
&htmlify(substr($log, 0, $shortLogLen), $allow_dir_extra); |
|
if (length $log > 80) { |
|
print "..."; |
|
} |
|
print "</span>"; |
|
} |
|
print "</td>\n" if ($dirtable); |
|
print(($dirtable) ? "</tr>" : "<br>"); |
|
$dirrow++; |
|
} |
} |
print "\n"; |
if ($dirtable) { |
|
print "</td></tr>\n"; |
|
} |
|
else { |
|
print "<br>\n"; |
|
} |
|
$dirrow++; |
|
} |
|
elsif (s/,v$//) { |
|
$fileurl = ($attic ? "Attic/" : "") . urlencode($_); |
|
$url = $fileurl . $query; |
|
my $rev = ''; |
|
my $date = ''; |
|
my $log = ''; |
|
my $author = ''; |
|
$filesexists++; |
|
next if (!defined($fileinfo{$_})); |
|
($rev,$date,$log,$author) = @{$fileinfo{$_}}; |
|
$filesfound++; |
|
print "<tr bgcolor=\"" . @tabcolors[$dirrow%2] . "\"><td>" if ($dirtable); |
|
print "<A NAME=\"$_\"></A>"; |
|
if ($nofilelinks) { |
|
print $fileicon; |
|
} |
|
else { |
|
print &link($fileicon,$url); |
|
} |
|
print " ", &link($_, $url), $attic; |
|
print "</td><td> " if ($dirtable); |
|
download_link($fileurl, |
|
$rev, $rev, |
|
$defaultViewable ? "text/x-cvsweb-markup" : undef); |
|
print "</td><td> " if ($dirtable); |
|
if ($date) { |
|
print " <i>" . readableTime(time() - $date,0) . "</i>"; |
|
} |
|
if ($show_author) { |
|
print "</td><td> " if ($dirtable); |
|
print $author; |
|
} |
|
print "</td><td> " if ($dirtable); |
|
if ($log) { |
|
print " <font size=-1>" . &htmlify(substr($log,0,$shortLogLen)); |
|
if (length $log > 80) { |
|
print "..."; |
|
} |
|
print "</font>"; |
|
} |
|
print "</td>" if ($dirtable); |
|
print (($dirtable) ? "</tr>" : "<br>"); |
|
$dirrow++; |
|
} |
|
print "\n"; |
} |
} |
|
if ($dirtable && defined($tableBorderColor)) { |
print($dirtable ? "</table>\n" : "</menu>\n"); |
print "</td></tr></table>"; |
|
} |
|
print "". ($dirtable == 1) ? "</table>" : "</menu>" . "\n"; |
|
|
if ($filesexists && !$filesfound) { |
if ($filesexists && !$filesfound) { |
print |
print "<P><B>NOTE:</B> There are $filesexists files, but none matches the current tag ($input{only_with_tag})\n"; |
"<p><b>NOTE:</b> There are $filesexists files, but none matches the current tag ($input{only_with_tag}).</p>\n"; |
|
} |
} |
if ($input{only_with_tag} && (!%tags || !$tags{$input{only_with_tag}})) |
if ($input{only_with_tag} && (!%tags || !$tags{$input{only_with_tag}})) { |
{ |
%tags = %alltags |
%tags = %alltags |
|
} |
} |
|
if (scalar %tags |
if (scalar %tags || $input{only_with_tag} || $edit_option_form |
|| $input{only_with_tag} |
|| defined($input{"options"})) |
|| $edit_option_form |
{ |
|| defined($input{"options"})) { |
print "<hr size=\"1\" noshade>\n"; |
print "<hr size=1 NOSHADE>"; |
} |
} |
|
|
if (scalar %tags || $input{only_with_tag}) { |
if (scalar %tags || $input{only_with_tag}) { |
print "<form method=\"get\" action=\"./\">\n"; |
print "<FORM METHOD=\"GET\" ACTION=\"./\">\n"; |
foreach my $var (@stickyvars) { |
foreach my $var (@stickyvars) { |
print |
print "<INPUT TYPE=HIDDEN NAME=\"$var\" VALUE=\"$input{$var}\">\n" |
"<input type=\"hidden\" name=\"$var\" value=\"$input{$var}\">\n" |
if (defined($input{$var}) |
if (defined($input{$var}) |
&& $input{$var} ne $DEFAULTVALUE{$var} |
&& (!defined($DEFAULTVALUE{$var}) |
&& $input{$var} ne "" |
|| $input{$var} ne $DEFAULTVALUE{$var}) |
&& $var ne "only_with_tag"); |
&& $input{$var} ne "" && $var ne "only_with_tag"); |
} |
} |
print "Show only files with tag:\n"; |
print "<p><label for=\"only_with_tag\" accesskey=\"T\">"; |
print "<SELECT NAME=only_with_tag"; |
print "Show only files with tag:</label>\n"; |
print " onchange=\"submit()\"" if ($use_java_script); |
print "<select id=\"only_with_tag\" name=\"only_with_tag\""; |
print ">"; |
print " onchange=\"this.form.submit()\"" if $use_java_script; |
print "<OPTION VALUE=\"\">All tags / default branch\n"; |
print ">"; |
foreach my $tag (reverse sort { lc $a cmp lc $b } keys %tags) { |
print "<option value=\"\">All tags / default branch</option>\n"; |
print "<OPTION",defined($input{only_with_tag}) && |
|
$input{only_with_tag} eq $tag ? " SELECTED":"", |
foreach my $tag (reverse sort { lc $a cmp lc $b } keys %tags) { |
">$tag\n"; |
print "<option", |
} |
defined($input{only_with_tag}) |
print "</SELECT>\n"; |
&& $input{only_with_tag} eq $tag ? " selected" : "", |
print "<INPUT TYPE=SUBMIT VALUE=\"Go\">\n"; |
">$tag</option>\n"; |
print "</FORM>\n"; |
} |
|
print "</select>\n"; |
|
print " <label for=\"path\" accesskey=\"P\">"; |
|
print "Module path or alias:</label>\n"; |
|
printf "<input type=\"text\" id=\"path\" name=\"path\" value=\"%s\" size=\"15\">\n", |
|
htmlquote($where); |
|
print "<input type=\"submit\" value=\"Go\" accesskey=\"G\"></p>\n"; |
|
print "</form>\n"; |
|
} |
} |
|
my $formwhere = $scriptwhere; |
|
$formwhere =~ s|Attic/?$|| if ($input{'hideattic'}); |
|
|
if ($allow_tar) { |
|
my ($basefile) = ($where =~ m,(?:.*/)?([^/]+),); |
|
|
|
if (defined($basefile) && $basefile ne '') { |
|
print "<hr noshade>\n", |
|
"<div align=\"center\">Download this directory in "; |
|
|
|
# Mangle the filename so browsers show a reasonable |
|
# filename to download. |
|
print &link("tarball", "./$basefile.tar.gz$query" |
|
. ($query ? "&" : "?") . "tarball=1"); |
|
if ($CMD{zip}) { |
|
print " or ", |
|
&link("zip archive", "./$basefile.zip$query" |
|
. ($query ? "&" : "?") . "tarball=1"); |
|
} |
|
print "</div>\n"; |
|
} |
|
} |
|
|
|
if ($edit_option_form || defined($input{"options"})) { |
if ($edit_option_form || defined($input{"options"})) { |
|
print "<FORM METHOD=\"GET\" ACTION=\"${formwhere}\">\n"; |
my $formwhere = $scriptwhere; |
print "<INPUT TYPE=HIDDEN NAME=\"copt\" VALUE=\"1\">\n"; |
$formwhere =~ s|Attic/?$|| if ($input{'hideattic'}); |
if ($cvstree ne $cvstreedefault) { |
|
print "<INPUT TYPE=HIDDEN NAME=\"cvsroot\" VALUE=\"$cvstree\">\n"; |
print "<form method=\"get\" action=\"${formwhere}\">\n"; |
} |
print "<input type=\"hidden\" name=\"copt\" value=\"1\">\n"; |
print "<center><table cellpadding=0 cellspacing=0>"; |
if ($cvstree ne $cvstreedefault) { |
print "<tr bgcolor=\"$columnHeaderColorDefault\"><th colspan=2>Preferences</th></tr>"; |
print |
print "<tr><td>Sort files by <SELECT name=\"sortby\">"; |
"<input type=\"hidden\" name=\"cvsroot\" value=\"$cvstree\">\n"; |
print "<OPTION VALUE=\"\">File"; |
} |
print "<OPTION",$bydate ? " SELECTED" : ""," VALUE=date>Age"; |
print "<center>\n<table cellpadding=\"0\" cellspacing=\"0\">"; |
print "<OPTION",$byauthor ? " SELECTED" : ""," VALUE=author>Author" |
print "\n<tr style=\"background-color: $columnHeaderColorDefault\">\n"; |
if ($show_author); |
print "<th colspan=\"2\">Preferences</th>\n</tr>\n"; |
print "<OPTION",$byrev ? " SELECTED" : ""," VALUE=rev>Revision"; |
print "<tr>\n<td>"; |
print "<OPTION",$bylog ? " SELECTED" : ""," VALUE=log>Log message"; |
print "<label for=\"sortby\" accesskey=\"F\">Sort files by "; |
print "</SELECT></td>"; |
print "</label><select id=\"sortby\" name=\"sortby\">\n"; |
print "<td>revisions by: \n"; |
print "<option value=\"\">File</option>\n"; |
print "<SELECT NAME=logsort>\n"; |
print "<option", $bydate ? " selected" : "", |
print "<OPTION VALUE=cvs",$logsort eq "cvs" ? " SELECTED" : "", ">Not sorted"; |
" value=\"date\">Age</option>\n"; |
print "<OPTION VALUE=date",$logsort eq "date" ? " SELECTED" : "", ">Commit date"; |
print "<option", $byauthor ? " selected" : "", |
print "<OPTION VALUE=rev",$logsort eq "rev" ? " SELECTED" : "", ">Revision"; |
" value=\"author\">Author</option>\n" |
print "</SELECT></td></tr>"; |
if ($show_author); |
print "<tr><td>Diff format: "; |
print "<option", $byrev ? " selected" : "", |
printDiffSelect(); |
" value=\"rev\">Revision</option>\n"; |
print "</td>"; |
print "<option", $bylog ? " selected" : "", |
print "<td>Show Attic files: "; |
" value=\"log\">Log message</option>\n"; |
print "<INPUT NAME=hideattic TYPE=CHECKBOX", $input{'hideattic'}?" CHECKED":"", |
print "</select>\n</td>\n"; |
"></td></tr>\n"; |
print "<td><label for=\"logsort\" accesskey=\"L\">"; |
print "<tr><td align=center colspan=2><input type=submit value=\"Change Options\">"; |
print "Sort log by: </label>"; |
print "</td></tr></table></center></FORM>\n"; |
printLogSortSelect(0); |
|
print "</td>\n</tr>\n"; |
|
print "<tr>\n<td><label for=\"f\" accesskey=\"D\">"; |
|
print "Diff format: </label>"; |
|
printDiffSelect(0); |
|
print "</td>\n"; |
|
print "<td><label for=\"hideattic\" accesskey=\"A\">"; |
|
print "Show Attic files: </label>"; |
|
print "<input id=\"hideattic\" name=\"hideattic\" type=\"checkbox\"", |
|
$input{'hideattic'} ? " checked" : "", |
|
"></td>\n</tr>\n"; |
|
print "<tr>\n<td align=\"center\" colspan=\"2\">"; |
|
print "<input type=\"submit\" value=\"Change Options\" accesskey=\"C\">"; |
|
print "</td>\n</tr>\n</table>\n</center>\n</form>\n"; |
|
} |
} |
html_footer(); |
print &html_footer; |
} |
print "</BODY></HTML>\n"; |
|
} |
|
|
############################### |
############################### |
# View Files |
# View Files |
############################### |
############################### |
elsif (-f $fullname . ',v') { |
elsif (-f $fullname . ',v') { |
if (defined($input{'rev'}) || $doCheckout) { |
if (defined($input{'rev'}) || $doCheckout) { |
&doCheckout($fullname, $input{'rev'}); |
&doCheckout($fullname, $input{'rev'}); |
gzipclose(); |
exit; |
exit; |
|
} |
} |
|
|
if (defined($input{'annotate'}) && $allow_annotate) { |
if (defined($input{'annotate'}) && $allow_annotate) { |
&doAnnotate($input{'annotate'}); |
&doAnnotate($input{'annotate'}); |
gzipclose(); |
exit; |
exit; |
|
} |
} |
|
|
if (defined($input{'r1'}) && defined($input{'r2'})) { |
if (defined($input{'r1'}) && defined($input{'r2'})) { |
&doDiff( |
&doDiff($fullname, $input{'r1'}, $input{'tr1'}, |
$fullname, $input{'r1'}, |
$input{'r2'}, $input{'tr2'}, $input{'f'}); |
$input{'tr1'}, $input{'r2'}, |
exit; |
$input{'tr2'}, $input{'f'} |
|
); |
|
gzipclose(); |
|
exit; |
|
} |
} |
print("going to dolog($fullname)\n") if ($verbose); |
print("going to dolog($fullname)\n") if ($verbose); |
&doLog($fullname); |
&doLog($fullname); |
|
############################## |
|
# View Diff |
|
############################## |
|
} |
|
elsif ($fullname =~ s/\.diff$// && -f $fullname . ",v" && |
|
$input{'r1'} && $input{'r2'}) { |
|
|
############################## |
|
# View Diff |
|
############################## |
|
} elsif ($fullname =~ s/\.diff$// && -f $fullname . ",v" && $input{'r1'} |
|
&& $input{'r2'}) |
|
{ |
|
|
|
# $where-diff-removal if 'cvs rdiff' is used |
# $where-diff-removal if 'cvs rdiff' is used |
# .. but 'cvs rdiff'doesn't support some options |
# .. but 'cvs rdiff'doesn't support some options |
# rcsdiff does (-w and -p), so it is disabled |
# rcsdiff does (-w and -p), so it is disabled |
Line 1144 elsif (-f $fullname . ',v') { |
|
Line 753 elsif (-f $fullname . ',v') { |
|
# so that browsers that default to the URL |
# so that browsers that default to the URL |
# for a save filename don't save diff's as |
# for a save filename don't save diff's as |
# e.g. foo.c |
# e.g. foo.c |
&doDiff( |
&doDiff($fullname, $input{'r1'}, $input{'tr1'}, |
$fullname, $input{'r1'}, $input{'tr1'}, $input{'r2'}, |
$input{'r2'}, $input{'tr2'}, $input{'f'}); |
$input{'tr2'}, $input{'f'} |
|
); |
|
gzipclose(); |
|
exit; |
exit; |
} elsif (($newname = $fullname) =~ s|/([^/]+)$|/Attic/$1| && -f $newname . ",v") |
} |
{ |
elsif (($newname = $fullname) =~ s|/([^/]+)$|/Attic/$1| && |
|
-f $newname . ",v") { |
# The file has been removed and is in the Attic. |
# The file has been removed and is in the Attic. |
# Send a redirect pointing to the file in the Attic. |
# Send a redirect pointing to the file in the Attic. |
(my $newplace = $scriptwhere) =~ s|/([^/]+)$|/Attic/$1|; |
(my $newplace = $scriptwhere) =~ s|/([^/]+)$|/Attic/$1|; |
if ($ENV{QUERY_STRING} ne "") { |
&redirect($newplace); |
redirect("${newplace}?$ENV{QUERY_STRING}"); |
|
} else { |
|
redirect($newplace); |
|
} |
|
exit; |
exit; |
} elsif (0 && (my @files = &safeglob($fullname . ",v"))) { |
} |
|
elsif (0 && (my @files = &safeglob($fullname . ",v"))) { |
http_header("text/plain"); |
http_header("text/plain"); |
print "You matched the following files:\n"; |
print "You matched the following files:\n"; |
print join ("\n", @files); |
print join("\n", @files); |
|
|
# Find the tags from each file |
# Find the tags from each file |
# Display a form offering diffs between said tags |
# Display a form offering diffs between said tags |
} else { |
} |
my $fh = do { local (*FH); }; |
else { |
|
my $fh = do {local(*FH);}; |
my ($xtra, $module); |
my ($xtra, $module); |
|
|
# Assume it's a module name with a potential path following it. |
# Assume it's a module name with a potential path following it. |
$xtra = (($module = $where) =~ s|/.*||) ? $& : ''; |
$xtra = $& if (($module = $where) =~ s|/.*||); |
|
|
# Is there an indexed version of modules? |
# Is there an indexed version of modules? |
if (open($fh, "< $cvsroot/CVSROOT/modules")) { |
if (open($fh, "$cvsroot/CVSROOT/modules")) { |
while (<$fh>) { |
while (<$fh>) { |
if (/^(\S+)\s+(\S+)/o && $module eq $1 |
if (/^(\S+)\s+(\S+)/o && $module eq $1 |
&& -d "$cvsroot/$2" && $module ne $2) |
&& -d "${cvsroot}/$2" && $module ne $2) { |
{ |
&redirect($scriptname . '/' . $2 . $xtra); |
redirect("$scriptname/$2$xtra$query"); |
|
} |
|
} |
} |
|
} |
} |
} |
fatal("404 Not Found", |
&fatal("404 Not Found","$where: no such file or directory"); |
'%s: no such file or directory', |
} |
$where); |
|
} |
|
|
|
gzipclose(); |
|
|
|
## End MAIN |
## End MAIN |
|
|
sub printDiffSelect($) { |
sub printDiffSelect { |
my ($use_java_script) = @_; |
my ($use_java_script) = @_; |
my $f = $input{'f'}; |
$use_java_script = 0 if (!defined($use_java_script)); |
|
my ($f) = $input{'f'}; |
print '<select id="f" name="f"'; |
print "<SELECT NAME=\"f\""; |
print ' onchange="this.form.submit()"' if $use_java_script; |
print " onchange=\"submit()\"" if ($use_java_script); |
print ">\n"; |
print ">\n"; |
|
print "<OPTION VALUE=h",$f eq "h" ? " SELECTED" : "", ">Colored Diff"; |
local $_; |
print "<OPTION VALUE=H",$f eq "H" ? " SELECTED" : "", ">Long Colored Diff"; |
for (@DIFFTYPES) { |
print "<OPTION VALUE=u",$f eq "u" ? " SELECTED" : "", ">Unidiff"; |
printf("<option value=\"%s\"%s>%s</option>\n", $_, |
print "<OPTION VALUE=c",$f eq "c" ? " SELECTED" : "", ">Context Diff"; |
$f eq $_ ? ' selected' : '', "\u$DIFFTYPES{$_}{'descr'}"); |
print "<OPTION VALUE=s",$f eq "s" ? " SELECTED" : "", ">Side by Side"; |
} |
print "</SELECT>"; |
|
|
print "</select>"; |
|
} |
} |
|
|
sub printLogSortSelect($) { |
sub findLastModifiedSubdirs { |
my ($use_java_script) = @_; |
my (@dirs) = @_; |
|
my ($dirname, @files); |
|
|
print '<select id="logsort" name="logsort"'; |
foreach $dirname (@dirs) { |
print ' onchange="this.form.submit()"' if $use_java_script; |
next if ($dirname eq "."); |
print ">\n"; |
next if ($dirname eq ".."); |
|
my ($dir) = "$fullname/$dirname"; |
|
next if (!-d $dir); |
|
|
local $_; |
my ($lastmod) = undef; |
for (@LOGSORTKEYS) { |
my ($lastmodtime) = undef; |
printf("<option value=\"%s\"%s>%s</option>\n", $_, |
my $dh = do {local(*DH);}; |
$logsort eq $_ ? ' selected' : '', |
|
"\u$LOGSORTKEYS{$_}{'descr'}"); |
|
} |
|
|
|
print "</select>"; |
opendir($dh,$dir) || next; |
} |
my (@filenames) = readdir($dh); |
|
closedir($dh); |
|
|
sub findLastModifiedSubdirs(@) { |
foreach my $filename (@filenames) { |
my (@dirs) = @_; |
$filename = "$dirname/$filename"; |
my ($dirname, @files); |
my ($file) = "$fullname/$filename"; |
|
next if ($filename !~ /,v$/ || !-f $file); |
foreach $dirname (@dirs) { |
$filename =~ s/,v$//; |
next if ($dirname eq "."); |
my $modtime = -M $file; |
next if ($dirname eq ".."); |
if (!defined($lastmod) || $modtime < $lastmodtime) { |
my ($dir) = "$fullname/$dirname"; |
$lastmod = $filename; |
next if (!-d $dir); |
$lastmodtime = $modtime; |
|
} |
my ($lastmod) = undef; |
|
my ($lastmodtime) = undef; |
|
my $dh = do { local (*DH); }; |
|
|
|
opendir($dh, $dir) or next; |
|
my (@filenames) = readdir($dh); |
|
closedir($dh); |
|
|
|
foreach my $filename (@filenames) { |
|
$filename = "$dirname/$filename"; |
|
my ($file) = "$fullname/$filename"; |
|
next if ($filename !~ /,v$/ || !-f $file); |
|
$filename =~ s/,v$//; |
|
my $modtime = -M $file; |
|
|
|
if (!defined($lastmod) || $modtime < $lastmodtime) { |
|
$lastmod = $filename; |
|
$lastmodtime = $modtime; |
|
} |
|
} |
|
push (@files, $lastmod) if (defined($lastmod)); |
|
} |
} |
return @files; |
push(@files, $lastmod) if (defined($lastmod)); |
|
} |
|
return @files; |
} |
} |
|
|
sub htmlify_sub(&$) { |
sub htmlify { |
(my $proc, local $_) = @_; |
my($string, $pr) = @_; |
my @a = split (m`(<a [^>]+>[^<]*</a>)`i); |
|
my $linked; |
|
my $result = ''; |
|
|
|
while (($_, $linked) = splice(@a, 0, 2)) { |
# Special Characters; RFC 1866 |
&$proc(); |
$string =~ s/&/&/g; |
$result .= $_ if defined($_); |
$string =~ s/\"/"/g; |
$result .= $linked if defined($linked); |
$string =~ s/</</g; |
} |
$string =~ s/>/>/g; |
|
|
$result; |
# get URL's as link .. |
} |
$string =~ s`(http|ftp|https)(://[-a-zA-Z0-9%.~:_/]+)([?&]([-a-zA-Z0-9%.~:_]+)=([-a-zA-Z0-9%.~:_])+)*`<A HREF="$1$2$3">$1$2$3</A>`; |
|
|
sub htmlify($;$) { |
|
(local $_, my $extra) = @_; |
|
|
|
$_ = htmlquote($_); |
|
|
|
# get URL's as link |
|
s{ |
|
(http|ftp|https)://\S+ |
|
}{ |
|
&link($&, htmlunquote($&)) |
|
}egx; |
|
|
|
# get e-mails as link |
# get e-mails as link |
$_ = htmlify_sub { |
$string =~ s`([-a-zA-Z0-9_.]+@([-a-zA-Z0-9]+\.)+[A-Za-z]{2,4})`<A HREF="mailto:$1">$1</A>`; |
s< |
|
[\w+=\-.!]+@[\w\-]+(\.[\w\-]+)+ |
|
>< |
|
&link($&, "mailto:$&") |
|
>egix; |
|
} |
|
$_; |
|
|
|
if ($extra) { |
# get #PR as link .. |
|
if ($pr && defined($prcgi)) { |
# get PR #'s as link: "PR#nnnn" "PR: nnnn, ..." "PR nnnn, ..." "bin/nnnn" |
1 while $string =~ s`\b(pr[:#]?\s*(?:#?\d+[,\s]\s*)*#?)(\d+)\b`$1<A HREF="$prcgi$2">$2</A>`i; |
if (defined($prcgi) && defined($re_prkeyword)) |
$string =~ s`\b${prcategories}/(\d+)\b`<A HREF="$prcgi$1">$&</A>`igo; |
{ |
|
my $prev; |
|
|
|
do { |
|
$prev = $_; |
|
|
|
$_ = htmlify_sub { |
|
s{ |
|
(\b$re_prkeyword[:\#]?\s* |
|
(?: |
|
\#? |
|
\d+[,\s]\s* |
|
)* |
|
\#?) |
|
(\d+)\b |
|
}{ |
|
$1 . &link($2, sprintf($prcgi, $2)) |
|
}egix; |
|
} |
|
$_; |
|
} while ($_ ne $prev); |
|
|
|
if (defined($re_prcategories)) { |
|
$_ = htmlify_sub { |
|
s{ |
|
(\b$re_prcategories/(\d+)\b) |
|
}{ |
|
&link($1, sprintf($prcgi, $2)) |
|
}egox; |
|
} |
|
$_; |
|
} |
|
} |
|
|
|
# get manpage specs as link: "foo.1" "foo(1)" |
|
if (defined($mancgi)) { |
|
$_ = htmlify_sub { |
|
s{ |
|
(\b([a-zA-Z][\w.]+) |
|
(?: |
|
\( ([0-9n]) \)\B |
|
| |
|
\.([0-9n])\b |
|
) |
|
) |
|
}{ |
|
&link($1, sprintf($mancgi, defined($3) ? $3 : $4, $2)) |
|
}egx; |
|
} |
|
$_; |
|
} |
|
} |
} |
|
|
$_; |
return $string; |
} |
} |
|
|
sub spacedHtmlText($;$) { |
sub spacedHtmlText { |
local $_ = $_[0]; |
my($string, $pr) = @_; |
my $ts = $_[1] || $tabstop; |
|
|
|
# Cut trailing spaces and tabs |
# Cut trailing spaces |
s/[ \t]+$//; |
s/\s+$//; |
|
|
if (defined($ts)) { |
# Expand tabs |
|
$string =~ s/\t+/' ' x (length($&) * $tabstop - length($`) % $tabstop)/e |
|
if (defined($tabstop)); |
|
|
# Expand tabs |
|
1 while s/\t+/' ' x (length($&) * $ts - length($`) % $ts)/e |
|
} |
|
|
|
# replace <tab> and <space> (\001 is to protect us from htmlify) |
# replace <tab> and <space> (\001 is to protect us from htmlify) |
# gzip can make excellent use of this repeating pattern :-) |
# gzip can make excellent use of this repeating pattern :-) |
|
$string =~ s/\001/\001%/g; #protect our & substitute |
if ($hr_breakable) { |
if ($hr_breakable) { |
|
# make every other space 'breakable' |
# make every other space 'breakable' |
$string =~ s/ / \001nbsp; \001nbsp; \001nbsp; \001nbsp;/g; # <tab> |
s/ / \001nbsp;/g; # 2 * <space> |
$string =~ s/ / \001nbsp;/g; # 2 * <space> |
# leave single space as it is |
# leave single space as it is |
} else { |
|
s/ /\001nbsp;/g; |
|
} |
} |
|
else { |
|
$string =~ s/ /\001nbsp;\001nbsp;\001nbsp;\001nbsp;\001nbsp;\001nbsp;\001nbsp;\001nbsp;/g; |
|
$string =~ s/ /\001nbsp;/g; |
|
} |
|
|
$_ = htmlify($_, $allow_source_extra); |
$string = htmlify($string); |
|
|
# unescape |
# unescape |
y/\001/&/; |
$string =~ s/\001([^%])/&$1/g; |
|
$string =~ s/\001%/\001/g; |
|
|
return $_; |
return $string; |
} |
} |
|
|
sub link($$) { |
sub link { |
my ($name, $url) = @_; |
my($name, $where) = @_; |
|
|
$url =~ s/:/sprintf("%%%02x", ord($&))/eg |
return "<A HREF=\"$where\">$name</A>\n"; |
if $url =~ /^[^a-z]/; # relative |
|
|
|
sprintf '<a href="%s">%s</a>', hrefquote($url), $name; |
|
} |
} |
|
|
sub revcmp($$) { |
sub revcmp { |
my ($rev1, $rev2) = @_; |
my($rev1, $rev2) = @_; |
|
my(@r1) = split(/\./, $rev1); |
|
my(@r2) = split(/\./, $rev2); |
|
my($a,$b); |
|
|
# make no comparison for a tag or a branch |
while (($a = shift(@r1)) && ($b = shift(@r2))) { |
return 0 if $rev1 =~ /[^\d.]/ || $rev2 =~ /[^\d.]/; |
if ($a != $b) { |
|
return $a <=> $b; |
my (@r1) = split (/\./, $rev1); |
} |
my (@r2) = split (/\./, $rev2); |
|
my ($a, $b); |
|
|
|
while (($a = shift (@r1)) && ($b = shift (@r2))) { |
|
if ($a != $b) { |
|
return $a <=> $b; |
|
} |
|
} |
} |
if (@r1) { return 1; } |
if (@r1) { return 1; } |
if (@r2) { return -1; } |
if (@r2) { return -1; } |
return 0; |
return 0; |
} |
} |
|
|
sub fatal($$@) { |
sub fatal { |
my ($errcode, $format, @args) = @_; |
my($errcode, $errmsg) = @_; |
if ($is_mod_perl) { |
if ($is_mod_perl) { |
Apache->request->status((split (/ /, $errcode))[0]); |
Apache->request->status((split(/ /, $errcode))[0]); |
} else { |
} |
|
else { |
print "Status: $errcode\r\n"; |
print "Status: $errcode\r\n"; |
} |
} |
html_header("Error"); |
html_header("Error"); |
print "<p>Error: ", |
print "Error: $errmsg\n"; |
sprintf($format, map(htmlquote($_), @args)), |
print &html_footer; |
"</p>\n"; |
|
html_footer(); |
|
exit(1); |
exit(1); |
} |
} |
|
|
sub redirect($) { |
sub redirect { |
my ($url) = @_; |
my($url) = @_; |
if ($is_mod_perl) { |
if ($is_mod_perl) { |
Apache->request->status(301); |
Apache->request->status(301); |
Apache->request->header_out(Location => $url); |
Apache->request->header_out(Location => $url); |
} else { |
} |
|
else { |
print "Status: 301 Moved\r\n"; |
print "Status: 301 Moved\r\n"; |
print "Location: $url\r\n"; |
print "Location: $url\r\n"; |
} |
} |
html_header("Moved"); |
html_header("Moved"); |
print "<p>This document is located ", &link('here', $url), "</p>\n"; |
print "This document is located <A HREF=$url>here</A>.\n"; |
html_footer(); |
print &html_footer; |
exit(1); |
exit(1); |
} |
} |
|
|
sub safeglob($) { |
sub safeglob { |
my ($filename) = @_; |
my ($filename) = @_; |
my ($dirname); |
my ($dirname); |
my (@results); |
my (@results); |
my $dh = do { local (*DH); }; |
my $dh = do {local(*DH);}; |
|
|
($dirname = $filename) =~ s|/[^/]+$||; |
($dirname = $filename) =~ s|/[^/]+$||; |
$filename =~ s|.*/||; |
$filename =~ s|.*/||; |
Line 1464 sub safeglob($) { |
|
Line 959 sub safeglob($) { |
|
if (opendir($dh, $dirname)) { |
if (opendir($dh, $dirname)) { |
my $glob = $filename; |
my $glob = $filename; |
my $t; |
my $t; |
|
# transform filename from glob to regex. Deal with: |
# transform filename from glob to regex. Deal with: |
# [, {, ?, * as glob chars |
# [, {, ?, * as glob chars |
# make sure to escape all other regex chars |
# make sure to escape all other regex chars |
|
$glob =~ s/([\.\(\)\|\+])/\\$1/g; |
$glob =~ s/([\.\(\)\|\+])/\\$1/g; |
$glob =~ s/\*/.*/g; |
$glob =~ s/\*/.*/g; |
$glob =~ s/\?/./g; |
$glob =~ s/\?/./g; |
$glob =~ s/{([^}]+)}/($t = $1) =~ s-,-|-g; "($t)"/eg; |
$glob =~ s/{([^}]+)}/($t = $1) =~ s-,-|-g; "($t)"/eg; |
foreach (readdir($dh)) { |
foreach (readdir($dh)) { |
|
|
if (/^${glob}$/) { |
if (/^${glob}$/) { |
push (@results, "$dirname/" . $_); |
push(@results, $dirname . "/" .$_); |
} |
} |
} |
} |
closedir($dh); |
|
} |
} |
|
|
@results; |
@results; |
} |
} |
|
|
sub search_path($) { |
sub getMimeTypeFromSuffix { |
my ($command) = @_; |
my ($fullname) = @_; |
my $d; |
my ($mimetype, $suffix); |
|
my $fh = do {local(*FH);}; |
|
|
for $d (split (/:/, $command_path)) { |
($suffix = $fullname) =~ s/^.*\.([^.]*)$/$1/; |
return "$d/$command" if -x "$d/$command"; |
$mimetype = $MTYPES{$suffix}; |
|
$mimetype = $MTYPES{'*'} if (!$mimetype); |
|
|
|
if (!$mimetype && -f $mime_types) { |
|
# okey, this is something special - search the |
|
# mime.types database |
|
open ($fh, "<$mime_types"); |
|
while (<$fh>) { |
|
if ($_ =~ /^\s*(\S+\/\S+).*\b$suffix\b/) { |
|
$mimetype = $1; |
|
last; |
|
} |
} |
} |
|
close ($fh); |
''; |
} |
|
|
|
# okey, didn't find anything useful .. |
|
if (!($mimetype =~ /\S\/\S/)) { |
|
$mimetype = "text/plain"; |
|
} |
|
return $mimetype; |
} |
} |
|
|
sub getMimeTypeFromSuffix($) { |
|
my ($fullname) = @_; |
|
my ($mimetype, $suffix); |
|
my $fh = do { local (*FH); }; |
|
|
|
($suffix = $fullname) =~ s/^.*\.([^.]*)$/$1/; |
|
$mimetype = $MTYPES{$suffix}; |
|
$mimetype = $MTYPES{'*'} if (!$mimetype); |
|
|
|
if (!$mimetype && -f $mime_types) { |
|
|
|
# okey, this is something special - search the |
|
# mime.types database |
|
open($fh, "<$mime_types"); |
|
while (<$fh>) { |
|
if ($_ =~ /^\s*(\S+\/\S+).*\b$suffix\b/) { |
|
$mimetype = $1; |
|
last; |
|
} |
|
} |
|
close($fh); |
|
} |
|
|
|
# okey, didn't find anything useful .. |
|
if (!($mimetype =~ /\S\/\S/)) { |
|
$mimetype = "text/plain"; |
|
} |
|
return $mimetype; |
|
} |
|
|
|
############################### |
############################### |
# read first lines like head(1) |
|
############################### |
|
sub head($;$) { |
|
my $fh = $_[0]; |
|
my $linecount = $_[1] || 10; |
|
|
|
my @buf; |
|
|
|
if ($linecount > 0) { |
|
my $i; |
|
for ($i = 0 ; !eof($fh) && $i < $linecount ; $i++) { |
|
push @buf, scalar <$fh>; |
|
} |
|
} else { |
|
@buf = <$fh>; |
|
} |
|
|
|
@buf; |
|
} |
|
|
|
############################### |
|
# scan vim and Emacs directives |
|
############################### |
|
sub scan_directives(@) { |
|
my $ts = undef; |
|
|
|
for (@_) { |
|
$ts = $1 if /\b(?:ts|tabstop|tab-width)[:=]\s*([1-9]\d*)\b/; |
|
} |
|
|
|
('tabstop' => $ts); |
|
} |
|
|
|
sub openOutputFilter() { |
|
return if !defined($output_filter) || $output_filter eq ''; |
|
|
|
open(STDOUT, "|-") and return; |
|
|
|
# child of child |
|
open(STDERR, '>/dev/null'); |
|
exec($output_filter) or exit -1; |
|
} |
|
|
|
############################### |
|
# show Annotation |
# show Annotation |
############################### |
############################### |
sub doAnnotate($$) { |
sub doAnnotate ($$) { |
my ($rev) = @_; |
my ($rev) = @_; |
my ($pid); |
my ($pid); |
my ($pathname, $filename); |
my ($pathname, $filename); |
my $reader = do { local (*FH); }; |
my $reader = do {local(*FH);}; |
my $writer = do { local (*FH); }; |
my $writer = do {local(*FH);}; |
|
|
# make sure the revisions are wellformed, for security |
# make sure the revisions a wellformed, for security |
# reasons .. |
# reasons .. |
if ($rev =~ /[^\w.]/) { |
if (!($rev =~ /^[\d\.]+$/)) { |
fatal("404 Not Found", |
&fatal("404 Not Found", |
'Malformed query "%s"', |
"Malformed query \"$ENV{QUERY_STRING}\""); |
$ENV{QUERY_STRING}); |
} |
} |
|
|
|
if (&forbidden_file($fullname)) { |
($pathname = $where) =~ s/(Attic\/)?[^\/]*$//; |
fatal("403 Forbidden", |
($filename = $where) =~ s/^.*\///; |
'Access forbidden. This file is mentioned in @ForbiddenFiles'); |
|
return; |
|
} |
|
|
|
($pathname = $where) =~ s/(Attic\/)?[^\/]*$//; |
http_header(); |
($filename = $where) =~ s/^.*\///; |
|
|
|
# this seems to be necessary |
navigateHeader ($scriptwhere,$pathname,$filename,$rev, "annotate"); |
$| = 1; |
print "<h3 align=center>Annotation of $pathname$filename, Revision $rev</h3>\n"; |
$| = 0; # Flush |
|
|
|
# this annotate version is based on the |
# this seems to be necessary |
# cvs annotate-demo Perl script by Cyclic Software |
$| = 1; $| = 0; # Flush |
# It was written by Cyclic Software, http://www.cyclic.com/, and is in |
|
# the public domain. |
|
# we could abandon the use of rlog, rcsdiff and co using |
|
# the cvsserver in a similiar way one day (..after rewrite) |
|
$pid = open2($reader, $writer, $CMD{cvs}, @cvs_options, "server") |
|
or fatal("500 Internal Error", |
|
'Fatal Error - unable to open cvs for annotation'); |
|
|
|
# OK, first send the request to the server. A simplified example is: |
# this annotate version is based on the |
# Root /home/kingdon/zwork/cvsroot |
# cvs annotate-demo Perl script by Cyclic Software |
# Argument foo/xx |
# It was written by Cyclic Software, http://www.cyclic.com/, and is in |
# Directory foo |
# the public domain. |
# /home/kingdon/zwork/cvsroot/foo |
# we could abandon the use of rlog, rcsdiff and co using |
# Directory . |
# the cvsserver in a similiar way one day (..after rewrite) |
# /home/kingdon/zwork/cvsroot |
$pid = open2($reader, $writer, "cvs server") || fatal ("500 Internal Error", |
# annotate |
"Fatal Error - unable to open cvs for annotation"); |
# although as you can see there are a few more details. |
|
|
# OK, first send the request to the server. A simplified example is: |
|
# Root /home/kingdon/zwork/cvsroot |
|
# Argument foo/xx |
|
# Directory foo |
|
# /home/kingdon/zwork/cvsroot/foo |
|
# Directory . |
|
# /home/kingdon/zwork/cvsroot |
|
# annotate |
|
# although as you can see there are a few more details. |
|
|
|
print $writer "Root $cvsroot\n"; |
|
print $writer "Valid-responses ok error Valid-requests Checked-in Updated Merged Removed M E\n"; |
|
# Don't worry about sending valid-requests, the server just needs to |
|
# support "annotate" and if it doesn't, there isn't anything to be done. |
|
print $writer "UseUnchanged\n"; |
|
print $writer "Argument -r\n"; |
|
print $writer "Argument $rev\n"; |
|
print $writer "Argument $where\n"; |
|
|
print $writer "Root $cvsroot\n"; |
# The protocol requires us to fully fake a working directory (at |
print $writer |
# least to the point of including the directories down to the one |
"Valid-responses ok error Valid-requests Checked-in Updated Merged Removed M E\n"; |
# containing the file in question). |
|
# So if $where is "dir/sdir/file", then @dirs will be ("dir","sdir","file") |
# Don't worry about sending valid-requests, the server just needs to |
my @dirs = split('/', $where); |
# support "annotate" and if it doesn't, there isn't anything to be done. |
my $path = ""; |
print $writer "UseUnchanged\n"; |
foreach (@dirs) { |
print $writer "Argument -r\n"; |
if ($path eq "") { |
print $writer "Argument $rev\n"; |
# In our example, $_ is "dir". |
print $writer "Argument $where\n"; |
$path = $_; |
|
} |
# The protocol requires us to fully fake a working directory (at |
else { |
# least to the point of including the directories down to the one |
print $writer "Directory $path\n"; |
# containing the file in question). |
print $writer "$cvsroot/$path\n"; |
# So if $where is "dir/sdir/file", then @dirs will be ("dir","sdir","file") |
# In our example, $_ is "sdir" and $path becomes "dir/sdir" |
my @dirs = split ('/', $where); |
# And the next time, "file" and "dir/sdir/file" (which then gets |
my $path = ""; |
# ignored, because we don't need to send Directory for the file). |
foreach (@dirs) { |
$path .= "/$_"; |
|
|
if ($path eq "") { |
|
|
|
# In our example, $_ is "dir". |
|
$path = $_; |
|
} else { |
|
print $writer "Directory $path\n"; |
|
print $writer "$cvsroot/$path\n"; |
|
|
|
# In our example, $_ is "sdir" and $path becomes "dir/sdir" |
|
# And the next time, "file" and "dir/sdir/file" (which then gets |
|
# ignored, because we don't need to send Directory for the file). |
|
$path .= "/$_"; |
|
} |
|
} |
} |
|
} |
# And the last "Directory" before "annotate" is the top level. |
# And the last "Directory" before "annotate" is the top level. |
print $writer "Directory .\n"; |
print $writer "Directory .\n"; |
print $writer "$cvsroot\n"; |
print $writer "$cvsroot\n"; |
|
|
print $writer "annotate\n"; |
print $writer "annotate\n"; |
|
# OK, we've sent our command to the server. Thing to do is to |
# OK, we've sent our command to the server. Thing to do is to |
# close the writer side and get all the responses. If "cvs server" |
# close the writer side and get all the responses. If "cvs server" |
# were nicer about buffering, then we could just leave it open, I think. |
# were nicer about buffering, then we could just leave it open, I think. |
close ($writer) || die "cannot close: $!"; |
close($writer) or die "cannot close: $!"; |
|
|
# Ready to get the responses from the server. |
http_header(); |
# For example: |
|
# E Annotations for foo/xx |
navigateHeader($scriptwhere, $pathname, $filename, $rev, "annotate"); |
# E *************** |
print |
# M 1.3 (kingdon 06-Sep-97): hello |
"<h3 style=\"text-align: center\">Annotation of $pathname$filename, Revision $rev</h3>\n"; |
# ok |
|
my ($lineNr) = 0; |
# Ready to get the responses from the server. |
my ($oldLrev, $oldLusr) = ("", ""); |
# For example: |
my ($revprint, $usrprint); |
# E Annotations for foo/xx |
if ($annTable) { |
# E *************** |
print "<table border=0 cellspacing=0 cellpadding=0>\n"; |
# M 1.3 (kingdon 06-Sep-97): hello |
} |
# ok |
else { |
my ($lineNr) = 0; |
print "<pre>"; |
my ($oldLrev, $oldLusr) = ("", ""); |
} |
my ($revprint, $usrprint); |
while (<$reader>) { |
|
my @words = split; |
if ($annTable) { |
# Adding one is for the (single) space which follows $words[0]. |
print "<table style=\"border: none\" cellspacing=\"0\" cellpadding=\"0\">\n"; |
my $rest = substr ($_, length ($words[0]) + 1); |
} else { |
if ($words[0] eq "E") { |
print "<pre>"; |
next; |
} |
} |
|
elsif ($words[0] eq "M") { |
# prefetch several lines |
$lineNr++; |
my @buf = head($reader); |
my $lrev = substr ($_, 2, 13); |
|
my $lusr = substr ($_, 16, 9); |
my %d = scan_directives(@buf); |
my $line = substr ($_, 36); |
|
# we should parse the date here .. |
while (@buf || !eof($reader)) { |
if ($lrev eq $oldLrev) { |
$_ = @buf ? shift @buf : <$reader>; |
$revprint = " "; |
|
} |
my @words = split; |
else { |
|
$revprint = $lrev; $oldLusr = ""; |
# Adding one is for the (single) space which follows $words[0]. |
} |
my $rest = substr($_, length($words[0]) + 1); |
if ($lusr eq $oldLusr) { |
if ($words[0] eq "E") { |
$usrprint = " "; |
next; |
} |
} elsif ($words[0] eq "M") { |
else { |
$lineNr++; |
$usrprint = $lusr; |
(my $lrev = substr($_, 2, 13)) =~ y/ //d; |
} |
(my $lusr = substr($_, 16, 9)) =~ y/ //d; |
$oldLrev = $lrev; |
my $line = substr($_, 36); |
$oldLusr = $lusr; |
my $isCurrentRev = ($rev eq $lrev); |
# is there a less timeconsuming way to strip spaces ? |
|
($lrev = $lrev) =~ s/\s+//g; |
# we should parse the date here .. |
my $isCurrentRev = ($rev eq $lrev); |
if ($lrev eq $oldLrev) { |
|
$revprint = sprintf('%-8s', ''); |
print "<b>" if ($isCurrentRev); |
} else { |
printf ("%8s%s%8s %4d:", $revprint, ($isCurrentRev ? "|" : " "), $usrprint, $lineNr); |
$revprint = sprintf('%-8s', $lrev); |
print spacedHtmlText($line); |
$revprint =~ |
print "</b>" if ($isCurrentRev); |
s`\S+`&link($&, "$scriptwhere$query#rev$&")`e |
|
; # ` |
|
$oldLusr = ''; |
|
} |
|
|
|
if ($lusr eq $oldLusr) { |
|
$usrprint = ''; |
|
} else { |
|
$usrprint = $lusr; |
|
} |
|
$oldLrev = $lrev; |
|
$oldLusr = $lusr; |
|
|
|
# Set bold for text-based browsers only - graphical |
|
# browsers show bold fonts a bit wider than regular fonts, |
|
# so it looks irregular. |
|
print "<b>" if ($isCurrentRev && $is_textbased); |
|
|
|
printf "%s%s %-8s %4d:", $revprint, |
|
$isCurrentRev ? '!' : ' ', $usrprint, $lineNr; |
|
print spacedHtmlText($line, $d{'tabstop'}); |
|
|
|
print "</b>" if ($isCurrentRev && $is_textbased); |
|
} elsif ($words[0] eq "ok") { |
|
|
|
# We could complain about any text received after this, like the |
|
# CVS command line client. But for simplicity, we don't. |
|
} elsif ($words[0] eq "error") { |
|
fatal("500 Internal Error", |
|
'Error occured during annotate: <b>%s</b>', |
|
$_); |
|
} |
|
} |
} |
|
elsif ($words[0] eq "ok") { |
if ($annTable) { |
# We could complain about any text received after this, like the |
print "</table>"; |
# CVS command line client. But for simplicity, we don't. |
} else { |
|
print "</pre>"; |
|
} |
} |
close($reader) or warn "cannot close: $!"; |
elsif ($words[0] eq "error") { |
wait; |
fatal ("500 Internal Error", "Error occured during annotate: <b>$_</b>"); |
|
} |
|
} |
|
if ($annTable) { |
|
print "</table>"; |
|
} |
|
else { |
|
print "</pre>"; |
|
} |
|
close ($reader) || warn "cannot close: $!"; |
|
wait; |
} |
} |
|
|
############################### |
############################### |
# make Checkout |
# make Checkout |
############################### |
############################### |
sub doCheckout($$) { |
sub doCheckout { |
my ($fullname, $rev) = @_; |
my ($fullname, $rev) = @_; |
my ($mimetype, $revopt); |
my ($mimetype,$revopt); |
my $fh = do { local (*FH); }; |
my $fh = do {local(*FH);}; |
|
|
if ($rev eq 'HEAD' || $rev eq '.') { |
# make sure the revisions a wellformed, for security |
$rev = undef; |
# reasons .. |
} |
if (defined($rev) && !($rev =~ /^[\d\.]+$/)) { |
|
&fatal("404 Not Found", |
|
"Malformed query \"$ENV{QUERY_STRING}\""); |
|
} |
|
|
# make sure the revisions a wellformed, for security |
# get mimetype |
# reasons .. |
if (defined($input{"content-type"}) && ($input{"content-type"} =~ /\S\/\S/)) { |
if (defined($rev) && $rev =~ /[^\w.]/) { |
$mimetype = $input{"content-type"} |
fatal("404 Not Found", |
} |
'Malformed query "%s"', |
else { |
$ENV{QUERY_STRING}); |
$mimetype = &getMimeTypeFromSuffix($fullname); |
} |
} |
|
|
if (&forbidden_file($fullname)) { |
if (defined($rev)) { |
fatal("403 Forbidden", |
$revopt = "-r$rev"; |
'Access forbidden. This file is mentioned in @ForbiddenFiles'); |
if ($use_moddate) { |
return; |
readLog($fullname,$rev); |
|
$moddate=$date{$rev}; |
} |
} |
|
} |
# get mimetype |
else { |
if (defined($input{"content-type"}) |
$revopt = "-rHEAD"; |
&& ($input{"content-type"} =~ /\S\/\S/)) |
if ($use_moddate) { |
{ |
readLog($fullname); |
$mimetype = $input{"content-type"} |
$moddate=$date{$symrev{HEAD}}; |
} else { |
|
$mimetype = &getMimeTypeFromSuffix($fullname); |
|
} |
} |
|
} |
|
|
|
### just for the record: |
|
### 'cvs co' seems to have a bug regarding single checkout of |
|
### directories/files having spaces in it; |
|
### this is an issue that should be resolved on cvs's side |
|
# |
|
# Safely for a child process to read from. |
|
if (! open($fh, "-|")) { # child |
|
open(STDERR, ">&STDOUT"); # Redirect stderr to stdout |
|
exec("cvs", "-d", $cvsroot, "co", "-p", $revopt, $where); |
|
} |
|
#=================================================================== |
|
#Checking out squid/src/ftp.c |
|
#RCS: /usr/src/CVS/squid/src/ftp.c,v |
|
#VERS: 1.1.1.28.6.2 |
|
#*************** |
|
|
if (defined($rev)) { |
# Parse CVS header |
$revopt = "-r$rev"; |
my ($revision, $filename, $cvsheader); |
if ($use_moddate) { |
while(<$fh>) { |
readLog($fullname, $rev); |
last if (/^\*\*\*\*/); |
$moddate = $date{$rev}; |
$revision = $1 if (/^VERS: (.*)$/); |
} |
if (/^Checking out (.*)$/) { |
} else { |
$filename = $1; |
$revopt = "-rHEAD"; |
$filename =~ s/^\.\/*//; |
|
|
if ($use_moddate) { |
|
readLog($fullname); |
|
$moddate = $date{$symrev{HEAD}}; |
|
} |
|
} |
} |
|
$cvsheader .= $_; |
|
} |
|
if ($filename ne $where) { |
|
&fatal("500 Internal Error", |
|
"Unexpected output from cvs co: $cvsheader" |
|
. "<p><b>Check whether the directory $cvsroot/CVSROOT exists " |
|
. "and the script has write-access to the CVSROOT/history " |
|
. "file if it exists." |
|
. "<br>The script needs to place lock files in the " |
|
. "directory the file is in as well.</b>"); |
|
} |
|
$| = 1; |
|
|
### just for the record: |
if ($mimetype eq "text/x-cvsweb-markup") { |
### 'cvs co' seems to have a bug regarding single checkout of |
&cvswebMarkup($fh,$fullname,$revision); |
### directories/files having spaces in it; |
} |
### this is an issue that should be resolved on cvs's side |
else { |
# |
http_header($mimetype); |
# Safely for a child process to read from. |
print <$fh>; |
if (!open($fh, "-|")) { # child |
} |
# chdir to $tmpdir before to avoid non-readable cgi-bin directories |
close($fh); |
chdir($tmpdir); |
|
open(STDERR, ">&STDOUT"); # Redirect stderr to stdout |
|
|
|
# work around a bug of cvs -p; expand symlinks |
|
use Cwd 'abs_path'; |
|
exec($CMD{cvs}, @cvs_options, |
|
'-d', abs_path($cvsroot), |
|
'co', '-p', |
|
$revopt, $where) or exit -1; |
|
} |
|
|
|
if (eof($fh)) { |
|
fatal("404 Not Found", |
|
'%s is not (any longer) pertinent', |
|
$where); |
|
} |
|
|
|
#=================================================================== |
|
#Checking out squid/src/ftp.c |
|
#RCS: /usr/src/CVS/squid/src/ftp.c,v |
|
#VERS: 1.1.1.28.6.2 |
|
#*************** |
|
|
|
# Parse CVS header |
|
my ($revision, $filename, $cvsheader); |
|
$filename = ""; |
|
while (<$fh>) { |
|
last if (/^\*\*\*\*/); |
|
$revision = $1 if (/^VERS: (.*)$/); |
|
|
|
if (/^Checking out (.*)$/) { |
|
$filename = $1; |
|
$filename =~ s/^\.\/*//; |
|
} |
|
$cvsheader .= $_; |
|
} |
|
|
|
if ($filename ne $where) { |
|
fatal("500 Internal Error", |
|
'Unexpected output from cvs co: %s', |
|
$cvsheader); |
|
} |
|
$| = 1; |
|
|
|
if ($mimetype eq "text/x-cvsweb-markup") { |
|
&cvswebMarkup($fh, $fullname, $revision); |
|
} else { |
|
http_header($mimetype); |
|
print <$fh>; |
|
} |
|
close($fh); |
|
} |
} |
|
|
sub cvswebMarkup($$$) { |
sub cvswebMarkup { |
my ($filehandle, $fullname, $revision) = @_; |
my ($filehandle,$fullname,$revision) = @_; |
my ($pathname, $filename); |
my ($pathname, $filename); |
|
|
($pathname = $where) =~ s/(Attic\/)?[^\/]*$//; |
($pathname = $where) =~ s/(Attic\/)?[^\/]*$//; |
($filename = $where) =~ s/^.*\///; |
($filename = $where) =~ s/^.*\///; |
my ($fileurl) = urlencode($filename); |
my ($fileurl) = urlencode($filename); |
|
|
http_header(); |
http_header(); |
|
|
navigateHeader($scriptwhere, $pathname, $filename, $revision, "view"); |
navigateHeader ($scriptwhere, $pathname, $filename, $revision, "view"); |
print "<hr noshade>"; |
print "<HR noshade>"; |
print "<table width=\"100%\">\n<tr>\n<td style=\"background-color: $markupLogColor\">"; |
print "<table width=\"100%\"><tr><td bgcolor=\"$markupLogColor\">"; |
print "File: ", &clickablePath($where, 1); |
print "File: ", &clickablePath($where, 1); |
print " ("; |
print " "; |
&download_link($fileurl, $revision, "download"); |
&download_link(urlencode($fileurl), $revision, "(download)"); |
print ")"; |
if (!$defaultTextPlain) { |
|
print " "; |
if (!$defaultTextPlain) { |
&download_link(urlencode($fileurl), $revision, "(as text)", |
print " ("; |
"text/plain"); |
&download_link($fileurl, $revision, "as text", "text/plain"); |
} |
print ")"; |
print "<BR>\n"; |
|
if ($show_log_in_markup) { |
|
readLog($fullname); #,$revision); |
|
printLog($revision,0); |
|
} |
|
else { |
|
print "Version: <B>$revision</B><BR>\n"; |
|
print "Tag: <B>", $input{only_with_tag}, "</b><br>\n" if |
|
$input{only_with_tag}; |
|
} |
|
print "</td></tr></table>"; |
|
my @content = <$filehandle>; |
|
my $url = download_url($fileurl, $revision, $mimetype); |
|
print "<HR noshade>"; |
|
if ($mimetype =~ /^image/) { |
|
print "<IMG SRC=\"$url$barequery\"><BR>"; |
|
} |
|
else { |
|
print "<PRE>"; |
|
foreach (@content) { |
|
print spacedHtmlText($_); |
} |
} |
print "<br>\n"; |
print "</PRE>"; |
|
} |
if ($show_log_in_markup) { |
|
readLog($fullname); #,$revision); |
|
printLog($revision, 0); |
|
} else { |
|
print "Version: <b>$revision</b><br>\n"; |
|
print "Tag: <b>", $input{only_with_tag}, "</b><br>\n" |
|
if $input{only_with_tag}; |
|
} |
|
print "</td>\n</tr>\n</table>"; |
|
my $url = download_url($fileurl, $revision, $mimetype); |
|
print "<hr noshade>"; |
|
|
|
if ($mimetype =~ /^image/) { |
|
printf '<img src="%s" alt=""><br>', hrefquote("$url$barequery"); |
|
} elsif ($mimetype =~ m%^application/pdf%) { |
|
printf '<embed src="%s" width="100%"><br>', |
|
hrefquote("$url$barequery"); |
|
} elsif ($preformat_in_markup) { |
|
print "<pre>"; |
|
|
|
# prefetch several lines |
|
my @buf = head($filehandle); |
|
|
|
my %d = scan_directives(@buf); |
|
|
|
while (@buf || !eof($filehandle)) { |
|
$_ = @buf ? shift @buf : <$filehandle>; |
|
|
|
print spacedHtmlText($_, $d{'tabstop'}); |
|
} |
|
print "</pre>"; |
|
} else { |
|
print "<pre>"; |
|
|
|
while (<$filehandle>) { |
|
print htmlquote($_); |
|
} |
|
print "</pre>"; |
|
} |
|
} |
} |
|
|
sub viewable($) { |
sub viewable($) { |
my ($mimetype) = @_; |
my ($mimetype) = @_; |
|
|
$mimetype =~ m%^((text|image)/|application/pdf)%; |
$mimetype =~ m%^text/% || |
|
$mimetype =~ m%^image/% || |
|
0; |
} |
} |
|
|
############################### |
############################### |
# Show Colored Diff |
# Show Colored Diff |
############################### |
############################### |
sub doDiff($$$$$$) { |
sub doDiff { |
my ($fullname, $r1, $tr1, $r2, $tr2, $f) = @_; |
my($fullname, $r1, $tr1, $r2, $tr2, $f) = @_; |
my $fh = do { local (*FH); }; |
my $fh = do {local(*FH);}; |
my ($rev1, $rev2, $sym1, $sym2, $f1, $f2); |
my ($rev1, $rev2, $sym1, $sym2, @difftype, $diffname, $f1, $f2); |
|
|
if (&forbidden_file($fullname)) { |
|
fatal("403 Forbidden", |
|
'Access forbidden. This file is mentioned in @ForbiddenFiles'); |
|
return; |
|
} |
|
|
|
if ($r1 =~ /([^:]+)(:(.+))?/) { |
if ($r1 =~ /([^:]+)(:(.+))?/) { |
$rev1 = $1; |
$rev1 = $1; |
$sym1 = $3; |
$sym1 = $3; |
} |
} |
if ($r1 eq 'text') { |
if ($r1 eq 'text') { |
$rev1 = $tr1; |
$rev1 = $tr1; |
$sym1 = ""; |
$sym1 = ""; |
} |
} |
|
|
if ($r2 =~ /([^:]+)(:(.+))?/) { |
if ($r2 =~ /([^:]+)(:(.+))?/) { |
$rev2 = $1; |
$rev2 = $1; |
$sym2 = $3; |
$sym2 = $3; |
} |
} |
if ($r2 eq 'text') { |
if ($r2 eq 'text') { |
$rev2 = $tr2; |
$rev2 = $tr2; |
$sym2 = ""; |
$sym2 = ""; |
} |
} |
|
|
# make sure the revisions a wellformed, for security |
# make sure the revisions a wellformed, for security |
# reasons .. |
# reasons .. |
if ($rev1 =~ /[^\w.]/ || $rev2 =~ /[^\w.]/) { |
if (!($rev1 =~ /^[\d\.]+$/) || !($rev2 =~ /^[\d\.]+$/)) { |
fatal("404 Not Found", |
&fatal("404 Not Found", |
'Malformed query "%s"', |
"Malformed query \"$ENV{QUERY_STRING}\""); |
$ENV{QUERY_STRING}); |
|
} |
} |
|
# |
# |
# rev1 and rev2 are now both numeric revisions. |
# rev1 and rev2 are now both numeric revisions. |
# Thus we do a DWIM here and swap them if rev1 is after rev2. |
# Thus we do a DWIM here and swap them if rev1 is after rev2. |
# XXX should we warn about the fact that we do this? |
# XXX should we warn about the fact that we do this? |
if (&revcmp($rev1,$rev2) > 0) { |
if (&revcmp($rev1, $rev2) > 0) { |
my ($tmp1, $tmp2) = ($rev1, $sym1); |
my ($tmp1, $tmp2) = ($rev1, $sym1); |
($rev1, $sym1) = ($rev2, $sym2); |
($rev1, $sym1) = ($rev2, $sym2); |
($rev2, $sym2) = ($tmp1, $tmp2); |
($rev2, $sym2) = ($tmp1, $tmp2); |
|
} |
} |
my $difftype = $DIFFTYPES{$f}; |
my $human_readable = 0; |
|
if ($f eq 'c') { |
if (!$difftype) { |
@difftype = qw{-c}; |
fatal("400 Bad arguments", |
$diffname = "Context diff"; |
'Diff format %s not understood', |
|
$f); |
|
} |
} |
|
elsif ($f eq 's') { |
|
@difftype = qw{--side-by-side --width=164}; |
|
$diffname = "Side by Side"; |
|
} |
|
elsif ($f eq 'H') { |
|
$human_readable = 1; |
|
@difftype = qw{--unified=15}; |
|
$diffname = "Long Human readable"; |
|
} |
|
elsif ($f eq 'h') { |
|
@difftype =qw{-u}; |
|
$human_readable = 1; |
|
$diffname = "Human readable"; |
|
} |
|
elsif ($f eq 'u') { |
|
@difftype = qw{-u}; |
|
$diffname = "Unidiff"; |
|
} |
|
else { |
|
fatal ("400 Bad arguments", "Diff format $f not understood"); |
|
} |
|
|
my @difftype = @{$difftype->{'opts'}}; |
|
my $human_readable = $difftype->{'colored'}; |
|
|
|
# apply special options |
# apply special options |
if ($showfunc) { |
if ($showfunc) { |
push @difftype, '-p' if $f ne 's'; |
push @difftype, '-p'; |
|
|
my ($re1, $re2); |
my($re1, $re2); |
|
|
while (($re1, $re2) = each %funcline_regexp) { |
while (($re1, $re2) = each %funcline_regexp) { |
if ($fullname =~ /$re1/) { |
if ($fullname =~ /$re1/) { |
push @difftype, '-F', $re2; |
push @difftype, '-F', '$re2'; |
last; |
last; |
} |
|
} |
} |
|
} |
} |
} |
|
|
if ($human_readable) { |
if ($human_readable) { |
if ($hr_ignwhite) { |
if ($hr_ignwhite) { |
push @difftype, '-w'; |
push @difftype, '-w'; |
} |
} |
if ($hr_ignkeysubst) { |
if ($hr_ignkeysubst) { |
push @difftype, '-kk'; |
push @difftype, '-kk'; |
} |
} |
} |
} |
|
if (! open($fh, "-|")) { # child |
if (!open($fh, "-|")) { # child |
open(STDERR, ">&STDOUT"); # Redirect stderr to stdout |
open(STDERR, ">&STDOUT"); # Redirect stderr to stdout |
exec("rcsdiff",@difftype,"-r$rev1","-r$rev2",$fullname); |
openOutputFilter(); |
|
exec($CMD{rcsdiff}, @difftype, "-r$rev1", "-r$rev2", $fullname) or exit -1; |
|
} |
} |
if ($human_readable) { |
if ($human_readable) { |
http_header(); |
http_header(); |
&human_readable_diff($fh, $rev2); |
&human_readable_diff($fh, $rev2); |
html_footer(); |
exit; |
gzipclose(); |
|
exit; |
|
} else { |
|
http_header("text/plain"); |
|
} |
} |
|
else { |
# |
http_header("text/plain"); |
#=================================================================== |
|
#RCS file: /home/ncvs/src/sys/netinet/tcp_output.c,v |
|
#retrieving revision 1.16 |
|
#retrieving revision 1.17 |
|
#diff -c -r1.16 -r1.17 |
|
#*** /home/ncvs/src/sys/netinet/tcp_output.c 1995/11/03 22:08:08 1.16 |
|
#--- /home/ncvs/src/sys/netinet/tcp_output.c 1995/12/05 17:46:35 1.17 |
|
# |
|
# Ideas: |
|
# - nuke the stderr output if it's what we expect it to be |
|
# - Add "no differences found" if the diff command supplied no output. |
|
# |
|
#*** src/sys/netinet/tcp_output.c 1995/11/03 22:08:08 1.16 |
|
#--- src/sys/netinet/tcp_output.c 1995/12/05 17:46:35 1.17 RELENG_2_1_0 |
|
# (bogus example, but...) |
|
# |
|
if (grep { $_ eq '-u' } @difftype) { |
|
$f1 = '---'; |
|
$f2 = '\+\+\+'; |
|
} else { |
|
$f1 = '\*\*\*'; |
|
$f2 = '---'; |
|
} |
} |
|
# |
|
#=================================================================== |
|
#RCS file: /home/ncvs/src/sys/netinet/tcp_output.c,v |
|
#retrieving revision 1.16 |
|
#retrieving revision 1.17 |
|
#diff -c -r1.16 -r1.17 |
|
#*** /home/ncvs/src/sys/netinet/tcp_output.c 1995/11/03 22:08:08 1.16 |
|
#--- /home/ncvs/src/sys/netinet/tcp_output.c 1995/12/05 17:46:35 1.17 |
|
# |
|
# Ideas: |
|
# - nuke the stderr output if it's what we expect it to be |
|
# - Add "no differences found" if the diff command supplied no output. |
|
# |
|
#*** src/sys/netinet/tcp_output.c 1995/11/03 22:08:08 1.16 |
|
#--- src/sys/netinet/tcp_output.c 1995/12/05 17:46:35 1.17 RELENG_2_1_0 |
|
# (bogus example, but...) |
|
# |
|
if (grep { $_ eq '-u'} @difftype) { |
|
$f1 = '---'; |
|
$f2 = '\+\+\+'; |
|
} |
|
else { |
|
$f1 = '\*\*\*'; |
|
$f2 = '---'; |
|
} |
while (<$fh>) { |
while (<$fh>) { |
if (m|^$f1 $cvsroot|o) { |
if (m|^$f1 $cvsroot|o) { |
s|$cvsroot/||o; |
s|$cvsroot/||o; |
if ($sym1) { |
if ($sym1) { |
chop; |
chop; |
$_ .= " $sym1\n"; |
$_ .= " " . $sym1 . "\n"; |
} |
|
} elsif (m|^$f2 $cvsroot|o) { |
|
s|$cvsroot/||o; |
|
|
|
if ($sym2) { |
|
chop; |
|
$_ .= " $sym2\n"; |
|
} |
|
} |
} |
print $_; |
} |
|
elsif (m|^$f2 $cvsroot|o) { |
|
s|$cvsroot/||o; |
|
if ($sym2) { |
|
chop; |
|
$_ .= " " . $sym2 . "\n"; |
|
} |
|
} |
|
print $_; |
} |
} |
close($fh); |
close($fh); |
} |
} |
Line 2086 sub doDiff($$$$$$) { |
|
Line 1448 sub doDiff($$$$$$) { |
|
############################### |
############################### |
# Show Logs .. |
# Show Logs .. |
############################### |
############################### |
sub getDirLogs($$@) { |
sub getDirLogs { |
my ($cvsroot, $dirname, @otherFiles) = @_; |
my ($cvsroot,$dirname,@otherFiles) = @_; |
my ($state, $otherFiles, $tag, $file, $date, $branchpoint, $branch, |
my ($state,$otherFiles,$tag, $file, $date, $branchpoint, $branch, $log); |
$log); |
my ($rev, $revision, $revwanted, $filename, $head, $author); |
my ($rev, $revision, $revwanted, $filename, $head, $author); |
|
|
|
$tag = $input{only_with_tag}; |
$tag = $input{only_with_tag}; |
|
|
my ($DirName) = "$cvsroot/$where"; |
my ($DirName) = "$cvsroot/$where"; |
my (@files, @filetags); |
my (@files, @filetags); |
my $fh = do { local (*FH); }; |
my $fh = do {local(*FH);}; |
|
|
push (@files, &safeglob("$DirName/*,v")); |
push(@files, &safeglob("$DirName/*,v")); |
push (@files, &safeglob("$DirName/Attic/*,v")) |
push(@files, &safeglob("$DirName/Attic/*,v")) if (!$input{'hideattic'}); |
if (!$input{'hideattic'}); |
foreach $file (@otherFiles) { |
foreach $file (@otherFiles) { |
push(@files, "$DirName/$file"); |
push (@files, "$DirName/$file"); |
} |
} |
|
|
|
# just execute rlog if there are any files |
# just execute rlog if there are any files |
if ($#files < 0) { |
if ($#files < 0) { |
return; |
return; |
} |
} |
|
|
if (defined($tag)) { |
if ($tag) { |
|
#can't use -r<tag> as - is allowed in tagnames, but misinterpreated by rlog.. |
#can't use -r<tag> as - is allowed in tagnames, but misinterpreated by rlog.. |
if (! open($fh, "-|")) { |
if (!open($fh, "-|")) { # child |
open(STDERR, '>/dev/null'); # rlog may complain; ignore. |
open(STDERR, '>/dev/null'); # rlog may complain; ignore. |
exec('rlog', @files); |
openOutputFilter(); |
|
exec($CMD{rlog}, @files) or exit -1; |
|
} |
|
} else { |
|
|
|
if (!open($fh, "-|")) { # child |
|
open(STDERR, '>/dev/null'); # rlog may complain; ignore. |
|
openOutputFilter(); |
|
exec($CMD{rlog}, '-r', @files) or exit -1; |
|
} |
|
} |
} |
$state = "start"; |
} |
|
else { |
while (<$fh>) { |
my $kidpid = open($fh, "-|"); |
if ($state eq "start") { |
if (! $kidpid) { |
|
open(STDERR, '>/dev/null'); # rlog may complain; ignore. |
#Next file. Initialize file variables |
exec('rlog', '-r', @files); |
$rev = ''; |
} |
$revwanted = ''; |
} |
$branch = ''; |
$state = "start"; |
$branchpoint = ''; |
while (<$fh>) { |
$filename = ''; |
if ($state eq "start") { |
$log = ''; |
#Next file. Initialize file variables |
$revision = ''; |
$rev = undef; |
%symrev = (); |
$revwanted = undef; |
@filetags = (); |
$branch = undef; |
|
$branchpoint = undef; |
#jump to head state |
$filename = undef; |
$state = "head"; |
$log = undef; |
|
$revision = undef; |
|
$branch = undef; |
|
%symrev = (); |
|
@filetags = (); |
|
#jump to head state |
|
$state = "head"; |
|
} |
|
print "$state:$_" if ($verbose); |
|
again: |
|
if ($state eq "head") { |
|
#$rcsfile = $1 if (/^RCS file: (.+)$/); #not used (yet) |
|
$filename = $1 if (/^Working file: (.+)$/); |
|
$head = $1 if (/^head: (.+)$/); |
|
$branch = $1 if (/^branch: (.+)$/); |
|
} |
|
if ($state eq "head" && /^symbolic names/) { |
|
$state = "tags"; |
|
($branch = $head) =~ s/\.\d+$// if (!defined($branch)); |
|
$branch =~ s/(\.?)(\d+)$/${1}0.$2/; |
|
$symrev{MAIN} = $branch; |
|
$symrev{HEAD} = $branch; |
|
$alltags{MAIN} = 1; |
|
$alltags{HEAD} = 1; |
|
push (@filetags, "MAIN", "HEAD"); |
|
next; |
|
} |
|
if ($state eq "tags" && |
|
/^\s+(.+):\s+([\d\.]+)\s+$/) { |
|
push (@filetags, $1); |
|
$symrev{$1} = $2; |
|
$alltags{$1} = 1; |
|
next; |
|
} |
|
if ($state eq "tags" && /^\S/) { |
|
if (defined($tag) && (defined($symrev{$tag}) || $tag eq "HEAD")) { |
|
$revwanted = $tag eq "HEAD" ? $symrev{"MAIN"} : $symrev{$tag}; |
|
($branch = $revwanted) =~ s/\b0\.//; |
|
($branchpoint = $branch) =~ s/\.?\d+$//; |
|
$revwanted = undef if ($revwanted ne $branch); |
|
} |
|
elsif (defined($tag) && $tag ne "HEAD") { |
|
print "Tag not found, skip this file" if ($verbose); |
|
$state = "skip"; |
|
next; |
|
} |
|
foreach my $tagfound (@filetags) { |
|
$tags{$tagfound} = 1; |
|
} |
|
$state = "head"; |
|
goto again; |
|
} |
|
if ($state eq "head" && /^----------------------------$/) { |
|
$state = "log"; |
|
$rev = undef; |
|
$date = undef; |
|
$log = ""; |
|
# Try to reconstruct the relative filename if RCS spits out a full path |
|
$filename =~ s%^\Q$DirName\E/%%; |
|
next; |
|
} |
|
if ($state eq "log") { |
|
if (/^----------------------------$/ |
|
|| /^=============================/) { |
|
# End of a log entry. |
|
my $revbranch; |
|
($revbranch = $rev) =~ s/\.\d+$//; |
|
print "$filename $rev Wanted: $revwanted " |
|
. "Revbranch: $revbranch Branch: $branch " |
|
. "Branchpoint: $branchpoint\n" if ($verbose); |
|
if (!defined($revwanted) && defined($branch) |
|
&& $branch eq $revbranch || !defined($tag)) { |
|
print "File revision $rev found for branch $branch\n" |
|
if ($verbose); |
|
$revwanted = $rev; |
} |
} |
print "$state:$_" if ($verbose); |
if (defined($revwanted) ? $rev eq $revwanted : |
again: |
defined($branchpoint) ? $rev eq $branchpoint : |
|
0 && ($rev eq $head)) { # Don't think head is needed here.. |
if ($state eq "head") { |
print "File info $rev found for $filename\n" if ($verbose); |
|
my @finfo = ($rev,$date,$log,$author,$filename); |
#$rcsfile = $1 if (/^RCS file: (.+)$/); #not used (yet) |
my ($name); |
|
($name = $filename) =~ s%/.*%%; |
if (/^Working file: (.+)$/) { |
$fileinfo{$name} = [ @finfo ]; |
$filename = $1; |
$state = "done" if ($rev eq $revwanted); |
} elsif (/^head: (.+)$/) { |
|
$head = $1; |
|
} elsif (/^branch: (.+)$/) { |
|
$branch = $1 |
|
} elsif (/^symbolic names:/) { |
|
$state = "tags"; |
|
($branch = $head) =~ s/\.\d+$// |
|
if $branch eq ''; |
|
$branch =~ s/(\d+)$/0.$1/; |
|
$symrev{MAIN} = $branch; |
|
$symrev{HEAD} = $branch; |
|
$alltags{MAIN} = 1; |
|
$alltags{HEAD} = 1; |
|
push (@filetags, "MAIN", "HEAD"); |
|
} elsif (/$LOG_REVSEPARATOR/o) { |
|
$state = "log"; |
|
$rev = ''; |
|
$date = ''; |
|
$log = ''; |
|
|
|
# Try to reconstruct the relative filename if RCS spits out a full path |
|
$filename =~ s%^\Q$DirName\E/%%; |
|
} |
|
next; |
|
} |
} |
|
$rev = undef; |
if ($state eq "tags") { |
$date = undef; |
if (/^\s+([^:]+):\s+([\d\.]+)\s*$/) { |
$log = ""; |
push (@filetags, $1); |
} |
$symrev{$1} = $2; |
elsif (!defined($date) && m|^date:\s+(\d+)/(\d+)/(\d+)\s+(\d+):(\d+):(\d+);|) { |
$alltags{$1} = 1; |
my $yr = $1; |
next; |
# damn 2-digit year routines :-) |
} elsif (/^\S/) { |
if ($yr > 100) { |
|
$yr -= 1900; |
if (defined($tag)) { |
|
if (defined($symrev{$tag}) |
|
|| $tag eq "HEAD") |
|
{ |
|
$revwanted = |
|
$symrev{$tag eq "HEAD" ? |
|
"MAIN" : $tag}; |
|
($branch = $revwanted) =~ |
|
s/\b0\.//; |
|
($branchpoint = $branch) =~ |
|
s/\.?\d+$//; |
|
$revwanted = '' |
|
if ($revwanted ne $branch); |
|
} elsif ($tag ne "HEAD") { |
|
print |
|
"Tag not found, skip this file" |
|
if ($verbose); |
|
$state = "skip"; |
|
next; |
|
} |
|
} |
|
|
|
foreach my $tagfound (@filetags) { |
|
$tags{$tagfound} = 1; |
|
} |
|
$state = "head"; |
|
goto again; |
|
} |
|
} |
} |
|
$date = &Time::Local::timegm($6,$5,$4,$3,$2 - 1,$yr); |
if ($state eq "log") { |
($author) = /author: ([^;]+)/; |
if (/$LOG_REVSEPARATOR/o || /$LOG_FILESEPARATOR/o) { |
$state = "log"; |
|
$log = ''; |
# End of a log entry. |
next; |
my $revbranch = $rev; |
} |
$revbranch =~ s/\.\d+$//; |
elsif (!defined($rev) && m/^revision (.*)$/) { |
print "$filename $rev Wanted: $revwanted ", |
$rev = $1; |
"Revbranch: $revbranch Branch: $branch ", |
next; |
"Branchpoint: $branchpoint\n" |
} |
if ($verbose); |
else { |
|
$log = $log . $_; |
if ($revwanted eq '' && $branch ne '' |
} |
&& $branch eq $revbranch || !defined($tag)) |
|
{ |
|
print |
|
"File revision $rev found for branch $branch\n" |
|
if ($verbose); |
|
$revwanted = $rev; |
|
} |
|
|
|
if ($revwanted ne '' ? $rev eq $revwanted : |
|
$branchpoint ne '' ? $rev eq $branchpoint : |
|
0 && ($rev eq $head)) |
|
{ # Don't think head is needed here.. |
|
print |
|
"File info $rev found for $filename\n" |
|
if ($verbose); |
|
my @finfo = |
|
($rev, $date, $log, $author, |
|
$filename); |
|
my ($name); |
|
($name = $filename) =~ s%/.*%%; |
|
$fileinfo{$name} = [@finfo]; |
|
$state = "done" if ($rev eq $revwanted); |
|
} |
|
$rev = ''; |
|
$date = ''; |
|
$log = ''; |
|
} elsif ($date eq '' |
|
&& m|^date:\s+(\d+)/(\d+)/(\d+)\s+(\d+):(\d+):(\d+);| |
|
) |
|
{ |
|
my $yr = $1; |
|
|
|
# damn 2-digit year routines :-) |
|
if ($yr > 100) { |
|
$yr -= 1900; |
|
} |
|
$date = |
|
&Time::Local::timegm($6, $5, $4, $3, $2 - 1, |
|
$yr); |
|
($author) = /author: ([^;]+)/; |
|
$state = "log"; |
|
$log = ''; |
|
next; |
|
} elsif ($rev eq '' && /^revision (\d+(?:\.\d+)+).*$/) { |
|
$rev = $1; # .*$ eats up the locker(lockers?) info, if any |
|
next; |
|
} else { |
|
$log .= $_; |
|
} |
|
} |
|
|
|
if (/$LOG_FILESEPARATOR/o) { |
|
$state = "start"; |
|
next; |
|
} |
|
} |
} |
|
if (/^===============/) { |
if ($. == 0) { |
$state = "start"; |
fatal("500 Internal Error", |
next; |
'Failed to spawn GNU rlog on <em>"%s"</em>. <p>Did you set the <b>$command_path</b> in your configuration file correctly ? (Currently "%s"', |
|
join (", ", @files), $command_path); |
|
} |
} |
close($fh); |
} |
|
if ($. == 0) { |
|
fatal("500 Internal Error", |
|
"Failed to spawn GNU rlog on <em>'".join(", ", @files)."'</em><p>did you set the <b>\$ENV{PATH}</b> in your configuration file correctly ?"); |
|
} |
|
close($fh); |
} |
} |
|
|
sub readLog($;$) { |
sub readLog { |
my ($fullname, $revision) = @_; |
my($fullname,$revision) = @_; |
my ($symnames, $head, $rev, $br, $brp, $branch, $branchrev); |
my ($symnames, $head, $rev, $br, $brp, $branch, $branchrev); |
my $fh = do { local (*FH); }; |
my $fh = do {local(*FH);}; |
|
|
if (defined($revision)) { |
if (defined($revision)) { |
$revision = "-r$revision"; |
$revision = "-r$revision"; |
} else { |
|
$revision = ""; |
|
} |
} |
|
else { |
|
$revision = ""; |
|
} |
|
|
undef %symrev; |
undef %symrev; |
undef %revsym; |
undef %revsym; |
Line 2316 sub readLog($;$) { |
|
Line 1637 sub readLog($;$) { |
|
undef %log; |
undef %log; |
|
|
print("Going to rlog '$fullname'\n") if ($verbose); |
print("Going to rlog '$fullname'\n") if ($verbose); |
if (!open($fh, "-|")) { # child |
if (! open($fh, "-|")) { # child |
if ($revision ne '') { |
if ($revision ne '') { |
openOutputFilter(); |
exec("rlog",$revision,$fullname); |
exec($CMD{rlog}, $revision, $fullname) or exit -1; |
|
} else { |
|
openOutputFilter(); |
|
exec($CMD{rlog}, $fullname) or exit -1; |
|
} |
} |
|
else { |
|
exec("rlog",$fullname); |
|
} |
} |
} |
|
|
while (<$fh>) { |
while (<$fh>) { |
print if ($verbose); |
print if ($verbose); |
if ($symnames) { |
if ($symnames) { |
if (/^\s+([^:]+):\s+([\d\.]+)/) { |
if (/^\s+([^:]+):\s+([\d\.]+)/) { |
$symrev{$1} = $2; |
$symrev{$1} = $2; |
} else { |
|
$symnames = 0; |
|
} |
|
} elsif (/^head:\s+([\d\.]+)/) { |
|
$head = $1; |
|
} elsif (/^branch:\s+([\d\.]+)/) { |
|
$curbranch = $1; |
|
} elsif (/^symbolic names/) { |
|
$symnames = 1; |
|
} elsif (/^-----/) { |
|
last; |
|
} |
} |
|
else { |
|
$symnames = 0; |
|
} |
|
} |
|
elsif (/^head:\s+([\d\.]+)/) { |
|
$head = $1; |
|
} |
|
elsif (/^branch:\s+([\d\.]+)/) { |
|
$curbranch = $1; |
|
} |
|
elsif (/^symbolic names/) { |
|
$symnames = 1; |
|
} |
|
elsif (/^-----/) { |
|
last; |
|
} |
} |
} |
($curbranch = $head) =~ s/\.\d+$// if (!defined($curbranch)); |
($curbranch = $head) =~ s/\.\d+$// if (!defined($curbranch)); |
|
|
# each log entry is of the form: |
# each log entry is of the form: |
# ---------------------------- |
# ---------------------------- |
# revision 3.7.1.1 |
# revision 3.7.1.1 |
# date: 1995/11/29 22:15:52; author: fenner; state: Exp; lines: +5 -3 |
# date: 1995/11/29 22:15:52; author: fenner; state: Exp; lines: +5 -3 |
# log info |
# log info |
# ---------------------------- |
# ---------------------------- |
|
|
# For a locked revision, the first line after the separator |
|
# becomes smth like |
|
# revision 9.19 locked by: vassilii; |
|
|
|
logentry: |
logentry: |
|
while (!/^=========/) { |
while (!/$LOG_FILESEPARATOR/o) { |
$_ = <$fh>; |
$_ = <$fh>; |
last logentry if (!defined($_)); # EOF |
last logentry if (!defined($_)); # EOF |
print "R:", $_ if ($verbose); |
print "R:", $_ if ($verbose); |
if (/^revision ([\d\.]+)/) { |
if (/^revision (\d+(?:\.\d+)+)/) { |
$rev = $1; |
$rev = $1; |
unshift(@allrevisions,$rev); |
unshift (@allrevisions, $rev); |
} |
} elsif (/$LOG_FILESEPARATOR/o || /$LOG_REVSEPARATOR/o) { |
elsif (/^========/ || /^----------------------------$/) { |
next logentry; |
next logentry; |
} else { |
} |
|
else { |
# The rlog output is syntactically ambiguous. We must |
# The rlog output is syntactically ambiguous. We must |
# have guessed wrong about where the end of the last log |
# have guessed wrong about where the end of the last log |
# message was. |
# message was. |
# Since this is likely to happen when people put rlog output |
# Since this is likely to happen when people put rlog output |
# in their commit messages, don't even bother keeping |
# in their commit messages, don't even bother keeping |
# these lines since we don't know what revision they go with |
# these lines since we don't know what revision they go with |
# any more. |
# any more. |
next logentry; |
next logentry; |
} |
# &fatal("500 Internal Error","Error parsing RCS output: $_"); |
$_ = <$fh>; |
} |
print "D:", $_ if ($verbose); |
$_ = <$fh>; |
if ( |
print "D:", $_ if ($verbose); |
m|^date:\s+(\d+)/(\d+)/(\d+)\s+(\d+):(\d+):(\d+);\s+author:\s+(\S+);\s+state:\s+(\S+);\s+(lines:\s+([0-9\s+-]+))?| |
if (m|^date:\s+(\d+)/(\d+)/(\d+)\s+(\d+):(\d+):(\d+);\s+author:\s+(\S+);\s+state:\s+(\S+);\s+(lines:\s+([0-9\s+-]+))?|) { |
) |
my $yr = $1; |
{ |
# damn 2-digit year routines :-) |
my $yr = $1; |
if ($yr > 100) { |
|
$yr -= 1900; |
# damn 2-digit year routines :-) |
} |
if ($yr > 100) { |
$date{$rev} = &Time::Local::timegm($6,$5,$4,$3,$2 - 1,$yr); |
$yr -= 1900; |
$author{$rev} = $7; |
} |
$state{$rev} = $8; |
$date{$rev} = |
$difflines{$rev} = $10; |
&Time::Local::timegm($6, $5, $4, $3, $2 - 1, $yr); |
} |
$author{$rev} = $7; |
else { |
$state{$rev} = $8; |
&fatal("500 Internal Error", "Error parsing RCS output: $_"); |
$difflines{$rev} = $10; |
} |
} else { |
line: |
fatal("500 Internal Error", |
while (<$fh>) { |
'Error parsing RCS output: %s', |
print "L:", $_ if ($verbose); |
$_); |
next line if (/^branches:\s/); |
} |
last line if (/^----------------------------$/ || /^=========/); |
line: |
$log{$rev} .= $_; |
|
} |
while (<$fh>) { |
print "E:", $_ if ($verbose); |
print "L:", $_ if ($verbose); |
|
next line if (/^branches:\s/); |
|
last line |
|
if (/$LOG_FILESEPARATOR/o || /$LOG_REVSEPARATOR/o); |
|
$log{$rev} .= $_; |
|
} |
|
print "E:", $_ if ($verbose); |
|
} |
} |
close($fh); |
close($fh); |
print "Done reading RCS file\n" if ($verbose); |
print "Done reading RCS file\n" if ($verbose); |
|
|
@revorder = reverse sort { revcmp($a, $b) } @allrevisions; |
@revorder = reverse sort {revcmp($a,$b)} @allrevisions; |
print "Done sorting revisions", join (" ", @revorder), "\n" |
print "Done sorting revisions",join(" ",@revorder),"\n" if ($verbose); |
if ($verbose); |
|
|
|
# |
# |
# HEAD is an artificial tag which is simply the highest tag number on the main |
# HEAD is an artificial tag which is simply the highest tag number on the main |
# branch, unless there is a branch tag in the RCS file in which case it's the |
# branch, unless there is a branch tag in the RCS file in which case it's the |
# highest revision on that branch. Find it by looking through @revorder; it |
# highest revision on that branch. Find it by looking through @revorder; it |
# is the first commit listed on the appropriate branch. |
# is the first commit listed on the appropriate branch. |
# This is not neccesary the same revision as marked as head in the RCS file. |
# This is not neccesary the same revision as marked as head in the RCS file. |
my $headrev = $curbranch || "1"; |
my $headrev = $curbranch || "1"; |
($symrev{"MAIN"} = $headrev) =~ s/(\d+)$/0.$1/; |
($symrev{"MAIN"} = $headrev) =~ s/(\.?)(\d+)$/${1}0.$2/; |
|
revision: |
foreach $rev (@revorder) { |
foreach $rev (@revorder) { |
if ($rev =~ /^(\S*)\.\d+$/ && $headrev eq $1) { |
if ($rev =~ /^(\S*)\.\d+$/ && $headrev eq $1) { |
$symrev{"HEAD"} = $rev; |
$symrev{"HEAD"} = $rev; |
last; |
last revision; |
} |
} |
} |
} |
($symrev{"HEAD"} = $headrev) =~ s/\.\d+$// |
($symrev{"HEAD"} = $headrev) =~ s/\.\d+$// |
if (!defined($symrev{"HEAD"})); |
if (!defined($symrev{"HEAD"})); |
print "Done finding HEAD\n" if ($verbose); |
print "Done finding HEAD\n" if ($verbose); |
|
# |
# |
# Now that we know all of the revision numbers, we can associate |
# Now that we know all of the revision numbers, we can associate |
# absolute revision numbers with all of the symbolic names, and |
# absolute revision numbers with all of the symbolic names, and |
# pass them to the form so that the same association doesn't have |
# pass them to the form so that the same association doesn't have |
# to be built then. |
# to be built then. |
# |
# |
|
undef @branchnames; |
undef @branchnames; |
undef %branchpoint; |
undef %branchpoint; |
undef $sel; |
undef $sel; |
|
|
foreach (reverse sort keys %symrev) { |
foreach (reverse sort keys %symrev) { |
$rev = $symrev{$_}; |
$rev = $symrev{$_}; |
if ($rev =~ /^((.*)\.)?\b0\.(\d+)$/) { |
if ($rev =~ /^((.*)\.)?\b0\.(\d+)$/) { |
push (@branchnames, $_); |
push(@branchnames, $_); |
|
# |
|
# A revision number of A.B.0.D really translates into |
|
# "the highest current revision on branch A.B.D". |
|
# |
|
# If there is no branch A.B.D, then it translates into |
|
# the head A.B . |
|
# |
|
# This reasoning also applies to the main branch A.B, |
|
# with the branch number 0.A, with the exception that |
|
# it has no head to translate to if there is nothing on |
|
# the branch, but I guess this can never happen? |
|
# (the code below gracefully forgets about the branch |
|
# if it should happen) |
|
# |
|
$head = defined($2) ? $2 : ""; |
|
$branch = $3; |
|
$branchrev = $head . ($head ne "" ? "." : "") . $branch; |
|
my $regex; |
|
($regex = $branchrev) =~ s/\./\\./g; |
|
$rev = $head; |
|
|
# |
revision: |
# A revision number of A.B.0.D really translates into |
foreach my $r (@revorder) { |
# "the highest current revision on branch A.B.D". |
if ($r =~ /^${regex}\b/) { |
# |
$rev = $branchrev; |
# If there is no branch A.B.D, then it translates into |
last revision; |
# the head A.B . |
} |
# |
|
# This reasoning also applies to the main branch A.B, |
|
# with the branch number 0.A, with the exception that |
|
# it has no head to translate to if there is nothing on |
|
# the branch, but I guess this can never happen? |
|
# |
|
# (the code below gracefully forgets about the branch |
|
# if it should happen) |
|
# |
|
$head = defined($2) ? $2 : ""; |
|
$branch = $3; |
|
$branchrev = $head . ($head ne "" ? "." : "") . $branch; |
|
my $regex; |
|
$regex = quotemeta $branchrev; |
|
$rev = $head; |
|
|
|
foreach my $r (@revorder) { |
|
if ($r =~ /^${regex}\b/) { |
|
$rev = $branchrev; |
|
last; |
|
} |
|
} |
|
next if ($rev eq ""); |
|
|
|
if ($rev ne $head && $head ne "") { |
|
$branchpoint{$head} .= ", " |
|
if ($branchpoint{$head}); |
|
$branchpoint{$head} .= $_; |
|
} |
|
} |
} |
$revsym{$rev} .= ", " if ($revsym{$rev}); |
next if ($rev eq ""); |
$revsym{$rev} .= $_; |
if ($rev ne $head && $head ne "") { |
$sel .= "<option value=\"${rev}:${_}\">$_</option>\n"; |
$branchpoint{$head} .= ", " if ($branchpoint{$head}); |
|
$branchpoint{$head} .= $_; |
|
} |
|
} |
|
$revsym{$rev} .= ", " if ($revsym{$rev}); |
|
$revsym{$rev} .= $_; |
|
$sel .= "<OPTION VALUE=\"${rev}:${_}\">$_\n"; |
} |
} |
print "Done associating revisions with branches\n" if ($verbose); |
print "Done associating revisions with branches\n" if ($verbose); |
|
|
my ($onlyonbranch, $onlybranchpoint); |
my ($onlyonbranch, $onlybranchpoint); |
if ($onlyonbranch = $input{'only_with_tag'}) { |
if ($onlyonbranch = $input{'only_with_tag'}) { |
$onlyonbranch = $symrev{$onlyonbranch}; |
$onlyonbranch = $symrev{$onlyonbranch}; |
if ($onlyonbranch =~ s/\b0\.//) { |
if ($onlyonbranch =~ s/\b0\.//) { |
($onlybranchpoint = $onlyonbranch) =~ s/\.\d+$//; |
($onlybranchpoint = $onlyonbranch) =~ s/\.\d+$//; |
} else { |
} |
$onlybranchpoint = $onlyonbranch; |
else { |
} |
$onlybranchpoint = $onlyonbranch; |
|
} |
if (!defined($onlyonbranch) || $onlybranchpoint eq "") { |
if (!defined($onlyonbranch) || $onlybranchpoint eq "") { |
fatal("404 Tag not found", |
fatal("404 Tag not found","Tag $input{'only_with_tag'} not defined"); |
'Tag %s not defined', |
} |
$input{'only_with_tag'}); |
|
} |
|
} |
} |
|
|
undef @revisions; |
undef @revisions; |
|
|
foreach (@allrevisions) { |
foreach (@allrevisions) { |
($br = $_) =~ s/\.\d+$//; |
($br = $_) =~ s/\.\d+$//; |
($brp = $br) =~ s/\.\d+$//; |
($brp = $br) =~ s/\.\d+$//; |
next |
next if ($onlyonbranch && $br ne $onlyonbranch && |
if ($onlyonbranch && $br ne $onlyonbranch |
$_ ne $onlybranchpoint); |
&& $_ ne $onlybranchpoint); |
unshift(@revisions,$_); |
unshift (@revisions, $_); |
|
} |
} |
|
|
if ($logsort eq "date") { |
if ($logsort eq "date") { |
|
# Sort the revisions in commit order an secondary sort on revision |
# Sort the revisions in commit order an secondary sort on revision |
# (secondary sort needed for imported sources, or the first main |
# (secondary sort needed for imported sources, or the first main |
# revision gets before the same revision on the 1.1.1 branch) |
# revision gets before the same revision on the 1.1.1 branch) |
@revdisplayorder = sort {$date{$b} <=> $date{$a} || -revcmp($a, $b)} @revisions; |
@revdisplayorder = |
|
sort { $date{$b} <=> $date{$a} || -revcmp($a, $b) } |
|
@revisions; |
|
} elsif ($logsort eq "rev") { |
|
|
|
# Sort the revisions in revision order, highest first |
|
@revdisplayorder = reverse sort { revcmp($a, $b) } @revisions; |
|
} else { |
|
|
|
# No sorting. Present in the same order as rlog / cvs log |
|
@revdisplayorder = @revisions; |
|
} |
} |
|
elsif ($logsort eq "rev") { |
} |
# Sort the revisions in revision order, highest first |
|
@revdisplayorder = reverse sort {revcmp($a,$b)} @revisions; |
sub printDiffLinks($$) { |
|
my ($text, $url) = @_; |
|
my @extra; |
|
|
|
local $_; |
|
for ($DIFFTYPES{$defaultDiffType}{'colored'} ? qw(u) : qw(h)) { |
|
my $f = $_ eq $defaultDiffType ? '' : $_; |
|
|
|
push @extra, &link(lc $DIFFTYPES{$_}{'descr'}, "$url&f=$f"); |
|
} |
} |
|
else { |
|
# No sorting. Present in the same order as rlog / cvs log |
|
@revdisplayorder = @revisions; |
|
} |
|
|
print &link($text, $url), ' (', join (', ', @extra), ')'; |
|
} |
} |
|
|
sub printLog($;$) { |
sub printLog($;$) { |
my ($link, $br, $brp); |
my ($link, $br, $brp); |
($_, $link) = @_; |
($_,$link) = @_; |
($br = $_) =~ s/\.\d+$//; |
($br = $_) =~ s/\.\d+$//; |
($brp = $br) =~ s/\.?\d+$//; |
($brp = $br) =~ s/\.?\d+$//; |
my ($isDead, $prev); |
my ($isDead, $prev); |
|
|
$link = 1 if (!defined($link)); |
$link = 1 if (!defined($link)); |
$isDead = ($state{$_} eq "dead"); |
$isDead = ($state{$_} eq "dead"); |
|
|
print "<p>\n"; |
|
if ($link && !$isDead) { |
if ($link && !$isDead) { |
my ($filename); |
my ($filename); |
($filename = $where) =~ s/^.*\///; |
($filename = $where) =~ s/^.*\///; |
my ($fileurl) = urlencode($filename); |
my ($fileurl) = urlencode($filename); |
print "<a name=\"rev$_\"></a>"; |
print "<a NAME=\"rev$_\"></a>"; |
|
if (defined($revsym{$_})) { |
if (defined($revsym{$_})) { |
foreach my $sym (split(", ", $revsym{$_})) { |
foreach my $sym (split (", ", $revsym{$_})) { |
print "<a NAME=\"$sym\"></a>"; |
print "<a name=\"$sym\"></a>"; |
|
} |
|
} |
} |
|
} |
if (defined($revsym{$br}) && $revsym{$br} |
if (defined($revsym{$br}) && $revsym{$br} && !defined($nameprinted{$br})) { |
&& !defined($nameprinted{$br})) |
foreach my $sym (split(", ", $revsym{$br})) { |
{ |
print "<a NAME=\"$sym\"></a>"; |
foreach my $sym (split (", ", $revsym{$br})) { |
|
print "<a name=\"$sym\"></a>"; |
|
} |
|
$nameprinted{$br} = 1; |
|
} |
} |
print "\n Revision "; |
$nameprinted{$br} = 1; |
&download_link($fileurl, $_, $_, |
} |
$defaultViewable ? "text/x-cvsweb-markup" : undef); |
print "\n Revision "; |
|
&download_link($fileurl, $_, $_, |
if ($defaultViewable) { |
$defaultViewable ? "text/x-cvsweb-markup" : undef); |
print " / ("; |
if ($defaultViewable) { |
&download_link($fileurl, $_, "download", $mimetype); |
print " / "; |
print ")"; |
&download_link($fileurl, $_, "(download)", $mimetype); |
|
} |
|
if (not $defaultTextPlain) { |
|
print " / "; |
|
&download_link($fileurl, $_, "(as text)", |
|
"text/plain"); |
|
} |
|
if (!$defaultViewable) { |
|
print " / "; |
|
&download_link($fileurl, $_, "(view)", "text/x-cvsweb-markup"); |
|
} |
|
if ($allow_annotate) { |
|
print " - <a href=\"" . $scriptname . "/" . urlencode($where) . "?annotate=$_$barequery\">"; |
|
print "annotate</a>"; |
|
} |
|
# Plus a select link if enabled, and this version isn't selected |
|
if ($allow_version_select) { |
|
if ((!defined($input{"r1"}) || $input{"r1"} ne $_)) { |
|
print " - <A HREF=\"${scriptwhere}?r1=$_$barequery" . |
|
"\">[select for diffs]</A>\n"; |
} |
} |
|
else { |
if (not $defaultTextPlain) { |
print " - <b>[selected]</b>"; |
print " / ("; |
|
&download_link($fileurl, $_, "as text", "text/plain"); |
|
print ")"; |
|
} |
} |
|
} |
if (!$defaultViewable) { |
|
print " / ("; |
|
&download_link($fileurl, $_, "view", |
|
"text/x-cvsweb-markup"); |
|
print ")"; |
|
} |
|
|
|
if ($allow_annotate) { |
|
print " - "; |
|
print &link( |
|
'annotate', |
|
sprintf( |
|
'%s/%s?annotate=%s%s', $scriptname, |
|
urlencode($where), $_, |
|
$barequery |
|
) |
|
); |
|
} |
|
|
|
# Plus a select link if enabled, and this version isn't selected |
|
if ($allow_version_select) { |
|
if ((!defined($input{"r1"}) || $input{"r1"} ne $_)) { |
|
print " - "; |
|
print &link( |
|
'[select for diffs]', |
|
sprintf( |
|
'%s?r1=%s%s', $scriptwhere, |
|
$_, $barequery |
|
) |
|
); |
|
} else { |
|
print " - <b>[selected]</b>"; |
|
} |
|
} |
|
} else { |
|
print "Revision <b>$_</b>"; |
|
} |
} |
|
else { |
|
print "Revision <B>$_</B>"; |
|
} |
if (/^1\.1\.1\.\d+$/) { |
if (/^1\.1\.1\.\d+$/) { |
print " <i>(vendor branch)</i>"; |
print " <i>(vendor branch)</i>"; |
} |
} |
if (defined @mytz) { |
if (defined @mytz) { |
my ($est) = $mytz[(localtime($date{$_}))[8]]; |
my ($est) = $mytz[(localtime($date{$_}))[8]]; |
print ", <i>", scalar localtime($date{$_}), " $est</i> ("; |
print ", <i>" . scalar localtime($date{$_}) . " $est</i> ("; |
} else { |
} else { |
print ", <i>", scalar gmtime($date{$_}), " UTC</i> ("; |
print ", <i>" . scalar gmtime($date{$_}) . " UTC</i> ("; |
} |
} |
print readableTime(time() - $date{$_}, 1), " ago)"; |
print readableTime(time() - $date{$_},1) . " ago)"; |
print " by "; |
print " by "; |
print "<i>", $author{$_}, "</i>\n"; |
print "<i>" . $author{$_} . "</i>\n"; |
print "<br>Branch: <b>", $link ? link_tags($revsym{$br}) : $revsym{$br}, |
print "<BR>Branch: <b>",$link?link_tags($revsym{$br}):$revsym{$br},"</b>\n" |
"</b>\n" |
|
if ($revsym{$br}); |
if ($revsym{$br}); |
print "<br>CVS Tags: <b>", $link ? link_tags($revsym{$_}) : $revsym{$_}, |
print "<BR>CVS Tags: <b>",$link?link_tags($revsym{$_}):$revsym{$_},"</b>" |
"</b>" |
|
if ($revsym{$_}); |
if ($revsym{$_}); |
print "<br>Branch point for: <b>", |
print "<BR>Branch point for: <b>",$link?link_tags($branchpoint{$_}):$branchpoint{$_},"</b>\n" |
$link ? link_tags($branchpoint{$_}) : $branchpoint{$_}, "</b>\n" |
|
if ($branchpoint{$_}); |
if ($branchpoint{$_}); |
|
|
# Find the previous revision |
# Find the previous revision |
my @prevrev = split (/\./, $_); |
my @prevrev = split(/\./, $_); |
do { |
do { |
if (--$prevrev[$#prevrev] <= 0) { |
if (--$prevrev[$#prevrev] <= 0) { |
|
# If it was X.Y.Z.1, just make it X.Y |
# If it was X.Y.Z.1, just make it X.Y |
pop(@prevrev); |
pop (@prevrev); |
pop(@prevrev); |
pop (@prevrev); |
} |
} |
$prev = join(".", @prevrev); |
$prev = join (".", @prevrev); |
|
} until (defined($date{$prev}) || $prev eq ""); |
} until (defined($date{$prev}) || $prev eq ""); |
|
|
if ($prev ne "") { |
if ($prev ne "") { |
if ($difflines{$_}) { |
if ($difflines{$_}) { |
print |
print "<BR>Changes since <b>$prev: $difflines{$_} lines</b>"; |
"<br>Changes since <b>$prev: $difflines{$_} lines</b>"; |
} |
} |
|
} |
} |
|
|
if ($isDead) { |
if ($isDead) { |
print "<br><b><i>FILE REMOVED</i></b>\n"; |
print "<BR><B><I>FILE REMOVED</I></B>\n"; |
} elsif ($link) { |
} |
my %diffrev = (); |
elsif ($link) { |
$diffrev{$_} = 1; |
my %diffrev = (); |
$diffrev{""} = 1; |
$diffrev{$_} = 1; |
print '<br>'; |
$diffrev{""} = 1; |
my $diff = 'Diff'; |
print "<BR>Diff"; |
|
# |
# |
# Offer diff to previous revision |
# Offer diff to previous revision |
if ($prev) { |
if ($prev) { |
$diffrev{$prev} = 1; |
$diffrev{$prev} = 1; |
print " to previous <A HREF=\"${scriptwhere}.diff?r1=$prev"; |
|
print "&r2=$_" . $barequery . "\">$prev</A>\n"; |
my $url = |
if (!$hr_default) { # offer a human readable version if not default |
sprintf('%s.diff?r1=%s&r2=%s%s', $scriptwhere, |
print "(<A HREF=\"${scriptwhere}.diff?r1=$prev"; |
$prev, $_, $barequery); |
print "&r2=$_" . $barequery . "&f=h\">colored</A>)\n"; |
|
|
print $diff, " to previous "; |
|
$diff = ''; |
|
printDiffLinks($prev, $url); |
|
} |
} |
|
} |
# |
# |
# Plus, if it's on a branch, and it's not a vendor branch, |
# Plus, if it's on a branch, and it's not a vendor branch, |
# offer a diff with the branch point. |
# offer a diff with the branch point. |
if ($revsym{$brp} && !/^1\.1\.1\.\d+$/ |
if ($revsym{$brp} && !/^1\.1\.1\.\d+$/ && !defined($diffrev{$brp})) { |
&& !defined($diffrev{$brp})) |
print " to branchpoint <A HREF=\"${scriptwhere}.diff?r1=$brp"; |
{ |
print "&r2=$_" . $barequery . "\">$brp</A>\n"; |
my $url = |
if (!$hr_default) { # offer a human readable version if not default |
sprintf('%s.diff?r1=%s&r2=%s%s', $scriptwhere, $brp, |
print "(<A HREF=\"${scriptwhere}.diff?r1=$brp"; |
$_, $barequery); |
print "&r2=$_" . $barequery . "&f=h\">colored</A>)\n"; |
|
|
print $diff, " to branchpoint "; |
|
$diff = ''; |
|
printDiffLinks($brp, $url); |
|
} |
} |
|
} |
# |
# |
# Plus, if it's on a branch, and it's not a vendor branch, |
# Plus, if it's on a branch, and it's not a vendor branch, |
# offer to diff with the next revision of the higher branch. |
# offer to diff with the next revision of the higher branch. |
# (e.g. change gets committed and then brought |
# (e.g. change gets committed and then brought |
# over to -stable) |
# over to -stable) |
if (/^\d+\.\d+\.\d+/ && !/^1\.1\.1\.\d+$/) { |
if (/^\d+\.\d+\.\d+/ && !/^1\.1\.1\.\d+$/) { |
my ($i, $nextmain); |
my ($i,$nextmain); |
|
for ($i = 0; $i < $#revorder && $revorder[$i] ne $_; $i++){} |
for ($i = 0 ; $i < $#revorder && $revorder[$i] ne $_ ; |
my (@tmp2) = split(/\./, $_); |
$i++) |
for ($nextmain = ""; $i > 0; $i--) { |
{ |
my ($next) = $revorder[$i-1]; |
} |
my (@tmp1) = split(/\./, $next); |
my @tmp2 = split (/\./, $_); |
if ($#tmp1 < $#tmp2) { |
for ($nextmain = "" ; $i > 0 ; $i--) { |
$nextmain = $next; |
my $next = $revorder[$i - 1]; |
last; |
my @tmp1 = split (/\./, $next); |
} |
|
# Only the highest version on a branch should have |
if (@tmp1 < @tmp2) { |
# a diff for the "next main". |
$nextmain = $next; |
last if (join(".",@tmp1[0..$#tmp1-1]) |
last; |
eq join(".",@tmp2[0..$#tmp1-1])); |
} |
|
|
|
# Only the highest version on a branch should have |
|
# a diff for the "next main". |
|
last |
|
if (@tmp1 - 1 <= @tmp2 |
|
&& join (".", @tmp1[0 .. $#tmp1 - 1]) eq |
|
join (".", @tmp2[0 .. $#tmp1 - 1])); |
|
} |
|
|
|
if (!defined($diffrev{$nextmain})) { |
|
$diffrev{$nextmain} = 1; |
|
|
|
my $url = |
|
sprintf('%s.diff?r1=%s&r2=%s%s', |
|
$scriptwhere, $nextmain, $_, |
|
$barequery); |
|
|
|
print $diff, " next main "; |
|
$diff = ''; |
|
printDiffLinks($nextmain, $url); |
|
} |
|
} |
} |
|
if (!defined($diffrev{$nextmain})) { |
# Plus if user has selected only r1, then present a link |
$diffrev{$nextmain} = 1; |
# to make a diff to that revision |
print " next main <A HREF=\"${scriptwhere}.diff?r1=$nextmain"; |
if (defined($input{"r1"}) && !defined($diffrev{$input{"r1"}})) { |
print "&r2=$_" . $barequery . |
$diffrev{$input{"r1"}} = 1; |
"\">$nextmain</A>\n"; |
|
if (!$hr_default) { # offer a human readable version if not default |
my $url = |
print "(<A HREF=\"${scriptwhere}.diff?r1=$nextmain"; |
sprintf('%s.diff?r1=%s&r2=%s%s', $scriptwhere, |
print "&r2=$_" . $barequery . |
$input{'r1'}, $_, $barequery); |
"&f=h\">colored</A>)\n"; |
|
} |
print $diff, " to selected "; |
|
$diff = ''; |
|
printDiffLinks($input{'r1'}, $url); |
|
} |
} |
|
} |
|
# Plus if user has selected only r1, then present a link |
|
# to make a diff to that revision |
|
if (defined($input{"r1"}) && !defined($diffrev{$input{"r1"}})) { |
|
$diffrev{$input{"r1"}} = 1; |
|
print " to selected <A HREF=\"${scriptwhere}.diff?" |
|
. "r1=$input{'r1'}&r2=$_" . $barequery |
|
. "\">$input{'r1'}</A>\n"; |
|
if (!$hr_default) { # offer a human readable version if not default |
|
print "(<A HREF=\"${scriptwhere}.diff?r1=$input{'r1'}"; |
|
print "&r2=$_" . $barequery . |
|
"&f=h\">colored</A>)\n"; |
|
|
|
} |
|
} |
} |
} |
print "\n</p>\n<pre>\n"; |
print "<PRE>\n"; |
print &htmlify($log{$_}, $allow_log_extra); |
print &htmlify($log{$_}, 1); |
print "</pre>\n"; |
print "</PRE>\n"; |
} |
} |
|
|
sub doLog($) { |
sub doLog { |
my ($fullname) = @_; |
my($fullname) = @_; |
my ($diffrev, $upwhere, $filename, $backurl); |
my ($diffrev, $upwhere, $filename, $backurl); |
|
|
readLog($fullname); |
readLog($fullname); |
|
|
html_header("CVS log for $where"); |
html_header("CVS log for $where"); |
($upwhere = $where) =~ s|(Attic/)?[^/]+$||; |
($upwhere = $where) =~ s|(Attic/)?[^/]+$||; |
($filename = $where) =~ s|^.*/||; |
($filename = $where) =~ s|^.*/||; |
$backurl = $scriptname . "/" . urlencode($upwhere) . $query; |
$backurl = $scriptname . "/" . urlencode($upwhere) . $query; |
print "<p>\n "; |
print &link($backicon, "$backurl#$filename"), |
print &link($backicon, "$backurl#$filename"), " <b>Up to ", |
" <b>Up to ", &clickablePath($upwhere, 1), "</b><p>\n"; |
&clickablePath($upwhere, 1), "</b>\n</p>\n"; |
print <<EOF; |
print "<p>\n "; |
<A HREF="#diff">Request diff between arbitrary revisions</A> |
print &link('Request diff between arbitrary revisions', '#diff'); |
<HR NOSHADE> |
print "\n</p>\n<hr noshade>\n"; |
EOF |
|
|
print "<p>\n"; |
|
if ($curbranch) { |
if ($curbranch) { |
print "Default branch: ", ($revsym{$curbranch} || $curbranch); |
print "Default branch: ", ($revsym{$curbranch} || $curbranch); |
} else { |
|
print "No default branch"; |
|
} |
} |
print "<br>\n"; |
else { |
|
print "No default branch"; |
|
} |
|
print "<BR>\n"; |
if ($input{only_with_tag}) { |
if ($input{only_with_tag}) { |
print "Current tag: $input{only_with_tag}<br>\n"; |
print "Current tag: $input{only_with_tag}<BR>\n"; |
} |
} |
print "</p>\n"; |
|
|
|
undef %nameprinted; |
undef %nameprinted; |
|
|
for (my $i = 0 ; $i <= $#revdisplayorder ; $i++) { |
for (my $i = 0; $i <= $#revdisplayorder; $i++) { |
print "<hr size=\"1\" noshade>\n"; |
print "<HR size=1 NOSHADE>"; |
printLog($revdisplayorder[$i]); |
printLog($revdisplayorder[$i]); |
} |
} |
|
|
print "<hr noshade>\n<p>\n"; |
print "<HR NOSHADE>"; |
print "<a name=\"diff\">\n"; |
print "<A NAME=diff>\n"; |
print "This form allows you to request diff's between any two\n"; |
print "This form allows you to request diff's between any two\n"; |
print "revisions of a file. You may select a symbolic revision\n"; |
print "revisions of a file. You may select a symbolic revision\n"; |
print "name using the selection box or you may type in a numeric\n"; |
print "name using the selection box or you may type in a numeric\n"; |
print "name using the type-in text box.\n"; |
print "name using the type-in text box.\n"; |
print "</a>\n</p>\n"; |
print "</A><P>\n"; |
print |
print "<FORM METHOD=\"GET\" ACTION=\"${scriptwhere}.diff\" NAME=\"diff_select\">\n"; |
"<form method=\"get\" action=\"${scriptwhere}.diff\" name=\"diff_select\">\n"; |
foreach (@stickyvars) { |
|
print "<INPUT TYPE=HIDDEN NAME=\"$_\" VALUE=\"$input{$_}\">\n" |
foreach (@stickyvars) { |
if (defined($input{$_}) |
printf('<input type="hidden" name="%s" value="%s">', $_, |
&& ($input{$_} ne $DEFAULTVALUE{$_} && $input{$_} ne "")); |
$input{$_}) |
|
if (defined($input{$_}) |
|
&& ((!defined($DEFAULTVALUE{$_}) |
|
|| $input{$_} ne $DEFAULTVALUE{$_}) && $input{$_} ne "")); |
|
} |
} |
print "<table style=\"border: none\">\n<tr>\n"; |
print "Diffs between \n"; |
print "<td align=\"right\">"; |
print "<SELECT NAME=\"r1\">\n"; |
print "<label for=\"r1\" accesskey=\"1\">Diffs between </label>\n"; |
print "<OPTION VALUE=\"text\" SELECTED>Use Text Field\n"; |
print "<select id=\"r1\" name=\"r1\">\n"; |
|
print "<option value=\"text\" selected>Use Text Field</option>\n"; |
|
print $sel; |
print $sel; |
print "</select>\n"; |
print "</SELECT>\n"; |
$diffrev = $revdisplayorder[$#revdisplayorder]; |
$diffrev = $revdisplayorder[$#revdisplayorder]; |
$diffrev = $input{"r1"} if (defined($input{"r1"})); |
$diffrev = $input{"r1"} if (defined($input{"r1"})); |
print |
print "<INPUT TYPE=\"TEXT\" SIZE=\"$inputTextSize\" NAME=\"tr1\" VALUE=\"$diffrev\" onChange='document.diff_select.r1.selectedIndex=0'>\n"; |
"<input type=\"text\" size=\"$inputTextSize\" name=\"tr1\" value=\"$diffrev\" onchange=\"this.form.r1.selectedIndex=0\"></td>\n"; |
print " and \n"; |
print "<td><br></td>\n</tr>\n"; |
print "<SELECT NAME=\"r2\">\n"; |
print "<tr>\n<td align=\"right\">"; |
print "<OPTION VALUE=\"text\" SELECTED>Use Text Field\n"; |
print "<label for=\"r2\" accesskey=\"2\">and </label>\n"; |
|
print "<select id=\"r2\" name=\"r2\">\n"; |
|
print "<option value=\"text\" selected>Use Text Field</option>\n"; |
|
print $sel; |
print $sel; |
print "</select>\n"; |
print "</SELECT>\n"; |
$diffrev = $revdisplayorder[0]; |
$diffrev = $revdisplayorder[0]; |
$diffrev = $input{"r2"} if (defined($input{"r2"})); |
$diffrev = $input{"r2"} if (defined($input{"r2"})); |
print |
print "<INPUT TYPE=\"TEXT\" SIZE=\"$inputTextSize\" NAME=\"tr2\" VALUE=\"$diffrev\" onChange='docuement.diff_select.r2.selectedIndex=0'>\n"; |
"<input type=\"text\" size=\"$inputTextSize\" name=\"tr2\" value=\"$diffrev\" onchange=\"this.form.r2.selectedIndex=0\"></td>\n"; |
print "<BR>Type of Diff should be a "; |
print "<td><input type=\"submit\" value=\" Get Diffs \" accesskey=\"G\"></td>\n"; |
printDiffSelect(); |
print "</tr>\n</table>\n"; |
print "<INPUT TYPE=SUBMIT VALUE=\" Get Diffs \">\n"; |
print "</form>\n"; |
print "</FORM>\n"; |
print "<hr noshade>\n"; |
print "<HR noshade>\n"; |
print "<form method=\"get\" action=\"$scriptwhere\">\n"; |
if (@branchnames) { |
print "<table style=\"border: none\">\n"; |
print "<A name=branch></A>\n"; |
print "<tr>\n<td align=\"right\">"; |
print "<FORM METHOD=\"GET\" ACTION=\"$scriptwhere\">\n"; |
print "<label for=\"f\" accesskey=\"D\">Preferred Diff type:"; |
foreach (@stickyvars) { |
print "</label></td>\n"; |
|
print "<td>"; |
|
printDiffSelect($use_java_script); |
|
print "</td>\n<td></td>\n</tr>\n"; |
|
|
|
if (@branchnames) { |
|
print "<tr>\n<td align=\"right\">"; |
|
print "<label for=\"only_with_tag\" accesskey=\"B\">"; |
|
print "View only Branch:</label></td>\n"; |
|
print "<td>"; |
|
print "<a name=\"branch\"></a>\n"; |
|
print "<select id=\"only_with_tag\" name=\"only_with_tag\""; |
|
print " onchange=\"this.form.submit()\"" if $use_java_script; |
|
print ">\n"; |
|
print "<option value=\"\""; |
|
print " selected" |
|
if (defined($input{"only_with_tag"}) |
|
&& $input{"only_with_tag"} eq ""); |
|
print ">Show all branches</option>\n"; |
|
|
|
foreach (reverse sort @branchnames) { |
|
print "<option"; |
|
print " selected" |
|
if (defined($input{"only_with_tag"}) |
|
&& $input{"only_with_tag"} eq $_); |
|
print ">${_}</option>\n"; |
|
} |
|
print "</select></td>\n<td></td>\n</tr>\n"; |
|
} |
|
|
|
foreach (@stickyvars) { |
|
next if ($_ eq "f"); |
|
next if ($_ eq "only_with_tag"); |
next if ($_ eq "only_with_tag"); |
next if ($_ eq "logsort"); |
next if ($_ eq "logsort"); |
print "<input type=\"hidden\" name=\"$_\" value=\"$input{$_}\">\n" |
print "<INPUT TYPE=HIDDEN NAME=\"$_\" VALUE=\"$input{$_}\">\n" |
if (defined($input{$_}) |
if (defined($input{$_}) && $input{$_} ne $DEFAULTVALUE{$_} |
&& (!defined($DEFAULTVALUE{$_}) |
&& $input{$_} ne ""); |
|| $input{$_} ne $DEFAULTVALUE{$_}) && $input{$_} ne ""); |
} |
|
print "View only Branch: \n"; |
|
print "<SELECT NAME=\"only_with_tag\""; |
|
print " onchange=\"submit()\"" if ($use_java_script); |
|
print ">\n"; |
|
print "<OPTION VALUE=\"\""; |
|
print " SELECTED" if (defined($input{"only_with_tag"}) && |
|
$input{"only_with_tag"} eq ""); |
|
print ">Show all branches\n"; |
|
foreach (reverse sort @branchnames) { |
|
print "<OPTION"; |
|
print " SELECTED" if (defined($input{"only_with_tag"}) |
|
&& $input{"only_with_tag"} eq $_); |
|
print ">${_}\n"; |
|
} |
|
print "</SELECT>\n"; |
|
print "<INPUT TYPE=SUBMIT VALUE=\" View Branch \">\n"; |
|
print "</FORM>\n"; |
} |
} |
print "<tr>\n<td align=\"right\">"; |
print "<A name=logsort></A>\n"; |
print "<a name=\"logsort\"></a>\n"; |
print "<FORM METHOD=\"GET\" ACTION=\"$scriptwhere\">\n"; |
print "<label for=\"logsort\" accesskey=\"L\">Sort log by:"; |
foreach (@stickyvars) { |
print "</label></td>\n<td>"; |
next if ($_ eq "only_with_tag"); |
printLogSortSelect($use_java_script); |
next if ($_ eq "logsort"); |
print "</td>\n"; |
print "<INPUT TYPE=HIDDEN NAME=\"$_\" VALUE=\"$input{$_}\">\n" |
print "<td><input type=\"submit\" value=\" Set \" accesskey=\"S\"></td>\n"; |
if (defined($input{$_}) && $input{$_} ne $DEFAULTVALUE{$_} |
print "</tr>\n</table>\n"; |
&& $input{$_} ne ""); |
print "</form>\n"; |
} |
html_footer(); |
print "Sort log by: \n"; |
|
print "<SELECT NAME=\"logsort\""; |
|
print " onchange=\"submit()\"" if ($use_java_script); |
|
print ">\n"; |
|
print "<OPTION VALUE=cvs",$logsort eq "cvs" ? " SELECTED" : "", ">Not sorted"; |
|
print "<OPTION VALUE=date",$logsort eq "date" ? " SELECTED" : "", ">Commit date"; |
|
print "<OPTION VALUE=rev",$logsort eq "rev" ? " SELECTED" : "", ">Revision"; |
|
print "</SELECT>\n"; |
|
print "<INPUT TYPE=SUBMIT VALUE=\" Sort \">\n"; |
|
print "</FORM>\n"; |
|
print &html_footer; |
|
print "</BODY></HTML>\n"; |
} |
} |
|
|
sub flush_diff_rows($$$$) { |
sub flush_diff_rows ($$$$) |
my $j; |
{ |
my ($leftColRef, $rightColRef, $leftRow, $rightRow) = @_; |
my $j; |
|
my ($leftColRef,$rightColRef,$leftRow,$rightRow) = @_; |
if (!defined($state)) { |
if ($state eq "PreChangeRemove") { # we just got remove-lines before |
return; |
for ($j = 0 ; $j < $leftRow; $j++) { |
} |
print "<tr><td bgcolor=\"$diffcolorRemove\">@$leftColRef[$j]</td>"; |
|
print "<td bgcolor=\"$diffcolorEmpty\"> </td></tr>\n"; |
if ($state eq "PreChangeRemove") { # we just got remove-lines before |
} |
for ($j = 0 ; $j < $leftRow ; $j++) { |
} |
print |
elsif ($state eq "PreChange") { # state eq "PreChange" |
"<tr>\n<td class=\"diff-removed\"> @$leftColRef[$j]</td>\n"; |
# we got removes with subsequent adds |
print |
for ($j = 0; $j < $leftRow || $j < $rightRow ; $j++) { # dump out both cols |
"<td class=\"diff-empty\"> </td>\n</tr>\n"; |
print "<tr>"; |
} |
if ($j < $leftRow) { |
} elsif ($state eq "PreChange") { # state eq "PreChange" |
print "<td bgcolor=\"$diffcolorChange\">@$leftColRef[$j]</td>"; |
# we got removes with subsequent adds |
} |
|
else { |
for ($j = 0 ; $j < $leftRow || $j < $rightRow ; $j++) |
print "<td bgcolor=\"$diffcolorDarkChange\"> </td>"; |
{ # dump out both cols |
} |
print "<tr>\n"; |
if ($j < $rightRow) { |
if ($j < $leftRow) { |
print "<td bgcolor=\"$diffcolorChange\">@$rightColRef[$j]</td>"; |
print |
} |
"<td class=\"diff-changed\"> @$leftColRef[$j]</td>"; |
else { |
} else { |
print "<td bgcolor=\"$diffcolorDarkChange\"> </td>"; |
print |
} |
"<td class=\"diff-changed-missing\"> </td>"; |
print "</tr>\n"; |
} |
} |
print "\n"; |
} |
|
|
if ($j < $rightRow) { |
|
print |
|
"<td class=\"diff-changed\"> @$rightColRef[$j]</td>"; |
|
} else { |
|
print |
|
"<td class=\"diff-changed-missing\"> </td>"; |
|
} |
|
print "\n</tr>\n"; |
|
} |
|
} |
|
} |
} |
|
|
## |
## |
# Function to generate Human readable diff-files |
# Function to generate Human readable diff-files |
# human_readable_diff(String revision_to_return_to); |
# human_readable_diff(String revision_to_return_to); |
## |
## |
sub human_readable_diff($) { |
sub human_readable_diff($){ |
my ($difftxt, $where_nd, $filename, $pathname, $scriptwhere_nd); |
my ($i,$difftxt, $where_nd, $filename, $pathname, $scriptwhere_nd); |
my ($fh, $rev) = @_; |
my ($fh, $rev) = @_; |
my ($date1, $date2, $r1d, $r2d, $r1r, $r2r, $rev1, $rev2, $sym1, $sym2); |
my ($date1, $date2, $r1d, $r2d, $r1r, $r2r, $rev1, $rev2, $sym1, $sym2); |
my (@rightCol, @leftCol); |
my (@rightCol, @leftCol); |
|
|
($where_nd = $where) =~ s/.diff$//; |
($where_nd = $where) =~ s/.diff$//; |
($filename = $where_nd) =~ s/^.*\///; |
($filename = $where_nd) =~ s/^.*\///; |
($pathname = $where_nd) =~ s/(Attic\/)?[^\/]*$//; |
($pathname = $where_nd) =~ s/(Attic\/)?[^\/]*$//; |
($scriptwhere_nd = $scriptwhere) =~ s/.diff$//; |
($scriptwhere_nd = $scriptwhere) =~ s/.diff$//; |
|
|
navigateHeader($scriptwhere_nd, $pathname, $filename, $rev, "diff"); |
navigateHeader ($scriptwhere_nd, $pathname, $filename, $rev, "diff"); |
|
|
# Read header to pick up read revision and date, if possible |
# Read header to pick up read revision and date, if possible |
while (<$fh>) { |
while (<$fh>) { |
($r1d, $r1r) = /\t(.*)\t(.*)$/ if (/^--- /); |
($r1d,$r1r) = /\t(.*)\t(.*)$/ if (/^--- /); |
($r2d, $r2r) = /\t(.*)\t(.*)$/ if (/^\+\+\+ /); |
($r2d,$r2r) = /\t(.*)\t(.*)$/ if (/^\+\+\+ /); |
last if (/^\+\+\+ /); |
last if (/^\+\+\+ /); |
} |
} |
|
if (defined($r1r) && $r1r =~ /^(\d+\.)+\d+$/) { |
|
$rev1 = $r1r; |
|
$date1 = $r1d; |
|
} |
|
if (defined($r2r) && $r2r =~ /^(\d+\.)+\d+$/) { |
|
$rev2 = $r2r; |
|
$date2 = $r2d; |
|
} |
|
|
|
print "<h3 align=center>Diff for /$where_nd between version $rev1 and $rev2</h3>\n"; |
|
|
if (defined($r1r) && $r1r =~ /^(\d+\.)+\d+$/) { |
print "<table border=0 cellspacing=0 cellpadding=0 width=\"100%\">\n"; |
$rev1 = $r1r; |
print "<tr bgcolor=\"#ffffff\">\n"; |
$date1 = $r1d; |
print "<th width=\"50%\" valign=TOP>"; |
} |
print "version $rev1"; |
if (defined($r2r) && $r2r =~ /^(\d+\.)+\d+$/) { |
print ", $date1" if (defined($date1)); |
$rev2 = $r2r; |
print "<br>Tag: $sym1\n" if ($sym1); |
$date2 = $r2d; |
print "</th>\n"; |
} |
print "<th width=\"50%\" valign=TOP>"; |
|
print "version $rev2"; |
|
print ", $date2" if (defined($date2)); |
|
print "<br>Tag: $sym2\n" if ($sym1); |
|
print "</th>\n"; |
|
|
print |
my $fs = "<font face=\"$difffontface\" size=\"$difffontsize\">"; |
"<h3 style=\"text-align: center\">Diff for /$where_nd between version $rev1 and $rev2</h3>\n", |
my $fe = "</font>"; |
# Using style=\"border: none\" here breaks NS 4.x badly... |
|
"<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\n", |
|
"<tr style=\"background-color: #ffffff\">\n", "<th width=\"50%\" valign=\"top\">", |
|
"version $rev1"; |
|
print ", $date1" if (defined($date1)); |
|
print "<br>Tag: $sym1\n" if ($sym1); |
|
print "</th>\n", "<th width=\"50%\" valign=\"top\">", "version $rev2"; |
|
print ", $date2" if (defined($date2)); |
|
print "<br>Tag: $sym2\n" if ($sym1); |
|
print "</th>\n"; |
|
|
|
my $leftRow = 0; |
my $leftRow = 0; |
my $rightRow = 0; |
my $rightRow = 0; |
my ($oldline, $newline, $funname, $diffcode, $rest); |
my ($oldline, $newline, $funname, $diffcode, $rest); |
|
|
# Process diff text |
# Process diff text |
|
# The diffrows are could make excellent use of |
|
# cascading style sheets because we've to set the |
|
# font and color for each row. anyone ...? |
|
#### |
|
while (<$fh>) { |
|
$difftxt = $_; |
|
|
|
if ($difftxt =~ /^@@/) { |
|
($oldline,$newline,$funname) = $difftxt =~ /@@ \-([0-9]+).*\+([0-9]+).*@@(.*)/; |
|
print "<tr bgcolor=\"$diffcolorHeading\"><td width=\"50%\">"; |
|
print "<table width=\"100%\" border=1 cellpadding=5><tr><td><b>Line $oldline</b>"; |
|
print " <font size=-1>$funname</font></td></tr></table>"; |
|
print "</td><td width=\"50%\">"; |
|
print "<table width=\"100%\" border=1 cellpadding=5><tr><td><b>Line $newline</b>"; |
|
print " <font size=-1>$funname</font></td></tr></table>"; |
|
print "</td>\n"; |
|
$state = "dump"; |
|
$leftRow = 0; |
|
$rightRow = 0; |
|
} |
|
else { |
|
($diffcode,$rest) = $difftxt =~ /^([-+ ])(.*)/; |
|
$_ = spacedHtmlText ($rest); |
|
|
# prefetch several lines |
# Add fontface, size |
my @buf = head($fh); |
$_ = "$fs $_$fe"; |
|
|
|
######### |
|
# little state machine to parse unified-diff output (Hen, zeller@think.de) |
|
# in order to get some nice 'ediff'-mode output |
|
# states: |
|
# "dump" - just dump the value |
|
# "PreChangeRemove" - we began with '-' .. so this could be the start of a 'change' area or just remove |
|
# "PreChange" - okey, we got several '-' lines and moved to '+' lines -> this is a change block |
|
########## |
|
|
my %d = scan_directives(@buf); |
if ($diffcode eq '+') { |
|
if ($state eq "dump") { # 'change' never begins with '+': just dump out value |
|
print "<tr><td bgcolor=\"$diffcolorEmpty\"> </td><td bgcolor=\"$diffcolorAdd\">$_</td></tr>\n"; |
|
} |
|
else { # we got minus before |
|
$state = "PreChange"; |
|
$rightCol[$rightRow++] = $_; |
|
} |
|
} |
|
elsif ($diffcode eq '-') { |
|
$state = "PreChangeRemove"; |
|
$leftCol[$leftRow++] = $_; |
|
} |
|
else { # empty diffcode |
|
flush_diff_rows \@leftCol, \@rightCol, $leftRow, $rightRow; |
|
print "<tr><td>$_</td><td>$_</td></tr>\n"; |
|
$state = "dump"; |
|
$leftRow = 0; |
|
$rightRow = 0; |
|
} |
|
} |
|
} |
|
flush_diff_rows \@leftCol, \@rightCol, $leftRow, $rightRow; |
|
|
while (@buf || !eof($fh)) { |
# state is empty if we didn't have any change |
$difftxt = @buf ? shift @buf : <$fh>; |
if (!$state) { |
|
print "<tr><td colspan=2> </td></tr>"; |
|
print "<tr bgcolor=\"$diffcolorEmpty\" >"; |
|
print "<td colspan=2 align=center><b>- No viewable Change -</b></td></tr>"; |
|
} |
|
print "</table>"; |
|
close($fh); |
|
|
if ($difftxt =~ /^@@/) { |
print "<br><hr noshade width=\"100%\">\n"; |
($oldline, $newline, $funname) = |
|
$difftxt =~ /@@ \-([0-9]+).*\+([0-9]+).*@@(.*)/; |
|
$funname = htmlquote($funname); |
|
$funname =~ s/\s/ /go; |
|
print |
|
"<tr class=\"diff-heading\">\n<td width=\"50%\">"; |
|
print |
|
"<table width=\"100%\" border=\"1\" cellpadding=\"5\">\n<tr>\n<td><b>Line $oldline</b>"; |
|
print |
|
" <span style=\"font-size: smaller\">$funname</span></td>\n</tr>\n</table>"; |
|
print "</td>\n<td width=\"50%\">"; |
|
print |
|
"<table width=\"100%\" border=\"1\" cellpadding=\"5\">\n<tr>\n<td><b>Line $newline</b>"; |
|
print |
|
" <span style=\"font-size: smaller\">$funname</span></td>\n</tr>\n</table>\n"; |
|
print "</td>\n"; |
|
$state = "dump"; |
|
$leftRow = 0; |
|
$rightRow = 0; |
|
} else { |
|
($diffcode, $rest) = $difftxt =~ /^([-+ ])(.*)/; |
|
$_ = spacedHtmlText($rest, $d{'tabstop'}); |
|
|
|
######### |
print "<table border=0>"; |
# little state machine to parse unified-diff output (Hen, zeller@think.de) |
|
# in order to get some nice 'ediff'-mode output |
|
# states: |
|
# "dump" - just dump the value |
|
# "PreChangeRemove" - we began with '-' .. so this could be the start of a 'change' area or just remove |
|
# "PreChange" - okey, we got several '-' lines and moved to '+' lines -> this is a change block |
|
########## |
|
|
|
if ($diffcode eq '+') { |
print "<tr><td>"; |
if ($state eq "dump") |
# print legend |
{ # 'change' never begins with '+': just dump out value |
print "<table border=1><tr><td>"; |
print |
print "Legend:<br><table border=0 cellspacing=0 cellpadding=1>\n"; |
"<tr>\n<td class=\"diff-empty\"> </td>\n<td class=\"diff-added\"> $_</td>\n</tr>\n"; |
print "<tr><td align=center bgcolor=\"$diffcolorRemove\">Removed from v.$rev1</td><td bgcolor=\"$diffcolorEmpty\"> </td></tr>"; |
} else { # we got minus before |
print "<tr bgcolor=\"$diffcolorChange\"><td align=center colspan=2>changed lines</td></tr>"; |
$state = "PreChange"; |
print "<tr><td bgcolor=\"$diffcolorEmpty\"> </td><td align=center bgcolor=\"$diffcolorAdd\">Added in v.$rev2</td></tr>"; |
$rightCol[$rightRow++] = $_; |
print "</table></td></tr></table>\n"; |
} |
|
} elsif ($diffcode eq '-') { |
|
$state = "PreChangeRemove"; |
|
$leftCol[$leftRow++] = $_; |
|
} else { # empty diffcode |
|
flush_diff_rows \@leftCol, \@rightCol, $leftRow, |
|
$rightRow; |
|
print "<tr>\n<td class=\"diff-same\"> $_</td>\n<td class=\"diff-same\"> $_</td>\n</tr>\n"; |
|
$state = "dump"; |
|
$leftRow = 0; |
|
$rightRow = 0; |
|
} |
|
} |
|
} |
|
close($fh); |
|
|
|
flush_diff_rows \@leftCol, \@rightCol, $leftRow, $rightRow; |
print "<td>"; |
|
# Print format selector |
|
print "<FORM METHOD=\"GET\" ACTION=\"${scriptwhere}\">\n"; |
|
foreach my $var (keys %input) { |
|
next if ($var eq "f"); |
|
next if (defined($DEFAULTVALUE{$var}) |
|
&& $DEFAULTVALUE{$var} eq $input{$var}); |
|
print "<INPUT TYPE=HIDDEN NAME=\"",urlencode($var),"\" VALUE=\"", |
|
urlencode($input{$var}),"\">\n"; |
|
} |
|
printDiffSelect($use_java_script); |
|
print "<INPUT TYPE=SUBMIT VALUE=\"Show\">\n"; |
|
print "</FORM>\n"; |
|
print "</td>"; |
|
|
# state is empty if we didn't have any change |
print "</tr></table>"; |
if (!$state) { |
|
print "<tr>\n<td colspan=\"2\"> </td>\n</tr>\n"; |
|
print "<tr class=\"diff-empty\">\n"; |
|
print |
|
"<td colspan=\"2\" align=\"center\"><b>- No viewable change -</b></td>\n</tr>\n"; |
|
} |
|
print "</table>\n"; |
|
|
|
print "<hr style=\"width: 100%\" noshade>\n"; |
|
print "<form method=\"get\" action=\"${scriptwhere}\">\n"; |
|
print "<table style=\"border: none\">\n<tr>\n<td>\n"; |
|
|
|
# print legend |
|
print "<table border=\"1\">\n<tr>\n<td>"; |
|
print "Legend:<br><table style=\"border: none\" cellspacing=\"0\" cellpadding=\"1\">\n"; |
|
print |
|
"<tr>\n<td align=\"center\" class=\"diff-removed\">Removed from v.$rev1</td>\n<td class=\"diff-empty\"> </td>\n</tr>\n"; |
|
print |
|
"<tr class=\"diff-changed\">\n<td align=\"center\" colspan=\"2\">changed lines</td>\n</tr>\n"; |
|
print |
|
"<tr>\n<td class=\"diff-empty\"> </td>\n<td align=\"center\" class=\"diff-added\">Added in v.$rev2</td>\n</tr>\n"; |
|
print "</table>\n</td>\n</tr>\n</table>\n</td>\n<td>"; |
|
|
|
# Print format selector |
|
foreach my $var (keys %input) { |
|
next if ($var eq "f"); |
|
next |
|
if (defined($DEFAULTVALUE{$var}) |
|
&& $DEFAULTVALUE{$var} eq $input{$var}); |
|
print "<input type=\"hidden\" name=\"", urlencode($var), |
|
"\" value=\"", urlencode($input{$var}), "\">\n"; |
|
} |
|
printDiffSelect($use_java_script); |
|
print "<input type=\"submit\" value=\"Show\">\n"; |
|
print "</td>\n"; |
|
|
|
print "</tr>\n</table>\n"; |
|
print "</form>\n"; |
|
} |
} |
|
|
sub navigateHeader($$$$$) { |
sub navigateHeader ($$$$$) { |
my ($swhere, $path, $filename, $rev, $title) = @_; |
my ($swhere,$path,$filename,$rev,$title) = @_; |
$swhere = "" if ($swhere eq $scriptwhere); |
$swhere = "" if ($swhere eq $scriptwhere); |
$swhere = './' . urlencode($filename) if ($swhere eq ""); |
$swhere = urlencode($filename) if ($swhere eq ""); |
|
print "<\!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">"; |
# TODO: this should be moved into external CSS file. |
print "<HTML>\n<HEAD>\n"; |
my $css = ''; |
print '<!-- CVSweb $zRevision: 1.93 $ $Revision$ -->'; |
if ($title eq 'diff') { |
print "\n<TITLE>$path$filename - $title - $rev</TITLE></HEAD>\n"; |
$css = " |
print "<BODY BGCOLOR=\"$backcolor\">\n"; |
<style type=\"text/css\"> |
print "<table width=\"100%\" border=0 cellspacing=0 cellpadding=1 bgcolor=\"$navigationHeaderColor\">"; |
.diff-heading { |
print "<tr valign=bottom><td>"; |
background-color: $diffcolorHeading; |
print "<a href=\"$swhere$query#rev$rev\">$backicon"; |
|
print "</a> <b>Return to ", &link("$filename","$swhere$query#rev$rev")," CVS log"; |
|
print "</b> $fileicon</td>"; |
|
|
|
print "<td align=right>$diricon <b>Up to ", &clickablePath($path, 1), "</b></td>"; |
|
print "</tr></table>"; |
} |
} |
.diff-same { |
|
font-family: $difffontface; |
|
font-size: smaller; |
|
} |
|
.diff-empty { |
|
background-color: $diffcolorEmpty; |
|
} |
|
.diff-added { |
|
background-color: $diffcolorAdd; |
|
font-family: $difffontface; |
|
font-size: smaller; |
|
} |
|
.diff-removed { |
|
background-color: $diffcolorRemove; |
|
font-family: $difffontface; |
|
font-size: smaller; |
|
} |
|
.diff-changed { |
|
background-color: $diffcolorChange; |
|
font-family: $difffontface; |
|
font-size: smaller; |
|
} |
|
.diff-changed-missing { |
|
background-color: $diffcolorDarkChange; |
|
} |
|
</style>"; |
|
} |
|
|
|
print <<EOF; |
sub plural_write ($$) |
$HTML_DOCTYPE |
{ |
<html> |
my ($num,$text) = @_; |
<head> |
if ($num != 1) { |
<title>$path$filename - $title - $rev</title>$css |
$text = $text . "s"; |
$HTML_META</head> |
} |
$body_tag_for_src |
if ($num > 0) { |
<table width="100%" style="border: none; background-color: $navigationHeaderColor" cellspacing="0" cellpadding="1"> |
return $num . " " . $text; |
<tr valign="bottom"><td> |
} |
EOF |
else { |
|
return ""; |
print &link($backicon, "$swhere$query#rev$rev"); |
} |
print "<b>Return to ", &link($filename, "$swhere$query#rev$rev"), |
|
" CVS log"; |
|
print "</b> $fileicon</td>"; |
|
|
|
print "<td align=\"right\">$diricon <b>Up to ", |
|
&clickablePath($path, 1), |
|
"</b></td>"; |
|
print "</tr></table>"; |
|
} |
} |
|
|
sub plural_write($$) { |
|
my ($num, $text) = @_; |
|
if ($num != 1) { |
|
$text .= "s"; |
|
} |
|
|
|
if ($num > 0) { |
|
return join (' ', $num, $text); |
|
} else { |
|
return ""; |
|
} |
|
} |
|
|
|
## |
## |
# print readable timestamp in terms of |
# print readable timestamp in terms of |
# '..time ago' |
# '..time ago' |
# H. Zeller <zeller@think.de> |
# H. Zeller <zeller@think.de> |
## |
## |
sub readableTime($$) { |
sub readableTime ($$) |
my ($i, $break, $retval); |
{ |
my ($secs, $long) = @_; |
my ($i, $break, $retval); |
|
my ($secs,$long) = @_; |
|
|
# this function works correct for time >= 2 seconds |
# this function works correct for time >= 2 seconds |
if ($secs < 2) { |
if ($secs < 2) { |
return "very little time"; |
return "very little time"; |
} |
} |
|
|
my %desc = ( |
my %desc = (1 , 'second', |
1, 'second', 60, 'minute', 3600, 'hour', |
60, 'minute', |
86400, 'day', 604800, 'week', 2628000, 'month', |
3600, 'hour', |
31536000, 'year' |
86400, 'day', |
); |
604800, 'week', |
my @breaks = sort { $a <=> $b } keys %desc; |
2628000, 'month', |
$i = 0; |
31536000, 'year'); |
|
my @breaks = sort {$a <=> $b} keys %desc; |
|
$i = 0; |
|
while ($i <= $#breaks && $secs >= 2 * $breaks[$i]) { |
|
$i++; |
|
} |
|
$i--; |
|
$break = $breaks[$i]; |
|
$retval = plural_write(int ($secs / $break), $desc{$break}); |
|
|
while ($i <= $#breaks && $secs >= 2 * $breaks[$i]) { |
if ($long == 1 && $i > 0) { |
$i++; |
my $rest = $secs % $break; |
} |
|
$i--; |
$i--; |
$break = $breaks[$i]; |
$break = $breaks[$i]; |
$retval = plural_write(int($secs / $break), $desc{$break}); |
my $resttime = plural_write(int ($rest / $break), |
|
$desc{$break}); |
if ($long == 1 && $i > 0) { |
if ($resttime) { |
my $rest = $secs % $break; |
$retval = $retval . ", " . $resttime; |
$i--; |
|
$break = $breaks[$i]; |
|
my $resttime = plural_write(int($rest / $break), $desc{$break}); |
|
if ($resttime) { |
|
$retval .= ", $resttime"; |
|
} |
|
} |
} |
|
} |
|
|
return $retval; |
return $retval; |
} |
} |
|
|
## |
## |
Line 3247 sub readableTime($$) { |
|
Line 2410 sub readableTime($$) { |
|
# basename (last directory/file) is a link as well |
# basename (last directory/file) is a link as well |
## |
## |
sub clickablePath($$) { |
sub clickablePath($$) { |
my ($pathname, $clickLast) = @_; |
my ($pathname,$clickLast) = @_; |
my $retval = ''; |
my $retval = ''; |
|
|
if ($pathname eq '/') { |
if ($pathname eq '/') { |
|
# this should never happen - chooseCVSRoot() is |
# this should never happen - chooseCVSRoot() is |
# intended to do this |
# intended to do this |
$retval = "[$cvstree]"; |
$retval = "[$cvstree]"; |
} |
} else { |
else { |
$retval .= ' ' . &link("[$cvstree]", |
$retval = $retval . " <a href=\"${scriptname}/${query}#dirlist\">[$cvstree]</a>"; |
sprintf('%s/%s#dirlist', $scriptname, $query)); |
my $wherepath = ''; |
my $wherepath = ''; |
my ($lastslash) = $pathname =~ m|/$|; |
my ($lastslash) = $pathname =~ m|/$|; |
foreach (split(/\//, $pathname)) { |
|
$retval = $retval . " / "; |
foreach (split (/\//, $pathname)) { |
$wherepath = $wherepath . '/' . $_; |
$retval .= " / "; |
my ($last) = "$wherepath/" eq "/$pathname" |
$wherepath .= "/$_"; |
|| $wherepath eq "/$pathname"; |
my ($last) = "$wherepath/" eq "/$pathname" |
if ($clickLast || !$last) { |
|| $wherepath eq "/$pathname"; |
$retval = $retval . "<a href=\"${scriptname}" |
|
. urlencode($wherepath) |
if ($clickLast || !$last) { |
. (!$last || $lastslash ? '/' : '') |
$retval .= &link($_, |
. ${query} |
join ('', $scriptname, |
. (!$last || $lastslash ? "#dirlist" : "") |
urlencode($wherepath), |
. "\">$_</a>"; |
(!$last || $lastslash ? '/' : ''), |
} |
$query, |
else { # do not make a link to the current dir |
(!$last || $lastslash ? "#dirlist" : "") |
$retval = $retval . $_; |
)); |
} |
} else { # do not make a link to the current dir |
|
$retval .= $_; |
|
} |
|
} |
|
} |
} |
return $retval; |
} |
|
return $retval; |
} |
} |
|
|
sub chooseCVSRoot() { |
sub chooseCVSRoot() { |
|
my @foo; |
print "<form method=\"get\" action=\"${scriptwhere}\">\n"; |
foreach (sort keys %CVSROOT) { |
if (2 <= @CVSROOT) { |
if (-d $CVSROOT{$_}) { |
my ($k); |
push(@foo, $_); |
foreach $k (keys %input) { |
|
print "<input type=\"hidden\" name=\"$k\" value=\"$input{$k}\">\n" |
|
if ($input{$k}) && ($k ne "cvsroot"); |
|
} |
|
|
|
# Form-Elements look wierd in Netscape if the background |
|
# isn't gray and the form elements are not placed |
|
# within a table ... |
|
print "<table style=\"border: none\">\n<tr>\n"; |
|
print "<td><label for=\"cvsroot\" accesskey=\"C\">CVS Root:</label></td>\n"; |
|
print "<td>\n<select id=\"cvsroot\" name=\"cvsroot\""; |
|
print " onchange=\"this.form.submit()\"" if $use_java_script; |
|
print ">\n"; |
|
|
|
foreach $k (@CVSROOT) { |
|
print "<option value=\"$k\""; |
|
print " selected" if ($k eq $cvstree); |
|
print ">",($CVSROOTdescr{$k} ? $CVSROOTdescr{$k} : $k), |
|
"</option>\n"; |
|
} |
|
print "</select>\n</td>\n<td>"; |
|
} else { |
|
|
|
# no choice -- but we need the form to select module/path, |
|
# at least for Netscape |
|
print "<p>\n"; |
|
print "CVS Root: <b>[$cvstree]</b>"; |
|
} |
} |
|
} |
print " <label for=\"path\" accesskey=\"P\">Module path or alias:"; |
if (@foo > 1) { |
print "</label>\n"; |
my ($k); |
print "<input type=\"text\" id=\"path\" name=\"path\" value=\"\" size=\"15\">\n"; |
print "<form method=\"GET\" action=\"${scriptwhere}\">\n"; |
print "<input type=\"submit\" value=\"Go\" accesskey=\"G\">"; |
foreach $k (keys %input) { |
|
print "<input type=hidden NAME=$k VALUE=$input{$k}>\n" |
if (2 <= @CVSROOT) { |
if ($input{$k}) && ($k ne "cvsroot"); |
print "</td>\n</tr>\n</table>"; |
|
} else { |
|
print "</p>"; |
|
} |
} |
print "\n</form>"; |
# Form-Elements look wierd in Netscape if the background |
|
# isn't gray and the form elements are not placed |
|
# within a table ... |
|
print "<table><tr>"; |
|
print "<td>CVS Root:</td>"; |
|
print "<td>\n<select name=\"cvsroot\""; |
|
print " onchange=\"submit()\"" if ($use_java_script); |
|
print ">\n"; |
|
foreach $k (@foo) { |
|
print "<option value=\"$k\""; |
|
print " selected" if ($k eq $cvstree); |
|
print ">" . ($CVSROOTdescr{$k} ? $CVSROOTdescr{$k} : |
|
$k). "</option>\n"; |
|
} |
|
print "</select>\n</td>"; |
|
print "<td><input type=submit value=\"Go\"></td>"; |
|
print "</tr></table></form>"; |
|
} |
|
else { |
|
# no choice .. |
|
print "CVS Root: <b>[$cvstree]</b>"; |
|
} |
} |
} |
|
|
sub chooseMirror() { |
sub chooseMirror() { |
my ($mirror, $moremirrors); |
my ($mirror,$moremirrors); |
$moremirrors = 0; |
$moremirrors = 0; |
|
# This code comes from the original BSD-cvsweb |
# This code comes from the original BSD-cvsweb |
# and may not be useful for your site; If you don't |
# and may not be useful for your site; If you don't |
# set %MIRRORS this won't show up, anyway |
# set %MIRRORS this won't show up, anyway |
# |
# |
# Should perhaps exlude the current site somehow.. |
# Should perhaps exlude the current site somehow.. |
if (keys %MIRRORS) { |
if (keys %MIRRORS) { |
print "\nThis cvsweb is mirrored in:\n"; |
print "\nThis CVSweb is mirrored in:\n"; |
foreach $mirror (keys %MIRRORS) { |
|
print ", " if ($moremirrors); |
foreach $mirror (keys %MIRRORS) { |
print qq(<a href="$MIRRORS{$mirror}">$mirror</A>\n); |
print ", " if ($moremirrors); |
$moremirrors = 1; |
print &link(htmlquote($mirror), $MIRRORS{$mirror}); |
|
$moremirrors = 1; |
|
} |
|
print "<p>\n"; |
|
} |
} |
|
print "<p>\n"; |
|
} |
} |
} |
|
|
sub fileSortCmp() { |
sub fileSortCmp { |
my ($comp) = 0; |
my ($comp) = 0; |
my ($c, $d, $af, $bf); |
my ($c,$d,$af,$bf); |
|
|
($af = $a) =~ s/,v$//; |
($af = $a) =~ s/,v$//; |
($bf = $b) =~ s/,v$//; |
($bf = $b) =~ s/,v$//; |
my ($rev1, $date1, $log1, $author1, $filename1) = @{$fileinfo{$af}} |
my ($rev1,$date1,$log1,$author1,$filename1) = @{$fileinfo{$af}} |
if (defined($fileinfo{$af})); |
if (defined($fileinfo{$af})); |
my ($rev2, $date2, $log2, $author2, $filename2) = @{$fileinfo{$bf}} |
my ($rev2,$date2,$log2,$author2,$filename2) = @{$fileinfo{$bf}} |
if (defined($fileinfo{$bf})); |
if (defined($fileinfo{$bf})); |
|
|
if (defined($filename1) && defined($filename2) && $af eq $filename1 |
if (defined($filename1) && defined($filename2) && $af eq $filename1 && $bf eq $filename2) { |
&& $bf eq $filename2) |
# Two files |
{ |
$comp = -revcmp($rev1, $rev2) if ($byrev && $rev1 && $rev2); |
|
$comp = ($date2 <=> $date1) if ($bydate && $date1 && $date2); |
# Two files |
$comp = ($log1 cmp $log2) if ($bylog && $log1 && $log2); |
$comp = -revcmp($rev1, $rev2) if ($byrev && $rev1 && $rev2); |
$comp = ($author1 cmp $author2) if ($byauthor && $author1 && $author2); |
$comp = ($date2 <=> $date1) if ($bydate && $date1 && $date2); |
} |
$comp = ($log1 cmp $log2) if ($bylog && $log1 && $log2); |
if ($comp == 0) { |
$comp = ($author1 cmp $author2) |
# Directories first, then sorted on name if no other sort critera |
if ($byauthor && $author1 && $author2); |
# available. |
} |
my $ad = ((-d "$fullname/$a")?"D":"F"); |
|
my $bd = ((-d "$fullname/$b")?"D":"F"); |
if ($comp == 0) { |
($c=$a) =~ s|.*/||; |
|
($d=$b) =~ s|.*/||; |
# Directories first, then sorted on name if no other sort critera |
$comp = ("$ad$c" cmp "$bd$d"); |
# available. |
} |
my $ad = ((-d "$fullname/$a") ? "D" : "F"); |
return $comp; |
my $bd = ((-d "$fullname/$b") ? "D" : "F"); |
|
($c = $a) =~ s|.*/||; |
|
($d = $b) =~ s|.*/||; |
|
$comp = ("$ad$c" cmp "$bd$d"); |
|
} |
|
return $comp; |
|
} |
} |
|
|
# make A url for downloading |
# make A url for downloading |
sub download_url($$;$) { |
sub download_url { |
my ($url, $revision, $mimetype) = @_; |
my ($url,$revision,$mimetype) = @_; |
|
|
$revision =~ s/\b0\.//; |
$revision =~ s/\b0\.//; |
|
|
if (defined($checkoutMagic) |
if (defined($checkout_magic) |
&& (!defined($mimetype) || $mimetype ne "text/x-cvsweb-markup")) |
&& (!defined($mimetype) || $mimetype ne "text/x-cvsweb-markup")) { |
{ |
my ($path); |
my $path = $where; |
($path = $where) =~ s|/[^/]*$|/|; |
$path =~ s|[^/]+$||; |
$url = "$scriptname/$checkoutMagic/${path}$url"; |
$url = "$scriptname/$checkoutMagic/${path}$url"; |
} |
} |
$url .= "?rev=$revision"; |
$url .= "?rev=$revision"; |
$url .= "&content-type=$mimetype" if (defined($mimetype)); |
$url .= '&content-type=' . urlencode($mimetype) if (defined($mimetype)); |
|
|
|
$url; |
return $url; |
} |
} |
|
|
# Presents a link to download the |
# Presents a link to download the |
# selected revision |
# selected revision |
sub download_link($$$;$) { |
sub download_link { |
my ($url, $revision, $textlink, $mimetype) = @_; |
my ($url,$revision,$textlink,$mimetype) = @_; |
my ($fullurl) = download_url($url, $revision, $mimetype); |
my ($fullurl) = download_url($url,$revision,$mimetype); |
|
my ($paren) = $textlink =~ /^\(/; |
$fullurl =~ s/:/sprintf("%%%02x", ord($&))/eg; |
$textlink =~ s/^\(// if ($paren); |
|
$textlink =~ s/\)$// if ($paren); |
printf '<a href="%s"', hrefquote("$fullurl$barequery"); |
print "(" if ($paren); |
|
print "<A HREF=\"$fullurl"; |
if ($open_extern_window |
print $barequery; |
&& (!defined($mimetype) || $mimetype ne "text/x-cvsweb-markup")) |
print "\""; |
{ |
if ($open_extern_window && (!defined($mimetype) || $mimetype ne "text/x-cvsweb-markup")) { |
print ' target="cvs_checkout"'; |
print " target=\"cvs_checkout\""; |
|
# we should have |
# we should have |
# 'if (document.cvswin==null) document.cvswin=window.open(...' |
# 'if (document.cvswin==null) document.cvswin=window.open(...' |
# in order to allow the user to resize the window; otherwise |
# in order to allow the user to resize the window; otherwise |
# the user may resize the window, but on next checkout - zap - |
# the user may resize the window, but on next checkout - zap - |
# its original (configured s. cvsweb.conf) size is back again |
# its original (configured s. cvsweb.conf) size is back again |
# .. annoying (if $extern_window_(width|height) is defined) |
# .. annoying (if $extern_window_(width|height) is defined) |
# but this if (..) solution is far from perfect |
# but this if (..) solution is far from perfect |
# what we need to do as well is |
# what we need to do as well is |
# 1) save cvswin in an invisible frame that always exists |
# 1) save cvswin in an invisible frame that always exists |
# (document.cvswin will be void on next load) |
# (document.cvswin will be void on next load) |
# 2) on close of the cvs_checkout - window set the cvswin |
# 2) on close of the cvs_checkout - window set the cvswin |
# variable to 'null' again - so that it will be |
# variable to 'null' again - so that it will be |
# reopenend with the configured size |
# reopenend with the configured size |
# anyone a JavaScript programmer ? |
# anyone a JavaScript programmer ? |
# .. so here without if (..): |
# .. so here without if (..): |
# currently, the best way is to comment out the size parameters |
# currently, the best way is to comment out the size parameters |
# ($extern_window...) in cvsweb.conf. |
# ($extern_window...) in cvsweb.conf. |
if ($use_java_script) { |
if ($use_java_script) { |
print " onClick=\"window.open('$fullurl','cvs_checkout',"; |
my @attr = qw(resizeable scrollbars); |
print "'resizeable,scrollbars"; |
|
print ",status,toolbar" if (defined($mimetype) |
push @attr, qw(status toolbar) |
&& $mimetype eq "text/html"); |
if (defined($mimetype) && $mimetype eq "text/html"); |
print ",width=$extern_window_width" if (defined($extern_window_width)); |
|
print ",height=$extern_window_height" if (defined($extern_window_height)); |
push @attr, "width=$extern_window_width" |
print"');\""; |
if (defined($extern_window_width)); |
|
|
|
push @attr, "height=$extern_window_height" |
|
if (defined($extern_window_height)); |
|
|
|
# We need the "return false" here to prevent browsers |
|
# from following the href after the onclick handler. |
|
# This would effectively load the same document in |
|
# the same window *twice*. |
|
printf |
|
q` onclick="window.open('%s','cvs_checkout','%s');return false"`, |
|
hrefquote($fullurl), join (',', @attr); |
|
} |
|
} |
} |
print "><b>$textlink</b></a>"; |
} |
|
print "><b>$textlink</b></A>"; |
|
print ")" if ($paren); |
} |
} |
|
|
# Returns a Query string with the |
# Returns a Query string with the |
# specified parameter toggled |
# specified parameter toggled |
sub toggleQuery($$) { |
sub toggleQuery($$) { |
my ($toggle, $value) = @_; |
my ($toggle,$value) = @_; |
my ($newquery, $var); |
my ($newquery,$var); |
my (%vars); |
my (%vars); |
%vars = %input; |
%vars = %input; |
|
if (defined($value)) { |
if (defined($value)) { |
$vars{$toggle} = $value; |
$vars{$toggle} = $value; |
} |
} else { |
else { |
$vars{$toggle} = $vars{$toggle} ? 0 : 1; |
$vars{$toggle} = $vars{$toggle} ? 0 : 1; |
|
} |
|
# Build a new query of non-default paramenters |
|
$newquery = ""; |
|
foreach $var (@stickyvars) { |
|
my ($value) = defined($vars{$var}) ? $vars{$var} : ""; |
|
my ($default) = defined($DEFAULTVALUE{$var}) ? $DEFAULTVALUE{$var} : ""; |
|
if ($value ne $default) { |
|
$newquery .= "&" if ($newquery ne ""); |
|
$newquery .= urlencode($var) . "=" . urlencode($value); |
} |
} |
|
} |
# Build a new query of non-default paramenters |
if ($newquery) { |
$newquery = ""; |
return '?' . $newquery; |
foreach $var (@stickyvars) { |
} |
my ($value) = defined($vars{$var}) ? $vars{$var} : ""; |
return ""; |
my ($default) = |
|
defined($DEFAULTVALUE{$var}) ? $DEFAULTVALUE{$var} : ""; |
|
|
|
if ($value ne $default) { |
|
$newquery .= "&" if ($newquery ne ""); |
|
$newquery .= urlencode($var) . "=" . urlencode($value); |
|
} |
|
} |
|
|
|
if ($newquery) { |
|
return '?' . $newquery; |
|
} |
|
return ""; |
|
} |
} |
|
|
sub urlencode($) { |
sub urlencode { |
local ($_) = @_; |
my ($in) = @_; |
|
my ($out); |
s/[\000-+{-\377]/sprintf("%%%02x", ord($&))/ge; |
($out = $in) =~ s/([\000-+{-\377])/sprintf("%%%02x", ord($1))/ge; |
|
return $out; |
$_; |
|
} |
} |
|
|
sub htmlquote($) { |
sub http_header { |
local ($_) = @_; |
my $content_type = shift || "text/html"; |
|
if (defined($moddate)) { |
# Special Characters; RFC 1866 |
|
s/&/&/g; |
|
s/\"/"/g; |
|
s/</</g; |
|
s/>/>/g; |
|
|
|
$_; |
|
} |
|
|
|
sub htmlunquote($) { |
|
local ($_) = @_; |
|
|
|
# Special Characters; RFC 1866 |
|
s/"/\"/g; |
|
s/</</g; |
|
s/>/>/g; |
|
s/&/&/g; |
|
|
|
$_; |
|
} |
|
|
|
sub hrefquote($) { |
|
local ($_) = @_; |
|
|
|
y/ /+/; |
|
|
|
htmlquote($_) |
|
} |
|
|
|
sub http_header(;$) { |
|
my $content_type = shift || "text/html"; |
|
|
|
$content_type .= "; charset=$charset" |
|
if $content_type =~ m,^text/, && defined($charset) && $charset; |
|
|
|
if (defined($moddate)) { |
|
if ($is_mod_perl) { |
|
Apache->request->header_out( |
|
"Last-Modified" => scalar gmtime($moddate) |
|
. " GMT"); |
|
} else { |
|
print "Last-Modified: ", scalar gmtime($moddate), |
|
" GMT\r\n"; |
|
} |
|
} |
|
|
|
if ($is_mod_perl) { |
if ($is_mod_perl) { |
Apache->request->content_type($content_type); |
Apache->request->header_out(Last_modified => scalar gmtime($moddate) . " GMT"); |
} else { |
|
print "Content-Type: $content_type\r\n"; |
|
} |
} |
|
else { |
if ($allow_compress && $maycompress) { |
print "Last-Modified: " . scalar gmtime($moddate) . " GMT\r\n"; |
if ($has_zlib |
|
|| (defined($CMD{gzip}) && open(GZIP, "| $CMD{gzip} -1 -c")) |
|
) |
|
{ |
|
|
|
if ($is_mod_perl) { |
|
Apache->request->content_encoding("x-gzip"); |
|
Apache->request->header_out( |
|
Vary => "Accept-Encoding"); |
|
Apache->request->send_http_header; |
|
} else { |
|
print "Content-Encoding: x-gzip\r\n"; |
|
print "Vary: Accept-Encoding\r\n" |
|
; #RFC 2068, 14.43 |
|
print "\r\n"; # Close headers |
|
} |
|
$| = 1; |
|
$| = 0; # Flush header output |
|
|
|
if ($has_zlib) { |
|
tie *GZIP, __PACKAGE__, \*STDOUT; |
|
} |
|
select(GZIP); |
|
$gzip_open = 1; |
|
|
|
# print "<!-- gzipped -->" if ($content_type =~ m|^text/html\b|); |
|
} else { |
|
if ($is_mod_perl) { |
|
Apache->request->send_http_header; |
|
} else { |
|
print "\r\n"; # Close headers |
|
} |
|
print |
|
"<span style=\"font-size: smaller\">Unable to find gzip binary in the <b>\$command_path</b> ($command_path) to compress output</span><br>"; |
|
} |
|
} else { |
|
|
|
if ($is_mod_perl) { |
|
Apache->request->send_http_header; |
|
} else { |
|
print "\r\n"; # Close headers |
|
} |
|
} |
} |
|
} |
|
if ($is_mod_perl) { |
|
Apache->request->content_type($content_type); |
|
} |
|
else { |
|
print "Content-type: $content_type\r\n"; |
|
} |
|
if ($allow_compress && $maycompress) { |
|
my $fh = do {local(*FH);}; |
|
if (defined($GZIPBIN) && open($fh, "|$GZIPBIN -1 -c")) { |
|
if ($is_mod_perl) { |
|
Apache->request->content_encoding("x-gzip"); |
|
Apache->request->header_out(Vary => "Accept-Encoding"); |
|
Apache->request->send_http_header; |
|
} |
|
else { |
|
print "Content-encoding: x-gzip\r\n"; |
|
print "Vary: Accept-Encoding\r\n"; #RFC 2068, 14.43 |
|
print "\r\n"; # Close headers |
|
} |
|
$| = 1; $| = 0; # Flush header output |
|
select ($fh); |
|
# print "<!-- gzipped -->" if ($content_type eq "text/html"); |
|
} |
|
else { |
|
if ($is_mod_perl) { |
|
Apache->request->send_http_header; |
|
} |
|
else { |
|
print "\r\n"; # Close headers |
|
} |
|
print "<font size=-1>Unable to find gzip binary in the \$PATH to compress output</font><br>"; |
|
} |
|
} |
|
else { |
|
if ($is_mod_perl) { |
|
Apache->request->send_http_header; |
|
} |
|
else { |
|
print "\r\n"; # Close headers |
|
} |
|
} |
} |
} |
|
|
sub html_header($) { |
sub html_header($) { |
my ($title) = @_; |
my ($title) = @_; |
http_header("text/html"); |
my $version = '$zRevision: 1.93 $ $Revision$'; |
print <<EOH; |
http_header(); |
$HTML_DOCTYPE |
print <<EOH; |
|
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" |
|
"http://www.w3.org/TR/REC-html40/loose.dtd"> |
<html> |
<html> |
<head> |
|
<title>$title</title> |
<title>$title</title> |
$HTML_META</head> |
<!-- CVSweb $version --> |
|
</head> |
$body_tag |
$body_tag |
$logo <h1 align="center">$title</h1> |
$logo <h1 align="center">$title</h1> |
EOH |
EOH |
} |
} |
|
|
sub html_footer() { |
sub html_footer { |
print "<hr noshade>\n<address>$address</address>\n</body>\n</html>\n"; |
return "<hr noshade><address>$address</address>\n"; |
} |
} |
|
|
sub link_tags($) { |
sub link_tags |
my ($tags) = @_; |
{ |
my ($ret) = ""; |
my ($tags) = @_; |
my ($fileurl, $filename); |
my ($ret) = ""; |
|
my ($fileurl,$filename); |
|
|
($filename = $where) =~ s/^.*\///; |
($filename = $where) =~ s/^.*\///; |
$fileurl = './' . urlencode($filename); |
$fileurl = urlencode($filename); |
|
|
foreach my $sym (split (", ", $tags)) { |
foreach my $sym (split(", ", $tags)) { |
$ret .= ",\n" if ($ret ne ""); |
$ret .= ",\n" if ($ret ne ""); |
$ret .= |
$ret .= "<A HREF=\"$fileurl" |
&link($sym, $fileurl . toggleQuery('only_with_tag', $sym)); |
. toggleQuery('only_with_tag',$sym) . "\">$sym</A>"; |
} |
} |
return "$ret\n"; |
return $ret."\n"; |
} |
} |
|
|
# |
# |
# See if a module is listed in the config file's @HideModules list. |
# See if a module is listed in the config file's @HideModule list. |
# |
# |
sub forbidden_module($) { |
sub forbidden_module { |
my ($module) = @_; |
my($module) = @_; |
local $_; |
|
|
for (my $i=0; $i < @HideModules; $i++) { |
|
return 1 if $module eq $HideModules[$i]; |
|
} |
|
|
for (@HideModules) { |
return 0; |
return 1 if $module =~ $_; |
|
} |
|
return 0; |
|
} |
|
|
|
sub forbidden_file($) { |
|
my ($path) = @_; |
|
$path = substr($path, length($cvsroot) + 1); |
|
local $_; |
|
for (@ForbiddenFiles) { |
|
return 1 if $path =~ $_; |
|
} |
|
return 0; |
|
} |
|
|
|
# Close the GZIP handle remove the tie. |
|
|
|
sub gzipclose { |
|
if ($gzip_open) { |
|
select(STDOUT); |
|
close(GZIP); |
|
untie *GZIP; |
|
$gzip_open = 0; |
|
} |
|
} |
|
|
|
# implement a gzipped file handle via the Compress:Zlib compression |
|
# library. |
|
|
|
sub MAGIC1() { 0x1f } |
|
sub MAGIC2() { 0x8b } |
|
sub OSCODE() { 3 } |
|
|
|
sub TIEHANDLE { |
|
my ($class, $out) = @_; |
|
my ($d) = Compress::Zlib::deflateInit( |
|
-Level => Compress::Zlib::Z_BEST_COMPRESSION(), |
|
-WindowBits => -Compress::Zlib::MAX_WBITS() |
|
) or return undef; |
|
my ($o) = { |
|
handle => $out, |
|
dh => $d, |
|
crc => 0, |
|
len => 0, |
|
}; |
|
my ($header) = |
|
pack("c10", MAGIC1, MAGIC2, Compress::Zlib::Z_DEFLATED(), 0, 0, 0, |
|
0, 0, 0, OSCODE); |
|
print {$o->{handle}} $header; |
|
return bless($o, $class); |
|
} |
|
|
|
sub PRINT { |
|
my ($o) = shift; |
|
my ($buf) = join (defined $, ? $, : "", @_); |
|
my ($len) = length($buf); |
|
my ($compressed, $status) = $o->{dh}->deflate($buf); |
|
print {$o->{handle}} $compressed if defined($compressed); |
|
$o->{crc} = Compress::Zlib::crc32($buf, $o->{crc}); |
|
$o->{len} += $len; |
|
return $len; |
|
} |
|
|
|
sub PRINTF { |
|
my ($o) = shift; |
|
my ($fmt) = shift; |
|
my ($buf) = sprintf($fmt, @_); |
|
my ($len) = length($buf); |
|
my ($compressed, $status) = $o->{dh}->deflate($buf); |
|
print {$o->{handle}} $compressed if defined($compressed); |
|
$o->{crc} = Compress::Zlib::crc32($buf, $o->{crc}); |
|
$o->{len} += $len; |
|
return $len; |
|
} |
|
|
|
sub WRITE { |
|
my ($o, $buf, $len, $off) = @_; |
|
my ($compressed, $status) = $o->{dh}->deflate(substr($buf, 0, $len)); |
|
print {$o->{handle}} $compressed if defined($compressed); |
|
$o->{crc} = Compress::Zlib::crc32(substr($buf, 0, $len), $o->{crc}); |
|
$o->{len} += $len; |
|
return $len; |
|
} |
|
|
|
sub CLOSE { |
|
my ($o) = @_; |
|
return if !defined($o->{dh}); |
|
my ($buf) = $o->{dh}->flush(); |
|
$buf .= pack("V V", $o->{crc}, $o->{len}); |
|
print {$o->{handle}} $buf; |
|
undef $o->{dh}; |
|
} |
|
|
|
sub DESTROY { |
|
my ($o) = @_; |
|
CLOSE($o); |
|
} |
} |