Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Start a workflow in Funkload

Hi, Using Funkload to stress test a client's Nuxeo instance / infrastructure. What would be the best/easiest way to test Workflow start and realisation? I tried using def startWorkflow(self): print "Starting workflow tab" ret = self.viewDocum...

patrek by Star Contributor
  • 1421 Views
  • 6 replies
  • 1 kudos

Speed up import

Based on the nuxeo-platform-importer package we have developed our own importer tool. Up to one million documents the average import speed is about 250 docs/sec. Importing further documents takes more and more time and the average speed goes down to ...

abc_xyz by Champ in-the-making
  • 755 Views
  • 2 replies
  • 0 kudos

How to configure default website theme?

I have a 'Site' that I created in my Nuxeo instance that is going to be our default landing page for our users. However, I want to theme it to use our color scheme. Where can I edit the css for the default 'Site' template? In the source of the sit...

Show my Sub Version Files

Hi, first of all sorry for my english, i recently downloaded your DM aplication, and i want to know if there is any posibility to point to my svn repository so the dm show all folders and sub folder with the documents inside, or i have to replicate t...

Alvaro_ by Champ in-the-making
  • 554 Views
  • 2 replies
  • 0 kudos

Nuxeo DM and SSL Firewalls

Is it possible to configure Nuxeo 5.4.2 DM to manage HTTP headers for Cache-control and Pragma as Office docs do not load in IE 6+ (works fine in all other browsers) - seems it was fixed in 5.3.2 of main Nuxeo Platform (https://jira.nuxeo.com/browse/...

Alistair_ by Champ in-the-making
  • 510 Views
  • 2 replies
  • 0 kudos

Resolved! Calendar feature in DM ?

Hi, Does it exist any feature like calendar (I don t mean date picker) available in Nuxeo DM ? if not, how could we plug such functionalities in Nuxeo DM ? Regards, Jérôme & Raf

JeromeRaf_ by Champ in-the-making
  • 842 Views
  • 3 replies
  • 1 kudos

How to dynamically rerun a Content View query?

I have a content view with the following query ecm:mixinType != 'HiddenInNavigation' AND ecm:isCheckedInVersion = 0 AND ecm:currentLifeCycleState != 'deleted' and ecm:parentId=? AND ecm:primaryType =? and as query parameters #{currentDocument.id} #{...

Resolved! How do I read a document's UID into a context variable?

I've tried: Value: expr:@{Document["uid:uid"]} in a Execution Context > Set Context variable (traindocuid) and get a blank(null?) when I use the traindocid variable in a User Interface > Add Info message as a check. Message value is: traindocuid = @{...

Resolved! Nuxeo automation client

Hello I already saw the NXQL documentation and there are some questions that I have about it. I saw those two statements: SELECT * FROM Document SELECT * FROM Folder Then I executed the next queries and I got the same result SELECT * FROM File WHERE...

Resolved! Workflow problem from userworkspaces (hotfix 3 and up only)

Hello If i make a workflow and the document stands in my userworkspace, the user opening the workflow from his tasks gets this error http://pastebin.com/LGun0J3W I logon as user and go to my personal workspace.Open a document and select the workflow ...

Gmail Gadget

I am trying to add a Gmail Gadget (as an external gadget) but I can not find where to insert the username/password for authetication.