forked from plone/plone.app.kss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
226 lines (164 loc) · 5.21 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
Changelog
=========
1.8.0 (unreleased)
------------------
- Move a lot of KSS-related configuration from CMFPlone to plone.app.kss.
KSS is no longer a dependency of Plone.
[esteele]
1.7.1 (2012-05-25)
------------------
- Remove hard dependency on Archetypes.
[davisagli]
1.7.0 (2011-07-19)
------------------
- Update <link /> element providing base-url for KSS with valid rel keyword
('alternate') and additional HTML5 attribute ``data-*``.
References http://dev.plone.org/plone/ticket/11300
[spliter]
1.6.2 (2011-01-03)
------------------
- Portlet is removed if it have lost its availability
during kss action.
This refs https://dev.plone.org/plone/ticket/11343
[thomasdesvenain]
- Review portlet is updated when transition is passed.
This refs http://dev.plone.org/plone/ticket/11337
[thomasdesvenain]
1.6.1 (2010-07-18)
------------------
- Update license to GPL version 2 only.
[hannosch]
1.6.0 (2010-07-01)
------------------
- Avoid deprecation warnings under Zope 2.13.
[hannosch]
- Use a proper API to read response headers in tests.
[hannosch]
- Avoid using the deprecated five:implements directive.
[hannosch]
1.6.0a4 (2010-04-28)
--------------------
- Add RefreshViewletByClass command to ``zopecommands`` command set.
This allow to fix event handlers that were broken because they were
relying on viewlet (and manager) names
instead of relying on their semantic.
This refs http://dev.plone.org/plone/ticket/9703
[gotcha]
1.6.0a3 (2010-04-09)
--------------------
- Better unicode character for dragging, better cursor.
[limi]
1.6.0a2 (2010-02-18)
--------------------
- Changed replace_id in content_replacer.changeViewTemplate and
content_replacer.replaceContentRegion to replace#content instead of
redundant #region-content that is not in Plone anymore.
[spliter]
- Updated markup to not use .documentContent.
This refs http://dev.plone.org/plone/ticket/10231
[limi]
1.6.0a1 (2009-11-19)
--------------------
- Fixed tests (portal-column-content is a div)
[gotcha]
- Fixed refrehProvider zope command : providers do not need to inherit
from Acquisition.Explicit anymore
[gotcha]
- Removed interface BBB code for old Plone versions.
[hannosch]
- Specified package dependencies.
[hannosch]
- Made the tests independent of any default content in the site.
[hannosch]
- Make the macroContent helper work on Zope 2.12 by
using a BoundPageTemplate instead of an acquisition-
wrapped ViewPageTemplateFile.
[davisagli]
1.4.5 (2009-05-11)
------------------
- Made kss attribute tests pass on both Plone 3.2 and 3.3.
Difference: on 3.3 contentview-history was removed and inline
editing has been disabled by default.
[maurits]
1.4.4 (2009-03-01)
------------------
- Correct invalid use of jq.unbind
[davisagli]
1.4.3 (2008-08-18)
------------------
- Translate message and message type passed to
PloneCommands.issuePortalMessage.
This fixes http://dev.plone.org/plone/ticket/7282
[maurits]
- Adjusted deprecation warnings to point to Plone 4.0 instead of Plone 3.5
since we changed the version numbering again.
[hannosch]
1.4.2 (2008-07-06)
------------------
- Make the plugin tolerant if jQuery is not present,
and not have a "jq" reference error in this case.
Previously any kss pages (for example, demos) that
did not use jQuery, failed with a javascript error
in the presense of this plugin.
During this, most things seemed to be working,
apart from any plugins that were missing because
they were to be loaded after the error.
[ree]
1.4.1 (2008-06-02)
------------------
- Made the kss.demo dependency optional.
[hannosch]
1.4 (2008-04-21)
----------------
- add selenium tests that at the moment are only
runnable with a special branch of kss.demo,
available from ploneout.
[ree]
- use refreshViewlet instead of macroContent in subscribers
(closes #7879)
[gotcha)
1.2 (2007-08-17)
----------------
- Fix bugs and test layer
[ree, gotcha, jvloothuis, nouri]
1.2-rc2 (2007-07-27)
--------------------
- External links is not always loaded anymore
[gotcha]
1.2-rc1.1 (2007-07-12)
----------------------
- Prepare for release
[ree]
1.2-rc1 (2007-07-08)
--------------------
- Cleaned up Acquisition usage. self.context always needs to be unwrapped
by aq_inner before using it in Zope2.
[hannosch]
1.2-beta2 (2007-04-30)
----------------------
- Prepare for release
[ree]
1.2-beta1.2 (2007-03-23)
------------------------
- Add monkeypatch to offer a temporary workaround to
five.localsitemanager. This is actually not a kss issue,
but the problem manifests when any other non-five site manager
(like kss's one) is used together fith five's one. The
result is, acquisition wrapping is not added in this case, and
tools in Plone are returned without a parent. The current patch
relocates the adding of the acquisition wrapping from the
localsitemanager of five to the level of zope3. Thus acquisition
will always be added.
This is actually not a proper solution and is added from the wrong
place at the moment.
[ree]
1.2-beta1 (2007-03-04)
----------------------
- prepare for release
[ree]
1.2-alpha2 (2007-02-10)
-----------------------
- adjust for release
[ree]
- Initial package structure.
[zopeskel]