The homepage property is never presented in the view - only in the editing form. I made a slight change to line 349 in project.inc to include it in the "Project Resources" section of the view.

The new line 349 is:
foreach (array('homepage' => t('Project Homepage'), 'documentation' => t('Read documentation'), 'license' => t('Read license'), 'changelog' => t('Read complete log of changes'), 'demo' => t('Try out a demonstration'), 'screenshots' => t('Look at screenshots')) as $uri => $name) {

Perhaps someone can add this to next release of Project.

Comments

dww’s picture

sure seems like a bug. ;) however, i'm not sure if there's some history to this field. it doesn't really make much sense for project nodes on drupal.org -- the project node *is* the project homepage. however, i could see there being some value to a field like this for other uses of the project.module, not on d.o...

so, i'm inclined to fix this, but i'd love to get some input from someone like nedjo who might know more of this history of this field, and why it's currently not being displayed on project nodes at all. i asked killes in IRC, but he didn't have any background on this topic...

thanks,
-derek

dww’s picture

Assigned: Unassigned » dww
Status: Active » Fixed

easy fix. committed to DRUPAL-4-6, DRUPAL-4-7, DRUPAL-4-7--2 and HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)