Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Status: Needs review » Needs work

The last submitted patch failed testing.

ksenzee’s picture

Besides the test failures, we also probably need CSS changes per http://drupal.org/node/296918#comment-974303.

sun’s picture

Status: Needs work » Needs review
FileSize
2.46 KB

- Fixed tests.

- Fixed remnants in CSS.

Status: Needs review » Needs work

The last submitted patch failed testing.

sun’s picture

Status: Needs work » Needs review
FileSize
4.1 KB

This time for real.

Status: Needs review » Needs work

The last submitted patch failed testing.

sun’s picture

Component: node.module » markup
Assigned: Unassigned » sun
Status: Needs work » Needs review
FileSize
4.14 KB

Just found this nice little patch again in my filesystem.

Jacine’s picture

Nice one! :D

Did you leave these two out by accident?

.node-form .container-inline .form-text {
  display: inline;
  width: auto;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}
sun’s picture

Of course not! That was a test to see who'll catch it :P

Jacine’s picture

Status: Needs review » Reviewed & tested by the community

Haha! Ok, well it's all good now :D

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.

Gábor Hojtsy’s picture

Status: Closed (fixed) » Needs work

This was not documented in http://drupal.org/update/theme/6/7

sun’s picture

Issue tags: +Needs documentation

.

jpmckinney’s picture

Issue tags: -DrupalWTF

No longer a WTF.

sun’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

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

Dave Reid’s picture

Status: Closed (fixed) » Fixed

FYI this patch left a watchdog message getting triggered on every node edit view because of a missing theme key 'node_form'. Please advise if the patch posted in #775012-13: Theme key watchdog errors on node pages is the correct solution.

Status: Fixed » Closed (fixed)
Issue tags: -Needs documentation, -API clean-up

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