Re: [zope-pt] TextindexNG 3.1.9 - Erro na conversão do índice

2006-07-08 Por tôpico xiru



Erro de component lookup parece algo relacionado com o registro dos conversores de conteudo no ZCML. O TextIndexNG2 usa adapters para possibilitar a conversao e indexacao de conteudo, baseado no FIVE. 
On 7/6/06, gerente_projeto2006 [EMAIL PROTECTED] wrote:



Caros amigos da lista...

Estou usando (tentando) usar o TextIndexNG v. 3.1.9 num Zope 2.9.3 = 
PLone 2.1.2. Compilei usando Python 2.4.3.

Está dando erro no Plone Setup na hora em que eu clico para 
converter o índice (Convert SearchableText index to TextIndexNG 
Version 3 instance).

Tipo do Erro - ComponentLookupError
Msg de Erro - txng.lexicons.default

Alguém sabe como resolver? O que encontrei na net não ajudou muito.

Alguém pode me recomendar versões do Zope/Plone/Txng em que tudo 
funcione bem?

Valeu gente!

Paulo









-- Fabiano Weimar dos SantosPlone Developer and Consultant

__._,_.___





Para enviar uma mensagem: zope-pt@yahoogrupos.com.br
Para desistir envie uma mensagem em branco para: [EMAIL PROTECTED]








   



  




  
Yahoo! Grupos, um serviço oferecido por:
  
  

PUBLICIDADE




  
  



  




  
Links do Yahoo! Grupos

Para visitar o site do seu grupo na web, acesse:http://br.groups.yahoo.com/group/zope-pt/
Para sair deste grupo, envie um e-mail para:[EMAIL PROTECTED]
O uso que você faz do Yahoo! Grupos está sujeito aos Termos do Serviço do Yahoo!.






__,_._,___



Re: [zope-pt] TextindexNG 3.1.9 - Erro na conversão do índice

2006-07-08 Por tôpico xiru



So uma observacao (não tem nada a ver com a pergunta, mas achei que valia a pena comentar): Plone 2.0 roda com Zope 2.9.3, mas nao o Plone 2.0 padrao. Para fazer isso, é necessario upgrade do CMF 1.4 do SVN branch e rodar provavelmente o Archetypes 
1.3 (nao sei se a versao 1.2.5rc2 é compativel com Zope 2.9.3).To rodando temporariamente um setup de Plone 2.0.x e Zope 2.9.3 e tem funcionado bem (até eu conseguir migrar o Plone também :-)
On 7/7/06, Jean Rodrigo Ferri [EMAIL PROTECTED] wrote:



gerente_projeto2006 escreveu:
 Caros amigos da lista...
 
 Estou usando (tentando) usar o TextIndexNG v. 3.1.9 num Zope 2.9.3 = 
 PLone 2.1.2. Compilei usando Python 2.4.3.

O Plone 2.1 deve ser utilizado com Zope 2.7 ou 2.8 e Python 2.3, veja a 
lista de compatibilidade[1].

Algo contra usar o TextIndexNG2? Ele está funcionando bem com Plone 2.0 
e 2.1.

[1] http://plone.org/development/info/version-overview

Abraço,

-- 
Jean Ferri

 

 
  
___ 
Você quer respostas para suas perguntas? Ou você sabe muito e quer compartilhar seu conhecimento? Experimente o Yahoo! Respostas !
http://br.answers.yahoo.com/





-- Fabiano Weimar dos SantosPlone Developer and Consultant

__._,_.___





Para enviar uma mensagem: zope-pt@yahoogrupos.com.br
Para desistir envie uma mensagem em branco para: [EMAIL PROTECTED]








   



  




  
Yahoo! Grupos, um serviço oferecido por:
  
  

PUBLICIDADE




  
  



  




  
Links do Yahoo! Grupos

Para visitar o site do seu grupo na web, acesse:http://br.groups.yahoo.com/group/zope-pt/
Para sair deste grupo, envie um e-mail para:[EMAIL PROTECTED]
O uso que você faz do Yahoo! Grupos está sujeito aos Termos do Serviço do Yahoo!.






