Metadata-Version: 1.0
Name: eea.forms
Version: 4.2
Summary: EEA forms
Home-page: https://svn.eionet.europa.eu/repositories/Zope/trunk/eea.forms
Author: Zoltan Szabo, European Environment Agency
Author-email: webadmin@eea.europa.eu
License: GPL
Description: Introduction
        ============
        This package is a collection of custom AT Widgets and Fields:
          - Quick Upload Widget based on collective.quickupload
          - Management Plan Widget/Field
        It also provides some custom jQuery plugins:
          - EEAFormsGroup -- group AT Widgets within an accordion in edit form
          - EEAFormsWizard -- make schemata tabs a wizard like form with back and
                              forward buttons
          - EEAFormsQuickUpload -- collective.quickupload jQuery plugin to be used with
            QuickUpload Widget.
        
        
        Contents
        ========
        
        .. contents::
        
        
        Install
        =======
        
         - Add eea.forms to your eggs and zcml section in your buildout and
           re-run buildout.
         - Install eea.forms within Site Setup > Add-ons
        
        
        Copyright and license
        =====================
        The Initial Owner of the Original Code is European Environment Agency (EEA).
        All Rights Reserved.
        
        The EEA Forms (the Original Code) is free software;
        you can redistribute it and/or modify it under the terms of the GNU
        General Public License as published by the Free Software Foundation;
        either version 2 of the License, or (at your option) any later
        version.
        
        Contributor(s): Alin Voinea (Eau de Web),
                        Zoltan Szabo (Eau de Web),
                        Tiberiu Ichim (Eau de Web),
                        Alec Ghica (Eau de Web),
                        Antonio De Marinis (European Environment Agency)
        
        More details under docs/License.txt
        
        
        Funding
        =======
        
          EEA_ - European Enviroment Agency (EU)
        
        .. _EEA: http://www.eea.europa.eu/
        
        Changelog
        =========
        
        4.2 - (2012-04-26)
        ------------------
        * Bug fix: Refresh wizard left and right buttons height when wizard body height
          is changed (insertion/extraction of dom elements)
          [voineali refs #5072]
        * Bug fix: Fixed accordion height when edit form fails to submit with errors
          [voineali refs #5072]
        
        4.1 - (2012-03-30)
        ------------------
        * Feature: Improved the form help for accordion, it was too discreet.
          the help icon should appear on the help text etc.
          [demarant #4995]
        * Feature: Made formHelp in accordion more user friendly
          [voineali #4995]
        
        4.0 - (2012-03-05)
        ------------------
        * Upgrade step: Within 'Site Setup > Add-ons' activate EEA Forms add-on
          [voineali]
        * Feature: Added EEAFormsWizard jQuery plugin that transforms a jQuery tools
          tabs into a wizard like form
          [voineali #4980]
        * Feature: Added a EEAFormsGroup jQuery plugin that allows you to group
          AT Fields in edit form with jQuery UI Accordion. See eea.daviz for details
          and usage
          [voineali $4967]
        * Feature: Added QuickUpload Widget to easily drag&drop files from your Desktop
          [voineali #4965]
        * Bug fix: Moved 'management_plan_widget.pt' from eea.dataservice in order
          to use eea.forms as a standalone package
          [voineali]
        * Bug fix: Moved 'management_plan_code_validator' validator from
          Products.EEAContentType as it's a dependency of ManagementPlanWidget
          [voineali]
        
        0.3 - (2011-11-18)
        ------------------
        * Bug fix: Removed dataservice dependency from tests
          [voineali]
        
        0.2 - (2011-11-18)
        ------------------
        * Rerelease broken egg
        
        0.1 - (2011-07-18)
        ------------------
         * Initial release [szabozo0]
         * Move ManagementPlan form & widget from eea.dataservice [szabozo0]
        
        
Keywords: zope plone eea forms
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
