blob: da817fa810e759c3cbc9a998d3eb2d76f93c75ae [file] [log] [blame]
<?php
require_once("/home/data/httpd/eclipse-php-classes/people/ldapperson.class.php");
require_once("/home/data/httpd/eclipse-php-classes/menu/menu.class.php");
require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/classes/projects/projectList.class.php");
#*****************************************************************************
#
# committerlists.php
#
# Author: Denis Roy
# Date: 2006-08-24
#
# Description: show links of committer lists
#
# HISTORY:
#
#****************************************************************************
$App = new App();
$App->runStdWebAppCacheable();
$ErrorMessage = "Committer lists are currently disabled because the information they contained was out-of-date. The correct information is now publicly available <a href='http://www.eclipse.org/projects/lists.php?list=allcommitters'>here</a> and <a href='http://www.eclipse.org/projects/lists.php?list=allbyproject'>here</a>";
$LDAPPerson = new LDAPPerson();
$LDAPPerson = $LDAPPerson->redirectIfNotLoggedIn();
$ProjectList = new ProjectList();
$ProjectList->selectProjectList("", "", "", "root", "", "");
include("inc/en_committerlists.php");
?>