Plugins Directory » Redmine Cmis Plugin
|
Author: | Zuinq Studio |
---|---|---|
Website: | http://www.zuinqstudio.com | |
Code repository: | https://github.com/zuinqstudio/redmine_cmis | |
Registered on: | 2011-05-08 (over 13 years ago) | |
Current version: | 0.0.4 | |
Compatible with: | Redmine 1.0.x, 1.1.x, 1.2.x, 1.3.x | |
User ratings: |
This plugin enables a new project module that allows to upload documents on a Cmis compatible server.
Once the module is activated, a new project tab will appear, in which you'll be able to upload documents just as you used to do on Documents tab.
Documents uploaded via Cmis tab will be stored on the configured Cmis server, in PATH_BASE/project_name/category/document/attachment
Last, but not least, the plugin relies on ActiveCmis ruby gem, written by xaop. You can read more about them on http://xaop.com/labs/
Tested against Alfresco Cmis Services
Screenshots¶
Upload documents from the new Cmis tab, just like you used to do on the original Documents tab¶
Access your uploaded documents via Cmis tab¶
You can also watch and share your documents via the configured CMS¶
Plugin configuration¶
Installation notes
- Install the activecmis gem, as described on http://www.xaop.com/blog/2010/04/13/gentle-introduction-to-activecmis/
- Unzip the plugin in your redmine/vendor/plugins/ folder.
- Migrate database with rake db:migrate_plugins
- Once the plugin is installed, you must open the plugin configuration in Admin->Plugins_Configuration, and configure your Cmis connection (url, repository Id, user/password and documents base path)
- Enjoy!
Changelog
0.0.4 (2011-10-24)
Compatible with Redmine 1.0.x, 1.1.x, 1.2.x, 1.3.x.
Fixed compatibility with Nuxeo ECM.
0.0.3 (2011-06-29)
Compatible with Redmine 1.0.x, 1.1.x, 1.2.x, 1.3.x.
Deutsch translation by cforce
0.0.2 (2011-06-28)
Compatible with Redmine 1.0.x, 1.1.x, 1.2.x, 1.3.x.
Changes on Cmis repository documents will be automatically refreshed on redmine side as you navigate through documents (just changes on repository documents, not folders)
0.0.1 (2011-05-08)
Compatible with Redmine 1.0.x, 1.1.x, 1.2.x.