http://drupal.org/download

This currenrtly has a big-ass green button to Drupal 6 and a tiny text link to Drupal 7. We need to either flip those or do.. something.

Comments

lisarex’s picture

The button flippage is done already on http://d7.redesign.devdrupal.org/download

We prob don't need to do anything else to the page text-wise... other than Do we want to add a link to Drupal 6 though, rather than just "here you go, here's all the other versions?"

I'd love to see 4.7x come out of the module dropdown though :)

webchick’s picture

Well, we need at least /drupal-7.0-rc4 to be changed to /drupal-7.0

And I think we still need a link to D6 on this page too, at least for the next few months. I'm fine with it being a small link, but IMO it should be there for the same reasons outlined in the /start discussion.

lisarex’s picture

Status: Active » Needs review

I've added a link to D6. The download button text appears to come from

function drupalorg_download_drupal_link_button($text) {
$release = project_release_get_current_recommended(3060, DRUPALORG_DOWNLOAD_API_COMPATIBILITY_TID, DRUPALORG_DOWNLOAD_MAJOR_VERSION, 'recommended');
// Assumes a drupal-$version alias exists for the given Drupal version, which
// has been the tradition. Just keep that tradition, and this works wonders.
return l(''. check_plain("$text $release->version") .'', 'drupal-'. $release->version, array('html' => TRUE, 'attributes' => array('class' => 'link-button')));
}

:)

lisarex’s picture

Status: Needs review » Fixed

It's live and button looks fine. Marking as fixed :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.