Closed (fixed)
Project:
Droogle
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 May 2012 at 02:44 UTC
Updated:
30 May 2012 at 12:50 UTC
It looks like the bulk of this module deals directly with Google and that the OG integration could be spun off into a sub-module.
Comments
Comment #1
barnettech commentedYes someone suggested that, but I don't believe it depends on OG, if it is not installed a conditional clause allows the user to still use the module. Honestly I only have an interest in an OG environment, so don't have the budget from my employer to spend too much time on this use case. That being said, it should absolutely work without OG installed and if you find it doesn't please let me know. I will support this use case for the community.
Comment #2
barnettech commentedAs I said it should be working without OG installed and I don't see that it adds anything to spin it off into it's own module. When the module was reviewed so I could have git write access for this project, it was labelled an optional way to go.
Comment #3
stevectorI think doing the conditional checks is fine. However listing og as a dependency means that droogle can't be enabled without it: http://drupalcode.org/project/Droogle.git/blob/refs/heads/7.x-1.x:/droog...
Comment #4
barnettech commentedtrue, I didn't recall doing that. I'll check it out this morning and remove the dependency if it doesn't cause any problems.
Comment #5
barnettech commentedOk this is done for the D7 branch. The dependency is no longer in the .info file.