Closed (duplicate)
Project:
Printer, email and PDF versions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2009 at 16:14 UTC
Updated:
27 Nov 2009 at 17:05 UTC
When using Drush to administer modules and module upgrades, each modules update can break a module. http://drupal.org/node/583706
When drush updates a module is moves the module code to a backup directory and then downloads the module anew.
When the external libraries (tcpdf, wkhtmltopdf, etc...) are in the module directory they need to be manually installed each time.
If the external library were located in a different directory like sites/all/libraries this problem wouldn't occur.
The WYSIWYG module already does this for external libraries.
Also see Libraries API
Comments
Comment #1
jcnventuraThis module is already looking for modules in that directory since October 3 (see #582104: PDF libraries in sites/all/libraries directory).