Closed (duplicate)
Project:
Coder
Version:
7.x-1.x-dev
Component:
Coder Review
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 May 2011 at 20:18 UTC
Updated:
9 Jun 2012 at 04:53 UTC
Jump to comment: Most recent file
Comments
Comment #1
pillarsdotnet commentedPatch to get things started.
Comment #2
pillarsdotnet commentedComment #3
pillarsdotnet commentedRemoved references to
update_sql()since it doesn't exist in d8 (or d7, for that matter).Comment #5
pillarsdotnet commentedNeeds to take into account #711918: Documentation standard for @param and @return data types
API change notice at http://drupal.org/node/1312352
Comment #6
webchickOne thing you can probably do (or at least what we do in core) is remove those old hook_update_N functions rather than upgrading them to D8, and start any new schema changes at hook_update_8000().
Comment #7
jhodgdonAs we go forward, there will of course be many other things (standards, functions, etc.) that change between d7 and d8 besides the one standard mentioned in #5. Coder maintainers can keep track of which ones have been included in the Coder* modules by looking at:
http://drupal.org/list-change-updates/drupal
On that page, you can search for changes that affect module or theme developers, and which are not yet marked as having been incorporated into Coder*.
Then once the changes have been incorporated (or do not need to be), you can update the change nodes by editing them (which will make them vanish from the search).
Comment #8
traviscarden commented#1536122: Drupal 8 port, though newer, seems to be doing the same thing and making more meaningful progress.