You are here: Home Plone products Clouseau

Clouseau (1.0)

1
by maria last modified 2011-05-10
0.0
0.0
0.0
0.0
Released on 2011-05-05 by Clearwind, Andy McKay for Plone 3.0, Plone 4.0 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
Clouseau is an Ajax based Zope/Python prompt. Think of it as a replacement for zopectl debug. A Python prompt that allows you to interact with your Zope site. It does this with an Ajax interface, so you can do this right from Plone.

It's a Ajax based Zope/Python prompt. Think of it is a replacement for zopectl debug.

Dependencies

Recent browser tested on Safari, Firefox 1.5

Zope 2.9 +

Plone 2.5

May work in others, but this is what it was tested on.

Warning not tested on: IE since 0.1 release. I don't own a Windows computer (and don't want to). Any help or debugging from users of IE appreciated. Unfortunately, just telling me it does not work on IE is not enough, I need patches.

It's a what?

A Python prompt that allows you to interact with your Zope site. It does this with an Ajax interface, so you can do this right from the ui.

How do I use it?

Download product and drop the Clouseau directory into your Products directory. Just like any other product. Restart Zope.

In Plone go to site setup > add/remove products. Install Clouseau.

Then go to site setup > Zope Inspector.

Click "create a new session".

Play.

--- or

Go to a content item.

Click on the little magnifying glass.

Play.

Is it secure?

Probably not. All the methods that interact with the application are protected by Zope security. So if you trust that code, you'll be happy. However chances are if you know Plone and Zope you might be screaming at this point.

It does fly in the face of the traditional security model a bit, although essentially you are allowing anyone who has Manager to do anything to your site. Running this on a production site is crazy. From the page template in Clouseau...

Warning: this tool allows users to interact with your Zope at its most basic level. It will allow a user to add, edit, delete any data in the site ignoring all security. This tool should only be used on development sites. If you are at all unsure, stop, back away and uninstall this product immediately and go and read the documentation in the source.

First, how can I protect my installation?

There are two variables enabled and enabled_only_in_debug_mode. Both of these are defined in config.py. If you would like to turn Clouseau off, then set enabled = False. If you'd like clouseau to work only when Zope is in debug-mode then leave enabled_only_in_debug_mode = True.

Note: by default Clouseau is set to enabled = True and enabled_only_in_debug_mode = True. If you are running in production mode, restart your server in debug-mode.

Next, will this work?

Probably. It's got quite a way to go yet. See to do.

Why browser based?

  1. Ease of end users, this has NO dependencies (compare to PloneShell or zopectl)
  2. Collaborative debugging, multiple people can join a session and see the same data
  3. Lots of features we haven't gotten too yet.
  4. Ease of development, no hacking down in wxPython or Zope sources.
Document Actions
Powered by Plone