RE: OpenCMIS release proposal

2010-05-10 Thread Goetz, Paul
Hi, concerning the release documentation: In order to be able to separate the documentation for the different topics (cmislib, Internal, OpenCMIS), I would propose that we do this via child pages. This means that the documentation for a specific topic has to be a child document of that topic

Re: Creating a folder

2010-05-10 Thread Ugo Cei
On May 10, 2010, at 5:28 PM, Florian Müller wrote: I have seen that before. Are you using an Alfresco server? There is a bug that has been fixed in Alfresco 3.3g. Alfresco Community 3.3. Looks like I have to upgrade to 3.3g, right? Doesn't seem to be already available though. Possibly I

RE: Creating a folder

2010-05-10 Thread Florian Müller
That's one valid way to do it. The Folder class also has a createFolder() method. It would save you one line if you would use that instead of the one provided by the Session class. ;-) If you don't want to provide ACLs and policies, you can just pass nulls instead of empty lists. Florian

Re: Creating a folder

2010-05-10 Thread Ugo Cei
On May 10, 2010, at 6:03 PM, Florian Müller wrote: That's one valid way to do it. The Folder class also has a createFolder() method. It would save you one line if you would use that instead of the one provided by the Session class. ;-) Folder.createFolder takes one more argument, though:

Re: Offer to Contribute PHP CMIS Client Library to Apache Chemistry

2010-05-10 Thread Nick Burch
On Mon, 10 May 2010, Richard McKnight wrote: I have added a JIRA issue to propose submitting a PHP CMIS Client library to the Apache project. This client library is being used as part of the Drupal CMIS module. mentor hat on Who's been involved in devloping the code? Is it just yourself, or

Re: Offer to Contribute PHP CMIS Client Library to Apache Chemistry

2010-05-10 Thread Rich McKnight
Up to this point, I have been the sole developer. Catalin Balan (http://drupal.org/user/435484) who is the main committer for the CMIS Drupal Module (http://drupal.org/project/cmis). Sent me a few patches when he used it in the CMIS Module for Drupal.RichOn May 10, 2010, at 3:39 PM, Nick Burch