1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
1 |
<configure xmlns="http://namespaces.zope.org/zope"> |
2 |
||
3 |
<include file="zopeapp.zcml" /> |
|
2976.10.11
by Stuart Bishop
Resource fix and zcml tweaks. Disable trebuchet. |
4 |
<!--<include package="zope.app" />--> |
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
5 |
|
1627
by Canonical.com Patch Queue Manager
Initial, very very hacky, zcml-for-scripts support. Also, got rid of vestigal principals.zcml. |
6 |
<!-- Session machinery --> |
7 |
<include file="zopeappsession.zcml" /> |
|
8 |
||
9 |
<!-- Browser Configurations --> |
|
10 |
<include file="zopeappbrowser.zcml" /> |
|
2976.10.11
by Stuart Bishop
Resource fix and zcml tweaks. Disable trebuchet. |
11 |
<!-- <include package="zope.app" file="browser.zcml" /> --> |
1627
by Canonical.com Patch Queue Manager
Initial, very very hacky, zcml-for-scripts support. Also, got rid of vestigal principals.zcml. |
12 |
|
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
13 |
<include package="canonical" /> |
14 |
||
15 |
<include files="package-includes/*-meta.zcml" /> |
|
16 |
<includeOverrides file="override-meta.zcml" /> |
|
17 |
||
18 |
<!-- package-includes/*-configure.zcml contains package configuration |
|
19 |
shared between a normal launchpad instance and the test suite. |
|
20 |
package-includes/*-configure-normal.zcml and |
|
21 |
package-includes/*-configure-testing.zcml contain configuration
|
|
22 |
that needs to be different between normal and test modes.
|
|
23 |
-->
|
|
24 |
<include files="package-includes/*-configure.zcml" />
|
|
25 |
<include files="package-includes/*-configure-normal.zcml" />
|
|
1831
by Canonical.com Patch Queue Manager
New config machinery, database helpers and oddsnsods required for staging |
26 |
|
27 |
<!-- Provide local overrides of standard configurations-->
|
|
2976.10.3
by Stuart Bishop
Launchpad is running. Test suite untried |
28 |
<includeOverrides file="override-configure.zcml" />
|
1300
by Canonical.com Patch Queue Manager
Reenable apidoc and standard Z3 spelling for resource URL's, with tests |
29 |
<includeOverrides file="override-configure-normal.zcml" />
|
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
30 |
|
31 |
<include file="securitypolicy.zcml" />
|
|
4657.2.1
by Christian Reis
Implement a request summarizer that outputs to the HTML source of the page, and to stderr of the webapp server. |
32 |
|
33 |
<!-- include request summarizer here so it only affects webapp -->
|
|
34 |
<include file="summarizerequests.zcml" />
|
|
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
35 |
</configure>
|