update.php is missing some of the CSS required to make it look right - collapsible fieldsets for one aren't fully collapsing...

Most likely due to: http://drupal.org/cvs?commit=48032

Marking critical as this blocks RC1.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

webernet’s picture

Status: Active » Needs review
FileSize
1.09 KB

Patch adds system.css and defaults.css to all maintenance pages.

Not the cleanest solution, but this problem stems from http://drupal.org/node/93079 where the calls to drupal_add_css() etc were removed...

webernet’s picture

FileSize
1.14 KB

Revised patch uses drupal_get_path().

edmund.kwok’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
1.16 KB

Rerolled, minor coding style issues. Fieldset in update.php collapsible after patch; guess its the only way to fix this without invoking the css preprocessor. Marking this RTBC :)

ChrisKennedy’s picture

Patch fixes the collapsing for me on FF2, IE6, and Opera 9. I'm not sure why this is critical though - without the patch the fieldset just can't be collapsed but otherwise works fine.

neclimdul’s picture

Fixed things for me. +1

Anonymous’s picture

tested and works for me

Steven’s picture

Status: Reviewed & tested by the community » Fixed

Tested and verified. Committed to HEAD, thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)