-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGES.txt
211 lines (150 loc) · 5.29 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
Changelog
=========
2.1.2 - Unreleased
------------------
- Update for Plone 4.1: include Products.CMFCore to define missing
permissions. Fix undefined name showContents in default view. [thefunny42]
- Add "Add permission" for Site Administrator too. [thefunny42]
- Add controlpanel option to turn off displaying full item contents in pop-up.
(http://plone.org/products/maps/issues/34)
[khink]
2.1.1 - 2011-05-13
------------------
- Force validator registration before use. Avoids spurious warning.
[ggozad]
- Kicked out qPloneGoogleMaps and Products.geolocation
[ggozad]
- Fixed broken TestCase.
[ggozad]
- Updated control panel actions for Plone 4.
[ggozad]
- Update ILocation interface. Custom content type must implement getMarkerIcon
method to successfully support LocationMarker adapter.
[naro]
- Added notes about implementation geolocation field to custom content type.
[naro]
- Allow maps_map to be used as view template without being the default view
(http://plone.org/products/maps/issues/32)
[khink]
- Replace __init__ profile initialization with xml file GS profile setup, so
we can add Products.Maps as a dependency in another product's Generic Setup
profile.
[khink]
- Added Dutch translation
[kcleong]
2.1.0 - 2010-09-19
------------------
- Update documentation to require Plone 4.x.
[hannosch]
- Update license to GPL version 2 only.
[hannosch]
- Removed IndexIterator since it was removed in Plone 4.0.
[pbauer]
- Added support missing plone domain on i18n directory. Added Spanish
translation. Updated full support for i18n and generate new template.
[macagua]
- Improve map initialization when the location field is displayed in an other
schemata. Merged from branches/map-in-another-schemata.
Notes: Width and height must be define in the theme's styles, if you put the
field in an other schemata::
div.googleMapEdit {
width:756px; /* must be in pixels */
height:455px; /* must be in pixels */
padding-bottom:30px;
}
[sylvainb, toutpt]
2.0.3 - 2010-05-07
------------------
- Added missing i18n_domain to the configure.zcml.
[hannosch]
- Cook javascript resources after control panel submissions.
[silviot]
2.0.2 - 2010-02-10
------------------
- Added an add permission for GeoLocations to support fine grained control of
where the content type can be added.
[rossp]
2.0.1 - 2010-01-19
------------------
- Updated LocationFieldValidator to be compatible with both Plone 3 and 4.
[hannosch]
2.0 - 2008-09-17
----------------
- Add a metadata.xml to the GenericSetup profile.
[wichert]
- Refactored to make it easier to use Maps in custom content types. If you
write a content type and use a field named 'geolocation', then you can use
default implementations of adapters now instead of writing three on your own.
[fschulze]
- Moved to common egg file layout. This means there will be no more
tarball releases, because the docs are outside of the Products folder.
[fschulze]
- Converted HISTORY.txt and README.txt to reStructureText.
[fschulze]
- Added a simple buildout configuration to the package, to be able to
develop and test it on its own.
[hannosch]
1.2 - July 3, 2008
------------------
- Added greek translation.
[ggozad]
- Updated templates for Plone 3.0.
[fschulze]
- Dropped compatibility with Plone 2.5.
[fschulze]
1.1 - September 05, 2007
------------------------
- Fixed the logic when to show layers.
[fschulze]
- Fixed viewing of maps if the workflow state was 'private'. There is a
new interface and view which only has the 'enabled' attribute and which
is accessible without restriction. This is now used as the condition in
portal_javascripts.
[fschulze]
- The coordinates field now uses a tuple with two floats everywhere. The
widget for it now uses two input fields.
[fschulze]
- Made LinguaPlone aware.
[fschulze]
- Added custom view for locations. The map is smaller at the upper right
and the rich text is shown besides it.
[fschulze]
1.1rc1 - May 17, 2007
---------------------
- Added configlet for Plone 3.0.
[fschulze]
- Fixed scrolling of map when clicking on pin. This only happend when
there were no layers.
[fschulze]
- Fixed functionality of layer checkboxes for IE6/7.
[fschulze]
- Fixed key lookup when the URL has a trailing slash.
[fschulze]
- Added fallback to Google AJAX Search if the Google Maps geocoding did
not return any results. This allows you to search for cities i.e. the
UK and China.
[fschulze]
1.0 - May 03, 2007
------------------
- Changed the markup. All markers are in one definition list instead of
one marker in one list. A dt with class="title" marks the beginning of
a new marker.
[fschulze]
- Added support for layers. The default is to take keywords as the name
of the layer in which a marker is visible. Then you get a map control
with checkboxes for each keyword and you can view/hide the markers with
that.
[fschulze]
- Using GenericSetup for installation.
[fschulze]
- Added support for existing qPloneGoogleMaps markers.
Added support of content with location from the geolocation product.
[fschulze]
- Added RichText field to Location objects.
[fschulze]
- Added support for tabbed info windows.
[fschulze]
0.5 - April 02, 2007
--------------------
- Initial public release.
[fschulze]