Postponed
Project:
Droogle
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2012 at 18:38 UTC
Updated:
27 Feb 2012 at 18:14 UTC
I'm wondering if the Zend code can be moved to a libraries folder rather than being in the module directory.
I see this was mentioned amongst the many steps of review and just thought it might be helpful to have a separate issue for it. Copying from http://drupal.org/node/1328366#comment-5194944
for a start:
Zend: appears to be 3rd party code. ...
The Libraries API module is a recommended method for adding 3rd party dependencies without directly including the code on Drupal.org.
There may be other ways as used by other modules.
Comments
Comment #1
barnettech commentedthe drupal 7 version of this module will come out in the not too distant future and I definitely plan on moving it to the libraries folder for drupal 7.
Comment #2
barnettech commentedIf you look at the documentation it suggests that for drupal 7 you can use drupal_add_library but it is not for drupal 6? http://drupal.org/node/171213
Comment #3
izmeez commentedI hope you don't mind but I am changing the status to postponed because I think that more accurately represents the plans. Later when a 7.x version is available that field can be changed. Meanwhile, it shows to the community the issue is open and possibly others can contribute their thoughts or assistance.
Comment #4
barnettech commentedyes that is fine. I found the way to add it to the sites/all/libraries folder in drupal 6 as well. I will try to change it in drupal 6 as well.