collective.geo.settings
collective.geo settings
Project Description
collective.geo.settings
Summary
Introduction
collective.geo.settings provides some utility to store settings of collective.geo packages.
Requirements
- Plone >= 4
- plone.app.registry
Installation
You can install collective.geo.settings as part of a specific project's buildout, by having a buildout configuration such as:
[buildout]
...
eggs =
collective.geo.settings
...
Install this product from the Plone control panel.
Upgrading
General steps
If you are upgrading from an older version (see below), you may need to run upgrade steps. To do this, follow these steps:
- Browse to portal_setup in the ZMI of your site
- Click onto the Upgrades tab
- Select collective.geo.settings:default from the drop-down list and click Choose Profile
- Observe any available upgrades and click the Upgrade button if any are present.
Version 0.2.2 and below
New configuration to be added to the portal configuration registry (plone.app.registry) requires an upgrade step to be run. If you encounter errors like this:
Module collective.geo.settings.utils, line 8, in geo_settings Module plone.registry.registry, line 74, in forInterface KeyError: 'Interface `collective.geo.settings.interfaces.IGeoSettings` defines a field `map_viewlet_managers`, for which there is no record.'
you need to run the relevant upgrade step(s).
Contributors
- Giorgio Borelli - gborelli
- Silvio Tomatis - silviot
- David Beitey (Breitkreutz) - davidjb/rockdj
- Gerhard Weis - gweis
- Rob Gietema, robgietema
- Leonardo J. Caballero G, macagua
Changelog
2.4 (2012-02-11)
- Added pt_BR translation [davilima6]
- Fixed tests [gborelli]
- Added French translation [Fabien Moret]
- Added Danish translation [stonor]
0.2.3 (2011-09-05)
- added support for Spanish translations [macagua]
- Updated testing to check for the presence of all style fields. [davidjb]
- Add map_width and map_height fields to styles interface for setting the height and width of collective.geo maps. Included upgrade step for GenericSetup profile. [davidjb]
- Add GenericSetup upgrade profile to handle upgrading plone.app.registry configuration with new property. Users with any previous versions of collective.geo.settings need to run the upgrade setup under portal_setup. [davidjb]
- Changed GenericSetup profile version number to be whole integers rather than package version number. [davidjb]
- added map_viewlet_position property in IGeoFeatureStyle [gborelli]
- added mapviewletmanagers vocabulary [gborelli]
- added map_viewlet_managers property [gborelli]
- plone 4.1 fixes [gborelli]
- changed Browser import from Testing.testbrowser [gborelli]
- added z3c.autoinclude entry point [gborelli]
0.2.2 (2010-12-28)
- Added dutch translations [robgietema]
0.2.1 (2010-11-13)
- added translations
0.2 (2010-10-31)
- Updated coordinate references to be consistent with WGS 1984 reference system. This involves standardising the coordinate order to be [longitude, latitude] rather than [latitude, longitude]. [rockdj]
- Fixed the Google Maps url that is being returned and rendered, producing an incorrect API key message each time Google Maps is loaded. Fixes http://plone.org/products/collective.geo/issues/2/view [rockdj]
0.1 (2009-06-19)
- Initial release
Self-Certification
[X] Internationalized
[X] Unit tests
[ ] End-user documentation
[ ] Internal documentation (documentation, interfaces, etc.)
[X] Existed and maintained for at least 6 months
[ ] Installs and uninstalls cleanly
[ ] Code structure follows best practice
Current Release
collective.geo.settings 2.4
Released Feb 11, 2012 — tested with Plone 4.1, Plone 4
Added French, Danish and Portuguese translations
More about this release…
-
Get
collective.geo.settings
for
all platforms
- collective.geo.settings-2.4.tar.gz
- If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.
All Releases
| Version | Released | Description | Compatibility | Licenses | Status |
|---|---|---|---|---|---|
| 2.4 | Feb 11, 2012 | Added French, Danish and Portuguese translations More about this release… |
Plone 4.1
Plone 4
|
GPL | final |
| 0.2.3 | Sep 05, 2011 | bug fixes and plone 4.1 compatibility More about this release… |
Plone 4.1
Plone 4
|
GPL | final |
| 0.2.2 | Dec 28, 2010 | added dutch translations More about this release… |
Plone 4
|
GPL | final |
| 0.2.1 | Nov 13, 2010 | translation fixed More about this release… |
Plone 4
|
GPL | final |
| 0.2 | Added plone.app.registry to store configuration data More about this release… |
Plone 4
|
GPL | beta |

