I now my poor english is not enough good to explain my problem this is the reason why I sent you the example below. I think this problem is connected with the new zope release (2.3.0) because zopesh works perfectly with the previous release. Is there somebody who has experienced the same problem using zopesh with zope 2.3.0 ? If so, please help me!!! Thank you to all, Jose' Daniel Rusch wrote:
Jose,
I'm not going to be able to help you, actually I really don't understand what you are doing.
Sorry,
Dan
Jose Soares wrote:
Yes, Daniel
When I connect to my site, using the ls -l command zopesh list every object on my site but when I try to change directory to one of my folders zopesh doesn't find such object.
take a look...
$ zopesh /$ ls -l drwxrwx--- 1 jose 0 Mar 21 18:49 ALLEVATORI ---------- 1 Glauco 0 Feb 08 12:43 ALLEVATORI_DB drwxrwx--- 1 jose 0 Mar 19 14:46 ALLEVATORIold drwxrwx--- 1 prova 0 Feb 01 19:12 CANINA -rw-rw---- 1 Glauco 1243 Feb 07 13:32 CSS drwxrwx--- 1 Zope 0 Dec 30 1998 Control_Panel drwxrwx--- 1 Zope 0 Dec 30 1998 QuickStart drwxrwx--- 1 milena 0 Feb 08 12:42 SFERACARTA ---------- 1 Glauco 0 Feb 08 12:43 SFERA_DB ---------- 1 Zope 0 Dec 30 1998 acl_users -rw-rw---- 1 Zope 46 Mar 22 16:47 index_html -rw-rw---- 1 Zope 1381 Feb 08 13:33 standard_error_message -rw-rw---- 1 Zope 55 Dec 30 1998 standard_html_footer -rw-rw---- 1 Zope 81 Dec 30 1998 standard_html_header /$ /$ /$ cd ALLEVATORI cd: ALLEVATORI: No such file or directory
Any ideas?
Daniel Rusch wrote:
I saw your message on the Zope Italain board also,
can you be more specific as to la sua problema
ciao
Dan
Jose Soares wrote:
Hi all,
I was using the very useful zopesh program until now. Today I installed Zope 2.3.0 and zopesh stops to work.
Please somebody knows way zopesh doesn't works anymore ? Thank you
Jose'
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Just a few days ago i upgraded to zope 2.3 and noticed that zopeshell no longer works. I didn't have time at that point to look into it extensively, but initially it looks like the code to detect if a given path is a valid object is broken. Hopefully i'll get a chance to fix the problem, but don't hold your breath. sRp On Mon, Mar 26, 2001 at 09:29:02AM +0200, Jose Soares wrote:
I now my poor english is not enough good to explain my problem this is the reason why I sent you the example below. I think this problem is connected with the new zope release (2.3.0) because zopesh works perfectly with the previous release. Is there somebody who has experienced the same problem using zopesh with zope 2.3.0 ? If so, please help me!!!
Thank you to all, Jose'
Daniel Rusch wrote:
Jose,
I'm not going to be able to help you, actually I really don't understand what you are doing.
Sorry,
Dan
Jose Soares wrote:
Yes, Daniel
When I connect to my site, using the ls -l command zopesh list every object on my site but when I try to change directory to one of my folders zopesh doesn't find such object.
take a look...
$ zopesh /$ ls -l drwxrwx--- 1 jose 0 Mar 21 18:49 ALLEVATORI ---------- 1 Glauco 0 Feb 08 12:43 ALLEVATORI_DB drwxrwx--- 1 jose 0 Mar 19 14:46 ALLEVATORIold drwxrwx--- 1 prova 0 Feb 01 19:12 CANINA -rw-rw---- 1 Glauco 1243 Feb 07 13:32 CSS drwxrwx--- 1 Zope 0 Dec 30 1998 Control_Panel drwxrwx--- 1 Zope 0 Dec 30 1998 QuickStart drwxrwx--- 1 milena 0 Feb 08 12:42 SFERACARTA ---------- 1 Glauco 0 Feb 08 12:43 SFERA_DB ---------- 1 Zope 0 Dec 30 1998 acl_users -rw-rw---- 1 Zope 46 Mar 22 16:47 index_html -rw-rw---- 1 Zope 1381 Feb 08 13:33 standard_error_message -rw-rw---- 1 Zope 55 Dec 30 1998 standard_html_footer -rw-rw---- 1 Zope 81 Dec 30 1998 standard_html_header /$ /$ /$ cd ALLEVATORI cd: ALLEVATORI: No such file or directory
Any ideas?
Daniel Rusch wrote:
I saw your message on the Zope Italain board also,
can you be more specific as to la sua problema
ciao
Dan
Jose Soares wrote:
Hi all,
I was using the very useful zopesh program until now. Today I installed Zope 2.3.0 and zopesh stops to work.
Please somebody knows way zopesh doesn't works anymore ? Thank you
Jose'
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Scott Parish http://srparish.net/
Okay, i've committed to the zopeshell cvs tree changes which should make it work with Zope-2.3.x as well as previous versions. To access the CVS tree see the sourceforge page: http://sourceforge.net/projects/zopeshell Evidently it was finally decided that objectIds() should no longer be web accessible by anonymous. This was a good decision, but rather then tying objectIds into the permission system, they just made objectIds completely unaccessible. Zopeshell is now using part of the ftp interface to get file listings. sRp On Tue, Mar 27, 2001 at 03:44:12AM +0000, Scott Parish wrote:
Just a few days ago i upgraded to zope 2.3 and noticed that zopeshell no longer works. I didn't have time at that point to look into it extensively, but initially it looks like the code to detect if a given path is a valid object is broken. Hopefully i'll get a chance to fix the problem, but don't hold your breath.
sRp
On Mon, Mar 26, 2001 at 09:29:02AM +0200, Jose Soares wrote:
I now my poor english is not enough good to explain my problem this is the reason why I sent you the example below. I think this problem is connected with the new zope release (2.3.0) because zopesh works perfectly with the previous release. Is there somebody who has experienced the same problem using zopesh with zope 2.3.0 ? If so, please help me!!!
Thank you to all, Jose'
Daniel Rusch wrote:
Jose,
I'm not going to be able to help you, actually I really don't understand what you are doing.
Sorry,
Dan
Jose Soares wrote:
Yes, Daniel
When I connect to my site, using the ls -l command zopesh list every object on my site but when I try to change directory to one of my folders zopesh doesn't find such object.
take a look...
$ zopesh /$ ls -l drwxrwx--- 1 jose 0 Mar 21 18:49 ALLEVATORI ---------- 1 Glauco 0 Feb 08 12:43 ALLEVATORI_DB drwxrwx--- 1 jose 0 Mar 19 14:46 ALLEVATORIold drwxrwx--- 1 prova 0 Feb 01 19:12 CANINA -rw-rw---- 1 Glauco 1243 Feb 07 13:32 CSS drwxrwx--- 1 Zope 0 Dec 30 1998 Control_Panel drwxrwx--- 1 Zope 0 Dec 30 1998 QuickStart drwxrwx--- 1 milena 0 Feb 08 12:42 SFERACARTA ---------- 1 Glauco 0 Feb 08 12:43 SFERA_DB ---------- 1 Zope 0 Dec 30 1998 acl_users -rw-rw---- 1 Zope 46 Mar 22 16:47 index_html -rw-rw---- 1 Zope 1381 Feb 08 13:33 standard_error_message -rw-rw---- 1 Zope 55 Dec 30 1998 standard_html_footer -rw-rw---- 1 Zope 81 Dec 30 1998 standard_html_header /$ /$ /$ cd ALLEVATORI cd: ALLEVATORI: No such file or directory
Any ideas?
Daniel Rusch wrote:
I saw your message on the Zope Italain board also,
can you be more specific as to la sua problema
ciao
Dan
Jose Soares wrote:
Hi all,
I was using the very useful zopesh program until now. Today I installed Zope 2.3.0 and zopesh stops to work.
Please somebody knows way zopesh doesn't works anymore ? Thank you
Jose'
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Scott Parish http://srparish.net/
-- Scott Parish http://srparish.net/
Thank you very much Scott, now it works. I added some features to my personal zopesh copy, now I'm going to add those changes in this release. Here the list: add - to add an object (file, method, document, etc.) cp - to copy objects grep - to search text in objects (very useful) lpr - to print sorce objects sed - to change text on objects (very, very useful) sh - to run a script containing valid comands ! - to run any system comand insted of having (local commands) I added also syntax highlight for vi and global to expand comands like: vi My* My*.js Do you think we can insert some of these features into official version? Scott Parish wrote:
Okay, i've committed to the zopeshell cvs tree changes which should make it work with Zope-2.3.x as well as previous versions. To access the CVS tree see the sourceforge page:
http://sourceforge.net/projects/zopeshell
Evidently it was finally decided that objectIds() should no longer be web accessible by anonymous. This was a good decision, but rather then tying objectIds into the permission system, they just made objectIds completely unaccessible. Zopeshell is now using part of the ftp interface to get file listings.
sRp
On Tue, Mar 27, 2001 at 03:44:12AM +0000, Scott Parish wrote:
Just a few days ago i upgraded to zope 2.3 and noticed that zopeshell no longer works. I didn't have time at that point to look into it extensively, but initially it looks like the code to detect if a given path is a valid object is broken. Hopefully i'll get a chance to fix the problem, but don't hold your breath.
sRp
On Mon, Mar 26, 2001 at 09:29:02AM +0200, Jose Soares wrote:
I now my poor english is not enough good to explain my problem this is the reason why I sent you the example below. I think this problem is connected with the new zope release (2.3.0) because zopesh works perfectly with the previous release. Is there somebody who has experienced the same problem using zopesh with zope 2.3.0 ? If so, please help me!!!
Thank you to all, Jose'
Daniel Rusch wrote:
Jose,
I'm not going to be able to help you, actually I really don't understand what you are doing.
Sorry,
Dan
Jose Soares wrote:
Yes, Daniel
When I connect to my site, using the ls -l command zopesh list every object on my site but when I try to change directory to one of my folders zopesh doesn't find such object.
take a look...
$ zopesh /$ ls -l drwxrwx--- 1 jose 0 Mar 21 18:49 ALLEVATORI ---------- 1 Glauco 0 Feb 08 12:43 ALLEVATORI_DB drwxrwx--- 1 jose 0 Mar 19 14:46 ALLEVATORIold drwxrwx--- 1 prova 0 Feb 01 19:12 CANINA -rw-rw---- 1 Glauco 1243 Feb 07 13:32 CSS drwxrwx--- 1 Zope 0 Dec 30 1998 Control_Panel drwxrwx--- 1 Zope 0 Dec 30 1998 QuickStart drwxrwx--- 1 milena 0 Feb 08 12:42 SFERACARTA ---------- 1 Glauco 0 Feb 08 12:43 SFERA_DB ---------- 1 Zope 0 Dec 30 1998 acl_users -rw-rw---- 1 Zope 46 Mar 22 16:47 index_html -rw-rw---- 1 Zope 1381 Feb 08 13:33 standard_error_message -rw-rw---- 1 Zope 55 Dec 30 1998 standard_html_footer -rw-rw---- 1 Zope 81 Dec 30 1998 standard_html_header /$ /$ /$ cd ALLEVATORI cd: ALLEVATORI: No such file or directory
Any ideas?
Daniel Rusch wrote:
I saw your message on the Zope Italain board also,
can you be more specific as to la sua problema
ciao
Dan
Jose Soares wrote: > > Hi all, > > I was using the very useful zopesh program until now. > Today I installed Zope 2.3.0 and zopesh stops to work. > > Please somebody knows way zopesh doesn't works anymore ? > Thank you > > Jose' > > _______________________________________________ > Zope maillist - Zope@zope.org > http://lists.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encoding! ** > (Related lists - > http://lists.zope.org/mailman/listinfo/zope-announce > http://lists.zope.org/mailman/listinfo/zope-dev )
-- Scott Parish http://srparish.net/
-- Scott Parish http://srparish.net/
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Hi José, Jose Soares wrote:
Thank you very much Scott, now it works. I added some features to my personal zopesh copy, now I'm going to add those changes in this release.
Here the list:
add - to add an object (file, method, document, etc.)
Is it more generic then manage_addXXX ? May be with Meta-Type as argument?
cp - to copy objects grep - to search text in objects (very useful)
The does it scan PrincipiaSearchSource? Otherwise you dont know where the particular object stores its text.
lpr - to print sorce objects sed - to change text on objects (very, very useful)
The problem with this would be the potential abuse. Since working with ZCatalog is a bit hard at the beginning, most of the users would go to use this function. As you know searching on all documents and therefore touching them all is a big performance issue. You will quick here Zope searches are slow and memory consuming only because they used the wrong way...
sh - to run a script containing valid comands
Where does this run?
! - to run any system comand insted of having (local commands)
Regards Tino
participants (3)
-
Jose Soares -
Scott Parish -
Tino Wildenhain