version 1.6, 2003/02/19 19:20:52
|
version 1.171, 2003/06/10 07:31:48
|
Line 1
|
Line 1
|
<?php | <!-- MAIN CONTENT --> |
| <h5 class="page-header">Source Code</h5> |
| |
| <p> |
| The cdn source code can be accessed in either of the following ways: |
| </p> |
| |
| <ul> |
| <li>View the source using the CVS <a href="http://www.mozdev.org/source/browse/cdn/">web interface</a></li> |
| <li>Check out the source using anonymous CVS with the following commands (password is guest): |
| |
| <pre> |
| cvs -d :pserver:guest@mozdev.org:/cvs login |
| cvs -d :pserver:guest@mozdev.org:/cvs co cdn |
| </pre> |
| |
| </li> |
| </ul><?php $doNotCapitalise = 1; $project='optimoz'; |
| //$project = 'jslib'; // $project = 'demiurge'; //$project = themes; |
| // $project = 'multizilla'; // $project='orbits'; // testing |
| |
| $project = 'wishlist'; |
| |
| ?> |
| |
| <?php |
|
|
// $Id$ |
// $Id$ |
| |
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"); 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"; |
|
|
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 33
|
Line 69
|
$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); |
|
|
|
// debug |
|
|
|
echo '<pre>'; |
|
|
|
$i = 0; |
|
|
|
while($contents[$i]) |
|
{ |
|
|
|
// echo $contents[$i]; // . "\n"; |
|
|
|
++$i; |
|
|
|
} |
|
|
|
echo '</pre>'; |
|
|
|
// /debug |
|
|
|
// 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[1] . '</pre>'; |
|
|
|
print '<h4 id="CVS-h4">' . "Today's CVS Commits for " . ucwords($project) . " Project</h4>\n"; | $_project = $project; |
print '<table border="0" cellpadding="0" cellspacing="2" id="CVS-table">' . "\n"; | |
| if ( !isset($doNotCapitalise) ) |
| $_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 '<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;"'; |
|
print ' title="Uses js and cookies">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-checkins">' . | $_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><td>\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 67
|
Line 178
|
if(ereg(" User:", $contents[$l])) |
if(ereg(" User:", $contents[$l])) |
break; |
break; |
|
|
$result[$r] .= eregi_replace("((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])); |
"<br>\n"; | |
| $checkins = eregi_replace("(bug[\ ]+[#%]?[0-9]{1,})", "<a href=\"\\1\">\\1</a>",$checkins); |
| |
| $checkins = eregi_replace('"bug[\ ]+[#%]?', '"http://' . HOST . '/bugs/show_bug.cgi?id=', $checkins); |
| |
| // ' Added: www/img background.png' |
| // ' Modified: www cdn.css' |
| // ' Removed: www/protected sources.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") || ereg("^[[:space:]]{1,3}N\ ", $checkins) |
| ) { |
| |
| if ( !strstr($checkins, "New directory") && !ereg("^[[:space:]]{1,3}N\ ", $checkins) ) { |
| $identifier = trim(substr($checkins, 0, 15)); // may change to group |
| |
| $checkins = substr($checkins, 15); |
| |
| $_New_directory = false; $_N = false; |
| } |
| elseif ( ereg("^[[:space:]]{1,3}N\ ", $checkins) ) { |
| |
| $webcvs = 'http://www.' . HOST . '/source/browse'; |
| |
| unset($identifier); |
| |
| $_N = true; |
| } |
| else { |
| $checkins = str_replace('- New directory', '-_New_directory', $checkins); |
| |
| $webcvs = 'http://www.' . HOST . '/source/browse'; |
| |
| unset($identifier); |
| |
| $_New_directory = true; |
| } |
| |
| $_16 = strpos($checkins, ' '); |
| |
| $_path = substr( $checkins, 0, $_16); |
| |
| $checkins = ereg_replace('[[:space:]]{1,}', ' ', |
| trim( substr ( $checkins, $_16 ) ) ); |
| |
| $checkinsA = explode(' ', $checkins); |
| |
| unset($checkins); |
| |
| for($z=0; $z < count($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>'; |
| } |
| |
| $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') || $checkinsA[$y] == 'N' |
| ) |
| $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 ( $_webcvs == $webcvs ) |
| unset($_webcvs); |
| |
| if ( strlen($_webcvs) > 15 ) |
| $checkins .= substr($_webcvs, 0, 12) . '...' . substr($_webcvs, strrpos($_webcvs, '/')); |
| else |
| $checkins .= $_webcvs; |
| |
| if( $identifier == 'Removed:' || $idRemoved ) |
| $checkins .= '/Attic'; |
| |
| $checkins .= '/</span>'; |
| } |
| |
| $checkinsA[$y] = str_replace('-_New_directory', '- New directory', $checkinsA[$y]); |
| |
| if ( $_N ) |
| $checkins .= substr($checkinsA[$y], 0, 12) . '...' . substr($_webcvs, strrpos($checkinsA[$y], '/')); |
| else |
| $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; |
| |
| } |
| |
| $checkins = trim( str_replace('</span> <span>', ' ', $checkins) ); |
| $checkins = str_replace('/./', '/', $checkins); |
| |
| 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 "</div>\n\n"; |
| |
| } // END BLOCK |
| |
| echo '<p />'; |
|
|
print "</table>\n\n"; | include(NOTES); |
|
|
} //END BLOCK |
|
?> |
?> |