mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-30 18:15:39 +00:00
I've added 2 transformers: zip to text/plain and zip to pdf. This means that zip files will be indexable and therefore searchable. They will also now have webpreviews. In each transformer it is the names of the entries in the zip file that are output. Therefore the webpreview will show a listing of the zip contents (not recursive for zips in zips) and the searching will be against entry names within zips but not within the content of those entries. Also added a test class and a quick.zip file for testing. These changes required some extension points in AbstractContentTransformerTest to support the zip transformation testing. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20580 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261