Products.PlonePopoll 2.7.3b1
A Poll tool for Plone 3.x
1 PlonePopoll
By Ingeniweb.
Table of contents
- 1 PlonePopoll
- 2 CHANGES
- 2.1 Considered future features
- 2.2 To do
- 2.2.1 Changelog
- 2.2.1.1 2.7.3b1 (2010-05-05)
- 2.2.1.2 2.7.1
- 2.2.1.3 2.7.0-beta2
- 2.2.1.4 2.7.0-beta1
- 2.2.1.5 2.6.1 - SVN
- 2.2.1.6 2.5.1 - (2006-02-08)
- 2.2.1.7 2.5 - (2006-24-03) - CVS
- 2.2.1.8 2.4 - (2005-12-05)
- 2.2.1.9 2.3 - (2005-02-04)
- 2.2.1.10 2.1 - (20040-06-16)
- 2.2.1.11 2.0 - (2004-03-23)
- 2.2.1.12 2.0Beta1 - (2003-12-18)
- 2.2.1.13 1.0 - (2003-12-05)
- 2.2.1.14 0.3 - (2003-05-14)
- 2.2.1.15 0.0 - (2003-04-17)
- 2.2.1 Changelog
1.1 About PlonePopoll
This is a Poll tool for Plone.
1.2 Requirements
- Plone 3.0
1.3 Instalation
Add Products.PlonePopoll in your buildout.cfg eggs list.
Use the portal_quickinstaller of your Plone site.
Contributors and others can add polls.
Managers can add and configure PoPoll portlets using the new Plone 3 portlets managers.
Users of older PlonePopoll versions will notice that the (now useless) configuration panel has disappeared.
1.4 Copyright and license
Copyright (c) 2005-2009 Ingeniweb SAS
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
See the LICENSE file that comes with this product.
1.5 Architecture
A poll can be in one and only one of those states:
- enabled
- disabled
Results can be in one and only one of those states:
- visible
- not visible
Poll can have multiple choice activated, determining how many choice a user can do.
1.6 Note
Within Plone, it's possible to vote for a poll only if it is enabled AND published.
Results are displayed only when the Results Visibility is set to visible.
1.7 Migration
If you migrate from an oooooold PlonePopoll version (1.x) that's not Archetypes based, create an external method in your Plone site:
- Id: migrate_popoll
- Title: (whatever)
- Module: PlonePopoll.Migration
- Function: migrateToArchetypes
Then click the "Test" tab of this external method.
1.8 Downloads
You may find newer stable versions of PlonePopoll and pointers to related informations (tracker, doc, ...) from http://plone.org/products/plonepopoll
1.9 Subversion repository
Stay in tune with the freshest (maybe unstable) versions or participate to the PlonePopoll evolutions:
1.12 Support and feedback
Please read all the documentation that comes with this product before asking for support, unless you might get a RTFM reply ;)
Note that we do not support the SQL storage mode anymore. The SQL storage mode is an old third party contribution that has not been maintained for a long time. If you want it back, volunteers are welcome ;)
Localisation issues - other than french and english - should be reported to the relevant translators (see Credits below).
Report bugs using the tracker (the Tracker link from http://plone.org/products/plonepopoll). Please provide in your bug report:
- Your configuration (Operating system+Zope+Plone+Products/versions).
- The full traceback if available.
- One or more scenario that triggers the bug.
Note that we do not support bug reports on Subversion trunk or branches checkouts, unless
Mail to Ingeniweb support in English or French to ask for specific support.
1.13 Credits
1.13.1 Developers
- Main developer: Christophe "big" Bosse
- Plone 3 support: Gilles Lenfant
- Plone 4 support: JC Brand
1.13.2 Translations (other than French and English)
- Bulgarian (bg): Plamen Petkov
- Czeck (cs): Radim Novotny
- Danish (da): Sven Burkert
- German (de): Sven Burkert
- Greek (el): Menelaos Maglis
- Esperanto (eo): Jan Ulrich Hasecke
- Spanish (es): Mikel Larreategi
- Basque (eu): Mikel Larreategi, Ales Zabala Alava
- Italian (it): Massimiliano
- Dutsch (nl): Michael Reitsma
- Polish (pl): Maciej Dziergwa
- Portugese-Brazilian (pt-br): Luis Flavio Rocha
- Russian (ru): Andrey Fedoseev
- Slovenian (sl): Matjaz Jeran
- Swedish (sv): Jens Hjalmarsson
- Catalan (ca): Pilar Marinas
2 CHANGES
2.1 Considered future features
New types of polls may be interesting (Idea from http://www.apwiz.com/flexivote.htm):
- open poll lets you see results before voting
- in a blind vote you must vote first, but can see all details
- In private poll you see results but not how people voted
- In a secret vote only the owner can see results and voting pattern.
2.2 To do
- Test SQL back-end (find volunteers, we don't want to support this in the future).
- Cleanup and spread in appropriate external methods what's in Extensions/Install.py. We install with GenericSetup from now.
- Provide zconfig features to select and configure the votes back-end (see note about SQL back-end above)
- Use a Zope 3 view for the poll to speed up
- Should we keep migrations ? (useless for old AT based Popoll).
- Notify translators about new msgids.
- Why are the entries of the combo in portlet configuration untranslated when the code (browser/popoll.py)
2.2.1 Changelog
2.2.1.1 2.7.3b1 (2010-05-05)
- Fix malformed HTML entities. (kdeldycke)
- Plone4 support: drop the usage of the deprecated PTSTranslationDomain (jcbrand)
2.2.1.2 2.7.1
- Added a catalog index in GS profile (isEnabled) to make poll portlet working (disabled polls must not be displayed)
2.2.1.3 2.7.0-beta2
- Popoll is now an egg (macadames)
- Fix french translation (vote is not feminine in french - stop scraping popoll) (macadames)
2.2.1.4 2.7.0-beta1
- Fixed deprecated stuffs (for Zope 2.10/Plone 3) (glenfant)
- GenericSetup installation (Install.py deprecated) (glenfant)
- Made code more simple. (glenfant)
- Plone 3 style portlet replaces the config panel. (glenfant)
- Multi-colors bars for results (zegor)
- Updated french translation, zpt and css (zegor)
- Fixed a bug that prevent to view results after voting when showing results in forms is not activated. (zegor)
- Translations cleanup (.pot) (zegor)
2.2.1.5 2.6.1 - SVN
- added french translations
- it is not possible to vote again on plonepopoll_view page; cleanup (naro)
- added new poll option - showCurrentResults - this option (boolean field) allows to display current poll results before user vote. Switched off by default. (naro)
- It is possible to display more than one poll in the portlet. Number of polls is set in the Poll tool settings. (naro)
- Translators should check updated msgids: label_portlet_configuration_newest, label_portlet_configuration_branch, label_portlet_configuration_subbranches. (naro)
- synced all translations (naro)
- slightly refactored PlonePopoll_getPortletPoll script to reflect new configuration storage settings (naro)
- fixed 'branch' configuration mode (returned list of lists instead of list) (naro)
- Added czech translation by Lukas Zdych
- Allow skinnable corners
2.2.1.6 2.5.1 - (2006-02-08)
- Restructure polls_list for Plone 2.1 and 2.5 compatibility
- Restructured portlet_popoll for Plone 2.1 and 2.5 compatibility (ferri)
- Added _at_rename_after_creation property in poll class (ferri)
- i18n fixes (ferri)
- General cleaup (ferri)
2.2.1.7 2.5 - (2006-24-03) - CVS
- Updated for Archetypes
- Added greek translation thanks to Menelaos Maglis
- added show_id method to PlonePopoll for forward compatability to Plone 2.
- Fixed ZODB transaction on every anonymous request - (zegor)
2.2.1.8 2.4 - (2005-12-05)
- Use toLocalizedTime
- Added FTests
- Removed superfluous answers2text.py
- Don't loose answers when error
- Error handling for answers
- Number of choices field after answers field!
- Poll enabled by default
- Newest poll as default
- Work on the i18n files. Only fr, de and en are now fully up to date.
- Integrated nl translation, thanks to Michael Reitsma
- Removed some debugging code in polls2.pt that was hidden in HTML comments and called resultObject.aq_explicit.aq_parent.aq_parent.Type(), but no Type method was found.
- Make Installation work with Plone 2.1
- Move permission installation from Install.py to Permissions.py
- Move Permissions to Permissions.py
- Install doesn't call setupMessageCatalog any more because it doesn't work with Plone 2.1.
- polls2 : remove the displaying of the container type
- translation changes (de, es)
2.2.1.9 2.3 - (2005-02-04)
- Fixed the test on the number of choices
- Fixed a cache bug in ZODB
2.2.1.10 2.1 - (20040-06-16)
- Multiple choice authorized for one poll
2.2.1.11 2.0 - (2004-03-23)
- Plone 2.0 support
- Clear button to clear poll votes
2.2.1.12 2.0Beta1 - (2003-12-18)
- Plone2.0 support
2.2.1.13 1.0 - (2003-12-05)
- Fixed ZODB pb.
- Minor cosmetic changes
2.2.1.14 0.3 - (2003-05-14)
- Added I18N install automation support
2.2.1.15 0.0 - (2003-04-17)
- Bugfix : Made getUnicityFactor Plone-user compliant : the same Plone user cannot vote (distinctly) several times.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| Products.PlonePopoll-2.7.3b1.tar.gz (md5) | Source | 2010-05-05 | 155KB | 4685 | |
- Author: Ingeniweb
- Home Page: http://ingeniweb.com
- Keywords: Zope Plone Poll
- License: GPL
- Categories
- Package Index Owner: ingeniweb, jcbrand
- Package Index Maintainer: jcbrand, micecchi
- DOAP record: Products.PlonePopoll-2.7.3b1.xml
