File: ChangeLog

package info (click to toggle)
zope-zattachmentattribute 2.21-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 324 kB
  • ctags: 238
  • sloc: sh: 1,365; python: 1,311; makefile: 89
file content (282 lines) | stat: -rw-r--r-- 7,096 bytes parent folder | download
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
2004-10-01 15:26  pjgrizel

	* CHANGES, version.txt: Preparing 2.21 release

2004-10-01 11:01  pjgrizel

	* ZAbstractAttachment.py: Removed the __del__ method

2004-09-27 15:20  pjgrizel

	* version.txt: Preparing 2.2 release

2004-09-27 14:26  pjgrizel

	* CHANGES: Updated changes file

2004-09-24 17:11  pjgrizel

	* ZAbstractAttachment.py, ZAttachmentAttribute.py,
	ZAttachmentRegistry.py, ZDummyAttachment.py: Fixed the deadlock
	problem under heavy load circonstances

2004-09-22 12:08  pjgrizel

	* ZAbstractAttachment.py, ZAttachmentAttribute.py,
	ZAttachmentRegistry.py: 
	Temporary change. Please do not use this version yet.

2004-06-15 14:53  ngeissel

	* version.txt: [no log message]

2004-06-14 18:02  pjgrizel

	* ZAttachmentAttribute.py: Fixed size cache

2004-06-14 16:37  pjgrizel

	* ZAttachmentAttribute.py: - Added a cache to __underlying_file__
	stuff - Various bugfixes thanks to ozone_

2004-06-03 15:46  pjgrizel

	* cvs2cl.pl: Added missing module

2004-06-03 15:45  pjgrizel

	* CHANGES, version.txt: Preparing 1.12 release

2004-06-03 15:43  pjgrizel

	* ZAbstractAttachment.py: - Fixed bug that made Zope 2.7 hung under
	strange conditions with PloneExFile.

2004-05-04 11:46  pjgrizel

	* ZAttachmentAttribute.py: - cached attachment size for performance
	reasons - minor url_quote fix on additional objects

2004-04-02 17:10  pjgrizel

	* ZAbstractAttachment.py: Fixed error file mgmt

2004-04-02 16:44  pjgrizel

	* ZAbstractAttachment.py: Fixed typo

2004-04-02 16:20  pjgrizel

	* ZAbstractAttachment.py: Improved error reporting

2004-04-02 13:51  pjgrizel

	* CHANGES, ZAbstractAttachment.py, ZAttachmentAttribute.py: *
	Cleaned code
	
	* Better Unicode support

2004-04-01 17:06  pjgrizel

	* CHANGES, version.txt: Preparing 2.1 release

2004-03-31 18:17  pjgrizel

	* CHANGES: Fixed deadlock bug in callConverter when large errors
	are reported

2004-03-31 17:56  ngeissel

	* version.txt: [no log message]

2004-03-31 15:30  pjgrizel

	* ZAbstractAttachment.py: Fixed stdout/sterr deadlock problem

2004-03-22 17:16  pjgrizel

	* CHANGES, README.txt: Updated documentation

2004-03-22 17:14  pjgrizel

	* ZAttachmentAttribute.py: Cleaned code

2004-03-22 17:09  pjgrizel

	* ZAttachmentAttribute.py: fixed permissions bug (again......)

2004-03-22 15:55  pjgrizel

	* ZAttachmentAttribute.py, tests/README: Fixed access restrictions
	on ZAA class methods

2004-01-23 11:35  pjgrizel

	* ZAbstractAttachment.py, global_symbols.py: Fixed debug
	information

2004-01-23 11:21  pjgrizel

	* Log.py, ZAttachmentAttribute.py, global_symbols.py: Fixed log pb

2003-12-18 17:43  pjgrizel

	* CHANGES, ZAbstractAttachment.py, version.txt: Preparing 2.0
	release

2003-12-11 13:58  roeder

	* CHANGES, ZAttachmentAttribute.py: Added manage_beforeDelete,
	manage_afterClone and manage_afterAdd to support the interface of
	SimpleItem to some extent.

2003-12-03 11:39  pjgrizel

	* ZAbstractAttachment.py, ZAttachmentAttribute.py: API now supports
	additional files (related files) in previewing

2003-12-02 11:27  pjgrizel

	* ZAbstractAttachment.py, ZAttachmentAttribute.py,
	global_symbols.py: * Support for related files in plugins

2003-12-02 10:35  pjgrizel

	* ZAttachmentAttribute.py: Little API change

2003-12-01 18:05  pjgrizel

	* ZAbstractAttachment.py, ZAttachmentAttribute.py: Improved API for
	small previews

