forked from plone/plone.app.vocabularies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
325 lines (203 loc) · 6.31 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
Changelog
=========
2.1.9 (unreleased)
------------------
- Nothing changed yet.
2.1.8 (2012-10-03)
------------------
- Make KeywordsVocabulary work with unicode and non-unicode vocabularies.
[thet]
- Fix exceptions with workflow states/transitions titles when their titles
contained encoded characters [ericof]
- Fix exception with workflow vocabulary when workflow titles contained UTF-8 encoded
characters [miohtama]
- Add syndication feed types vocabulary
[vangheem]
2.1.7 (2012-07-02)
------------------
- Depend on zope.formlib instead of zope.app.form.
[davisagli]
- Remove hard dependency on Archetypes.
[davisagli]
2.1.6 (2012-04-09)
------------------
- Made our mock queryUtility in the tests more life like. This avoids
test failures in combination with zope.pagetemplate 3.6.0 or higher.
[maurits]
2.1.5 - 2011-12-22
------------------
- Ensure that the keywords vocabulary term titles are unicode values,
as per zope.schema.interfaces.ITitledTokenizedTerm.
[mj]
2.1.4 - 2011-12-22
------------------
- Ensure that the keywords vocabulary term tokens are 7-bit values,
as per zope.schema.interfaces.ITokenizedTerm.
[mj]
2.1.3 - 2011-07-04
------------------
- Roles vocabulary is translated and sorted by translated role id.
Fixes http://dev.plone.org/plone/ticket/11958.
[WouterVH]
2.1.2 - 2011-04-21
------------------
- Types vocabularies are sorted by translated titles.
[thomasdesvenain]
- Add MANIFEST.in.
[WouterVH]
- Transitions vocabulary is translated and sorted by transition id.
[thomasdesvenain]
2.1.1 - 2011-03-02
------------------
- Exclude 'text/x-plone-outputfilters-html' from the allowable content types
vocabulary.
[davisagli]
2.1 - 2011-02-10
----------------
- Remove "Discussion Item" from BAD_TYPES vocabulary.
[timo]
2.0.2 - 2010-10-27
------------------
- Translation of workflow states vocabularies didn't work in some contexts.
[thomasdesvenain]
2.0.1 - 2010-07-18
------------------
- Update license to GPL version 2 only.
[hannosch]
2.0 - 2010-07-01
----------------
- Internationalized editor label (especially for 'None' value).
[thomasdesvenain]
2.0b4 - 2010-06-13
------------------
- Use the standard libraries doctest module.
[hannosch]
2.0b3 - 2010-04-07
------------------
- Add a vocabulary to list all Keywords (via the Subject index).
[esteele]
- Avoid ConstraintNotSatisfied-error when GS-importing the default navigation
portlet. Fixes https://dev.plone.org/plone/ticket/8380
[WouterVH]
2.0b2 - 2010-01-24
------------------
- In the skins vocabulary, give the 'Plone Default' skin the title '(Unstyled)'
to reduce confusion, now that Sunburst is actually the default.
[davisagli]
2.0b1 - 2009-12-27
------------------
- Added missing zope.browser dependency.
[hannosch]
2.0a2 - 2009-12-16
------------------
- Avoid the last use of ``SimpleVocabulary.fromItems``. This refs
http://dev.plone.org/plone/ticket/6480.
[hannosch]
- Removed funky Acquisition handling for vocabularies inside addforms. This
closes http://dev.plone.org/plone/ticket/9408.
[hannosch]
2.0a1 - 2009-11-14
------------------
- Avoid dependencies on zope.app.pagetemplate and zope.app.schema.
[hannosch]
- Added AvailableEditors vocabulary.
[robgietema]
- Removed ChangeSet from the BAD_TYPES as this is not a portal type anymore.
[maurits]
- Use the ITerms interface from the new zope.browser package.
[hannosch]
- Specified package dependencies.
[hannosch]
1.0.6 - 2008-11-06
------------------
- Made the tests forward-compatible with Python 2.6.
[hannosch]
- The QuerySearchableTextSourceView made terms with string titles. However
zope.app.form.browser.source assumes it to be unicode, with the result that
you get unicode errors if you have non-ascii characters. [regebro]
1.0.5 - 2008-08-18
------------------
- Documentation updates.
[hannosch]
1.0.4 - 2008-03-09
------------------
- Added option to omit the current folder in a browse query, this is used
for the UberSelectionWidget.
[fschulze]
1.0.3 - 2008-02-13
------------------
- Added tests for the catalog, groups and users sources. Fixed three bugs,
where a LookupError was not raised.
[hannosch]
- Added tests for the special term classes.
[hannosch]
- Added tests for the language, security, skins, types and
workflow vocabularies.
[hannosch]
1.0.2 - 2007-12-24
------------------
- Fixed invalid context argument passed into the translation machinery in
the workflow state vocabulary. This fixes
http://dev.plone.org/plone/ticket/7492.
[hannosch]
- Added optional default query string to searchable text source.
[fschulze]
- Correct name for attributes.
[wichert]
1.0.1 - 2007-08-17
------------------
- Fixed catalog vocabulary when dealing with the degenerate-case of
an empty value. This makes it work better with the UberSelectionWidget.
[optilude]
- Made catalog vocabulary less fragile for simple/short queries.
[optilude]
1.0 - 2007-08-14
----------------
- Fixed ReallyUserFriendlyTypesVocabulary to include the Messages for
type names. This refs http://dev.plone.org/plone/ticket/6911.
[hannosch]
1.0rc3 - 2007-07-28
-------------------
- Fixed missing history.
[hannosch]
1.0rc2 - 2007-07-27
-------------------
- Fixed to return localized workflow state names.
[deo]
1.0rc1 - 2007-07-09
-------------------
- Added new ReallyUserFriendlyTypes and a BAD_TYPES list, which are used
to filter out types which are not content types at all.
[hannosch]
- Added new AvailableContentLanguages and SupportedContentLanguages
vocabularies.
[hannosch]
- If we have a users vocabulary, we should have a groups one :)
[optilude]
- Make use of description-aware terms
[optilude]
- Allow parameterisation of the query, so that we can restrict to
folders-only, for example.
[optilude]
- Add a user source, so that we can use the UberSelectionWidget on users.
[optilude]
1.0b3 - 2007-05-1
-----------------
- Back to getToolByName we go.
[wichert]
1.0b2 - 2007-03-23
------------------
- Replaced getToolByName with getUtility.
[hannosch]
1.0b1 - 2007-03-05
------------------
- Added workflow vocabulary.
[optilude]
- Added UserFriendlyTypes vocabulary.
[hannosch]
1.0a2 - 2007-02-06
------------------
- Some initial vocabularies.
[hannosch, optilude]
- Initial package structure.
[zopeskel]