| <?php |
| 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"; |
| |
| # 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>Alexander Gurov</td> |
| <td>agurov</td> |
| <td>Initial committer</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> |
| </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> |
| </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> |
| </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>IPZilla #</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> |
| <br/> |
| <h2>Exempt Pre-Requisite Dependency (distributed from polarion.org)</h2> |
| Subversion/JavaHL is Subversion client library and was approved as exempt pre-requisite by EMO post in the newsgroup. All libraries listed here are part of Subversion/JavaHL 1.5 or its required third-party dependencies. |
| <br/> |
| <br/> |
| </td> |
| </tr> |
| <tr> |
| <td> |
| <table class="datatable" cellpadding="0" cellspacing="0"> |
| <tr> |
| <th width="15%">Library</th> |
| <th width="20%">Name</th> |
| <th width="25%">License</th> |
| <th width="60%">Comment</th> |
| </tr> |
| <tr> |
| <td> |
| svnjavahl.jar<br/> |
| libsvn_client-1.dll<br/> |
| libsvn_delta-1.dll<br/> |
| libsvn_diff-1.dll<br/> |
| libsvn_fs-1.dll<br/> |
| libsvn_ra-1.dll<br/> |
| libsvn_repos-1.dll<br/> |
| libsvn_subr-1.dll<br/> |
| libsvn_wc-1.dll<br/> |
| libsvnjavahl-1.dll |
| </td> |
| <td><a href="http://subversion.tigris.org/">Subversion/JavaHL 1.5</a></td> |
| <td><a href="http://subversion.tigris.org/license-1.html">BSD-style license</a></td> |
| <td>Dynamically linked library. JavaHL provides access to Subversion infrastructure. svnjavahl.jar is a Java interface, which connected with native libraries through JNI.</td> |
| </tr> |
| <tr> |
| <td>dbghelp.dll</td> |
| <td><a href="http://www.microsoft.com/whdc/devtools/debugging/default.mspx">DbgHelp</a></td> |
| <td>License isnt clear as well as that purpose of this library usage. Maybe its related with a fact that SVN 1.5 is still in beta phase and this library will be removed from the release</td> |
| <td>Dynamically linked library. This library is a part of Windows OS, so it isnt clear why it was included into JavaHL distribution. Maybe it will be excluded from release.</td> |
| </tr> |
| <tr> |
| <td>intl3_svn.dll</td> |
| <td><a href="http://subversion.tigris.org/files/documents/15/20739/svn-win32-libintl.zip">Libintl 0.14.1 (patched)</a></td> |
| <td><a href="http://www.gnu.org/copyleft/lgpl.html">GNU Lesser General Public License</a></td> |
| <td>Dynamically linked library. JavaHL includes patched version of Libintl. Original version of this library is a part of GnuWin32 project. This library used for native language support.</td> |
| </tr> |
| <tr> |
| <td> |
| libapr-1.dll<br/> |
| libaprutil-1.dll |
| </td> |
| <td><a href="http://apr.apache.org/">Apache Portable Runtime 1.2.x</a></td> |
| <td><a href="http://www.apache.org/licenses/">Apache License, version 2</a></td> |
| <td>Dynamically linked library. APR provides abstraction of operating-system level services such as file and network I/O, memory management, etc.</td> |
| </tr> |
| <tr> |
| <td>libdb44.dll</td> |
| <td><a href="http://www.oracle.com/technology/products/berkeley-db/index.html">Berkley DB 4.4</a></td> |
| <td><a href="http://www.oracle.com/technology/software/products/berkeley-db/htdocs/oslicense.html">BSD-style license</a></td> |
| <td>Dynamically linked library. This library used to work with database-based implementation of storage</td> |
| </tr> |
| <tr> |
| <td> |
| libeay32.dll<br/> |
| ssleay32.dll |
| </td> |
| <td><a href="http://www.openssl.org/">OpenSSL 0.9.8g</a></td> |
| <td><a href="http://www.openssl.org/source/license.html">BSD-style license</a></td> |
| <td>Dynamically linked library. OpenSSL allows to use SSL-encrypted connections.</td> |
| </tr> |
| <tr> |
| <td> </td> |
| <td><a href="http://www.zlib.net/">Zlib 1.2.3</a></td> |
| <td><a href="http://www.zlib.net/zlib_license.html">BSD-style license</a></td> |
| <td>Statically linked with Subversion binaries. Used for compression of communication streams.</td> |
| </tr> |
| <tr> |
| <td> </td> |
| <td><a href="http://www.webdav.org/neon/">Neon 0.28</a></td> |
| <td><a href="http://www.gnu.org/copyleft/lgpl.html">GNU Lesser General Public License</a></td> |
| <td>Statically linked with Subversion binaries. This library provides HTTP and WebDAV protocols implementation</td> |
| </tr> |
| <tr> |
| <td> </td> |
| <td><a href="http://code.google.com/p/serf/">Serf 0.1.2</a></td> |
| <td><a href="http://www.apache.org/licenses/">Apache License, version 2</a></td> |
| <td>Statically linked with Subversion binaries. This library provides HTTP and WebDAV protocols implementation</td> |
| </tr> |
| </table> |
| </td> |
| </tr> |
| <tr> |
| <td> |
| <br/> |
| <h2>Can-Work-With Dependency (distributed from polarion.org)</h2> |
| SVNKit is alternative Subversion client library and was approved as can-work-with dependency. All libraries listed here are part of SVNKit or its required third-party dependencies. |
| <br/> |
| <br/> |
| </td> |
| </tr> |
| <tr> |
| <td> |
| <table class="datatable" cellpadding="0" cellspacing="0"> |
| <tr> |
| <th width="15%">Library</th> |
| <th width="20%">Name</th> |
| <th width="25%">License</th> |
| <th width="60%">Comment</th> |
| </tr> |
| <tr> |
| <td>svnkit.jar</td> |
| <td><a href="http://svnkit.com/">SVNKit 1.5</a></td> |
| <td> |
| <a href="http://svnkit.com/license.html">License for open-source projects</a><br/> |
| <a href="http://svnkit.com/licensing.html">License for commercial projects</a> |
| </td> |
| <td>Pure Java implementation of Subversion client</td> |
| </tr> |
| <tr> |
| <td>svnkit-javahl.jar</td> |
| <td><a href="http://subclipse.tigris.org/svn/subclipse/trunk/subclipse/org.tigris.subversion.clientadapter.javahl/">JavaHL Java Interfaces 1.5</a></td> |
| <td><a href="http://subversion.tigris.org/license-1.html">BSD-style license</a></td> |
| <td>Subversion Java interface abstraction taken from Subversion project</td> |
| </tr> |
| <tr> |
| <td>jna.jar</td> |
| <td><a href="https://jna.dev.java.net/">Java Native Access</a></td> |
| <td><a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html ">LGPL 2.1</a></td> |
| <td>This library provides access to native shared libraries</td> |
| </tr> |
| <tr> |
| <td>ganymed.jar</td> |
| <td><a href="http://www.ganymed.ethz.ch/ssh2/">Ganymed SSH2</a></td> |
| <td><a href="http://www.ganymed.ethz.ch/ssh2/LICENSE.txt">BSD-style license</a></td> |
| <td>Ganymed SSH-2 library used to support the svn+ssh protocol</td> |
| </tr> |
| </table> |
| </td> |
| </tr> |
| <tr> |
| <td> |
| <br/> |
| <br/> |
| </td> |
| </tr> |
| </table> |
| </div> |
| |
| <div id="rightcolumn"> |
| $sidebar |
| </div> |
| |
| EOHTML; |
| |
| |
| # Generate the web page |
| $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html); |
| ?> |