Issue status update for http://drupal.org/node/21084 Post a follow up: http://drupal.org/project/comments/add/21084 Project: Drupal -Version: 4.6.0 +Version: cvs Component: node system Category: bug reports Priority: normal Assigned to: Anonymous Reported by: Thox Updated by: robertDouglass -Status: closed +Status: patch (code needs review) Attachment: http://drupal.org/files/issues/node.module.required.txt (1.39 KB) I couldn't find the duplicate so I'm reopening this. There are 206 instances of node_list alone in the repository (core+contributions). I cycled through 50 or so of these, and none of them check for the existence of the node module. Our collective usage of the node module indicates that it is, in fact, a required module. robertDouglass Previous comments: ------------------------------------------------------------------------ Fri, 22 Apr 2005 09:17:27 +0000 : Thox The "node" module isn't marked as one of the required modules, but it is used by a handful of other modules which are required. Specifically, the system and block modules both call the function node_list(), without using it through module_invoke. ------------------------------------------------------------------------ Mon, 20 Jun 2005 08:50:01 +0000 : Thox Duplicate