Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install eea.jquery

How to install eea.jquery

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install eea.jquery
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
6.6 Available View build log
4.1 Available View build log
4.0 Available View build log
Windows (64-bit)
6.6 Available View build log
4.1 Available View build log
4.0 Available View build log
Mac OS X (10.5+)
6.6 Available View build log
4.1 Available View build log
4.0 Available View build log
Linux (32-bit)
6.6 Available View build log
4.1 Available View build log
4.0 Available View build log
Linux (64-bit)
6.6 Available View build log
4.1 Available View build log
4.0 Available View build log
 
License
GPL
Lastest release
version 6.6 on Jun 27th, 2013
http://ci.eionet.europa.eu/job/eea.jquery-www/badge/icon http://ci.eionet.europa.eu/job/eea.jquery-plone4/badge/icon http://ci.eionet.europa.eu/job/eea.jquery-zope/badge/icon

Introduction

EEA jQuery provides jQuery 1.3.2 and 1.4.2 JS libraries as zope3 resources and some jQuery plugins like: bbq, cookie, fancybox, galleryview, jqzoom, qtip, splitter, tagcloud, flashembed and more. Each plugin comes with its own GenericSetup profile in order to easily use it within your Plone sites.

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.tags package.

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:

    [instance]
    ...
    eggs =
      ...
      eea.jquery
    
    zcml =
      ...
      eea.jquery
    
  • 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.

Dependencies

EEA jQuery has the following dependencies:
  • collective.js.jqueryui

Funding

EEA - European Environment Agency (EU)

Changelog

6.6 - (2013-06-17)
  • Feature: added several new or existing configurations as options to the jquery.galleryview, see CHANGELOG.txt from the plugin directory for details [ichim-david #14606]
  • Feature: Added ability to insert navigation images for jquery.galleryview and disable the overlay navigation images [ichim-david #14606]
6.5 - (2013-04-17)
  • Feature: Added jquery.colorpicker plugin [szabozo0 refs #9583]
6.4 - (2013-01-18)
  • Feature: added information for contributors [ciobabog refs #13892]

  • Upgrade step:
    • Within portal_setup import 'EEA jQuery Slickgrid' Javascript & Stylesheet registry
  • Enhance compatiblity of Slickgrid with jqueryui 1.10 [kiorky]

6.3 - (2013-01-10)
  • Change: Changed resource path for images
  • Feature: Added ajax-loader.gif [szabozo0]
  • Bug fix: Added delay on slickgrid columns reorder in order to easily use this feature together with header menus [avoinea refs #9610]
6.2 - (2012-11-22)
  • Bug fix: Fix slickgrid images paths [avoinea refs #9610]
6.1 - (2012-11-09)
  • Feature: Added jquery.slickgrid plugin [avoinea refs #5599]
  • Change: Upgraded jquery to version 1.7.2 [avoinea]
6.0 - (2012-10-08)
  • Feature: Made this package Plone independent [voineali refs #5424]
  • Feature: Zope2/Zope3 compatible (Plone/CMF independent)
4.4 - (2012-08-27)
  • Feature: Added buildouts folder which will contain various samples of configurations [ghicaale refs #5418]
4.3 - (2012-08-10)
  • Change: Removed 'jquery.js' from profiles as in Plone 4.2 it was renamed to plone.app.jquery.js and added links to jquery/metadata.xml to all genericsetup profiles [voineali refs #5346]
4.2 - (2012-06-12)
  • Feature: Added jquery.jqgrid plugin [avoinea #5024]
4.1 - (2011-10-04)
  • Feature: Added jquery.tokeninput plugin [voineali $4563]
  • Change: Upgraded to fancybox 1.3.4 for ie9 compatibility [szabozo0 #4542]
  • Cleanup: Fixed all pylint, pyflakes violations [voineali #4256]
  • Feature: Added tests framework [voineali #4256]
  • Cleanup: Dropped ++resource++jquery.tools.min.js as it conflicts with plone.app.jquerytools.js in Plone 4; [voineali #4256]
  • Cleanup: Dropped ++resource++jquery.ui-1.7.js as it conflicts with jquery.tools in Plone 4. Use collective.js.jqueryui instead; [voineali #4256]
  • Cleanup: Dropped eea.jquery.js as it conflicts with jquery.js in Plone 4; [voineali #4256]
  • Feature: Added upgrade steps [voineali #4392]
  • Feature: Plone 4 compatibility. This version is backward incompatible.
4.0 - (2010-11-15)
  • Feature: Moved to plone-collective
  • Feature: Added jquery 1.4.2
  • Feature: Default profile installs jquery 1.3 or 1.4 accorging to plone version
2.1 - (2010-09-28)
  • Add jquery.qtip plugin, it is used by eea.indicators [tiberich #3645]
2.0 - (2010-06-16)
  • Change: Refactored eea.jquery in order to easily be used within GenericSetup profiles [voineali #3427]

  • Upgrade steps:
    • Within portal_setup import all steps using 'EEA jQuery - Fancybox' profile
    • Within portal_setup import all steps using 'EEA jQuery - Gallery View' profile
    • Within portal_setup import all steps using 'EEA jQuery - Flash Embed' profile
    • Within portal_skins > Properties tab delete eea_jquery* layers from all skins
    • Within portal_skins delete eea_jquery folder
1.7 - (2010-06-11)
  • Change: Included jquery.ui in portal_javascript/portal_css [thuliper #3427]
  • Feature: Prepended jquery.ui image URLs with portal-url [thuliper #3409]
  • Feature: Add jQuery BBQ library [thuliper #3238]
  • Feature: Set up resourceDirectories for galleryview and fancybox jquery plugins [thuliper #3166]
  • Feature: Added a small profile to install fancybox from eea.jquery - usable outside EEA and inside [vincisas #3329]
1.6 - (2010-03-16)
  • Bug fix: Fixed plone 3 installer compatibility [voineali #3100]
1.5 - (2010-03-08)
  • Feature: Added green images to be used with flexible tooltips [voineali #2986]
  • Feature: Upgraded to jquery.fancybox 1.3.0 [thuliper #3031]
1.4 - (2010-02-22)
  • Feature: New tooltip images (up/down/bottom/left) for a more generalized tooltip system [thuliper #3003]
  • Bug fix: Fixed bug where URLs to galleryview left/right arrow images where wrong [thuliper #3006]
1.3 - (2010-02-15)
  • Feature: Add galleryview plugin in order to view image slide shows [thuliper #2937]
  • Feature: Add selectToUISlider plugin in order to be used with faceted navigation date widget [voineali #2871]
1.2 - (2010-01-18)
  • Feature: Add jstree plugin in order to be used with faceted navigation path widget [voineali #2625]
1.1.1 - (2009-12-04)
  • Feature: New tooltip images in the EEA color scheme. [thuliper #2840]
1.1 - (2009-12-01)
  • Feature: Added GS registration. [thuliper]
  • Feature: Added jQuery Tools. [thuliper]
1.0 - (2009-10-29)
  • Initial release

Subscribe to package updates

Last updated Jun 27th, 2013

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.