version 1.39, 2003/02/21 00:57:33
|
version 1.143, 2003/02/28 13:22:03
|
Line 15 cvs -d :pserver:guest@mozdev.org:/cvs co
|
Line 15 cvs -d :pserver:guest@mozdev.org:/cvs co
|
</pre> |
</pre> |
|
|
</li> |
</li> |
</ul><?php $doNotCapitalise = 1; ?> | </ul><?php $doNotCapitalise = 1; // $project='orbits'; // testing ?> |
|
|
<?php | <?php |
|
|
// $cvsId: sources.html,v 1.27 2003/02/20 21:07:08 cdn Exp svc$ |
|
// $Id$ |
// $Id$ |
|
|
require("include/CVS_PATHS"); |
require("include/CVS_PATHS"); |
Line 27 cvs -d :pserver:guest@mozdev.org:/cvs co
|
Line 26 cvs -d :pserver:guest@mozdev.org:/cvs co
|
define(MAX_READ_SIZE, 500000); |
define(MAX_READ_SIZE, 500000); |
define(MAX_READ, 100000); |
define(MAX_READ, 100000); |
|
|
$today = date("y/m/d"); | $today = date("y/m/d"); if (ereg('local', HOST) ): $today = '03/02/21'; endif; |
| $day = (int)date('d'); |
| --$day; |
| $yesterday = date("y/m/") . sprintf('%2u', $day); |
| $this_month = date("y/m/"); |
| |
| // $today = $this_month; // limit of 500k makes this not quite work |
| // $today = $yesterday; |
| |
$commit_log = "cvs@$project.mozdev.org"; |
$commit_log = "cvs@$project.mozdev.org"; |
|
|
// show_source(COMMIT_PATH.$commit_log); | if(!$local_conf_commits) |
| |
if(!$local_conf_commits) | |
print '<span id="CVS-local-conf-commits">' . $local_conf_commits_msg . "</span>\n"; |
print '<span id="CVS-local-conf-commits">' . $local_conf_commits_msg . "</span>\n"; |
|
|
//BEGIN BLOCK |
//BEGIN BLOCK |
if(file_exists(COMMIT_PATH.$commit_log) && $local_conf_commits) { | |
| if(file_exists(COMMIT_PATH.$commit_log) && |
| $local_conf_commits) { |
| |
| $size = filesize(COMMIT_PATH.$commit_log); |
|
|
$size = filesize(COMMIT_PATH.$commit_log); |
|
$contents = array(); |
$contents = array(); |
if ($size > MAX_READ_SIZE) { |
if ($size > MAX_READ_SIZE) { |
// print "<!-- Log File is greater than 500K -->\n"; |
// print "<!-- Log File is greater than 500K -->\n"; |
Line 55 cvs -d :pserver:guest@mozdev.org:/cvs co
|
Line 63 cvs -d :pserver:guest@mozdev.org:/cvs co
|
$tok = strtok("\n"); |
$tok = strtok("\n"); |
} |
} |
fclose($fp); |
fclose($fp); |
} // echo '<pre>' . $contents[0] . '</pre>'; | } |
| |
if (!$contents) |
if (!$contents) |
$contents = file(COMMIT_PATH.$commit_log); |
$contents = file(COMMIT_PATH.$commit_log); |
|
|
|
// preprocess Tag: stuff would be here if it didn't mess |
|
// things up completely |
|
|
$len=count($contents); |
$len=count($contents); |
$r = -1; |
$r = -1; |
|
|
// echo '<pre style="color: red;">' . $contents[0] . '</pre>'; |
|
|
|
$_project = $project; |
$_project = $project; |
|
|
if ( !isset($doNotCapitalise) ) |
if ( !isset($doNotCapitalise) ) |
{ |
|
$_project = PROJECT; |
$_project = PROJECT; |
} |
|
|
|
|
print '<script type="text/javascript" src="http://www.' . HOST . '/js/styleswitcher.js"></script>' . "\n"; |
|
|
print '<h4 id="CVS-h4">' . "Today's CVS Commits for " . $_project . " Project</h4>\n"; |
print '<h4 id="CVS-h4">' . "Today's CVS Commits for " . $_project . " Project</h4>\n"; |
print '<table border="0" cellpadding="0" cellspacing="2" id="CVS-table">' . "\n"; | print '<div id="CVS-table">' . "\n"; |
|
|
if($len) { |
if($len) { |
|
|
|
print '<p id="CVS-style-switch"><a href="#" onclick="setActiveStyleSheet(\'Default Checkins\'); return false;">change style to default</a> |' . "\n"; |
|
print '<a href="#" onclick="setActiveStyleSheet(\'Bonsai-esque Checkins\'); return false;">change style to bonsai</a></p>' . "\n"; |
|
|
|
print '<div class="CVS-block CVS-dft-hidden">' . "\n"; |
|
print '<div class="CVS-td-900 CVS-headers">Who</div>' . "\n"; |
|
print '<div class="CVS-td-f90 CVS-headers">When</div>' . "\n"; |
|
print '<div class="CVS-td-checkins">' . "\n" . |
|
'<div class="CVS-checkins CVS-headers" style="margin-top: 1px;">'; |
|
print 'What</div>' . "\n"; |
|
print '<div class="CVS-log CVS-headers" style="margin-top: 1px;">Why</div>' . "\n"; |
|
print '</div></div>'; |
|
print '<div style="clear: left; float: none;"></div>' . "\n"; |
|
|
for($i=0;$i<$len;$i++) { |
for($i=0;$i<$len;$i++) { |
if(ereg("Modified: www", $contents[$l]) && !$local_conf_commits) | if(ereg("Modified: www", $contents[$l]) && |
| !$local_conf_commits) |
break; |
break; |
|
|
|
//start of parse of commitlog for $today / $yesterday |
|
|
if(ereg(" Date: $today", $contents[$i])) { |
if(ereg(" Date: $today", $contents[$i])) { |
$r++; |
$r++; |
$result[$r] = | |
'<tr class="CVS-tr-header" valign="top"><td class="CVS-td-900">' . "\n" . | $yy = substr(YEAR, 0, 2); |
"<strong>" . htmlspecialchars($contents[$i-1]) . "</strong>\n" . | |
"</td></tr>\n" . | $_timestamp = str_replace('Date: ', '', ltrim($contents[$i])); |
'<tr class="CVS-tr-date">' . | $_timestamp = str_replace("\n", '', $_timestamp); |
'<td class="CVS-td-f90">' . "\n" . htmlspecialchars($contents[$i]) . | |
"\n</td></tr>\n" . | $_ts_link = $yy . ereg_replace('[\ \/]', '_', $_timestamp); |
'<tr class="CVS-tr-checkins"><td class="CVS-td-checkins">' . "\n"; | |
| $_timestamp = '<a name="' . $_ts_link . '">'; |
| |
| $result[$r] = '<div class="CVS-block'; |
| |
| if ($r == 0) |
| $result[$r] .= ' CVS-last-block'; |
| |
| $result[$r] .= '"><div class="CVS-td-900">' . "\n"; |
| |
| //who |
| $result[$r] .= "<strong>" . $_timestamp . htmlspecialchars($contents[$i-1]) . "</a></strong>\n" . |
| "</div>\n" . |
| '<div class="CVS-td-f90">' . "\n"; |
| |
| $_time = htmlspecialchars($contents[$i]); |
| |
| // when |
| $result[$r] .= '<a class="CVS-td-f90" href="' . '#' . $_ts_link . '">' . $_time . '</a>'; |
| |
| $result[$r] = eregi_replace("(User|Date):{1}", '<span class="CVS-bonsai-hidden"' . ">\\1</span> ", $result[$r]); |
| |
| $result[$r] .= "\n</div>\n" . |
| '<div class="CVS-td-checkins">' . "\n" . |
| '<div class="CVS-checkins">' . "\n"; |
| |
| $webcvs = 'http://www.' . HOST . '/source/browse/' . $project; |
| |
| define (LOG_DIVS ,'</div>' . "\n" . '</div>' . "\n" . '<div class="CVS-log"><div class="CVS-bonsai-hidden">'); |
|
|
for($l=$i+1;$l<$len;$l++) { |
for($l=$i+1;$l<$len;$l++) { |
if(ereg(" Revision Changes Path", $contents[$l])) |
if(ereg(" Revision Changes Path", $contents[$l])) |
Line 96 cvs -d :pserver:guest@mozdev.org:/cvs co
|
Line 152 cvs -d :pserver:guest@mozdev.org:/cvs co
|
if(ereg(" User:", $contents[$l])) |
if(ereg(" User:", $contents[$l])) |
break; |
break; |
|
|
$checkins = eregi_replace("((https|http|mailto|ftp):\/\/[^[:space:]<>]{1,})", | $checkins = eregi_replace("((https|http|mailto|ftp):\/\/[^[:space:]<>]{1,})", |
"<a href='\\1'>\\1</a>", htmlspecialchars($contents[$l])); | "<a href=\"\\1\">\\1</a>", htmlspecialchars($contents[$l])); |
|
|
// ' Added: www/img background.png' |
// ' Added: www/img background.png' |
// ' Modified: www cdn.css' |
// ' Modified: www cdn.css' |
// ' Removed: www/protected sources.html' |
// ' Removed: www/protected sources.html' |
// ' www/compact index.html' ? | // ' www/compact index.html' |
| // ' mozpos/downloads - New directory' |
| |
| if ( ereg("^[[:space:]]{1,3}Log\:", $checkins) ) { |
| $idRemoved = false; $_log_section = true; |
| $checkins = LOG_DIVS . $checkins; |
| } |
| |
| if ( ereg("^[[:space:]]{1,3}((Added|Modified|Removed):)", $checkins) || ereg("^[[:space:]]{9}", $checkins) || |
| strstr($checkins, "New directory") |
| ) { |
| |
| if ( !strstr($checkins, "New directory") ) { |
| $identifier = trim(substr($checkins, 0, 15)); // may change to group |
| |
| $checkins = substr($checkins, 15); |
| |
| $_New_directory = false; |
| } |
| else { |
| $checkins = str_replace('- New directory', '-_New_directory', $checkins); |
|
|
$webcvs = 'http://www.mozdev.org/source/browse/' . $project; // . '/'; | $webcvs = 'http://www.' . HOST . '/source/browse'; |
|
|
if ( ereg("((Added|Modified|Removed):)", $checkins) || ereg("[[:space:]]{9}", $checkins) ) | unset($identifier); |
{ | |
$checkins = trim($checkins); | |
|
|
$checkins = ereg_replace('[[:space:]]{1,}', ' ', $checkins); | $_New_directory = true; |
| } |
| |
| $_16 = strpos($checkins, ' '); |
| |
| $_path = substr( $checkins, 0, $_16); |
| |
| $checkins = ereg_replace('[[:space:]]{1,}', ' ', |
| trim( substr ( $checkins, $_16 ) ) ); |
|
|
$checkinsA = explode(' ', $checkins); |
$checkinsA = explode(' ', $checkins); |
|
|
unset($checkins); |
unset($checkins); |
|
|
for($z=0; $z < count($checkinsA); ++$z) |
for($z=0; $z < count($checkinsA); ++$z) |
{ |
|
$checkinsA[$z] = trim($checkinsA[$z]); |
$checkinsA[$z] = trim($checkinsA[$z]); |
|
|
|
if ( !empty($identifier) ) |
|
$checkins = '<span class="CVS-bonsai-hidden">' . $identifier . '</span>'; |
|
|
|
if ( !empty($_path)) { |
|
// reset, important ! |
|
$webcvs = 'http://www.' . HOST . '/source/browse/' . $project; |
|
$webcvs .= '/' . $_path; |
|
$checkins .= ' <span class="CVS-bonsai-hidden"><a href="' . $webcvs; |
|
$checkins .= '">' . $_path . '</a></span>'; |
} |
} |
|
|
$chkA1 = $checkinsA[1]; | $Y = count($checkinsA); |
| |
| for($y=0; $y < $Y; ++$y) { |
| |
| if ( ereg('Tag:', $checkinsA[$y]) || ereg('Tag:', $checkinsA[$y-1]) || $_tag || |
| strstr($checkinsA[$y], '-_New_directory') |
| ) |
| $TAG = true; |
| else |
| $TAG = false; |
| |
| $checkins .= ' <span'; |
| |
| if ( !$_New_directory ) |
| $checkins .= ' class="CVS-dft-inline"'; |
| |
| if ( strstr($checkinsA[$y+1], '-_New_directory') ) |
| $checkins .= ' class="CVS-dft-inline"'; |
| |
| $checkins .= '>'; |
| |
| if(!$TAG) { |
| $checkins .= '<a href="' . $webcvs . '/'; |
| |
| if( $identifier == 'Removed:' || $idRemoved ) |
| $checkins .= 'Attic/'; |
| |
| $checkins .= $checkinsA[$y] . '">'; |
| } |
| |
| if ( !$_New_directory && !$TAG ) { |
| $checkins .= '<span class="CVS-dft-hidden">'; // $project / $_path |
| $_webcvs = str_replace('http://www.' . HOST . '/source/browse/', '', $webcvs); |
| |
| if ( strlen($_webcvs) > 15 ) |
| $checkins .= substr($_webcvs, 0, 12) . '...' . substr($_webcvs, strrpos($_webcvs, '/')); |
| else |
| $checkins .= $_webcvs; |
|
|
$webcvs .= '/' . $chkA1; | if( $identifier == 'Removed:' || $idRemoved ) |
| $checkins .= '/Attic'; |
|
|
$checkins = $checkinsA[0]; | $checkins .= '/</span>'; |
| |
if(eregi("[^[:space:]<>]+/+[^[:space:]<>]", $checkinsA[0])) | |
{ | |
$checkins = '<a href="' . $webcvs . $checkinsA[0] . '">' . $checkinsA[0] . '</a>'; | |
} | |
| |
$checkins .= ' <a href="' . $webcvs; | |
$checkins .= '">' . $chkA1 . '</a>'; | |
| |
// reset($checkinsA); | |
for($y=0; $y < count($checkinsA); ++$y) | |
{ | |
// how can $webcvs not have $chkA1 as part of it ? | |
| |
if($y >= 2) | |
{ | |
$checkins .= ' <a href="' . $webcvs . '/' . $checkinsA[$y] . '">'; | |
$checkins .= $checkinsA[$y] . '</a>'; | |
} |
} |
|
|
|
$checkinsA[$y] = str_replace('-_New_directory', '- New directory', $checkinsA[$y]); |
|
|
|
$checkins .= $checkinsA[$y]; |
|
|
|
if (ereg("Tag\:$", trim($checkinsA[$y])) && |
|
empty($checkinsA[$y+1])) |
|
$_tag = true; |
|
else |
|
$_tag = false; |
|
|
|
if (!$TAG) |
|
$checkins .= '</a>'; |
|
|
|
$checkins .= '</span>'; |
|
|
} |
} |
|
|
|
if ($_New_directory) |
|
$checkins .= LOG_DIVS; |
|
|
|
if ( $identifier == 'Removed:' || $idRemoved ) |
|
$idRemoved = true; |
|
else |
|
$idRemoved = false; |
|
|
} |
} |
|
|
$result[$r] .= '<div class="CVS-div-checkins">' . $checkins . | $checkins = trim( str_replace('</span> <span>', ' ', $checkins) ); |
"</div>\n"; | |
| if ( !ereg('^<d', $checkins) ) |
| $checkins = '<div class="CVS-div-checkins">' . $checkins; |
| // what |
| if ( !empty( $checkins ) ) |
| $result[$r] .= $checkins . "</div>\n"; // what |
| |
| |
} |
} |
|
|
$result[$r] .= "</td></tr>\n"; | if ( $_log_section || $_New_directory ) { |
| $_log_section = false; |
| $result[$r] .= '</div>'; |
| } |
| |
| $result[$r] = str_replace('<div class="CVS-bonsai-hidden"></div>', |
| '<div class="CVS-bonsai-hidden"></div> ', $result[$r]); |
| $result[$r] = str_replace('<div class="CVS-bonsai-hidden"> Log:</div>' . "\n" . |
| '<div class="CVS-div-checkins"></div>', '<div class="CVS-bonsai-hidden"> Log:</div> ' . |
| "\n" . '<div class="CVS-div-checkins"></div>', $result[$r]); |
| |
| $result[$r] .= "</div>\n"; |
| $result[$r] .= "</div>\n"; |
| $result[$r] .= '<div style="clear: left; float: none;"></div>' . "\n"; |
} |
} |
|
|
|
// end of parse of commitlog for $today / $yesterday |
|
|
} |
} |
} |
} |
|
|
if(!$result) { | if (!$result) { |
print '<tr><td id="CVS-no-commits">There are no new commits today</td></tr>' . "\n"; | print '<div id="CVS-no-commits">There are no new commits today</div>'."\n"; |
} else { | } else { |
$reversed=array_reverse($result); | $reversed=array_reverse($result); |
for($i=0;$i<count($result);$i++) | for ($i=0;$i<count($result);$i++) |
PRINT $reversed[$i]; | print $reversed[$i]; |
} | } |
|
|
print "</table>\n\n"; | print "</div>\n\n"; |
|
|
} //END BLOCK | } // END BLOCK |
?> |
?> |