content-management-platform
Hi, When I trying to clone release 5.6.0-HF31 I have this error python clone.py release-5.6.0-HF31
$> git fetch origin
$> git checkout --track -b release-5.6.0-HF31 origin/release-5.6.0-HF31 -q
fatal: Cannot update paths and switch to branch ...
0 votes
1 answers
0 comments
1878 views
Bonjour J'ai pu créer un nouvel utilisateur en utilisant CURL: set header="Content-Type: application/json"
set auth="Administrator:Administrator"
set u="xxx"
set url="http://localhost:8081/nuxeo/api/v1/user"
set data="{ \"entity-type\": \"user\", ...
1 votes
1 answers
0 comments
2849 views
I wish to use the Nuxeo S3 Binary Manager with my Eucalyptus Cloud deployment. In order for me to do so I need to set the endpoint of the S3 client to the IP address of my Eucalyptus cloud controller. Is there a way to do this currently? “Eucalyptus ...
0 votes
1 answers
0 comments
1915 views
I need to customize the notifications associated with comments added on documents. For the notification service I found the extension points “notifications” and “templates” below, but I can not find an extension to the component ...
0 votes
1 answers
0 comments
3574 views
I am currently deleting a document from Nuxeo repository using the following code: String myDocumentPath = // path to a folder DocumentRef myFolderRef = new PathRef(documentPath); if(aSession.exists(myFolderRef) && ...
0 votes
2 answers
1 comments
3858 views
Hi There, I've installed the template-rendering-addon and configured it to automatically associate to a documenttype. If I create a new document by using the web interface of Nuxeo it works fine. However if I try to create a new document using the ...
0 votes
0 answers
0 comments
1853 views
Bonjour J'ai installé nuxeo-platform-importer-1.3.0 avec succès. J'ai testé avec succès en utilisant le randomImporter curl -v --basic -u "Administrator:Administrator" ...
0 votes
0 answers
0 comments
2446 views
Hi, I would like to override the faceted_search_default to delete 2 fields (dc:coverage and dc:subjects). I try to do that in Studio via a xml extension point but it don't work at all. <extension ...
0 votes
1 answers
0 comments
2421 views
I have assigned the same task on the same document twice? Is this allowed in Nuxeo? The log are here link text Thanks
0 votes
0 answers
0 comments
1464 views
I am running 5.8 and downloaded the HF08 patch and was able to run nuxeoctl pack to create the zip file. I had preconfigured the install with my custom content types jar and installed to plugins. After deploying the static war I do not see the ...
0 votes
1 answers
0 comments
1648 views
Nuxeo 5.8 Postgres 9.2 I need another repository besides the default one. Its role is to be an archive of old documents. I have defined it as a contribution: <repository name="documentArchive" ...
0 votes
1 answers
1 comments
2658 views
Hi, If I create a notification on a document, my “user” is then listed as registered. The hyperlink is of the form nuxeo/user/user: thanks François
0 votes
1 answers
0 comments
1263 views
I have created a custom content type called upf_faq which has several metadata properties. I am able to create the content manually from Nuxeo and set the properties, so I am confident that my content types are configured as they should be. I ...
1 votes
1 answers
1 comments
2008 views
Hi, there is “Users & Groups” tab into “HOME” tab. I need to block this “Users & Groups” tab or dont let to some users o groups look for other user o see the users list. Where i can configure this? Thanks
0 votes
1 answers
2 comments
2996 views
Hello, On Nuxeo 5.6 I had a code that worked. Context : a folder fofo where a user Auser had'nt any rights. I used an automation chain User&group>login as Administrator set temporary acl “mycustom” on this folder fofo to this user Auser. ...
0 votes
0 answers
0 comments
2290 views