version 1.50, 2003/02/21 13:56:30
|
version 1.122, 2003/02/26 19:06:41
|
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; $project='orbits'; // testing ?> | </ul><?php $doNotCapitalise = 1; // $project='orbits'; // testing ?> |
|
|
<?php | <?php |
|
|
// $Id$ |
// $Id$ |
// $cvsId: sources.html,v 1.37 2003/02/21 00:43:24 cdn Exp svc$ | |
| |
require("include/CVS_PATHS"); |
require("include/CVS_PATHS"); |
|
|
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"); $today = '03/02/21'; |
$day = (int)date('d'); |
$day = (int)date('d'); |
--$day; |
--$day; |
$yesterday = date("y/m/" . sprintf('%2u', $day)); |
$yesterday = date("y/m/" . sprintf('%2u', $day)); |
$commit_log = "cvs@$project.mozdev.org"; |
$commit_log = "cvs@$project.mozdev.org"; |
|
|
$today = '03/02/14'; | 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('/tmp/commit_test') && $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); |
|
// $size = filesize('/tmp/commit_test'); |
|
$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 63 cvs -d :pserver:guest@mozdev.org:/cvs co
|
Line 61 cvs -d :pserver:guest@mozdev.org:/cvs co
|
} |
} |
|
|
if (!$contents) |
if (!$contents) |
{ |
|
$contents = file(COMMIT_PATH.$commit_log); |
$contents = file(COMMIT_PATH.$commit_log); |
// $contents = file('/tmp/commit_test'); |
|
} |
|
|
|
echo '<pre>' . $contents . '</pre>'; | // preprocess Tag: stuff would be here if it didn't mess |
| // things up completely |
| |
$len=count($contents); |
$len=count($contents); |
$r = -1; |
$r = -1; |
|
|
|
|
$_project = $project; |
$_project = $project; |
|
|
if ( !isset($doNotCapitalise) ) |
if ( !isset($doNotCapitalise) ) |
{ |
|
$_project = PROJECT; |
$_project = PROJECT; |
} |
|
|
|
// 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 '<h4 id="CVS-h4">' . "Yesterday's CVS Commits for " . $_project . " Project</h4>\n"; | print '<div id="CVS-table">' . "\n"; |
print '<h4 id="CVS-h4">' . "Some day's CVS Commits for " . $_project . " Project</h4>\n"; | |
print '<table border="0" cellpadding="0" cellspacing="2" id="CVS-table">' . "\n"; | |
|
|
if($len) { |
if($len) { |
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; |
|
|
// if(ereg(" Date: [0-9]{2}/[0-9]{2}/[0-9]{2}", $contents[$i])) { | //start of parse of commitlog for $today / $yesterday |
// if(ereg(" Date: $yesterday", $contents[$i])) { | |
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" . |
|
"<strong>" . htmlspecialchars($contents[$i-1]) . "</strong>\n" . |
|
"</td></tr>\n" . |
|
'<tr class="CVS-tr-date">' . |
|
'<td class="CVS-td-f90">' . "\n" . htmlspecialchars($contents[$i]) . |
|
"\n</td></tr>\n" . |
|
'<tr class="CVS-tr-checkins"><td class="CVS-td-checkins">' . "\n"; |
|
|
|
$webcvs = 'http://www.mozdev.org/source/browse/' . $project; // . '/'; | $yy = substr(YEAR, 0, 2); |
| |
| $_timestamp = str_replace('Date: ', '', ltrim($contents[$i])); |
| $_timestamp = str_replace("\n", '', $_timestamp); |
| |
| $_ts_link = $yy . ereg_replace('[\ \/]', '_', $_timestamp); |
| |
| $_timestamp = '<a name="' . $_ts_link . '">'; |
| |
| $result[$r] = '<div class="CVS-block"><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; |
|
|
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 113 cvs -d :pserver:guest@mozdev.org:/cvs co
|
Line 124 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("((Added|Modified|Removed):)", $checkins) || ereg("[[:space:]]{9}", $checkins) ) | |
{ | |
|
|
$identifier = trim(substr($checkins, 0, 15)); // echo $identifier . '<p />'; | if ( ereg("^[[:space:]]{1,3}Log\:", $checkins) ) { |
| $idRemoved = false; $_log_section = true; |
| // $checkins = eregi_replace("(Log):{1}", '<span class="CVS-bonsai-hidden"' . ">\\1</span>", $checkins); |
| $checkins = '</div>' . "\n" . '</div>' . "\n" . |
| '<div class="CVS-log"><div class="CVS-bonsai-hidden">' . $checkins; |
| } |
|
|
$checkins = substr($checkins, 15); // echo $checkins . '<p />'; | if ( ereg("^[[:space:]]{1,3}((Added|Modified|Removed):)", $checkins) || ereg("^[[:space:]]{9}", $checkins) || |
| strstr($checkins, "New directory") |
| ) { |
|
|
// find first non-space character | if ( !strstr($checkins, "New directory") ) { |
// if > 16, chances are the files are in the directory defined in the previous line ? | $identifier = trim(substr($checkins, 0, 15)); // may change to group |
|
|
$_16 = strpos($checkins, ' '); // echo '$_16 ' . $_16 . '<p />'; | $checkins = substr($checkins, 15); |
|
|
$_path = substr( $checkins, 0, $_16); // echo $_path . '<p />'; | $_New_directory = false; |
| } |
| else { |
| $checkins = str_replace('- New directory', '-_New_directory', $checkins); |
|
|
// if ( $_16 > 16 ) // not going to happen frequently : ) | $webcvs = 'http://www.' . HOST . '/source/browse'; |
$checkins = ereg_replace('[[:space:]]{1,}', ' ', trim( substr ( $checkins, $_16 ) ) ); | |
|
|
$__path = trim($_path); | unset($identifier); |
|
|
if ( !empty( $__path ) ) | $_New_directory = true; |
{ | |
$chkA1 = $_path; | |
} |
} |
|
|
|
$_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) ) |
if ( !empty($identifier) ) |
$checkins = $identifier; | $checkins = '<span class="CVS-bonsai-hidden">' . $identifier . '</span>'; |
|
|
if ( !empty($_path)) | if ( !empty($_path)) { |
{ | // reset, important ! |
$webcvs = 'http://www.mozdev.org/source/browse/' . $project; // reset important ! | $webcvs = 'http://www.' . HOST . '/source/browse/' . $project; |
$webcvs .= '/' . $_path; |
$webcvs .= '/' . $_path; |
$_path_ = $_path; | $checkins .= ' <span class="CVS-bonsai-hidden"><a href="' . $webcvs; |
$checkins .= ' <a href="' . $webcvs; | $checkins .= '">' . $_path . '</a></span>'; |
$checkins .= '">' . $_path . '</a>'; | |
} |
} |
|
|
for($y=0; $y < count($checkinsA); ++$y) | $Y = count($checkinsA); |
{ | |
|
|
if(!$checkinsA[$y] == 'Tag:' && !$checkinsA[$y-1] == 'Tag:') | for($y=0; $y < $Y; ++$y) { |
{ | |
$checkins .= ' <a href="' . $webcvs . '/' . $checkinsA[$y] . '">'; | if ( ereg('Tag:', $checkinsA[$y]) || ereg('Tag:', $checkinsA[$y-1]) || $_tag || |
} | strstr($checkinsA[$y], '-_New_directory') |
| ) |
| $TAG = true; |
else |
else |
{ | $TAG = false; |
$checkins .= ' '; | |
| $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 ) { |
| $checkins .= '<span class="CVS-dft-hidden">'; // $project / $_path |
| $checkins .= str_replace('http://www.' . HOST . '/source/browse/', '', $webcvs); |
| |
| if( $identifier == 'Removed:' || $idRemoved ) |
| $checkins .= '/Attic'; |
| |
| $checkins .= '/</span>'; |
} |
} |
|
|
|
$checkinsA[$y] = str_replace('-_New_directory', '- New directory', $checkinsA[$y]); |
|
|
$checkins .= $checkinsA[$y]; |
$checkins .= $checkinsA[$y]; |
|
|
if(!$checkinsA[$y] == 'Tag:' && !$checkinsA[$y-1] == 'Tag:'): $checkins .= '</a>'; endif; | if (ereg("Tag\:$", trim($checkinsA[$y])) && |
| empty($checkinsA[$y+1])) |
| $_tag = true; |
| else |
| $_tag = false; |
| |
| if (!$TAG) |
| $checkins .= '</a>'; |
| |
| $checkins .= '</span>'; |
|
|
} |
} |
|
|
|
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 ) { |
| $_log_section = false; |
| $result[$r] .= '</div>'; |
| } |
| |
| $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 $reversed[0]; |
| } |
|
|
print "</table>\n\n"; | print "</div>\n\n"; |
|
|
} //END BLOCK | } // END BLOCK |
?> |
?> |