Posted by sun on October 5, 2009 at 7:23pm
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | markup |
| Category: | bug report |
| Priority: | normal |
| Assigned: | sun |
| Status: | closed (fixed) |
| Issue tags: | API clean-up, Needs Documentation |
Issue Summary
WTF @ http://api.drupal.org/api/function/theme_node_form/7 ?
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| drupal.theme-node-form.patch | 1.31 KB | Idle | Failed: 13650 passes, 32 fails, 165 exceptions | View details |
Comments
#1
The last submitted patch failed testing.
#2
Besides the test failures, we also probably need CSS changes per http://drupal.org/node/296918#comment-974303.
#3
- Fixed tests.
- Fixed remnants in CSS.
#4
The last submitted patch failed testing.
#5
This time for real.
#6
The last submitted patch failed testing.
#7
Just found this nice little patch again in my filesystem.
#8
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;
}
#9
Of course not! That was a test to see who'll catch it :P
#10
Haha! Ok, well it's all good now :D
#11
Committed to CVS HEAD. Thanks.
#12
Automatically closed -- issue fixed for 2 weeks with no activity.
#13
This was not documented in http://drupal.org/update/theme/6/7
#14
.
#15
No longer a WTF.
#16
Added docs. http://drupal.org/update/theme/6/7#theme-node-form
#17
Automatically closed -- issue fixed for 2 weeks with no activity.
#18
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.
#19
Automatically closed -- issue fixed for 2 weeks with no activity.