Closed (duplicate)
Project:
HTML Purifier
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Oct 2009 at 18:18 UTC
Updated:
14 Feb 2010 at 07:57 UTC
Library API and Wysiwig API introduced a common repository for libraries in sites/all/libraries resp. sites/<domain>/libraries for contributed modules.
I would like to see HTML Purifier use these locations for the HTML Purifier library.
Comments
Comment #1
xtfer commented+1
This would be really useful.
Comment #2
ezyang commentedHi; I've looked at http://drupal.org/project/libraries and http://drupal.org/node/320562 and it's not obvious to me what beyond plunking the library in sites/all/libraries is needed: is there a new API? Is there a standard boilerplate procedure text that I should give users when they want to install the library?
I'll post a ticket to Libraries API asking for clarification.
Comment #3
philbar commentedSee: Reasoning Behind Librabries API
Comment #4
nhck commentedThis would be really nice - this way it would be easier to update using drush. Right now the htmlpurifier libary is moved to the backup dir.
Comment #5
frankcarey commentedas a workaround, you can put the library in sites/all/libraries and then add a symlink to it from htmlpurifier/library. It might still go missing when using drush, but all it takes to get it back is to re add the symlink instead of re downloading it.
+1 to get his working, I think drupal 7 is already using this schema, no?
Comment #6
ezyang commentedMarking as duplicate of #708266: Decouple Location of htmlpurifier Library with Libraries API