blob: 104c0d57ca3ca5e13171aaa8a92dc68dfcb5569d [file] [log] [blame]
<?php
set_include_path($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common" . PATH_SEPARATOR . $_SERVER['DOCUMENT_ROOT'] . "/projects" . PATH_SEPARATOR . get_include_path());
require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");
require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php");
$App = new App();
$Nav = new Nav();
$Menu = new Menu();
include($App->getProjectCommon());
# All on the same line to unclutter the user's desktop'
#*****************************************************************************
#
# downloads.php
#
# Author: Igor Vinnykov
# Date: 2007-11-16
#
# Description: Primary download page
#
#
#****************************************************************************
#
# Begin: page-specific settings. Change these.
$pageTitle = "Eclipse Subversive - IP Log";
$pageKeywords = "Subversive, Subversion, SVN, Team Provider IP Log";
$pageAuthor = "Igor Vinnykov";
include("_projectCommon.php"); # All on the same line to unclutter the user's desktop'
# Paste your HTML content between the EOHTML markers!
$html = <<<EOHTML
<STYLE TYPE="text/css">
table {
border-collapse: collapse;
}
td {
border: 0px;
padding: 0px;
}
.datatable tr {
vertical-align: top;
}
.datatable td {
border: 1px solid #666699;
padding: 3px 10px 3px 10px;
}
.datatable th {
white-space: nowrap;
text-align: left;
background-color: #666699;
color: #FFFFFF;
font-weight: bold;
border: 1px solid #666699;
padding: 3px 10px 3px 10px;
}
</STYLE>
<div id="midcolumn">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="100%">
<h1>Subversive IP Log</h1>
</td>
</tr>
<tr>
<td>
<h2>Committers</h2>
</td>
</tr>
<tr>
<td>
<strong>Active Committers</strong>
</td>
</tr>
<tr>
<td>
<table class="datatable" cellpadding="0" cellspacing="0">
<tr>
<th>Committer name</th>
<th>Unix login name</th>
<th>Active since</th>
<th>Organization</th>
</tr>
<tr>
<td>Alexei Goncharov</td>
<td>agoncharo</td>
<td>December 2007</td>
<td>Polarion Software</td>
</tr>
<tr>
<td>Sergiy Logvin</td>
<td>slogvin</td>
<td>Initial committer</td>
<td>Polarion Software</td>
</tr>
<tr>
<td>Igor Vinnykov</td>
<td>ivinnykov</td>
<td>Initial committer</td>
<td>Polarion Software</td>
</tr>
<tr>
<td>Igor Burilo</td>
<td>iburilo</td>
<td>October 2008</td>
<td>Polarion Software</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<br/>
<strong>Inactive Committers</strong>
</td>
</tr>
<tr>
<td>
<table class="datatable" cellpadding="0" cellspacing="0">
<tr>
<th>Committer name</th>
<th>Unix login name</th>
<th>Inactive since</th>
</tr>
<tr>
<td>Michal Dobisek</td>
<td>mdobisek</td>
<td>May 2007</td>
</tr>
<tr>
<td>Alexey Mikoyan</td>
<td>amikoyan</td>
<td>March 2007</td>
</tr>
<tr>
<td>Alexander Gurov</td>
<td>agurov</td>
<td>October 2008</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<br/>
<h2>Contributors</h2>
</td>
</tr>
<tr>
<td>
<table class="datatable" cellpadding="0" cellspacing="0">
<tr>
<th>Bug #</th>
<th>Contributor's name</th>
<th>Contribution size</th>
<th>Committer</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=210272">210272</a></td>
<td nowrap>Alexei Goncharov</td>
<td>Small</td>
<td nowrap>Alexander Gurov</td>
<td>Compare after refactoring problems</td>
</tr>
<tr>
<td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=210387">210387</a></td>
<td nowrap>Alexei Goncharov</td>
<td>Small</td>
<td nowrap>Alexander Gurov</td>
<td>Error while representing the remote content of the folder with incorrect externals property</td>
</tr>
<tr>
<td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=210797">210797</a></td>
<td nowrap>Alexei Goncharov</td>
<td>Small</td>
<td nowrap>Alexander Gurov</td>
<td>Spellchecking support in Commit dialog and Add/edit commit template is absent</td>
</tr>
<tr>
<td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=217561">217561</a></td>
<td nowrap>Thomas Champagne</td>
<td>Small</td>
<td nowrap>Alexei Goncharov</td>
<td>Additional date formats for label decorations</td>
</tr>
<tr>
<td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=243678">243678</a></td>
<td nowrap>Jens Scheidtmann</td>
<td>Small</td>
<td nowrap>Alexei Goncharov</td>
<td>bugtraq:logregex property display disgresses from specification</td>
</tr>
<tr>
<td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=245504">245504</a></td>
<td nowrap>Igor Burilo</td>
<td>Small</td>
<td nowrap>Alexei Goncharov</td>
<td>Extract from HistoryView fails if the folder has modification and modified children with greater names.</td>
</tr>
<tr>
<td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=211415">211415</a></td>
<td nowrap>Igor Burilo</td>
<td>Small</td>
<td nowrap>Alexei Goncharov</td>
<td>Export History log</td>
</tr>
<tr>
<td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=211236">211236</a></td>
<td nowrap>Nick Entin</td>
<td>Small</td>
<td nowrap>Alexei Goncharov</td>
<td>Add 'Drag and Drop' listeners to the Subversive views</td>
</tr>
<tr>
<td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=273230">273230</a></td>
<td nowrap>Shaoying Yang</td>
<td>Small</td>
<td nowrap>Igor Burilo</td>
<td>Possible bugs in Subversive Fetch Factory</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<br/>
<h2>Project Distribution (from eclipse.org)</h2>
Subversive project has no third-party libraries usage except dependency on external Subversion client library.
<br/>
<br/>
</td>
</tr>
<tr>
<td>
<table class="datatable" cellpadding="0" cellspacing="0">
<tr>
<th>Name including version</th>
<th>CQ</th>
<th>State</th>
<th>Location</th>
<th>License</th>
<th>Usage</th>
</tr>
<tr>
<td>Initial code contribution</td>
<td><a href="http://dev.eclipse.org/ipzilla/show_bug.cgi?id=1542">1542</a></td>
<td>approved_all_projects</td>
<td>/trunk</td>
<td>EPL</td>
<td>Initial code contribution</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<h2>Dependencies</h2>
</td>
</tr>
<tr>
<td>
<table class="datatable" cellpadding="0" cellspacing="0">
<tr>
<th>CQ</th>
<th>Third-Party Code</th>
<th>License</th>
<th>Dependencies</th>
</tr>
<tr>
<td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3358">3358</a></td>
<td><a href="http://subversion.tigris.org/">Subversion 1.6.2</a></td>
<td>Apache Software License 1.1</td>
<td nowrap="true">exempt pre-req</td>
</tr>
<tr>
<td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3359">3359</a></td>
<td><a href="http://subversion.tigris.org/">Subversion 1.5.6</a></td>
<td>Apache Software License 1.1</td>
<td nowrap="true">exempt pre-req</td>
</tr>
<tr>
<td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1705">1705</a></td>
<td><a href="http://www.oracle.com/technology/products/berkeley-db/index.html">Berkley DB Version: 4.4.20</a></td>
<td>New BSD license, Sleepycat License (based on BSD)</td>
<td nowrap="true">exempt pre-req</td>
</tr>
<tr>
<td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1706">1706</a></td>
<td><a href="http://www.openssl.org/">OpenSSL Version: 0.9.7f</a></td>
<td>BSD-style license</td>
<td nowrap="true">exempt pre-req</td>
</tr>
<tr>
<td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1707">1707</a></td>
<td><a href="http://www.webdav.org/neon/">Neon Version: 0.26</a></td>
<td>GNU Lesser General Public License</td>
<td nowrap="true">exempt pre-req</td>
</tr>
<tr>
<td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1708">1708</a></td>
<td><a href="http://subversion.tigris.org/files/documents/15/20739/svn-win32-libintl.zip">LibIntl Version: 0.14.1</a></td>
<td>GNU Lesser General Public License</td>
<td nowrap="true">exempt pre-req</td>
</tr>
<tr>
<td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3363">3363</a></td>
<td><a href="http://apr.apache.org/">APR Version: 1.2.12</a></td>
<td>Apache License, 2.0</td>
<td nowrap="true">exempt pre-req</td>
</tr>
<tr>
<td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3364">3364</a></td>
<td><a href="http://apr.apache.org/">APR-util Version: 1.2.12</a></td>
<td>MIT license</td>
<td nowrap="true">exempt pre-req</td>
</tr>
<tr>
<td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3365">3365</a></td>
<td><a href="http://apr.apache.org/">APR iconv Version: 1.2.1</a></td>
<td>Modified BSD License (Attribution obligation in all advertising material)</td>
<td nowrap="true">exempt pre-req</td>
</tr>
<tr>
<td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3360">3360</a></td>
<td><a href="http://svnkit.com/">SVNKit Version: 1.3.0</a></td>
<td>TMate Open Source License</td>
<td nowrap="true">works with</td>
</tr>
<tr>
<td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3361">3361</a></td>
<td><a href="http://svnkit.com/">SVNKit Version: 1.2.3</a></td>
<td>TMate Open Source License</td>
<td nowrap="true">works with</td>
</tr>
<tr>
<td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3370">3370</a></td>
<td><a href="http://www.trilead.com/Products/Trilead-SSH-2-Java">TriLead SSH-2 Version: build 213</a></td>
<td>BSD License, MIT License, Custom MD5 license</td>
<td nowrap="true">works with</td>
</tr>
<tr>
<td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3371">3371</a></td>
<td><a href="https://jna.dev.java.net/">JNA Version: 3.0.9</a></td>
<td>GNU Library or 'Lesser' General Public License (LGPL) 2.1</td>
<td nowrap="true">works with</td>
</tr>
<tr>
<td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3638">3638</a></td>
<td><a href="http://sqljet.com/">SQLJet Version: 1.0.1</a></td>
<td>TMate Open Source License</td>
<td nowrap="true">works with</td>
</tr>
<tr>
<td><a href="https://dev.eclipse.org/ipzilla/show_bug.cgi?id=3639">3639</a></td>
<td><a href="http://www.antlr.org/">ANTLR Version: 3.1.3 Runtime</a></td>
<td>BSD License</td>
<td nowrap="true">works with</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div id="rightcolumn">
$sidebar
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>