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 redturtle.gritterize

How to install redturtle.gritterize

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install redturtle.gritterize
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
0.9.2 Available View build log
 
License
BSD
Dependencies
Lastest release
version 0.9.2 on Jan 9th, 2014

A Plone add-on that makes the standard Plone status messages appear like a Growl notification using the jQuery Gritter plugin.

It transforms the Plone status messages from this

The default Plone messages

to this

The gritterized Plone messages

How it works

It just works! If JavaScript is disabled you will have the standard Plone behaviour. Test it visiting:

Installation

To install redturtle.gritterize you simply add redturtle.gritterize to the list of eggs in your buildout, run buildout and restart Plone. Then, install redturtle.gritterize using the Add-ons control panel.

Configuration

At the moment it is really basic, this will change. You can configure the stickiness and the persistence time (in milliseconds) by adding a custom a config object to the igritter global object:

igritter.config = {
    time: {
      'portalMessage info': 10000,
      'portalMessage warning': 20000,
    }
};

According to the matching portal message class the right persistnece time will be set (in this case 10 seconds for the info ones, 20 for the warning ones). If the lookup fails the gritter message will be sticky.

Changelog

0.9.2 (2013-09-10)
  • The stickiness and persistence time of the popup can be configured now (see README.rst) [ale-rt]
0.9.1 (2013-07-30)
  • Fixinig broken release [ale-rt]
0.9.0 (2013-07-30)
  • Initial release. [ale-rt]

Subscribe to package updates

Last updated Jan 9th, 2014

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.