Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 69594 Details for
Bug 173663
Generate reports on download stat
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch
431DropPage.txt (text/plain), 3.36 KB, created by
Paul Klicnik
on 2007-05-31 15:39:08 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Paul Klicnik
Created:
2007-05-31 15:39:08 EDT
Size:
3.36 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P downloads >Index: drops/TPTP-4.3.1-200702221346.php >=================================================================== >RCS file: /cvsroot/org.eclipse/www/tptp/home/downloads/drops/TPTP-4.3.1-200702221346.php,v >retrieving revision 1.5 >diff -u -r1.5 TPTP-4.3.1-200702221346.php >--- drops/TPTP-4.3.1-200702221346.php 5 Mar 2007 18:09:10 -0000 1.5 >+++ drops/TPTP-4.3.1-200702221346.php 30 May 2007 20:04:35 -0000 >@@ -34,7 +34,28 @@ > <td valign="top"> > <img align="left" src="http://www.eclipse.org/downloads/images/update_wiz.gif" border="0" alt="Download TPTP all-in-one package" /> > </td> >- <td><font size="+1"><b>Download now: <a href="<?=$link?>">TPTP all-in-one package</a></b></font>, <?=$clientOS?><br /><br /> >+ <td><font size="+1"><b>Download now: <a href="<?=$link?>">TPTP all-in-one package</a></b></font>, <?=$clientOS?><br /> >+ >+ <?php >+ include "fetchStatistics.php"; >+ >+ if ( $clientOS == "Windows" || $clientOS == "Vista" ) { >+ $allInOneDownloads = getFileStatistic( "/tptp.runtime.allInOne.win32.win32.x86*/", "TPTP-4.3.1-200702221346.xml" ); >+ } else if ( $clientOS == "Linux" ) { >+ $allInOneDownloads = getFileStatistic( "/tptp.runtime.allInOne.linux.gtk.x86*/", "TPTP-4.3.1-200702221346.xml" ); >+ } else { >+ $allInOneDownloads = ""; >+ } >+ >+ $statisticsDate = getDateStatistic( "TPTP-4.3.1-200702221346.xml" ); >+ >+ if ( $allInOneDownloads != "" && $statisticsDate != "") { >+ print("Number of downloads as of $statisticsDate: <b>$allInOneDownloads</b><br />"); >+ } >+ >+ ?> >+ >+ <br /> > The all-in-one package contains all TPTP plugins with their dependencies, except the TPTP-WTP and TPTP-BIRT integration features. > To install the integration features, please download the "All TPTP plugin" zip file below. > </td> >@@ -413,5 +434,41 @@ > <li><a href="#docs">Documentation</a></li> > </ul> > </div> >+ >+ <?php >+ if ( $statisticsDate != "" ) { >+ >+ print( "<div class='sideitem'>" ); >+ print( "<h6>Runtime downloads</h6>" ); >+ print( " As of $statisticsDate<br/>" ); >+ >+ print( "<table width='100%'>" ); >+ >+ $platformDownloads = getFileStatistic( "/tptp.platform.runtime*/", "TPTP-4.3.1-200702221346.xml" ); >+ if ( $platformDownloads != "" ) { >+ print("<tr><td width='90%'>Platform</td><td width='10%' align='right'>$platformDownloads</td></tr>"); >+ } >+ >+ $monitorDownloads = getFileStatistic( "/tptp.monitoring.runtime*/", "TPTP-4.3.1-200702221346.xml" ); >+ if ( $monitorDownloads != "" ) { >+ print("<tr><td width='90%'>Monitoring</td><td width='10%' align='right'>$monitorDownloads</td></tr>"); >+ } >+ >+ $traceDownloads = getFileStatistic( "/tptp.trace.runtime*/", "TPTP-4.3.1-200702221346.xml" ); >+ if ( $traceDownloads != "" ) { >+ print("<tr><td width='90%'>Tracing and Profiling</td><td width='10%' align='right'>$traceDownloads</td></tr>"); >+ } >+ >+ $testDownloads = getFileStatistic( "/tptp.test.runtime*/", "TPTP-4.3.1-200702221346.xml" ); >+ if ( $testDownloads != "" ) { >+ print("<tr><td width='90%'>Testing</td><td width='10%' align='right'>$testDownloads</td></tr>"); >+ } >+ >+ print( "</table>" ); >+ print( "</div>" ); >+ >+ } >+ ?> >+ > </div> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 173663
: 69594