M.-A. DARCHE | 18 Apr 16:58

Upgrade steps reference doc

Hello,

There is now a reference doc about CPS upgrade steps:
http://svn.nuxeo.org/trac/pub/browser/CPS3/products/CPSDefault/trunk/doc/howto-implement_upgrade_steps.txt

It has been contributed by Jose Luis de la Rosa in
http://cpsproject-howto.blogspot.com/2007/06/how-to-implement-upgrades.html
and then integrated in the CPS project with his authorization.
Thanks again Jose.

Cheers,

--

-- 
Marc-Aurèle DARCHE
Open Source Enterprise Content Management (ECM)   http://www.nuxeo.org/
NUXEO (Paris, France)                             http://nuxeo.com/

_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel

Richard MAHONEY | 16 Apr 02:14
Picon
Favicon

CPSRSS-0.9.0 | CPS-3.4.5 | How to enable/configure

[My apologies for cross posting, I'm not sure which list is most active
now)

Dear Readers,

Currently I'm using SPIP to syndicate a number of external RSS feeds
(1.0 and 2.0) at Indica et Buddhica - Tabulae:

 http://tabulae.indica-et-buddhica.org/

SPIP has excellent support for incorporating and managing external
feeds but unfortunately the performance and scalability of SPIP/PHP --
within my environment at least -- does not come anywhere close to CPS
-- which I've happily been using for a long time for the top level
domain of Indica et Buddhica:

 http://indica-et-buddhica.org/

I'd very much like to migrate all of the material held by SPIP to my
existing instance of CPS. I was hoping to be able to manage the RSS
feeds with the CPSRSS-0.9.0 that comes bundled with CPS-3.4.5.

After spending a good while reading documentation (including
CPSRSS-0.9.0/README.txt - ancient??) and various mailing list queries,
and trying to set up some test feeds, I am failing to make any real
progress. This is what I've done so far:

1./ manually installed and tested CPSRSS using the CPSRSS Installer
(unnecessary now that CPSRSS is already installed by default?)

(Continue reading)

danieltellez | 21 Feb 10:44
Picon

datetime widget error on directories solved

Hi all,

We've found an error when we use datetime widget on directories. If you 
click on "..." button, you get an incorrect behavior.

We've solved it by including this code on style_slot on 
cpsdocument_edit_form.pt and cpsdocument_create_form.pt:

<style type="text/css"
      tal:content="string:@import 
url(${base_url}calendar-win2k-1.css);"></style>
    <script type="text/javascript" src="calendar.js"
      tal:attributes="src string:${base_url}calendar.js"></script>
    <script type="text/javascript" src="lang/calendar-en.js"
      tal:define="local cpsmcat/getSelectedLanguage"
      tal:attributes="src 
string:${base_url}calendar-lang/calendar-${local}.js"></script>
    <script type="text/javascript" src="calendar-setup.js"
      tal:attributes="src string:${base_url}calendar-setup.js"></script>

Best regards.

--

-- 
Daniel Téllez Sabán.
CTO - Director de Desarrollo.
Yerbabuena Software. 
danieltellez@...
http://www.yerbabuena.es
Tlf/Fax: 902 995 246 Móvil: 615 051 283

(Continue reading)

David | 30 Nov 11:08
Picon

I cannot import external themes

Hi all:

I'm trying to import external themes following the next steps:

0. Create a new File in the  Portal containing the *.zexp file generated 
by the theme exporting tool.

1. Add a new theme:

  ID: printable
  Theme URL: 
http://localhost:8081/webgen/workspaces/otrotheme/downloadFile/file/printable.zexp

2. Click on check for Updates. I get the "New theme available!" on the 
"Status" column.

3. Check my "printable" theme and click on "Install updates".

4. I get next error:

Error Type: 	ExportError
Error Value: 	

Invalid export header

Traceback: 	

Traceback (innermost last):

    * Module ZPublisher.Publish, line 115, in publish
(Continue reading)

Favicon

Invitación a mi red de XING

XING - Powering Relationships

Hola,

Ésta es una invitación a XING - te lo recomiendo. Es una forma muy efectiva de establecer contactos con gente de tu sector.

Además, no cuesta nada.

Saludos,
Hector Miuler Malpica Gallegos



