-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
269 lines (165 loc) · 8.12 KB
/
ChangeLog
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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
2010-11-08 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_query.js: Put QueryControl under 'dolpp'
namespace (from 'openlayers')
2010-11-08 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_query.js: Drop spurious comma at the end
of array
2010-10-29 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_query.js: The default query result
presenter is a popup which deselects on close
2010-10-29 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_query.js: Make highlighted 'fids' sticky
2010-10-29 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_query.js: Maintain last-queried features
highlighted
2010-10-29 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_query.js: Refactor to allow for
installing callbacks to handle query results
2010-10-29 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_query.inc,
behaviors/dolpp_behavior_query.js: Add option to do highlighting on
query (for vector layers only)
2010-10-28 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_highlight_features.js: Workaround to DOL
bug isn't needed anymore
2010-10-27 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_highlight_features.js: feature highlight
behavior: workaround weird bug resulting in functions passed to
feature selection callback functions when using geoext
2010-10-08 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_legend.inc,
behaviors/dolpp_behavior_query.inc: more undefined indices
2010-10-08 Sandro Santilli <[email protected]>
* plugins/style_plugin/dolpp_cluster_radius_plugin.inc: Fix
reference to unexistant array index
2010-10-07 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_highlight_features.js: More functions
splitting
2010-10-07 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_highlight_features.js: Unhighlight all at
start of move and disable more events, re-enable by the end of move
2010-10-07 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_highlight_features.js: remove unused code
2010-10-06 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_highlight_features.js: Don't stop events
propagation (click, up, down, doubleclick)
2010-10-06 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_highlight_features.inc,
behaviors/dolpp_behavior_highlight_features.js: Drop the 'hover'
option, we'll always act on hover. Avoid invoking all callbacks
(basically copy lots from the SelectFeature into local code)
2010-10-06 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_highlight_features.js: Do not select
initially-clicked feature twice. No need to handle onUnselect
2010-10-06 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_highlight_features.inc,
behaviors/dolpp_behavior_highlight_features.js: Features highlight
behavior now lets you specify if you want to highlight on click or
hover (should really allow a mouse_down to highlight and mouse_up to
unhighlight)
2010-10-05 Sandro Santilli <[email protected]>
* README: Add link to required dol-6--2 branch
2010-10-04 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_highlight_features.js: Do not choke with
layers having no drupalFID
2010-10-04 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_highlight_features.js: checkboxes arrive
as weird objects, fix check for selection presence
2010-10-04 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_highlight_features.inc,
behaviors/dolpp_behavior_highlight_features.js,
behaviors/dolpp_behavior_select_feature.inc,
behaviors/dolpp_behavior_select_feature.js, dolpp.module: Rename the
behavior once again to 'highlight features'
2010-10-04 Sandro Santilli <[email protected]>
* dolpp.module: Fix path to select_feature control
2010-10-04 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_select_feature.inc,
behaviors/dolpp_behavior_select_feature.js,
behaviors/dolpp_behavior_select_features.inc,
behaviors/dolpp_behavior_select_features.js: Renamed control to
select_feature (to match OL thingy)
2010-10-01 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_select_features.inc,
behaviors/dolpp_behavior_select_features.js, dolpp.module: Stub
select features behavior
2010-10-01 Sandro Santilli <[email protected]>
* plugins/style_plugin/dolpp_cluster_radius_plugin.inc,
plugins/style_plugin/dolpp_cluster_radius_plugin.js: Allow cluster
radius plugin to count components rather than features
2010-09-29 Sandro Santilli <[email protected]>
*
plugins/style_plugin/dolpp_cluster_safe_attribute_label_plugin.inc,
plugins/style_plugin/dolpp_cluster_safe_attribute_label_plugin.js:
Add cluster-safe attribute label plugin
2010-09-09 Sandro Santilli <[email protected]>
* plugins/style_plugin/dolpp_cluster_label_plugin.inc: Bug fixed
upstream, no need to return fake options for plugin
2010-09-09 Sandro Santilli <[email protected]>
* plugins/style_plugin/dolpp_cluster_label_plugin.js,
plugins/style_plugin/dolpp_cluster_radius_plugin.js: Hide private
methods of style plugin classes so they don't fall in styleMap
context
2010-09-09 Sandro Santilli <[email protected]>
* plugins/style_plugin/dolpp_cluster_label_plugin.inc,
plugins/style_plugin/dolpp_cluster_radius_plugin.inc: Adapt style
plugin to new API in dol staging branch
2010-09-08 Sandro Santilli <[email protected]>
* README, dolpp.module,
plugins/style_plugin/dolpp_cluster_label_plugin.inc,
plugins/style_plugin/dolpp_cluster_label_plugin.js,
plugins/style_plugin/dolpp_cluster_radius_plugin.inc,
plugins/style_plugin/dolpp_cluster_radius_plugin.js: Add dynamic
style plugins
2010-09-08 Marco Giacomassi <[email protected]>
* : added legend system block
2010-09-08 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_legend.js: 'default' seems to be a
reserved keyword, both IE8 and chrome don't like it much
2010-09-07 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_legend.js: Reduce div size for vector
layer symbol
2010-09-07 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_legend.js: forgot to close the B tag
2010-09-07 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_legend.inc,
behaviors/dolpp_behavior_legend.js: Add support for vector layers in
behavior form too (PHP)
2010-09-07 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_legend.js: Naive vector legend
2010-09-07 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_legend.inc,
behaviors/dolpp_behavior_legend.js: Allow specifying an output div
for the legend
2010-09-06 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_query.js: Handle XmlHttpRequest.status ==
0, which seems to happen on cross-origin violations with W3C cors
implementing firefox (3.5+)
2010-09-03 Sandro Santilli <[email protected]>
* README: Licence update (really still testing git submodules)
2010-09-01 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_legend.js: Back to legend construction
built into the behavior, till I find a less intrusive way to have
this provided by layer types
2010-09-01 Sandro Santilli <[email protected]>
* .vimrc: vi style
2010-09-01 Sandro Santilli <[email protected]>
* dolpp.module: Add legend indicator for wms layers
2010-09-01 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_legend.inc: Fix access to hasLegend
2010-09-01 Sandro Santilli <[email protected]>
* README: Add PD license
2010-09-01 Sandro Santilli <[email protected]>
* README: Tab to spaces (still playing with git submodules)
2010-09-01 Sandro Santilli <[email protected]>
* README: Add title to readme (another test really)
2010-09-01 Sandro Santilli <[email protected]>
* README: Readme (more a test that anything else)
2010-09-01 Sandro Santilli <[email protected]>
* dolpp.module: Remove debugging calls
2010-09-01 Sandro Santilli <[email protected]>
* behaviors/dolpp_behavior_query.js: Fix behavior name
2010-09-01 Sandro Santilli <[email protected]>
* dolpp.module: Alter WMS layer form to add a 'queryable' parameter
2010-08-31 Sandro Santilli <[email protected]>
* first commit