When the PHP error level is set to Notice, you can see that especially the form functions produce drupal messages in many places (from what I've seen, the functions try to access non-existent indices in arrays and such). This essentially leads to unusability as admin theme.
I'll roll up a patch as soon as possible for review
Actually, mostly PHP Notices.
When the PHP error level is set to Notice, you can see that especially the form functions produce drupal messages in many places (from what I've seen, the functions try to access non-existent indices in arrays and such). This essentially leads to unusability as admin theme.
I'll roll up a patch as soon as possible for review