~ztk-steering-group/zope.file/trunk

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
=======
CHANGES
=======

0.6.1 (2012-01-26)
------------------

- Declared more dependencies.


0.6.0 (2010-09-16)
------------------

- Bug fix: remove duplicate firing of ObjectCreatedEvent in
  zope.file.upload.Upload (the event is already fired in its base class,
  zope.formlib.form.AddForm).

- Move browser-related zcml to `browser.zcml` so that it easier for
  applications to exclude it.

- Import content-type parser from zope.contenttype, adding a dependency on
  that package.

- Removed undeclared dependency on zope.app.container, depend on zope.browser.

- Using Python's ``doctest`` module instead of deprecated
  ``zope.testing.doctest``.

0.5.0 (2009-07-23)
------------------

- Change package's mailing list address to zope-dev at zope.org instead
  of the retired one.

- Made tests compatible with ZODB 3.9.

- Removed not needed install requirement declarations.


0.4.0 (2009-01-31)
------------------

- `openDetached` is now protected by zope.View instead of zope.ManageContent.

- Use zope.container instead of zope.app.container.

0.3.0 (2007-11-01)
------------------

- Package data update.

0.2.0 (2007-04-18)
------------------

- Fix code for Publisher version 3.4.

0.1.0 (2007-04-18)
------------------

- Initial release.