| Summary: | "Committers" main menu on eclipse.org renders empty page | ||
|---|---|---|---|
| Product: | Community | Reporter: | Martin Oberhuber <mober.at+eclipse> |
| Component: | Website | Assignee: | phoenix.ui <phoenix.ui-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | karl.matthias, nathan |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| URL: | http://www.eclipse.org/committers/ | ||
| Whiteboard: | |||
|
Description
Martin Oberhuber
Thanks for the report Martin. /committers should be back up now. However the upcoming reviews are no longer appearing. Karl, i reverted your change to /projects/fragments/processes-page-table.php which removed the full path for the include. I use this file to get the upcoming reviews for display on the committers page, we need to find a solution for both. (In reply to comment #1) > Karl, i reverted your change to /projects/fragments/processes-page-table.php > which removed the full path for the include. Full paths are evil for testing and development on local dev machines, so I put code in to make these relative unless it can't find the file in the weird cases like where it's getting called from outside the projects tree. You still can't test this page from a dev box that doesn't have the website page deployed to /, though. |