node_page() is a central function in drupal. it generates the default home page, all single node views, all node forms, etc. sadly, it uses a drupal 3.x pattern with a _page() function delegating to action specific functions. this patch uses the menu callback system to eliminate this function completely and on the way, eliminates use of arg().

CommentFileSizeAuthor
nodepage.patch4.62 KBmoshe weitzman
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drumm’s picture

Committed to HEAD.

drumm’s picture

Status: Needs review » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)