openid.install still has a function openid_update_6000() in it in Drupal 8.x. It shouldn't be there, should it? If it belongs there for some other purpose, it should be renamed.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jhodgdon’s picture

Component: documentation » openid.module

I must have put this in the doc component by force of habit... :)

catch’s picture

Issue tags: +Novice

Tagging novice.

underq’s picture

Status: Active » Needs review
FileSize
1.34 KB

The Patch

aspilicious’s picture

Status: Needs review » Reviewed & tested by the community

Nice

catch’s picture

Status: Reviewed & tested by the community » Needs work

We should implement hook_update_last_removed() in openid.install as well.

underq’s picture

Status: Needs work » Needs review
FileSize
1.41 KB

With implement of hook_update_last_removed().

aspilicious’s picture

Status: Needs review » Needs work

Never heard of this...

Documentation: http://api.drupal.org/api/drupal/modules%21system%21system.api.php/funct...

The number for 7.x should be 6000, but do we need this in 8.x?

catch’s picture

Status: Needs work » Needs review

It should be fine to leave it at whichever the last update was.

Jody Lynn’s picture

Status: Needs review » Reviewed & tested by the community

Reviewed. Looks good.

Dries’s picture

Patch doesn't seem to apply so asking for a re-test.

Dries’s picture

Issue tags: -Novice

#6: openid-update_6000-1461572-6.patch queued for re-testing.

Status: Reviewed & tested by the community » Needs work
Issue tags: +Novice

The last submitted patch, openid-update_6000-1461572-6.patch, failed testing.

izus’s picture

Status: Needs work » Needs review
FileSize
1.41 KB

I tested to git apply the patch in #6 locally but failed, i applied it manually and generated a new patch. Hopefully it works now :)

Jody Lynn’s picture

Status: Needs review » Reviewed & tested by the community

Confirmed #13 applies and looks good.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to 8.x. Thanks.

Automatically closed -- issue fixed for 2 weeks with no activity.