I'm not sure why, but the mission block appears empty on my test upgrade of drupal.org, even if it is not empty neither in the database nor in the administrative UI:


Support from Acquia helps fund testing for Drupal Acquia logo

Comments

asimmonds’s picture

Title: Mission block appears empty after upgrade » Garland does not show any blocks in highlighted content region
Status: Active » Needs review
FileSize
916 bytes

Actually, no block can be shown in the highlighted region in Garland.

We missed a 'print'...

asimmonds’s picture

Component: block.module » Garland theme
aspilicious’s picture

Status: Needs review » Reviewed & tested by the community

works.
It's just a print => RTBC

Damien Tournoud’s picture

Status: Reviewed & tested by the community » Needs work

Can we have a tiny test for that, pretty please?

aspilicious’s picture

Damnit lol thnx Damien for resolving the duplicate issue...
You gonna test if every render statement has a print before it?
Sounds like a weird test.

Damien Tournoud’s picture

@aspilicious: a test for the site mission block would make sense and would test that at the same time.

aspilicious’s picture

True Damien, someone into this job?

Meriial’s picture

The line

          <?php if ($page['highlight']): ?><div id="highlight"><?php render($page['highlight']); ?></div><?php endif; ?>

is still present in Garland's page.tpl.php for Alpha6. (Render does not have a print statement.) Not sure that the earlier patch took.

Meriial’s picture

Status: Needs work » Active
dawehner’s picture

Status: Active » Needs work

This patch wasn't commited.

Jeff Burnz’s picture

Status: Needs work » Needs review
FileSize
925 bytes

Re-rolled.

dawehner’s picture

Status: Needs review » Needs work

based on #4

Jeff Burnz’s picture

Status: Needs work » Needs review

There is no site mission block anymore...

aspilicious’s picture

Status: Needs review » Reviewed & tested by the community

Based on #6 and #13 I'm marking this rtbc

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Status: Fixed » Closed (fixed)

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