PloneErrorReporting

PloneErrorReporting replaces default_error_message and prefs_error_log_showEntry
with pages that facilitate the submission of useful bug reports to Plone. It is
designed with the goal of improving the information provided by bug reporters.

To see PloneErrorReporting in action, first install the product, then create a
Python script called imabug in the ZMI that contains the single line

raise AttributeError, 'bad attribute'

Now, while still authenticated, load the page http://mysite/imabug. You should
see a step-by-step procedure for reporting bugs at the bottom of the error page
as long as you are logged in as a Manager. Similarly, when you view bugs in the
Plone error log, you will see the bug submitting procedure.

REQUIREMENTS

  * Plone 2.1+

INSTALLATION

  Copy PloneErrorReporting into your Products directory and install it with the
  QuickInstaller.

For more information see http://plone.org/products/ploneerrorreporting/