__,_._,___



[zope-pt] Problema de seguranca com reStructuredText no Zope (era: [EMAIL PROTECTED]: [Zope-Annce] Security alert: use of Through-the-Web reStructuredText])

2006-07-08 Por tôpico Sidnei da Silva
Repassando, caso alguem nao esteja cadastrado na lista zope-announce.

Para os usuarios Windows que estao utilizando o instalador do Plone,
ja tem um instalador do hotfix disponivel (instala *apenas* o hotfix,
vc precisa ter o Plone ja instalado):
http://awkly.org/files/plone/setup-community-2006.07.05-hotfix-5695.exe

- Forwarded message from Jim Fulton [EMAIL PROTECTED] -

From: Jim Fulton [EMAIL PROTECTED]
To: zope-announce@zope.org
Date: Sat, 8 Jul 2006 08:43:23 -0400
Subject: [Zope-Annce] Security alert: use of Through-the-Web reStructuredText
X-Spam-Status: No, score=-2.6 required=3.5 tests=BAYES_00 autolearn=ham 
version=3.1.0
X-Spambayes-Classification: ham; 0.00
X-Mailer: Apple Mail (2.752.2)

Recently, a serious security flaw was found in Zope 2 due to it's  
improper support for allowing reStructuredText to be edited through- 
the-web.  reStructuredText has directives that allow inclusion of any  
file a Zope process could read and inclusion of data obtained from  
fetching arbitrary URLs.  In a trusted environment, these directives  
have legitimate uses.  The feature of including files and URL results  
should not be enabled for text entered from untrusted sources, which  
applies to most through-the-web interactions.

The recent hotfix:

  http://www.zope.org/Products/Zope/Hotfix-2006-07-05/Hotfix-2006-07-05

addresses the problem for Zope 2.

It is safe to allow reStructuredText through the web with care.  The  
inclusion of files or URL results can be disabled, but the programmer  
must explicitly disable the feature.  It is not disabled by default.   
It is also critical that a developer who exposes through-the-web  
reStructuredText have tests to verify that the file/url inclusion  
feature has been disabled.

Zope 3 itself, as released, doesn't have this problem because it  
doesn't allow reST entry through the web.  There are third-party  
applications, however, including 2 packages in the Zope 3 subversion  
tree that do have this problem.  I strongly urge you to avoid using  
any Zope package that allows through-the-web input of  
reStructuredText unless you can verify that file/url has been  
properly disabled.

The zwiki and bugtracker packages do not currently disable file/url  
inclusion and should not be used in situations in which users who are  
not highly trusted have access to these applications.  If you are  
using a Zope 3 checkout, these packages are currently included and  
enabled.  I plan to remove these packages from the Zope 3 repository  
tree within the next few hours.  If you are using a checkout-based  
Zope 3 installation that exposes these packages to untrusted users,  
you are strongly urged to disable these packages by removing the  
following files from your package-includes directory:

  zwiki-configure.zcml
  bugtracker-configure.zcml

Removing these files will also avoid problems when you update your  
checkout later, as these will refer to non-existent packages.

Jim

--
Jim Fulton  mailto:[EMAIL PROTECTED]Python 
Powered!
CTO (540) 361-1714   
http://www.python.org
Zope Corporationhttp://www.zope.com http://www.zope.org



___
Zope-Announce maillist  -  Zope-Announce@zope.org
http://mail.zope.org/mailman/listinfo/zope-announce

 Zope-Announce for Announcements only - no discussions

