EasyRating 2.0 (Release candidate 2) (Sep 30, 2007)

This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.

Made installation more easy.

For additional information about this project, please visit the overview page .

Available downloads

easyrating-2.0-rc-2.tar.gz

For all platforms (0 kB)

Release Notes

Tested with Plone 3
State Release candidate
License GPL
Release Manager Kai Diefenbach
  • For Plone 3.0 (and only for Plone 3.0)

 

Installation

  1. Extract the tarball and put the iqpp directory in <instance>/lib/python
  2. Put the .zcml files into <instance>/etc/package-includes
  3. Restart Zope
  4. Go to the quickinstaller and install iqpp.rating and iqpp.plone.rating
  5. Go to "manage portlets" and add a rating and/or most active ratings portlet.
  6. Optionally go to site setup/rating and change your score card


Buildout 

Alternatively, If you are using a buildout just add the following lines within the [instance]-section

eggs =
    iqpp.rating
    iqpp.plone.rating 

zcml =
    iqpp.rating
    iqpp.plone.rating
    iqpp.plone.rating-overrides

After re-run your buildout process steps 3-6 above.

You can find the eggs in the Cheese Shop:

 

Change log

EasyRating 2.0 rc-2

  • Optimized the bundle to make installation more easy.
  • Adapted default score card to the new format: id:title:value

 

EasyRating 2.0 rc-1

  • Added a title to the scores. This means every entry within the score card consists of three parts now: id:title:value. in this way you can now change the title of an score without the loss of existing votes. Please note: if you used EasyRating 2.0 beta-1 you have to change every entry of your score card from id:value to id:title:value.
  • Local score cards. This means you can now overwrite the global score card for every rateable object.
  • Fixed issue #4
  • Enabled KSS by default

 

EasyRating 2.0 beta-1

  • Added Ajax (via KSS) for the rating process
  • Added a configlet to manage the score card and to enable/disable rating globally
  • Added a options tab to enable/disable rating locally
  • Added some views: All rated objects / All ratings for object
  • Added a viewlets, which can registered to one of Plone's viewlet managers (Used within the rating portlet by default)
  • Added portlet: Most active ratings, which can be switched to daily or always
  • Separated code into base framework (iqpp.rating) and rating application for Plone (iqpp.plone.rating).