~ztk-steering-group/zc.resourcelibrary/trunk

« back to all changes in this revision

Viewing changes to CHANGES.txt

  • Committer: srichter
  • Date: 2013-03-12 13:44:09 UTC
  • Revision ID: svn-v4:62d5b8a3-27da-0310-9561-8e5933582275:zc.resourcelibrary/trunk:130123
Moved to GitHub.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=======
2
 
CHANGES
3
 
=======
4
 
 
5
 
1.3.5 (unreleased)
6
 
------------------
7
 
 
8
 
- Make zope.app.publication dependency optional.
9
 
 
10
 
 
11
 
1.3.4 (2012-01-20)
12
 
------------------
13
 
 
14
 
- Register adapters with getSiteManager rather than getGlobalSiteManager. This
15
 
  allows registering resource libraries in non-global sites. For detais see:
16
 
 
17
 
   - https://mail.zope.org/pipermail/zope-dev/2010-March/039657.html
18
 
   - http://docs.pylonsproject.org/projects/pyramid_zcml/en/latest/narr.html#using-broken-zcml-directives
19
 
 
20
 
- Raise NotImplementedError if we find that a second ZCML declaration would
21
 
  change the global library_info dict in a way that may (depending on ZCML
22
 
  ordering) break applications at runtime. These errors were pretty hard to
23
 
  debug.
24
 
 
25
 
- Remove unneeded test dependencies on ``zope.app.authentication`` and
26
 
  ``zope.app.securitypolicy``.
27
 
 
28
 
- Remove dependency on ``zope.app.pagetemplate``.
29
 
 
30
 
1.3.2 (2010-08-16)
31
 
------------------
32
 
 
33
 
- Response._addDependencies will only include a ResourceLibrary in the
34
 
  list of dependencies if the ResourceLibrary actually has included
35
 
  resources.
36
 
 
37
 
  This makes directives that simply declare dependencies on other
38
 
  libraries work again.
39
 
 
40
 
- Add missing depedency on ``zope.app.pagetemplate``, clean up unused
41
 
  imports and whitespace.
42
 
 
43
 
1.3.1 (2010-03-24)
44
 
------------------
45
 
 
46
 
- Resource libraries that are required during a retried request are now
47
 
  correctly registered and injected to the HTML.
48
 
 
49
 
- Import hooks functionality from zope.component after it was moved there from
50
 
  zope.site. This lifts the dependency on zope.site.
51
 
 
52
 
- Removed an unused ISite import and thereby, the undeclared dependency on
53
 
  zope.location.
54
 
 
55
 
 
56
 
1.3.0 (2009-10-08)
57
 
------------------
58
 
 
59
 
- Use ``zope.browserresource`` instead of ``zope.app.publisher``, removing
60
 
  a dependency on latter.
61
 
 
62
 
- Look up the "resources view" via queryMultiAdapter instead of looking into
63
 
  the adapter registry.
64
 
 
65
 
- Moved the dependency on zope.site to the test dependencies.
66
 
 
67
 
1.2.0 (2009-06-04)
68
 
------------------
69
 
 
70
 
- Use ``zope.site`` instead of ``zope.app.component``.  Removes direct
71
 
  dependency on ``zope.app.component``.
72
 
 
73
 
1.1.0 (2009-05-05)
74
 
------------------
75
 
 
76
 
New features:
77
 
 
78
 
- An attempt to generate resource URLs using the "resources view" (@@)
79
 
  is now made; if unsuccesful, we fall back to the previous method of
80
 
  crafting the URL by hand from the site url. This ensures that the
81
 
  resource library respects the existing plugging points for resource
82
 
  publishing (see ``zope.app.publisher.browser.resources``).
83
 
 
84
 
- You can now explicitly specify where resource links should be
85
 
  inserted using the special marker comment '<!-- zc.resourcelibrary -->'.
86
 
 
87
 
1.0.2 (2009-01-27)
88
 
------------------
89
 
 
90
 
- Remove zope.app.zapi from dependencies, substituting
91
 
  its uses with direct imports.
92
 
 
93
 
- Use zope-dev at zope.org mailing list address instead of
94
 
  zope3-dev at zope.org as the latter one is retired.
95
 
 
96
 
- Change "cheeseshop" to "pypi" in the package homepage.
97
 
 
98
 
1.0.1 (2008-03-07)
99
 
------------------
100
 
 
101
 
Bugs fixed:
102
 
 
103
 
- added the behavior from the standard Zope 3 response to guess that a body
104
 
  that is not HTML without an explicit mimetype should have a
105
 
  'text/plain' mimetype.  This means that, for instance, redirects with
106
 
  a body of '' and no explicit content type will no longer cause an
107
 
  exception in the resourcelibrary response code.
108
 
 
109
 
1.0.0 (2008-02-17)
110
 
------------------
111
 
 
112
 
New features:
113
 
 
114
 
- You can now provide an alternative "directory-resource"
115
 
  factory. This facilitates implementation of dynamic resources.
116
 
 
117
 
 
118
 
Bugs fixed:
119
 
 
120
 
- Updated the functional-testing zcml file to get rid of a deprecation
121
 
  warning.
122
 
 
123
 
 
124
 
0.8.2 (2007-12-07)
125
 
------------------
126
 
 
127
 
- bug fix: when checking content type, take into account that it may be None
128
 
 
129
 
0.8.1 (2007-12-05)
130
 
------------------
131
 
 
132
 
- changed MIME type handling to be more restrictive about whitespace to
133
 
  conform to RfC 2045
134
 
 
135
 
0.8 (2007-12-04)
136
 
----------------
137
 
 
138
 
- fixed the check for HTML and XML content to allow content type parameters
139
 
 
140
 
0.6.1 (2007-11-03)
141
 
------------------
142
 
 
143
 
- Update package meta-data.
144
 
 
145
 
- Fixed package dependencies.
146
 
 
147
 
- Merged functional and unit tests.
148
 
 
149
 
0.6.0 (2006-09-22)
150
 
------------------
151
 
 
152
 
???
153
 
 
154
 
0.5.2 (2006-06-15)
155
 
------------------
156
 
 
157
 
- Add more package meta-data.
158
 
 
159
 
0.5.1 (2006-06-06)
160
 
------------------
161
 
 
162
 
- Update package code to work with newer versions of other packages.
163
 
 
164
 
0.5.0 (2006-04-24)
165
 
------------------
166
 
 
167
 
- Initial release.