1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
1 |
<configure |
2 |
xmlns="http://namespaces.zope.org/zope" |
|
3 |
xmlns:i18n="http://namespaces.zope.org/i18n" |
|
4 |
i18n_domain="zope" |
|
5 |
>
|
|
6 |
||
7 |
<!-- Meta configuration (new directives) --> |
|
8 |
<include package="zope.app" file="meta.zcml" /> |
|
3258.4.1
by Steve Alexander
Disable trebuchet. Make XMLRPC work, with an (untested) self-check API. |
9 |
<include package="zope.app.publisher.xmlrpc" file="meta.zcml" /> |
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
10 |
|
11 |
<!-- Note that we need to do this early, as later startup |
|
12 |
subscribers may break without fixups --> |
|
13 |
||
14 |
<include package="zope.app.component" /> |
|
15 |
<!-- We don't need generations, as they are zodb specific. |
|
16 |
<include package="zope.app.generations" file="subscriber.zcml" /> |
|
17 |
-->
|
|
18 |
<!-- Ordinary Application (non-view) configuration) --> |
|
19 |
<include package="zope.app.interface" /> |
|
20 |
<include package="zope.app.security" /> |
|
6061.3.1
by Curtis Hovey
Made the minimum changes to to code and ZCML to make python2.4 -Wi::DeprecationWarning utilities/shhh.py make -C sourcecode build PYTHON=python2.4 -Wi::DeprecationWarning \ |
21 |
<!-- XXX sinzui 2008-04-14: |
22 |
The package moved and does not have zcml. |
|
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
23 |
<include package="zope.app.event" /> |
6061.3.1
by Curtis Hovey
Made the minimum changes to to code and ZCML to make python2.4 -Wi::DeprecationWarning utilities/shhh.py make -C sourcecode build PYTHON=python2.4 -Wi::DeprecationWarning \ |
24 |
-->
|
3973.1.76
by Steve Alexander
remove or comment out a load of zcml imports from zope that we are not actually using. turn off debug namespace in general, but turn it on just for developer machines. |
25 |
<!-- |
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
26 |
<include package="zope.app.observable" /> |
27 |
<include package="zope.app.annotation" /> |
|
28 |
<include package="zope.app.dependable" /> |
|
29 |
||
30 |
<include package="zope.app" file="menus.zcml" /> |
|
31 |
<include package="zope.app.location" /> |
|
3973.1.76
by Steve Alexander
remove or comment out a load of zcml imports from zope that we are not actually using. turn off debug namespace in general, but turn it on just for developer machines. |
32 |
-->
|
33 |
<!-- |
|
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
34 |
<include package="zope.app.container" /> |
3973.1.76
by Steve Alexander
remove or comment out a load of zcml imports from zope that we are not actually using. turn off debug namespace in general, but turn it on just for developer machines. |
35 |
-->
|
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
36 |
<include package="zope.app.publisher" /> |
2976.10.50
by Stuart Bishop
Factories for the publication machinery to lookup correct request type |
37 |
|
38 |
<include package="zope.app.publication" file="meta.zcml" /> |
|
3673.5.2
by Bjorn Tillenius
convert the xmlrpc server to WSGIHTTPServer. |
39 |
<!-- We don't need any of the default publications. --> |
40 |
<!-- include package="zope.app.publication" / --> |
|
2976.10.50
by Stuart Bishop
Factories for the publication machinery to lookup correct request type |
41 |
|
6061.2.20
by Curtis Hovey
Resolved merge conflicts. Added an XXX and condition to getTopLevelPublications. |
42 |
<!-- selected things from zope.traversing --> |
3973.1.76
by Steve Alexander
remove or comment out a load of zcml imports from zope that we are not actually using. turn off debug namespace in general, but turn it on just for developer machines. |
43 |
<adapter |
44 |
for="*" |
|
6061.2.20
by Curtis Hovey
Resolved merge conflicts. Added an XXX and condition to getTopLevelPublications. |
45 |
factory="zope.traversing.adapters.Traverser" |
46 |
provides="zope.traversing.interfaces.ITraverser" /> |
|
3973.1.76
by Steve Alexander
remove or comment out a load of zcml imports from zope that we are not actually using. turn off debug namespace in general, but turn it on just for developer machines. |
47 |
|
48 |
<adapter |
|
49 |
for="*" |
|
6061.2.20
by Curtis Hovey
Resolved merge conflicts. Added an XXX and condition to getTopLevelPublications. |
50 |
factory="zope.traversing.adapters.DefaultTraversable" |
51 |
provides="zope.traversing.interfaces.ITraversable" /> |
|
3973.1.76
by Steve Alexander
remove or comment out a load of zcml imports from zope that we are not actually using. turn off debug namespace in general, but turn it on just for developer machines. |
52 |
<view |
53 |
name="view" type="*" |
|
6061.2.20
by Curtis Hovey
Resolved merge conflicts. Added an XXX and condition to getTopLevelPublications. |
54 |
provides="zope.traversing.interfaces.ITraversable" for="*" |
55 |
factory="zope.traversing.namespace.view" |
|
3973.1.76
by Steve Alexander
remove or comment out a load of zcml imports from zope that we are not actually using. turn off debug namespace in general, but turn it on just for developer machines. |
56 |
/>
|
57 |
||
58 |
<view |
|
59 |
name="resource" type="*" |
|
6061.2.20
by Curtis Hovey
Resolved merge conflicts. Added an XXX and condition to getTopLevelPublications. |
60 |
provides="zope.traversing.interfaces.ITraversable" for="*" |
61 |
factory="zope.traversing.namespace.resource" |
|
3973.1.76
by Steve Alexander
remove or comment out a load of zcml imports from zope that we are not actually using. turn off debug namespace in general, but turn it on just for developer machines. |
62 |
/>
|
6061.2.20
by Curtis Hovey
Resolved merge conflicts. Added an XXX and condition to getTopLevelPublications. |
63 |
<!-- end of selected things from zope.traversing --> |
3973.1.76
by Steve Alexander
remove or comment out a load of zcml imports from zope that we are not actually using. turn off debug namespace in general, but turn it on just for developer machines. |
64 |
|
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
65 |
<include package="zope.app.pagetemplate" /> |
2976.10.50
by Stuart Bishop
Factories for the publication machinery to lookup correct request type |
66 |
<include package="zope.app.zapi" /> |
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
67 |
|
68 |
<!-- Views --> |
|
69 |
<include package="zope.app.http" /> |
|
70 |
||
71 |
<!-- Translations --> |
|
6912.5.20
by Curtis Hovey
Updated XXX comments that were missing their bug numbers. |
72 |
<!-- XXX Robert Collins 2004-11-23: it is not possible to include a |
6912.5.19
by Curtis Hovey
Revised XXX comment metadata to remove anonmalies from the XXX report. |
73 |
'package' attribute in the registerTranslations directive. This seems |
74 |
to be a shortcoming in the 'path' field design, where it can't be made |
|
6916.1.1
by Curtis Hovey
Fixed comment formats to fidn missing persons, dates, and some bugs. |
75 |
relative to a package given in this directive. |
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
76 |
<i18n:registerTranslations package="zope.app" directory="translation_files" /> |
77 |
-->
|
|
3973.1.92
by Steve Alexander
add registration of i18n adapters we use into zopeapp.zcml. move PlotKit_Packed.js to icing. pack FormatAndColor.js from MochiKit and move to icing. Change bugtarget-bugs.pt to use these. |
78 |
<!-- |
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
79 |
<include package="zope.app.i18n" /> |
3973.1.92
by Steve Alexander
add registration of i18n adapters we use into zopeapp.zcml. move PlotKit_Packed.js to icing. pack FormatAndColor.js from MochiKit and move to icing. Change bugtarget-bugs.pt to use these. |
80 |
-->
|
81 |
||
82 |
<!-- Setup charset negotiation --> |
|
83 |
<adapter factory="zope.publisher.http.HTTPCharsets" |
|
84 |
for="zope.publisher.interfaces.http.IHTTPRequest" |
|
85 |
provides="zope.i18n.interfaces.IUserPreferredCharsets" |
|
86 |
/>
|
|
87 |
<adapter factory="zope.app.publisher.browser.ModifiableBrowserLanguages" |
|
88 |
for="zope.publisher.interfaces.http.IHTTPRequest" |
|
89 |
provides="zope.i18n.interfaces.IModifiableUserPreferredLanguages" |
|
90 |
/>
|
|
91 |
||
92 |
||
2976.10.50
by Stuart Bishop
Factories for the publication machinery to lookup correct request type |
93 |
<include package="zope.app.wsgi" /> |
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
94 |
|
3673.5.9
by Bjorn Tillenius
include default xmlrpc pre_marshallers |
95 |
<!-- Default XMLRPC pre-marshalling. --> |
96 |
<include package="zope.publisher" /> |
|
97 |
||
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
98 |
</configure> |