-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGES.txt
135 lines (96 loc) · 3.83 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
Changelog
=========
1.1.1 (unreleased)
------------------
* Update imports for compatibility with Plone 4.3.
[davisagli - 2013-06-13]
* When syncing, only query for the right content schema, not for the
behavior interface. This avoids the need for a reindex of the object_provides
index after upgrading from collective.salesforce.behavior.
[davisagli - 2012-06-18]
1.1 (2012-05-08)
----------------
* Add an option to configure a token that allows triggering a sync as an
anonymous user as long as you provide the correct token.
[davisagli - 2012-05-08]
* Add SalesforcePicklist and SalesforceMultiPicklist fields, which are like
Choice and Set of Choice but automatically load their vocabularies from
the picklist in Salesforce.
[davisagli - 2012-04-12]
1.0 (2012-01-09)
----------------
* Fix incorrect browser layer name.
[davisagli - 2012-01-09]
* Add an upgrade step to help replace old collective.salesforce.behavior
installations.
[davisagli - 2012-01-09]
1.0b1 (2011-09-20)
------------------
* Wrote docs.
[davisagli - 2011-09-20]
* Install a Salesforce base connector when the package is installed.
[davisagli - 2011-09-20]
* Rename package from collective.salesforce.behavior to
collective.salesforce.content.
[davisagli - 2011-09-20]
* Moved repository to github.
[davisagli - 2011-09-20]
* Add option to sync a single object specified by Salesforce Id from the control
panel.
[davisagli - 2011-09-12]
* Prevent ConflictErrors during sync from causing the entire sync request to
retry.
[davisagli - 2011-07-12]
* Add some additional debug logging.
[davisagli - 2011-07-08]
* Use a digest of the record returned from Salesforce to avoid unnecessary
reindexing.
[davisagli - 2011-07-08]
* Added a behavior to Delete objects from Plone when they aren't found in
Salesforce.
[dextermilo - 2011-06-13]
* Put a marker on the ObjectModifiedEvent fired when an object is synced,
so that handlers can distinguish modifications made by the syncer.
[davisagli - 2011-06-09]
* Made it possible to have multiple schema fields use the same salesforce field.
[dextermilo - 2011-05-27]
* Log SOQL queries at the DEBUG level.
[davisagli - 2011-05-27]
* Make sure ObjectCreatedEvent is notified for new objects.
[davisagli - 2011-05-25]
* Fix import ordering issue by moving field handlers to meta.zcml.
[davisagli - 2011-05-25]
* Add handler for custom subqueries.
[davisagli - 2011-05-25]
* Fixed TextLine converter to handle datetimes.
[davisagli - 2011-05-23]
* Started adding tests.
[davisagli - 2011-05-23]
* Added optional helper behaviors to trigger appropriate workflow transitions
when an object is updated or not found in Salesforce.
[yomatters - 2011-05-20]
* Convert text fields to unicode to avoid indexing errors.
[yomatters - 2011-05-20]
* Added relationship metadata handler and list field converter to allow for
parent-to-child relationship queries.
[yomatters - 2011-05-20]
* Convert rich text values to unicode so that transforms succeed.
[yomatters - 2011-03-28]
* Added a control panel that can be used to trigger a synchronization.
[yomatters - 2011-03-22]
* Fixed handling of unset relationships in queries that span relationships.
[yomatters - 2011-01-20]
* For rich text fields, assume the mimetype of the input is the default
mimetype of the field.
[yomatters - 2011-01-07]
* Fixed query for existing objects to look only for objects providing the
schema interface.
[yomatters - 2011-01-07]
* Added event for objects updated from Salesforce during synchronization.
[yomatters - 2011-01-03]
* Added value converter for rich text fields.
[yomatters - 2010-12-16]
* Added event for objects not found in Salesforce during synchronization.
[yomatters - 2010-12-16]
* Initial work on behavior, schema hints, converters and syncing view.
[yomatters - 2010-08-23]