XING es gratis y no se tarda ni un minuto en registrarse.


© XING AG http://www.xing.com
_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel
danieltellez | 29 Oct 11:20
Picon

how to create a directory programatically

Bonjour!!

I'm trying to create a directory programatically, but i'm getting errors 
when I try to use the _setObject() method.
This is my code:

dtool = context.portal_directories

dir = ZODBDirectory( ... )

# here i assert that ZODBDirectory is created correctly

dtool._setObject(dir.getId(),dir)

When I comment _setObject method, all runs correctly. But when I 
discomment it, I get the next error:

Traceback (innermost last):

  Module ZPublisher.Publish, line 115, in publish

  Module ZPublisher.mapply, line 88, in mapply

  Module ZPublisher.Publish, line 41, in call_object

  Module Products.CMFCore.FSPythonScript, line 108, in __call__

  Module Shared.DC.Scripts.Bindings, line 311, in __call__

  Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec

  Module Products.CMFCore.FSPythonScript, line 142, in _exec

   - <FSPythonScript at /aselex/aselex_creardirectorio>

RuntimeError: PortalASELEX/skins/aselex_default/aselex_creardirectorio.py has errors.

 /home/conchimartin/instances/development/Products/CMFCore/FSPythonScript.py(142)_exec()

-> raise RuntimeError, '%s has errors.' % self._filepath

When I put this line nor even logger asserts are printed.

I've tried putting the next lines in a AllowModules script:

from AccessControl import ModuleSecurityInfo

ModuleSecurityInfo('Products.CPSDirectory.ZODBDirectory').declarePublic('ZODBDirectory')
ModuleSecurityInfo('Products.CPSDirectory.CPSDirectoryTool').declarePublic('_setObject')

... Nothing.

Of course, I've tried to use manage_addCPSDirectory... but i don't think 
this was a great idea...

Any smart people out there that could help me ?? Many thanks in advance.

--

-- 
Daniel Téllez Sabán. 
Director Dpto I+D.
Yerbabuena Software. 
danieltellez@...
http://www.yerbabuena.es
Tlf/Fax: 902 995 246 Móvil: 615 051 283

_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel

hlr fa | 26 Oct 13:48
Picon

How to extract a CPS database to a set of XML files ?

We're currently using CPS 3.3.5 and we want to extract its contents into XML files.
As a CPS beginner, I'm wondering if some API does exist for extracting the hole content of my site in order to create a set of XML files. These files should conserve also the initial structure.

Thanks for your help
Lanto

Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel
danieltellez | 10 Oct 17:51
Picon

something like jasper reports ??

Bonjour!!

I want to print different types of reports, like bills, orders, etcetera...
To do this I need a product that makes this kind of tasks easily... 
something like jasper reports or crystal reports.

If anyone knows some product like this for CPS, I will be grateful.

If not, I'm going to develop it... so please tell me quickly !! ;)

many many many thanks in advance !!

--

-- 
Daniel Téllez Sabán. 
Yerbabuena Software. Dpto I+D.
danieltellez@...
http://www.yerbabuena.es
Tlf/Fax: 902 995 246 Móvil: 615 051 283

_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel

Müge YARANLI | 18 Sep 11:06
Picon

Cannot upload word documents

Hi,

 

My CPS site suddenly started to fail uploading word documents- although I made no change…

 

In order to overcome the problem, I installed wvHtml once again, but the problem still persists. So has anybody met this error before, and do you have any idea how to fix it?

 

Thanks…

 

----------

