资 源 简 介
For our implementation of Alfresco, one of the biggest issues was that quotas are assigned to individual users, not Alfresco Share sites.
So, as a workaround (not a solution) to that issue, I developed the take-ownership.js script. It"s a script that can be invoked by a rule attached to a folder within the Document Library of any Alfresco Share site, or the whole document library. When any user places an item in that folder, the ownership of the item is reassigned to the user who created the site. The space used is also then debited against the quota of the owner of the site, not the user who uploaded it.
I believe this may also be useful to implement drop box functionality, but I have not tested that use of this code.
See the wiki of this Google Code project for further details.
Important note re. version compatibility
This script has only been shown to work properly on Alfresco Enterprise Edition 3.3 SP3 and 3.3 SP4. It does not<