forked from collective/collective.simplesocial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
182 lines (126 loc) · 4.1 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
Changelog
=========
1.8 (unreleased)
----------------
- Plone4.3 changes
[sureshvv]
- Added channel file and updated SDK initialization.
[yomatters]
- Fixed a permission error when enabling and disabling the Like button.
[yomatters]
1.7 (2011-12-12)
----------------
- Use OAuth 2.0 for authentication.
[yomatters]
- Resolved Chameleon error by properly escaping init javascript.
[yomatters]
- Track likes and unlikes in Google Analytics using social media tracking.
[yomatters]
- Moved javascript generation from fb_init.pt to view to fix Chameleon warning
[swampmonkey]
1.6 (2011-05-31)
----------------
- Added a like and unlike tracking plugin for collective.googleanalytics.
[yomatters]
1.5 (2011-05-06)
----------------
- Updated instructions for creating a Facebook app.
[yomatters]
- Added the ability to toggle on and off the display of profile pictures in the
Like box.
[yomatters]
1.5b2 (2011-04-13)
------------------
- Fixed an issue with the Like button that prevented content from being
copied and pasted.
[yomatters]
- Use simplejson/json to resolve issues with JSON escaping.
[yomatters]
1.5b1 (2011-02-23)
------------------
- Hid the portlet header for the Like box portlet.
[yomatters]
- Added an adapter for looking up the image that gets sent to Facebook to make
it more easily customizable.
[yomatters]
- Added ref attribute to Like button.
[yomatters]
- Added support for the Like button and Open Graph meta tags.
[yomatters]
- Merged profiles to simplify upgrades.
[yomatters]
- Changed control panel form to use z3c.form.
[yomatters]
- Added height option to Like box portlet.
[yomatters]
- Removed width restriction on Like box because Facebook no longer enforces it.
[yomatters]
- Updated Like box portlet options to match Facebook's options.
[yomatters]
- Added a a data provider for PloneFormGen thank you pages that pulls data
for the attachment from the form.
[yomatters]
- Fixed an error related to missing action links.
[yomatters]
- Fixed position of modal dialogs in IE7 with the Sunburst theme.
[yomatters]
1.4 (2010-09-21)
----------------
- Removed user message option from feed form because Facebook no longer
supports it.
[yomatters]
- Dropped support for Internet Explorer 6 because Facebook no longer
supports it.
[yomatters]
- Fixed escaping bug in the feed form portlet's action title.
[yomatters]
- Replaced fan box with a like box. The like box portlet is rendered
using XFBML, so the basic Facebook support profile is now a dependency.
[yomatters]
- Took advantage of the Facebook's new Javascript SDK.
[yomatters]
- Provided defaults for fanbox portlet thus make it possible to assign it using
portlets.xml GS file.
[piv]
1.3 (2010-06-02)
----------------
- Also catch NotFound when trying to look up 'image_tile'.
[davisagli]
- Added a feed form tracking plugin for collective.googleanalytics.
[yomatters]
- Added the option to only show the feed form after a save.
[yomatters]
- Changed Facebook fanbox portlet HTML to meet Plone standards, fixes #1.
[jaroel]
1.2 (2010-04-06)
----------------
- Fixed a unicode decode bug in the JSON serializer.
[yomatters]
1.1 (2010-03-26)
----------------
- Added the 'Post to Fan Page' feature.
[davisagli]
- Stripped line breaks from the description in the default feed form adapter
to avoid breaking the javascript.
[yomatters]
- Added a view to resize the site logo to the size that Facebook requires.
[yomatters]
- Added an adapter interface so that we can override the feed form portlet
and attachment settings on a per-site or per-content-type basis.
[yomatters]
1.0 (2009-12-22)
----------------
- Add z3c.autoinclude Plone plugin entry point.
[davisagli]
- Fix control panel authenticator to work in Plone 4.
[davisagli]
- Added a jq() wrapper to the feature loader initialization call so that it
doesn't happen until the DOM is fully loaded.
[yomatters]
- Removed bogus dependency of the Fan Box profile on the Basic Facebook Connect
integration profile.
[davisagli]
1.0b1 (2009-08-13)
------------------
- Initial release.
[davisagli]