Download & Extend

Remove remnants of theme_node_form()

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 ?

AttachmentSizeStatusTest resultOperations
drupal.theme-node-form.patch1.31 KBIdleFailed: 13650 passes, 32 fails, 165 exceptionsView details

Comments

#1

Status:needs review» needs work

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

Status:needs work» needs review

- Fixed tests.

- Fixed remnants in CSS.

AttachmentSizeStatusTest resultOperations
drupal.theme-node-form.3.patch2.46 KBIdleFailed: 13649 passes, 32 fails, 10 exceptionsView details

#4

Status:needs review» needs work

The last submitted patch failed testing.

#5

Status:needs work» needs review

This time for real.

AttachmentSizeStatusTest resultOperations
drupal.theme-node-form.5.patch4.1 KBIdleFailed: Failed to apply patch.View details

#6

Status:needs review» needs work

The last submitted patch failed testing.

#7

Component:node.module» markup
Assigned to:Anonymous» sun
Status:needs work» needs review

Just found this nice little patch again in my filesystem.

AttachmentSizeStatusTest resultOperations
drupal.theme-node-form.7.patch4.14 KBIdlePASSED: [[SimpleTest]]: [MySQL] 18,733 pass(es).View details

#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

AttachmentSizeStatusTest resultOperations
drupal.theme-node-form.9.patch4.25 KBIdlePASSED: [[SimpleTest]]: [MySQL] 18,746 pass(es).View details

#10

Status:needs review» reviewed & tested by the community

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

#11

Status:reviewed & tested by the community» fixed

Committed to CVS HEAD. Thanks.

#12

Status:fixed» closed (fixed)

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

#13

Status:closed (fixed)» needs work

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

#14

Issue tags:+Needs Documentation

.

#15

Issue tags:-DrupalWTF

No longer a WTF.

#16

Status:needs work» fixed

Added docs. http://drupal.org/update/theme/6/7#theme-node-form

#17

Status:fixed» closed (fixed)

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

#18

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.

#19

Status:fixed» closed (fixed)

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

nobody click here