jQuery library and plugins for Plone
Project Description
Introduction
EEA jQuery provides jQuery 1.3.2 and 1.4.2 JS libraries as zope3 resources and some jQuery plugins like: annotator, 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.
Contents
- Introduction
- Installation
- Dependencies
- Source code
- Copyright and license
- Funding
- Changelog
- 7.5 - (2014-02-13)
- 7.4 - (2014-02-13)
- 7.3 - (2014-02-03)
- 7.2 - (2014-01-24)
- 7.1 - (2014-01-21)
- 7.0 - (2014-01-14)
- 6.9 - (2013-12-10)
- 6.8 - (2013-11-20)
- 6.7 - (2013-10-22)
- 6.6 - (2013-06-17)
- 6.5 - (2013-04-17)
- 6.4 - (2013-01-18)
- 6.3 - (2013-01-10)
- 6.2 - (2012-11-22)
- 6.1 - (2012-11-09)
- 6.0 - (2012-10-08)
- 4.4 - (2012-08-27)
- 4.3 - (2012-08-10)
- 4.2 - (2012-06-12)
- 4.1 - (2011-10-04)
- 4.0 - (2010-11-15)
- 2.2 - (2010-09-30)
- 2.1 - (2010-09-28)
- 2.0 - (2010-06-16)
- 1.7 - (2010-06-11)
- 1.6 - (2010-03-16)
- 1.5 - (2010-03-08)
- 1.4 - (2010-02-22)
- 1.3 - (2010-02-15)
- 1.2 - (2010-01-18)
- 1.1.1 - (2009-12-04)
- 1.1 - (2009-12-01)
- 1.0 - (2009-10-29)
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.jquery to the list of eggs to install
- Tell the plone.recipe.zope2instance recipe to install a ZCML slug
[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
Copyright and license
The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.
The EEA jQuery (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)
- Antonio De Marinis (European Environment Agency)
- Alec Ghica (Eau de Web)
- Sasha Vincic (Valentine Web Systems)
- Mathieu Le Marec - Pasquet (kiorky) (Makina Corpus)
Changelog
7.5 - (2014-02-13)
- Change: released new egg since 7.4 was a brown bag release [ichimdav]
7.4 - (2014-02-13)
- Feature: Real-time update of annotator inline comments via AJAX calls [voineali refs #18098]
- Change: Prettify the dates displayed in annotations [olimpiurob #18288]
7.3 - (2014-02-03)
- Change: Annotator js and css resources are now restricted to authenticated users [olimpiurob #17233]
- Feature: Updated annotator plugin with fixed FontAwesome icons for unpivot annotations [szabozo0 refs #18191]
- Feature: Trigger events when collapsing and uncollapsing comments in annotator plugin [olimpiurob #18193]
7.2 - (2014-01-24)
- Bug fix: Fix Annotator Errata counter update on replies [avoinea]
- Bug fix: Fixed bug in annotator plugin not beeing able to add reply after comment has been undeleted [olimpiurob #17728]
- Feature: Added reply functionality to annotator errata plugin [olimpiurob #17728]
7.1 - (2014-01-21)
- Feature: Annotator made the “comment-by-time” visible in the first line [voineali refs #17731]
- Feature: Log closing and opening of inline comments [voineali refs #18080]
- Feature: Annotator plugin added authorization handler for replies [olimpiurob #18000]
- Feature: Replaced annotator-controls with buttons while preserving eea-icons [olimpiurob #18000]
- Feature: Make annotator comments reply box bigger and higher contrast [batradav refs #17728]
- Bug fix: Pulsate the warning message for missing comments within errata portlet [batradav refs ##17705]
- Feature: Improved the inline comments matching algorithm [voineali refs #17735]
- Feature: adding Sphinx-generated documentation in Page Template format [batradav refs #9502]
7.0 - (2014-01-14)
- Change: Added date type for pivoted columns [szabozo0 refs #17190]
- Feature: Added possibility to preserve deleted inline comments within annotator Store Plugin. See Store Plugin history option. [voineali refs #17729]
- Change: Split annotator errata portlet in 2 section: pending comments and closed ones [voineali refs #17729]
- Feature: Updated annotator with plugin for googlecharts unpivot [szabozo0 refs #17190]
- Bugfix: Prevent multiple binds for mousedown on editor [szabozo0]
- Feature: Explicitly explain red background of comments within annotator errata plugin [voineali refs #17729]
- Feature: Annotator trigger afterClick and beforeClick within errata plugin in order to be handled from outside this package [voineali refs #17729]
- Feature: Annotator plugin distinguish sections with several overlapping comments [voineali refs #17727]
6.9 - (2013-12-10)
- Feature: Add new custom plugin (Errata) that displays all inline comments within an area (easily create listings with all inline comments) [voineali refs #17461]
- Feature: Annotator trigger event after annotation is created in order to easily refresh other instances [voineali refs #17461]
6.8 - (2013-11-20)
- Feature: Added exactMatch option to jquery-annotator plugin in order to avoid wrong annotated text if backend text was changed [voineali refs #17460]
- Feature: Updated jquery-annotator plugin to version 1.2.8 and made it compatible with jquery 1.7.x [voineali refs #17185]
- Feature: Added Comment Plugin (inline comment replies) for jquery-annotator [voineali refs #17185]
6.7 - (2013-10-22)
- Feature: Added jquery-annotator plugin [voineali refs #17185]
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
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
eea.jquery-7.5.zip (1.8 MB) Copy SHA256 hash SHA256 | Source | None | Feb 17, 2014 |