collective.portlet.debuginfo

by Lukas Zdych last modified Sep 19, 2011 01:07 PM
Contributors: encolpe

A helper portlet which displays some usefull info about current user/context.

Project Description

Introduction

This is a standalone portlet for Plone which can display some useful information about the currently logged user at a current context like userinfo, user roles, user permissions or context's attributes/methods.

After installing the package through Quick Installer, go to the manage portlets view and add a new portlet "Debug Info Portlet". Portlet add/edit form allows you to configure a lot of stuff which is hopefully self explanatory.

TODO

  • list local roles
  • list inherited roles
  • list user groups
  • list roles of groups which is current user member of

Current Release
collective.portlet.debuginfo 1.1

Released Sep 19, 2011 — tested with Plone 4.1, Plone 4, Plone 3

Plone 4.1 compatibility
More about this release…

Download file Get collective.portlet.debuginfo for all platforms
collective.portlet.debuginfo-1.1.tar.gz
If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Licenses Status
1.1 Sep 19, 2011 Plone 4.1 compatibility More about this release…
Plone 4.1
Plone 4
Plone 3
GPL final

Comments (1)

Jens May 16, 2012 12:49 PM
Version 1.1 does not install automatically in Plone 4.1.4.

Reason: Version 1.1 has only be uploaded on plone.org/products not on PyPI. Workaround is to add collective.portlet.debuginfo to eggs section with
collective.portlet.debuginfo==1.1

and also a find-links with:
find-links +=
    http://plone.org/[…]/collective.portlet.debuginfo-1.1.tar.gz


ps there is no issue tracker associated to this product, so I post this here.