Metadata-Version: 1.1
Name: eea.forms
Version: 7.2
Summary: EEA forms - Custom AT widgets and fields
Home-page: https://github.com/collective/eea.forms
Author: European Environment Agency: IDM2 A-Team
Author-email: eea-edw-a-team-alerts@googlegroups.com
License: GPL
Download-URL: http://pypi.python.org/pypi/eea.forms
Description: =========
        EEA Forms
        =========
        .. image:: http://ci.eionet.europa.eu/job/eea/job/eea.forms/job/master/badge/icon
          :target: http://ci.eionet.europa.eu/job/eea/job/eea.forms/job/master/display/redirect
        
        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.
        
        .. note ::
        
          This add-on doesn't do anything by itself. It needs to be integrated by a
          developer within your own products. For reference you can check
          the `eea.daviz`_ package.
        
        
        .. contents::
        
        
        Installation
        ============
        
        zc.buildout
        -----------
        If you are using `zc.buildout`_ and the `plone.recipe.zope2instance`_
        recipe to manage your project, you can do this:
        
        * Update your buildout.cfg file:
        
          * Add ``eea.forms`` to the list of eggs to install
          * Tell the `plone.recipe.zope2instance`_ recipe to install a ZCML slug
        
          ::
        
            [instance]
            ...
            eggs =
              ...
              eea.forms
        
            zcml =
              ...
              eea.forms
        
        * Re-run buildout, e.g. with::
        
          $ ./bin/buildout
        
        You can skip the ZCML slug if you are going to explicitly include the package
        from another package's configure.zcml file.
        
        * Install eea.forms within Site Setup > Add-ons
        
        
        Dependencies
        ============
        
        `EEA Forms`_ has the following dependencies:
          - Plone 4+
          - collective.quickupload
        
        
        Source code
        ===========
        
        Latest source code (Plone 4 compatible):
          - `Plone Collective on Github <https://github.com/collective/eea.forms>`_
          - `EEA on Github <https://github.com/eea/eea.forms>`_
        
        
        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.
        
        More details under docs/License.txt
        
        
        Funding
        =======
        
        EEA_ - European Environment Agency (EU)
        
        .. _EEA: http://www.eea.europa.eu/
        .. _`eea.daviz`: http://eea.github.com/docs/eea.daviz
        .. _`plone.recipe.zope2instance`: http://pypi.python.org/pypi/plone.recipe.zope2instance
        .. _`zc.buildout`: http://pypi.python.org/pypi/zc.buildout
        
        Changelog
        =========
        
        7.2 - (2017-11-07)
        ------------------
        * Change: Remove Sphinx generated documentation
          [petchesi-iulian refs #88212]
        
        7.1 - (2017-08-16)
        ------------------
        * Bug fix W3C compliance modifications
          [valipod refs #86295]
        
        7.0 - (2017-05-22)
        ------------------
        * Change: fixed PyLint warnings and errors
          [valipod refs #84949]
        
        6.9 - (2017-04-24)
        ------------------
        * Change: updated package information
          [eduard-fironda]
        
        6.8 - (2017-02-21)
        ------------------
        * Bug fix: Fix temporal coverage macros
          [avoinea refs #82327]
        
        6.7 - (2017-02-14)
        ------------------
        * Feature: geotags, temporal coverage and themes display 
          alligned with tags style
          [alecghica refs #81054]
        
        6.6 - (2015-12-07)
        ------------------
        * Change: Geographic coverage title will show up only if location is set
          [ichimdav refs #30473]
        
        6.5 - (2015-08-18)
        ------------------
        * Change: Auto-include zcml within plone context in order to make this package
          work without having to add it within buildout zcml directive.
          [avoinea]
        
        6.4 - (2015-03-17)
        ------------------
        * Change: Switched to curl in the jenkins build install script
          [olimpiurob refs #22402]
        * Change: Changed fetch url for jenkins build install script to the install
          script from the main EEA CPB repository
          [olimpiurob refs #22402]
        
        6.3 - (2014-12-23)
        ------------------
        * Change: removed geotags-map macro logic now that argis map functionality
          is no longer available in eea.geotags
          [ichim-david refs #21121]
        
        6.2 - (2014-11-20)
        ------------------
        * Change: disable macro from arcgis geotags viewer,
          as it creates too many requests.
          [demarant refs #21121]
        * Change: updated eea.geotags field labels
          [ghicaale refs #21458]
        
        6.1 - (2014-08-27)
        ------------------
        * Change: tags are now added and removed on the textarea to reflect the changes
          that can occour when using the jQuery token with the temporalCoverage widget
          [ichimdav refs #20302]
        
        6.0 - (2014-06-30)
        ------------------
        * Feature: dynamic coverage and input constraints
          for temporalCoverage widget
          [batradav refs #7973]
        
        5.9 - (2014-06-10)
        ------------------
        * Feature: updating temporal coverage widget
          [batradav refs #7973]
        
        5.8 - (2014-01-21)
        ------------------
        * Bug fix: removed wrongly added blockquotes within README.rst
          [ichim-david refs #18064]
        * Feature: added eea_forms_macros skin layer which will hold common macros
          used throughout the other EEA packages
          [ichimdav refs #17611]
        * Feature: adding Sphinx-generated documentation in Page Template format
          [batradav refs #9502]
        
        5.7 - (2013-11-29)
        ------------------
        * Bug fix: fixed the display of temporal coverage
          [ghicaale refs #17588]
        
        5.6 - (2013-11-20)
        ------------------
        * Change: temporalCoverage helpers can now receive the field value from a
          adapter within EEA context
          [ichimdav refs #16719]
        
        5.5 - (2013-10-04)
        ------------------
        * Change: updated zope imports with the versions that require minimum Plone 4.1
          for eea.forms
          [ichimdav refs #15651]
        
        5.4 - (2013-09-06)
        ------------------
        * Change: Moved temporalCoverage field/widget helpers from eea.dataservice
          in order to easily be reused by other packages like eea.soercontent
          [voineali refs #14900]
        
        5.3 - (2013-05-29)
        ------------------
        * Feature: Plone 4.3 compatibility [lepri]
        * Feature: Added brazilian portuguese translation [lepri]
        
        5.2 - (2013-02-04)
        ------------------
        * Feature: added information for contributors
          [ciobabog refs #13892]
        * Bug fix: changed type of ManagementPlan field to LinesField in order for the
          versioning diff to work on this field
          [ichimdav #13677]
        
        5.1 - (2012-11-09)
        ------------------
        * Feature: Added i18n translations
          [avoinea]
        * Bug fix: Fixed overlay issue in chrome when page is zoomed
          [szabozo0 refs #5568]
        
        5.0 - (2012-10-08)
        ------------------
        * Bug fix: Fixed CSS when used together with eea.facetednavigation
          [voineali refs #5550]
        * Change: Updated README and egg's metadata
          [voineali refs #5434]
        
        4.6 - (2012-08-10)
        ------------------
        * Bug fix: Fixed .formHelp when using with Plone 4.2
          [voineali refs #5381]
        
        4.5 - (2012-07-17)
        ------------------
        * Bug fix: set overflow hidden on parent when using the slide animation in
          order to avoid visual artifacts
          [ichimdav #5339]
        
        4.4 - (2012-07-13)
        ------------------
        * Bug fix: use new slide method which doesn't evaluate scripts when moving
          between panels
          [ichimdav #5339]
        * Bug Fix: Fixed i18n:domain in .zpt files.
          [prospchr refs #5162]
        
        4.3 - (2012-06-12)
        ------------------
        * Bug fix: fixed markup of HISTORY.txt file
          [ciobabog refs #5231]
        
        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: EEA Add-ons Plone Zope
Platform: UNKNOWN
Classifier: Framework :: Zope2
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Zope
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
