As of January 8th, the admin/modules page is broken, in that it doesn't show what modules are enabled. The checkboxes don't retain the values.

CommentFileSizeAuthor
#3 form.patch893 bytesjakeg
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

killes@www.drop.org’s picture

reason: the inserts in the databse.* files fail because of the newly added field to the system table.

killes@www.drop.org’s picture

Hmm, by comment was for the previous version of this issue which read:

As of January 8th, the default installation has no modules enabled.

Don't edit issues, they get mailed again. :p

jakeg’s picture

Title: admin/modules page broken » admin/modules page broken (and probably all other checkboxes too!)
Priority: Normal » Critical
Status: Active » Reviewed & tested by the community
FileSize
893 bytes

For some reason the latest forms API patch saw isset() going to in_array(). This made all form checkboxes stop working I think.

This goes back to working functionality.

chx’s picture

A few things crossed wires here (the original patch was before of my default value rehaul and the reroll was not careful enough)... thanks for the patch, yes it's ready.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD.

Dries’s picture

Status: Fixed » Closed (fixed)