File tree Expand file tree Collapse file tree 7 files changed +26
-6
lines changed Expand file tree Collapse file tree 7 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 1+ 10.0.4.0.0 (Sep, 11, 2018)
2+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+ * Fix: cmis_web: clear rows before reloading the table to avoid error if an
5+ expanded row is no more into the reloaded info.
6+ * Fix: prevent error on first preview if the document name contains invalid
7+ characters.
8+ * Fix: refresh the table when the data on the current view are refreshed.
9+ * Improvement: cmis_proxy : Improve modularity of _check_access_operation.
10+ It's now possible to define a method '_check_cmis_access_operation' on the
11+ model to adapt the _check_access_operation behaviour.
12+ * Improvement: New dialog to resolve conflict when we try to create a new
13+ document with the same name as an existing one.
14+ * Improvement: New dialog to rename cmis content.
15+ * Ensure compatibility with the next version of cmislib (py3 compat)
16+ available into github `<https://github.com/apache/chemistry-cmislib/tree/
17+ py3_compat> `_ or svn `<https://svn.apache.org/repos/asf/chemistry/cmislib/
18+ branches/py3_compat/> `_
19+ * Fix: cmis_field: Add support for cmis_folder defined as related
20+
12110.0.3.0.1 (Jan, 30, 2018)
222~~~~~~~~~~~~~~~~~~~~~~~~~~
323
Original file line number Diff line number Diff line change 44
55{
66 'name' : 'CMIS for Alfresco' ,
7- 'version' : '10.0.3 .0.0' ,
7+ 'version' : '10.0.4 .0.0' ,
88 'summary' : 'Alfresco extension for the CMIS Connector' ,
99 'category' : 'Document Management' ,
1010 'author' : "ACSONE SA/NV" ,
Original file line number Diff line number Diff line change 44
55{
66 'name' : 'Alfodoo CMIS Field' ,
7- 'version' : '10.0.3 .0.1 ' ,
7+ 'version' : '10.0.4 .0.0 ' ,
88 'summary' : 'Specialized field to work with a CMIS server' ,
99 'category' : 'Document Management' ,
1010 'author' : "ACSONE SA/NV " ,
Original file line number Diff line number Diff line change 88 'category' : 'Document Management' ,
99 'author' : 'ACSONE SA/NV' ,
1010 'website' : "http://alfodoo.org" ,
11- 'version' : '10.0.3 .0.0' ,
11+ 'version' : '10.0.4 .0.0' ,
1212 'license' : 'AGPL-3' ,
1313 'price' : 400 ,
1414 'currency' : 'EUR' ,
Original file line number Diff line number Diff line change 88 'category' : 'Document Management' ,
99 'author' : 'ACSONE SA/NV' ,
1010 'website' : "http://alfodoo.org" ,
11- 'version' : '10.0.3 .0.0' ,
11+ 'version' : '10.0.4 .0.0' ,
1212 'license' : 'AGPL-3' ,
1313 'depends' : [
1414 'cmis_alf' ,
Original file line number Diff line number Diff line change 77 'summary' : """
88 Odoo as proxy server for your cmis requests.""" ,
99 'category' : 'Document Management' ,
10- 'version' : '10.0.3 .0.0' ,
10+ 'version' : '10.0.4 .0.0' ,
1111 'license' : 'AGPL-3' ,
1212 'author' : 'ACSONE SA/NV' ,
1313 'website' : 'http://alfodoo.org/' ,
Original file line number Diff line number Diff line change 55{
66 'name' : 'Alfodoo CMIS Web Proxy for Alfresco' ,
77 'category' : 'Document Management' ,
8- 'version' : '10.0.3 .0.0' ,
8+ 'version' : '10.0.4 .0.0' ,
99 'license' : 'AGPL-3' ,
1010 'author' : 'ACSONE SA/NV' ,
1111 'website' : 'http://alfodoo.org/' ,
You can’t perform that action at this time.
0 commit comments