Posted by philbar on October 12, 2009 at 6:18pm
Jump to:
| Project: | HTML Purifier |
| Version: | 6.x-2.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
| Issue tags: | Libraries |
Issue Summary
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
#1
+1
This would be really useful.
#2
Hi; 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.
#3
See: Reasoning Behind Librabries API
#4
This 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.
#5
as 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?
#6
Marking as duplicate of #708266: Decouple Location of htmlpurifier Library with Libraries API