-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGES.txt
215 lines (126 loc) · 5.28 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
=======
CHANGES
=======
4.2 (unreleased)
----------------
- Nothing changed yet.
4.1 (2024-10-22)
----------------
- Add support for Python 3.12, 3.13.
- Drop support for Python 3.7.
4.0 (2023-02-24)
----------------
- Drop support for Python 2.7, 3.4, 3.5, 3.6.
- Add support for Python 3.8, 3.9, 3.10, 3.11.
3.1 (2018-11-15)
----------------
- Add support for Python 3.4, 3.5, 3.6, 3.7.
- Drop support for Python 2.6 and 3.3.
3.0.0 (2015-11-09)
------------------
- Standardize namespace __init__
- Split config, mostly to be able to include in pyramid without browser
resources and viewlets
3.0.0a2 (2013-02-26)
--------------------
- Added missing version Trove classifiers.
3.0.0a1 (2013-02-25)
--------------------
- Added support for Python 3.3.
- Dropped support for Python 2.4 and 2.5.
2.3.0 (2012-03-15)
------------------
- Feature: Mark a widget row with the "required" class when the widget is
required. Similarly, when the widget has an error attached, add the "error"
class to the widget row. That allows you to change the styles of the label
and the widget if it is reuqired.
2.2.1 (2012-01-09)
------------------
- No longer using deprecated ``zope.testing.doctest`` but built-in
``doctest`` instead.
- Fixed tests so they do not break for `z3c.form` 2.5.0.
2.2.0 (2009-12-28)
------------------
- Fixed tests so they do not break for `z3c.form` 2.2.0.
- Using ``requiredInfo`` property (introduced in `z3c.form` 2.0.0) to
render the information about required fields. This property returns
an i18n message id making the information translateable.
- Added support for groups containing groups: They get displayed now.
2.1.0 (2009-09-01)
------------------
- Feature: Don't show required info hint if there's no required fields.
- Bug: Don't render add forms when redirecting as well.
- Bug: Fix redirection tests with newer zope.publisher that restricts
untrusted redirects to different domains.
2.0.0 (2009-06-14)
------------------
- Feature: Added support for context-specific template lookup, introduced in
`z3c.template` 1.2.0 - templates can now be registered using (view, request,
context) discriminator.
- Feature: Added support for `z3c.pt` templates using `z3c.ptcompat`
compatibility package.
- Feature: Added layout support for `IAdding` component based add forms.
- Feature: Added CSS for multi-widget which was added in `z3c.form` 2.0.0.
- Bug: Changed usage of ``template/macros/*`` to ``macro:*``, because the
first one doesn't work when we override a form template and use the form
macro, registered with this package.
- Bug: Don't do rendering in form's `__call__` method when request is a
redirection.
- Bug: Reformatted long-description to render properly on pypi.
1.4.2 (2008-08-26)
------------------
- Bug: Corrected typos and unwanted unicode characters.
1.4.1 (2008-01-23)
------------------
- Bug: Fixed up meta-data and the release.
1.4.0 (2008-01-21)
------------------
- Feature: Added subform content and layout template. This allows you to
configure real sub forms which do not render the form tag.
- Feature: Improve layout implementation, support built-in layout templates.
- Feature: Use ``IContentTemplate`` instead of ``IPageTemplate`` in layout
base classes. This will help to prevent running into recursion errors if
there is a missing layout template.
- Feature: Added form module which offers built-in layout support.
- Bug: Added missing display ``IContentTemplate``, otherwise we can run into a
recursion in some cases.
- Bug: Renamed table macro argument from ``form-required-info`` to
``required-info``. The macro ``form-required-info`` did not exist.
- Bug: Added unit tests for layout support.
- Bug: Added tests for layout macros.
- Bug: Added tests for layout templates.
1.3.0 (2007-08-24)
------------------
- Refactoring: Update CSS classes to reflect latest changes to the widget
classes in ``z3c.form``.
- Bug: Error view snippets may have a empty ``widget`` attribute values, so we
cannot rely on accessing the label of the widget. This is the case, if the
error view sniipet was created from an invariants validation error.
- Bug: The table-form template did not properly render the error at the
widget, because the ``render()`` method was not called. Thanks to Markus
Leist for the report.
1.2.0 (2007-07-18)
------------------
- Feature: The row div element now also has an id of the form
"<widget-id>-row".
1.1.1 (2007-07-04)
------------------
- Refactoring: Split up registrations for simpler management of UI
components. This also makes it easier to see for developers how to create a
new template for forms.
1.1.0 (2007-06-29)
------------------
- Feature: Registered all defined macros for each form template. Also, added
more slots to the templates providing more hooks for customization.
- Feature: Added a macro/slot for the "required info", which explains how
required fields are marked.
- Feature: Added support for form labels.
- Feature: Added support for groups to templates.
1.0.1 (2007-06-22)
------------------
- Bug: Make sure we use the id for the "for" attribute of the "label"
element and not the name. This has worked until recently, because the
name and id were the same, but they are different now.
1.0.0 (2007-05-24)
------------------
- Initial Release