Closed (fixed)
Project:
Simple FB Connect
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
23 Mar 2017 at 11:34 UTC
Updated:
16 Mar 2018 at 10:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
francoisb commentedComment #3
francoisb commentedComment #4
masipila commentedHi,
I tested patch now but it only works correctly in the scenario that some module is actually modifying the $path and $options. If no module is implementing the new hook, these will be NULL and an error occurs.
Could you please fix the patch and test the following scenarios:
Cheers,
Markus
Comment #5
francoisb commentedI'm back to business…
Nice catch. You're correct. I should enclose my new code into a
like is already done above for hook
simple_fb_connect_scope_info.I will fix, test, and upload new patch.
Comment #6
francoisb commentedDone. All 5 scenarios tested.
Can you take a look and approve ? Probably is good time now to also release a new minor version of the module (7.x branch), since many changes have accumulated.
Comment #7
francoisb commentedComment #8
francoisb commented@masipila Friendly ping. Can you review ?
Comment #9
masipila commentedHi,
I'll try to find time to review and test this next weekend. All my contributing time has gone to core Migrate API lately.
Cheers,
Markus
Comment #10
masipila commentedHi,
I finally took the time to review and test this. Apologies for the late response!
I made some minor changes to #6, see interdiff attached. The control structures conditions are allowed to exceed 80 characters in Drupal coding standards if they are simple and easy to read as they are here.
I'll cut a new release for 7.x-2.x still today.
Cheers,
Markus
Comment #12
masipila commented