(Related lists - 
Users: http://mail.zope.org/mailman/listinfo/zope
Developers: http://mail.zope.org/mailman/listinfo/zope-dev )

- End forwarded message -
- Forwarded message from Jim Fulton [EMAIL PROTECTED] -

From: Jim Fulton [EMAIL PROTECTED]
To: zope-announce@zope.org
Date: Wed, 5 Jul 2006 17:53:05 -0400
Subject: [Zope-Annce] Serious security problem with Zope 2
X-Spam-Status: No, score=-2.6 required=3.5 tests=BAYES_00 
autolearn=unavailable version=3.1.0
X-Spambayes-Classification: ham; 0.00
X-Mailer: Apple Mail (2.752.2)

We have recently discovered that there are (still) very serious security
problems with the integration of reStructured Text (docutils) into
Zope 2.

We have prepared a hot fix for this problem:

  http://www.zope.org/Products/Zope/Hotfix-2006-07-05/Hotfix-20060705/

See:
http://www.zope.org/Products/Zope/Hotfix-2006-07-05/Hotfix-20060705/ 
README.txt
for installation instructions.

It is important to install this hotfix as soon as possible.

This fix will disable the reStructuredText 'raw' directive.

Much thanks goes to Tres Seaver for analyzing the problem and  
developing the hotfix!

Jim

--
Jim Fulton  mailto:[EMAIL PROTECTED]Python 
Powered!
CTO (540) 361-1714   
http://www.python.org
Zope Corporationhttp://www.zope.com http://www.zope.org



___
Zope-Announce maillist  -  Zope-Announce@zope.org

Re: [zope-pt] TextindexNG 3.1.9 - Erro na conversão do índice

2006-07-08 Por tôpico JJ (Arnaldo Janz Júnior)



Xirú,Meio OT mas ... O q t leva a criar esses plones/zopes a lá Frankenstein? ... ;-DAlguma característica q vc gosta nos pedaços q vc junta ou pura necessidade mesmo?A parte q ñ é OT dessa mensagem é q quero saber se isso é uma prática comum.
[ ],-- JJ (|´:¬{)»-Eu
sou a ressurreição e a vida. Quem crê em mim, ainda que morra, viverá;
e todo o que vive e crê em mim não morrerá, eternamente. Crês isto?O Senhor, Jesus Cristo - Jo.11:25-26-
2006/7/8, xiru [EMAIL PROTECTED]:



So uma observacao (não tem nada a ver com a pergunta, mas achei que valia a pena comentar): Plone 2.0 roda com Zope 2.9.3, mas nao o Plone 2.0 padrao. Para fazer isso, é necessario upgrade do CMF 1.4 do SVN branch e rodar provavelmente o Archetypes 
1.3 (nao sei se a versao 1.2.5rc2 é compativel com Zope 2.9.3).To rodando temporariamente um setup de Plone 2.0.x e Zope 2.9.3 e tem funcionado bem (até eu conseguir migrar o Plone também :-)

On 7/7/06, Jean Rodrigo Ferri [EMAIL PROTECTED] wrote:




gerente_projeto2006 escreveu:
 Caros amigos da lista...
 
 Estou usando (tentando) usar o TextIndexNG v. 3.1.9 num Zope 2.9.3 = 
 PLone 2.1.2. Compilei usando Python 2.4.3.

O Plone 2.1 deve ser utilizado com Zope 2.7 ou 2.8 e Python 2.3, veja a 
lista de compatibilidade[1].

Algo contra usar o TextIndexNG2? Ele está funcionando bem com Plone 2.0 
e 2.1.

[1] http://plone.org/development/info/version-overview

Abraço,

-- 
Jean Ferri-- Fabiano Weimar dos SantosPlone Developer and Consultant





__._,_.___





Para enviar uma mensagem: zope-pt@yahoogrupos.com.br
Para desistir envie uma mensagem em branco para: [EMAIL PROTECTED]








   



  




  
Yahoo! Grupos, um serviço oferecido por:
  
  

PUBLICIDADE




  
  



  




  
Links do Yahoo! Grupos

Para visitar o site do seu grupo na web, acesse:http://br.groups.yahoo.com/group/zope-pt/
Para sair deste grupo, envie um e-mail para:[EMAIL PROTECTED]
O uso que você faz do Yahoo! Grupos está sujeito aos Termos do Serviço do Yahoo!.






__,_._,___