-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGES.txt
459 lines (292 loc) · 9.18 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
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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
Changelog
=========
2.5.0 ~ unreleased
------------------
- Officially **dropped compatibility with Plone 3**
- Plone 5 compatibility
[keul]
- Tests migrated to plone.app.testing
[keul]
- Added German translation.
[acsr]
- Fix bug where file attachments were created as non-blob files
stored in a blob field. This fixes
https://github.com/collective/uwosh.pfg.d2c/issues/20
[davisagli]
2.4.7 ~ unreleased
------------------
- Added spanish translation.
[macagua]
2.4.6 ~ 2014-11-12
------------------
- Fix bug where viewing a data entry led to an 'Insufficient Privileges'
screen if the user did not have permission to view the container.
[davisagli]
2.4.5 ~ 2014-09-18
------------------
- fix image field support to only work on image file types
[vangheem]
2.4.4 ~ 2014-07-23
------------------
- use plone.app.blob for Image and File Fields
- be able to pass in arguments to getValue call
[vangheem]
2.4.3 ~ 2013-12-11
------------------
- handle errors on saving bad image
[vangheem]
2.4.2 ~ 2013-09-18
------------------
- fix js selector for adding a portal type
[vangheem]
2.4.1 ~ 2013-09-17
------------------
- include Products.CMFCore permissions in zcml which will fix potential
startup errors
[vangheem]
2.4.0 ~ 2013-06-10
------------------
- fix d2c skin layer not being above PFG layer. Fixes issues with some fields.
[vangheem]
2.3.1 ~ 2013-05-29
------------------
- plone 4.3 import compatibility
[calvinhp]
2.3.0b4 ~ 2013-01-24
--------------------
- In FormSaveData2ContentEntry/getForm change the way to check the form:
right now is not by portal_type but by interface [lucabel]
2.3.0b3 ~ 2012-12-18
--------------------
- override set of image field to use DELETE_IMAGE
instead of DELETE_FILE [vangheem]
2.3.0b2 ~ 2012-11-26
--------------------
- fix rich text field use of default_output_type value[vangheem]
- restored finnish translation lost in the beta1 version [keul]
- covered all remaining missing translations
(also JavaScript messages) [keul]
- updated italian translation [keul]
2.3.0b1 ~ 2012-10-25
--------------------
- fixed a typo in the main configure.zcml [keul]
- refactoring of all the i18n generation and structure,
now i18ndude compatible [keul]
- restored compatibility with Plone 3.3 [keul]
- fixed an issue with the "Add new type" popup if you press "cancel" [keul]
- fixed issues when adding new save data types [keul]
- some usability issues and bugs fixed in the JavaScript widget [keul]
- removed dependency on archetypes.referencebrowserwidget (not used anywhere)
[keul]
- generated contents now implements the "tag" method, so can be called from
a folder summary view [keul]
- fix handling when getting image field fails
[vangheem]
2.2.0 ~ 2012-10-23
------------------
- provide support for pfg.donationform donation field
2.1.6 ~ 2012-10-01
------------------
- last release didn't include the actual change
2.1.5 ~ 2012-08-04
------------------
- fallback to using getSite if current item
fails with getToolByName. This will fix using
d2c along with versioning.
2.1.4 ~ 2012-07-05
------------------
- fix with feildsets
- remove getSite call
2.1.3 ~ 2012-05-15
------------------
- fix acquisition error issue on saving an existing
entry by always just getting the site object.
2.1.2 ~ 2012-05-03
------------------
- fix conflicting import
[vangheem]
2.1.1 ~ 2012-05-03
------------------
- fix brown bag release
[vangheem]
2.1.0 ~ 2012-05-03
------------------
- respect avoid security checks for renaming Ids
[vangheem]
2.1b3 ~ 2012-04-03
------------------
- provide setValue method for content types.
[vangheem]
2.1b2 ~ 2012-03-28
------------------
- fix setting of image with scales
[vangheem]
2.1b1 ~ 2012-03-27
------------------
- be able to specify file fields as images fields.
[vangheem]
- be able to create nice ids from title
[vangheem]
2.0b1 ~ 2012-03-20
------------------
- be able to specify a default value
for the getValue method
[vangheem]
- placeful workflow change widget should be on
edit page
[vangheem]
- Make required on pfg field work on extender field.
[vangheem]
- add values to request object for created d2c object
[vangheem]
2.0a3 ~ 2012-02-09
------------------
- do not cache form instance because it loses acquisition.
[vangheem]
2.0a2 ~ 2012-02-04
------------------
- Add getNextPreviousParentValue method to fix issue
when adding adapter to form.
[vangheem]
2.0a1 ~ 2012-02-03
------------------
- Fixed issue with vocabulary field
[vangheem]
- Providing ordering support for data adapter
folder and enable next/previous navigation.
[vangheem]
1.3.2 ~ 2012-01-31
------------------
- add alias to form findFieldObjectByName method on
data entry type. This fixes selection widgets on
content objects that were moved out of the adapter
directory.
1.3.1 ~ 2012-01-10
------------------
- safely check portal type when finding related form
[vangheem]
1.3.0 ~ 2012-01-10
------------------
- Add ability to easily assign a placeful workflow
onto a data adapter
[vangheem]
- Correctly use the hidden 'last_referer' form field
to figure out where the user came to the form from.
IFormSaveData2ContentEntryFinalizedEvent subscribers
can access the referrer content object simply as
event.referrer.
[saffe]
- set value of adapter on entry object so you can
move the object around
[vangheem]
- fire the object initialized event when data entry
object is created
[vangheem]
1.2.8 ~ 2011-10-28
------------------
- Mention the BTree portal_setup upgrade step, in new
docs/UPGRADES.txt file
[tkimnguyen]
- Add ability to easily add new types via edit form.
[vangheem]
1.2.7 ~ 2011-07-20
------------------
- fixed max value validator.
[vangheem]
1.2.6 ~ 2011-06-30
------------------
- Fix use of urlparse for python 2.4
1.2.5 - 2011-06-01
------------------
- Fix issue where in some cases object could not acquire to
parent form.
[vangheem]
1.2.4 - 2011-04-29
------------------
- fix file fields to work with ones that aren't
required. [vangheem]
- incorrect default value fo entry type. [vangheem]
1.2.3 - 2011-04-28
------------------
- File fields are now working. [vangheem]
1.2.2 - 2011-03-03
------------------
- Improved functionality for product developers: If user
arrives to the pfg form via a plone content object,
the referring content object is available
as 'referrer' attribute of the event dispatched
upon data entry content creation. [saffe]
- Bugfix: anonymous TALES title override did not always
work due to insufficient permissions. User is now
elevated to "Owner" in the current context, allowing for more
useful TALES expressions. [saffe]
1.2.1 - 2011-02-24
------------------
- New functionality for product developers: uwosh.pfg.d2c now fires
a custom event upon a data content entry creation. Subscribe to:
uwosh.pfg.d2c.interfaces.IFormSaveData2ContentEntryFinalizedEvent
[saffe]
- Improved documentation & Sphinx docs [saffe]
1.2 - 2011-02-20
----------------
- New feature: dynamic data entry title override via a TALES
expression configurable in the save data adapter. [saffe] [vangheem]
1.1.1 - 2011-02-11
------------------
- fix translations
[saffe]
1.1 - 2011-02-10
----------------
- New feature: Any FTI clone of FormSaveData2ContentEntry type can be
selected in the save adapter as the data content entry type to use.
This makes it possible to apply different workflows, content rules
etc. to content saved by different forms. [saffe]
1.0 - 2011-01-06
----------------
- New saved data adapter derives from large (BTree) folder instead
of regular ones to handle better large numbers of contained items.
Upgrade step migrates from obsolete normal/slow folder storage to
the new BTree storage.
[nguyen]
- fixed issue where it couldn't render the title viewlet if a
lines field was used for the title field. Convert all value
fields to string for the title.
[vangheem]
0.8 (2010-10-30)
----------------
- add support for pfg datagridfield
[vangheem]
0.7 (2010-08-04)
----------------
- added accessor method getValue for entry type.
- index object properly after values are set
- allow you to specify which field to use for the title
0.6 (2010-07-31)
----------------
- added autoinclude entry point
- only use _finishConstruction method if it's available since in newer
versions of CMFCore, it's not there.
0.5
---
- use id for Title
- allow avoiding security checks when creating content.
- conditionally include certain fields for backwards compatibility
- make backward compatible to at least PloneFormGen 1.2.2 -- maybe older.
- added tests
- added permissions for adding content
- More fixes for the rating scale field. Should work as expected now.
0.4
---
- fixed widgets not working correctly.
- memoize the call to get the fields just in case it gets slow
0.3 (2010-07-27)
----------------
- fix the way I checked for FileFields so that anything that subclasses a
FileField won't try to get it's form value differently anymore.
0.2 (2010-07-27)
----------------
- fix egg distro not including docs folder so the product wouldn't install
- fixed file fields not saving
0.1 (2010-07-27)
----------------
- initial release