Metadata-Version: 1.0
Name: auslfe.formonline.content
Version: 0.7.0
Summary: The Form Online content type for Plone
Home-page: http://plone.org/products/auslfe.formonline.pfgadapter
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.it
License: GPL
Description: Introduction
        ============
        
        A simple Page-like content type for Plone, to be used with `auslfe.formonline.pfgadapter`__
        
        __ http://plone.org/products/auslfe.formonline.pfgadapter
        
        It provides two possible profiles:
         
        * A basic ones ("*Form Online: contents configuration*"), that simply provide proper interface and workflow
          for use the "Form Online Adapter".
        * An more complete ones ("Form Online: include FormOnline type") will also register a new
          content type that automatically use the proper workflow.
        
        This product also include the complete notification by e-mail system of the workflow.
        
        Credits
        =======
        
        Developed with the support of:
        
        * `Azienda USL Ferrara`__
          
          .. image:: http://www.ausl.fe.it/logo_ausl.gif
             :alt: Azienda USL's logo
          
        * `S. Anna Hospital, Ferrara`__
        
          .. image:: http://www.ospfe.it/ospfe-logo.jpg 
             :alt: S. Anna Hospital - logo
        
        All of them supports the `PloneGov initiative`__.
        
        __ http://www.ausl.fe.it/
        __ http://www.ospfe.it/
        __ http://www.plonegov.it/
        
        Authors
        =======
        
        This product was developed by RedTurtle Technology team.
        
        .. image:: http://www.redturtle.it/redturtle_banner.png
           :alt: RedTurtle Technology Site
           :target: http://www.redturtle.it/
        
        Changelog
        =========
        
        0.7.0 (2012-07-12)
        ------------------
        
        * fix translation of mail_text_rejected, missed literal block [fdelia]
        * fix error with comment "Literal block expected; none found" in notification email [fdelia]
        * changed sendNotificationMail for get subject and text of email from the fields of FormOnlineAdapter [fdelia]
        * hide this from quickinstaller tool [keul]
        
        0.6.0 (2012-02-15)
        ------------------
        
        * fixed e-mail layout [keul]
        * when a workflow comment is given, it's added to the response e-mail
          when rejecting it [keul]
        
        0.5.1 (2012-01-20)
        ------------------
        
        * fixed error while retrieving e-mail [keul]
        * Generic Setup profile version was not updated [keul]
        
        0.5.0 (2012-01-20)
        ------------------
        
        * downgraded to debug level the print of token URL message (when used) [keul]
        * fixed workflow's worklist with right state id (if anybody still using it) [keul]
        * fixed workflow reject/retract transitions [keul]
        * the owner of the form is notified when the form is accepted and rejected [keul]
        * supported notification also for anonymous submitters [keul]
        
        0.4.0 (2012-01-11)
        ------------------
        
        * fixed typo in translations [keul]
        * added a soft dependency on `auslfe.formonline.tokenaccess`__ [keul]
        
        __ http://pypi.python.org/pypi/auslfe.formonline.tokenaccess
        
        0.3.0 (2011-12-13)
        ------------------
        
        First pubic release
        
        * added support for "Site Administrator" role
          (this **not** mean that we tested this on Plone 4.1) yet [keul]
        * removed CMF skins directory (having it only for customize the ``getNotAddableTypes``
          script was not a good idea [keul]
        * splitted the GS profile in two, a default core ones and another ones for register also
          the Page-like content. In this way a use could *not* use the FormOnline content [keul]
        * FormOnline content set as not searchable and not shown in navigation [keul]
        * removed the useless FormOnline view, transforming it to a viewlet registered for all
          content types marked as ``IFormOnline`` [keul]
        
        0.2.0 (2011-05-06)
        ------------------
        
        * enabled versioning [keul]
        * changes to the content workflow [keul]
        * i18n fixes [keul]
        * some workflow changes [keul]
        * FormOnline content has its own view [keul]
        * added warning messages to the FormOnline view [keul]
        
        0.1.0 (2010-07-19)
        ------------------
        
        * Initial release [fdelia]
        
Keywords: plonegov form plone
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 3.3
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
