This patch adds tabs to the user and node view pages, allowing developers to see the structure of the associated objects with one click. Especially useful with CCK/Flexinode objects and with user profiles.

CommentFileSizeAuthor
#2 devel_5.patch3.14 KBJonBob
devel_4.patch2.68 KBJonBob
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Morbus Iff’s picture

Status: Needs review » Reviewed & tested by the community

+1 one from me. Two minor, non-stoppable, comments:

* node->data (for flexinodes) and user->data are so long that they cause horizontal scrolling. This isn't normally a big issue, but could be annoying if your admin menu happened to be on the right sidebar. But, this is purely cosmetic and can be safely ignored.

* in devel_show_object, you can remove the need to print the [pre]'s yourself by using dprint_r() instead.

JonBob’s picture

Status: Reviewed & tested by the community » Needs review
FileSize
3.14 KB

This might help with the presentation a bit. I split the top level up into more visually-appealing boxes. Long content in a single field will be a problem no matter what, though, I fear.

moshe weitzman’s picture

Status: Needs review » Reviewed & tested by the community

anyone is welcome to commit this. great idea.

JonBob’s picture

Status: Reviewed & tested by the community » Fixed

Committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)