Traceback (innermost last):

  Module ZPublisher.Publish, line 115, in publish

  Module ZPublisher.mapply, line 88, in mapply

  Module ZPublisher.Publish, line 41, in call_object

  Module Products.CMFCore.FSPythonScript, line 108, in __call__

  Module Shared.DC.Scripts.Bindings, line 311, in __call__

  Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec

  Module Products.CMFCore.FSPythonScript, line 164, in _exec

  Module None, line 26, in cpsdocument_create

   - <FSPythonScript at /cpsUZAY/cpsdocument_create used for /cpsUZAY/workspaces/uydu-teknolojileri-grubu/kalite-yonetimi>

   - Line 26

  Module Products.CMFCore.FSPythonScript, line 108, in __call__

  Module Shared.DC.Scripts.Bindings, line 311, in __call__

  Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec

  Module Products.CMFCore.FSPythonScript, line 164, in _exec

  Module None, line 28, in cpsdocument_create_do

   - <FSPythonScript at /cpsUZAY/cpsdocument_create_do used for /cpsUZAY/workspaces/uydu-teknolojileri-grubu/kalite-yonetimi>

   - Line 28

  Module Products.CPSCore.CPSTypes, line 60, in invokeFactory

  Module Products.CPSWorkflow.workflowtool, line 310, in invokeFactoryFor

  Module Products.CPSWorkflow.workflowtool, line 447, in _createObject

  Module Products.CPSCore.ProxyTool, line 176, in createRevision

  Module Products.CPSCore.ObjectRepositoryTool, line 132, in createRevision

  Module Products.CPSCore.CPSTypes, line 112, in constructContent

  Module Products.CPSDocument.FlexibleTypeInformation, line 237, in _constructInstance

  Module Products.CPSSchemas.DataModel, line 337, in _commit

  Module Products.CPSSchemas.DataModel, line 359, in _commitData

  Module Products.CPSSchemas.BasicFields, line 568, in computeDependantFields

  Module Products.CPSSchemas.FileUtils, line 71, in convertFileToText

  Module Products.CPSSchemas.FileUtils, line 57, in _convertFileToMimeType

  Module Products.PortalTransforms.TransformEngine, line 115, in convertTo

  Module Products.PortalTransforms.chain, line 32, in convert

  Module Products.PortalTransforms.zope.Transform, line 169, in convert

  Module Products.PortalTransforms.transforms.word_to_html, line 36, in convert

  Module Products.PortalTransforms.transforms.office_wvware, line 18, in __init__

  Module Products.PortalTransforms.libtransforms.commandtransform, line 19, in __init__

  Module Products.PortalTransforms.libtransforms.utils, line 25, in bin_search

MissingBinary: Unable to find binary "wvHtml"

 

 

_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel
Jose Jiménez López | 12 Sep 16:44
Picon
Favicon

Re: possible update for CPSCasSso

ok! don't worry, i will wait that you can create me an account.

Thanks.
Jose Jiménez López Becario de Sistemas FUNDACIÓN IAVANTE jose.jimenez-PttKq6FmaWE8QMA/Cy+x5VaTQe2KTcn/@public.gmane.org Tel. 958 00 22 63 Este correo electrónico y, en su caso, cualquier fichero anexo, contiene información confidencial exclusivamente dirigida a su(s) destinatario(s). Toda copia o divulgación deberá ser autorizada por IAVANTE. This e-mail and any attachments are confidential and exclusively directed to its adressee(s). Any copy or distribution will have to be authorized by IAVANTE.
M.-A. DARCHE wrote:
Jose Jiménez López a écrit :
ok, but i havent permissions to write in the repository. could you give me permissions? or what do you need to make the changes yourself? a diff of the modified files and the new files?
Hello, I'm too busy at the moment with clients to do anything myself. Try to do the import with one of your colleagues who has write access or please wait some days before I can create you an account. Sorry for the delay.
_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel
Jose Jiménez López | 12 Sep 16:33
Picon
Favicon

Re: possible update for CPSCasSso

ok, but i havent permissions to write in the repository.

could you give me permissions? or what do you need to make the changes yourself? a diff of the modified files and the new files?



M.-A. DARCHE wrote:
Jose Jiménez López a écrit :
Hi everybody, recently i need to use the CPSCasSso product. For installation, i have modified it to create a profile in order to install it instead of using the old CPSInstaller product. This could be an interesting update to include in the repository.
Go on. Thanks,


Jose Jiménez López Becario de Sistemas FUNDACIÓN IAVANTE jose.jimenez-PttKq6FmaWE8QMA/Cy+x5VaTQe2KTcn/@public.gmane.org Tel. 958 00 22 63 Este correo electrónico y, en su caso, cualquier fichero anexo, contiene información confidencial exclusivamente dirigida a su(s) destinatario(s). Toda copia o divulgación deberá ser autorizada por IAVANTE. This e-mail and any attachments are confidential and exclusively directed to its adressee(s). Any copy or distribution will have to be authorized by IAVANTE.
_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel

Gmane