Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install collective.monkeypatcherpanel

How to install collective.monkeypatcherpanel

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install collective.monkeypatcherpanel
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.0.2
1.0.4Never BuiltWhy not?
1.0.2 Available View build log
1.0.1 Available View build log
1.0.0 Available View build log
Windows (64-bit)
1.0.2
1.0.4Never BuiltWhy not?
1.0.2 Available View build log
1.0.1 Available View build log
1.0.0 Available View build log
Mac OS X (10.5+)
1.0.2
1.0.4Never BuiltWhy not?
1.0.2 Available View build log
1.0.1 Available View build log
1.0.0 Available View build log
Linux (32-bit)
1.0.2
1.0.4Never BuiltWhy not?
1.0.3 Failed View build log
1.0.2 Available View build log
1.0.1 Available View build log
1.0.0 Available View build log
Linux (64-bit)
1.0.4 Available View build log
1.0.3 Failed View build log
1.0.2 Available View build log
1.0.1 Available View build log
1.0.0 Available View build log
 
License
GPL
Lastest release
version 1.0.4 on Jan 9th, 2014

Introduction

collective.monkeypatcherpanel is the Zope 2 companion of Martin Aspeli's collective.monkeypatcher component.

It just add a ZMI control panel that shows what monkey patches have been applied in case you cannot see the logs or grep through the ZCML of your Zope instance. Open the control panel of your Zope instance and then the "Monkey Patches" control panel.

Requirements

collective.monkeypatcherpanel has been developed and tested with Zope 2.10, Zope 2.11 and Zope 2.12. It may run on Zope 2.9 but this is untested and not supported unless you provide a patch that keeps the tests smiling.

Of course, we require collective.monkeypatcher. If you installed collective.monkeypatcherpanel with easy_install or a zc.buildout, you're done.

Installation

In your buildout.cfg file, add this:

[instance]
recipe = colective.recipe.zope2instance
...
eggs =
    ...
    collective.monkeypatcherpanel
    ...
zcml =
    ...
    collective.monkeypatcherpanel
    ...

Re-run your buildout then browse as Manager to http://<zope-root>/@@add-monkeypatcherpanel to add the control panel in your Zope 2 instance.

Uninstall

Browse as Manager to http://<zope-root>/@@remove-monkeypatcherpanel then remove collective.monkeypatcherpanel from your buildout configuration or file system. Otherwise you'll keep a broken object in your Zope 2 control panel.

License

Copyright (c) 2009-2010 - Gilles Lenfant

This software is subject to the provisions of the GNU General Public License, Version 2.0 (GPL). A copy of the GPL should accompany this distribution. THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE

The full text of the GPL v2 license is here.

Credits

The icon has been stolen to the Tango Desktop Project.

Changelog

1.0.4
  • completed MANIFEST.in such it includes collective/monkeypatcherpanel/version.txt (breaked setup.py) [glenfant]
  • added missing MANIFEST.in file [keul]
1.0.3
  • added z3c.autoconfigure.plugin entry point [ajung]
1.0.2
  • Unified and simplified the way to install our control panel since it seems very different fom a Zope version to another one. See README.txt. [glenfant]
  • Registering the patch event handler as soon as possible in the Zope 2 start, otherwise we're missing some monkey patches. [glenfant]
  • Test removed because the control panel is not added automatically.
1.0.1
  • Really fixing for Zope 2.12 [glenfant]
  • All (class init, icon, security, meta_type) done through ZCML [glenfant]
1.0.0
  • Version 1.0.0-rc1 stable enough to make a final release
  • Normalized indentation [glenfant]
1.0.0-rc1
  • Fix import for Zope 2.12 [maikroeder]
1.0.0-alpha1
  • Initial release

Subscribe to package updates

Last updated Jan 9th, 2014

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.