My deleted items is an extension which display deleted items of the current user, like a personal trashcan. This option is available in user profile.
Works with:
- Alfresco Community 4.x
- Alfresco Enterprise 4.x
Check out the project if you have not already done so
git clone https://github.com/atolcd/alfresco-my-deleted-items.git
Ant build scripts are provided to build AMP files containing the custom files. Before building, ensure you have edited the 'build.properties' files to set the path to your Alfresco SDK.
To build AMP files, run the following command from the base project directory:
ant dist-amp
This extension is a standard Alfresco Module, so experienced users can skip these steps and proceed as usual.
-
Stop Alfresco
-
Use the Alfresco Module Management Tool to install the modules in your Alfresco and Share WAR files:
java -jar alfresco-mmt.jar install auditshare-module-alfresco-X.X.X.amp $TOMCAT_HOME/webapps/alfresco.war -force java -jar alfresco-mmt.jar install auditshare-module-share-X.X.X.amp $TOMCAT_HOME/webapps/share.war -force
-
Delete the '$TOMCAT_HOME/webapps/alfresco/' and '$TOMCAT_HOME/webapps/share/' folders. Caution: please ensure you do not have unsaved custom files in the webapp folders before deleting.
-
Start Alfresco
This module uses latest Share 4.x extension mechanisms.
You can deploy/undeploy AuditShare menus directly from : http://server:port/share/page/modules/deploy
This extension is licensed under GNU Library or "Lesser" General Public License (LGPL)
.
Created by: [Julien BERTHOUX] (https://github.com/jberthoux) and [Bertrand FOREST] (https://github.com/bforest)
[Atol Conseils et Développements] (http://www.atolcd.com) is Alfresco [Gold Partner] (http://www.alfresco.com/partners/atol)
Follow us on twitter [ @atolcd] (https://twitter.com/atolcd)