there are still references in the node type modules to a hook_content. that hook was deprecated with the changes to book/view. the references occur in the comments for hook_view.

remove rererences to this hook and simplify code as needed.

CommentFileSizeAuthor
#1 deprecate_hook_content.patch3.29 KBmoshe weitzman

Comments

moshe weitzman’s picture

Assigned: Unassigned » moshe weitzman
StatusFileSize
new3.29 KB

and now a patch

dries’s picture

Committed to HEAD. To do:

  • Update Doxygen hook list (if required).
  • Document this in the developer's guide upgrade page.
moshe weitzman’s picture

Thanks for the commit.

This hook is already deleted from the Doxygen hook list. Not sure whether this belongs in the "upgrading from 4.5 => 4.6" page because the hook doesn't exist in 4.5 either. I think we are OK on documentation for now.

Anonymous’s picture