Hi there, I'm pleased to announce the immediate availability of ZShell v1.60. ZShell is a Zope External Method which allows Zope admins to manage the Zope Objects DataBase with commands similar to *nix shell ones, directly from within your web browser. With more than 60 commands, ZShell is the Swiss Army's Knife of the Zope administrator, and makes easy things which are impossible to do with the native Zope Management Interface. ZShell is distributed under the terms of the GNU General Public License from : http://www.librelogiciel.com/software/ You can even try it online (old version though, and in readonly mode) from the above website. This bug fix release is now compatible with Python v2.2 and above. The use of the insecure rexec module was completely removed and replaced with new code. Thanks to Lucas De Vitis and Jim Penny for the bug report. Feel free to send comments or flames to : Jerome Alet -- "A non-free program is a predatory social system that keeps people in a state of domination and division, and uses the spoils to dominate more." - RMS
Jerome -- Since the standard Python for most releases of Zope is 2.1.3 ( <sigh > ) is it safe to assume that ZShell is compatible with Python 2.1.3? -d On Sun, 2 Nov 2003, Jerome Alet wrote:
Hi there,
I'm pleased to announce the immediate availability of ZShell v1.60.
ZShell is a Zope External Method which allows Zope admins to manage the Zope Objects DataBase with commands similar to *nix shell ones, directly from within your web browser.
With more than 60 commands, ZShell is the Swiss Army's Knife of the Zope administrator, and makes easy things which are impossible to do with the native Zope Management Interface.
ZShell is distributed under the terms of the GNU General Public License from :
http://www.librelogiciel.com/software/
You can even try it online (old version though, and in readonly mode) from the above website.
This bug fix release is now compatible with Python v2.2 and above. The use of the insecure rexec module was completely removed and replaced with new code.
Thanks to Lucas De Vitis and Jim Penny for the bug report.
Feel free to send comments or flames to :
Jerome Alet
-- "A non-free program is a predatory social system that keeps people in a state of domination and division, and uses the spoils to dominate more." - RMS
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On Sun, Nov 02, 2003 at 08:49:48AM -0800, Dennis Allison wrote:
Jerome -- Since the standard Python for most releases of Zope is 2.1.3 ( <sigh > ) is it safe to assume that ZShell is compatible with Python 2.1.3?
Oh yes it is compatible with 2.1.3. The fact is that someone reported a problem with Python 2.2 and above. The problem was due to the use of the now deprecated and insecure rexec module I only use Python 2.1.3 here with Zope. The bug correction consisted in including in ZShell parts of the code from the glob.py standard module, one part coming from 2.1.3 (to preserve compatibility) and the other one from 2.2 bye, Jerome Alet -- "A non-free program is a predatory social system that keeps people in a state of domination and division, and uses the spoils to dominate more." - RMS
participants (2)
-
Dennis Allison -
Jerome Alet