2003-11-30 17:49  pjgrizel

	* ZAbstractAttachment.py, ZAttachmentAttribute.py: Changed API to
	add attachment id support.  This is necessary for the attachment to
	reference itself (example : using an <img> tag to view an image
	attachment)

2003-11-30 17:30  pjgrizel

	* ZAttachmentAttribute.py, ZAttachmentRegistry.py: Improved preview
	API

2003-11-30 16:22  pjgrizel

	* README.txt, ZAttachmentAttribute.py: Added "small preview"
	support

2003-11-28 13:36  pjgrizel

	* README.txt, ZAbstractAttachment.py, ZAttachmentAttribute.py,
	ZAttachmentRegistry.py, ZDummyAttachment.py: Added "preview"
	support - need to be in sync with ZAAPlugins

2003-11-26 15:17  pjgrizel

	* ZDummyAttachment.py: Fixed abnormal log error message when
	instantiating a ZAA

2003-10-21 19:03  pjgrizel

	* ZAbstractAttachment.py, ZAttachmentAttribute.py,
	ZDummyAttachment.py: Taken small icons into consideration

2003-09-17 10:42  pjgrizel

	* Makefile: Fixed makefile

2003-09-17 10:36  pjgrizel

	* CHANGES, CHANGES.txt, TODO.txt, version.txt: Preparing 1.0
	release

2003-08-14 12:53  pjgrizel

	* Log.py, ZAbstractAttachment.py, ZAttachmentAttribute.py,
	ZDummyAttachment.py: Added support for index operation reporting

2003-07-21 20:19  pjgrizel

	* ZAttachmentAttribute.py: Prevented ZAA to return 'Allowed-Range'
	in response headers to avoid weired bugs when an
	Apache/Zope/ZAA/PDF association is made.  In such cases, the
	browser could ask Zope to retreive byterange, which ZAA cannot
	handle. Now, ZAA explicitly claims it cannot handle ByteRanges.

2003-04-30 15:41  pjgrizel

	* version.txt: Updated version

2003-04-30 11:48  pjgrizel

	* ZAttachmentAttribute.py: Fixed bug that prevented filenames to be
	computed properly when client platform was != from server platform

2003-04-16 16:51  pjgrizel

	* CHANGES: [no log message]

2003-04-16 16:48  pjgrizel

	* cvs2cl.pl: Added quality files

2003-04-16 16:44  pjgrizel

	* Makefile, product.txt, refresh.txt, doc/py2htmldoc.py: Made
	products a little more ingeniweb quality compliant

2003-04-16 15:36  pjgrizel

	* ZAttachmentAttribute.py: Updated index_html method and allowed
	the attachment to be reached by its name (overloading __getattr__
	method)

2003-03-14 15:56  pjgrizel

	* ZAbstractAttachment.py, ZAttachmentAttribute.py: - Fixed a
	content_type setting bug and a HTML header setting bug :
	attachement filenames and metatypes were not set correctly

2003-02-27 18:12  pjgrizel

	* TODO.txt: Updated our todo-list

2003-02-27 16:16  pjgrizel

	* tests/: testZAttachmentAttribute.py, xtestZAA.py: Removed invalid
	test plan

2003-02-27 15:51  pjgrizel

	* ZAbstractAttachment.py: Solved pb with callConverter() : don't
	report sdterr errors if stdout is not null

2003-02-24 16:34  pjgrizel

	* TODO.txt: Updated TODO.txt

2003-02-24 15:50  odeckmyn2

	* README.txt: Updated README.txt regarding Plone integration

2003-02-24 14:40  pjgrizel

	* CHANGES.txt, Log.py, global_symbols.py, README.txt, TODO.txt,
	version.txt, ZAbstractAttachment.py, ZAttachmentAttribute.py,
	ZAttachmentRegistry.py, ZDummyAttachment.py, __init__.py,
	dtml/ZAADemo_addForm.dtml, dtml/ZAADemo_uploadForm.dtml,
	tests/README, tests/ZAATestProduct.py, tests/framework.py,
	tests/runalltests.py, tests/runtests.sh,
	tests/testZAttachmentAttribute.py: Initial revision

2003-02-24 14:40  pjgrizel

	* CHANGES.txt, Log.py, global_symbols.py, README.txt, TODO.txt,
	version.txt, ZAbstractAttachment.py, ZAttachmentAttribute.py,
	ZAttachmentRegistry.py, ZDummyAttachment.py, __init__.py,
	dtml/ZAADemo_addForm.dtml, dtml/ZAADemo_uploadForm.dtml,
	tests/README, tests/ZAATestProduct.py, tests/framework.py,
	tests/runalltests.py, tests/runtests.sh,
	tests/testZAttachmentAttribute.py: Initial import.