linzhixing

Results 31 issues of linzhixing

With some version of CMIS Workbench(like 0.12.0), there is a problem of SOAP. With 0.10.0 it seems to work correctly.

bug

Expose user/group also in the form of cmis:item. CMIS client can put them into OpenCMIS cache, in addition to that it is more beautiful if we can handle with any...

enhancement

Rendition MIMEtype and length are provided with those of ContentStream.

bug

It is maybe desired to create and put zip files on the server side for a certain period of time.

enhancement

Better for downloading multiple files.

enhancement

Implement multiple files downloading as a zip file or something like that.

enhancement

At the moment Solr always goes to see CMIS change logs for indexing. It goes well with incremental indexing, though, brings about performance problem for full indexing, which requires to...

enhancement

If you specify `repositories.setting.file` property in app-server-solr.properties in tomcat shared/classes, setting file was not correctly read. This caused NullPointerException in CmisServiceFactory L132: ``` RepositorySetting setting = getRepositorySettings().get(repositoryId); ```

bug

Now ``` "childrenNames": { "map": "function(doc) {var result={}; result[doc.name]=doc._id; if (doc.type == 'cmis:document' || doc.type == 'cmis:folder') emit(doc.parentId, doc.name);}" } ``` `var result={}; result[doc.name]=doc._id;` does no work.

enhancement