Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
node system
Priority:
Critical
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
10 Aug 2009 at 20:46 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
alexanderpas commentedsubscribing
Comment #2
alexanderpas commentedfirst patch...
Comment #3
dries commentedInteresting patch (I like), but no tests that need to be updated?
Comment #4
alexanderpas commentednope, no tests needed updating... however, i think this is being tested by other code that doesn't call it explicitly.
Comment #5
dries commentedThis looks good to me, so marking it as RTBC.
Comment #6
webchickOh, yes please! :D
Committed to HEAD.
Needs to be documented in the upgrade docs.
Comment #7
dropcube commentedFor reference, other hook that needs removing of $op is hook_filter, see #546336: hook_filter_info(): Remove $op from hook_filter()
Comment #8
emmajane commentedDocumentation update:
I've added a draft for the module upgrade text to http://drupal.org/node/546634
Please edit that page and leave a comment here to say if (1) more work is needed or (2) the text is fine as written. Once that text is correct I will incorporate it into the main D6->D7 upgrade page.
Comment #9
alexanderpas commentedremember that we already have: Remove $op from hook_nodeapi, hook_user and hook_block
http://drupal.org/update/modules/6/7#remove_op
I would suggest merging and updating with that one, adjusting the title, and adding in a new link at the top.
Comment #10
emmajane commentedThanks @alexanderpas!
I've updated that page as follows:
http://drupal.org/update/modules/6/7#remove_op
Can you please review? Thanks!
Comment #11
catchDocs changes look great.
Comment #12
alexanderpas commentedI have added an link back to this issue, and an additional link at the top.