8687.15.30
by Karl Fogel
Add the license header block to all .zcml files. |
1 |
<!-- Copyright 2009 Canonical Ltd. This software is licensed under the |
2 |
GNU Affero General Public License version 3 (see the file LICENSE). |
|
3 |
-->
|
|
4 |
||
11073.1.19
by Guilherme Salgado
make the test slightly better |
5 |
<configure xmlns="http://namespaces.zope.org/zope"> |
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
6 |
|
12408.1.8
by Jonathan Lange
Move much of the zcml into a subdirectory. |
7 |
<include file="zcml/zopeapp.zcml" /> |
2976.10.11
by Stuart Bishop
Resource fix and zcml tweaks. Disable trebuchet. |
8 |
<!--<include package="zope.app" />--> |
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
9 |
|
1627
by Canonical.com Patch Queue Manager
Initial, very very hacky, zcml-for-scripts support. Also, got rid of vestigal principals.zcml. |
10 |
<!-- Session machinery --> |
12408.1.8
by Jonathan Lange
Move much of the zcml into a subdirectory. |
11 |
<include file="zcml/zopeappsession.zcml" /> |
1627
by Canonical.com Patch Queue Manager
Initial, very very hacky, zcml-for-scripts support. Also, got rid of vestigal principals.zcml. |
12 |
|
13 |
<!-- Browser Configurations --> |
|
12408.1.8
by Jonathan Lange
Move much of the zcml into a subdirectory. |
14 |
<include file="zcml/zopeappbrowser.zcml" /> |
2976.10.11
by Stuart Bishop
Resource fix and zcml tweaks. Disable trebuchet. |
15 |
<!-- <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. |
16 |
|
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
17 |
<include package="canonical" /> |
18 |
||
12408.1.9
by Jonathan Lange
Move a lot more zcml into the zcml directory. Fix our 'entry level' files. |
19 |
<include files="zcml/package-includes/*-meta.zcml" /> |
20 |
<includeOverrides file="zcml/override-meta.zcml" /> |
|
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
21 |
|
22 |
<!-- package-includes/*-configure.zcml contains package configuration |
|
23 |
shared between a normal launchpad instance and the test suite. |
|
7184.2.1
by Gary Poster
integrated zc.zservertracelog |
24 |
package-includes/*-configure-normal.zcml and |
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
25 |
package-includes/*-configure-testing.zcml contain configuration
|
26 |
that needs to be different between normal and test modes.
|
|
27 |
-->
|
|
12408.1.9
by Jonathan Lange
Move a lot more zcml into the zcml directory. Fix our 'entry level' files. |
28 |
<include files="zcml/package-includes/*-configure.zcml" />
|
29 |
<include files="zcml/package-includes/*-configure-normal.zcml" />
|
|
1831
by Canonical.com Patch Queue Manager
New config machinery, database helpers and oddsnsods required for staging |
30 |
|
31 |
<!-- Provide local overrides of standard configurations-->
|
|
12408.1.9
by Jonathan Lange
Move a lot more zcml into the zcml directory. Fix our 'entry level' files. |
32 |
<includeOverrides file="zcml/override-configure.zcml" />
|
33 |
<includeOverrides file="zcml/override-configure-normal.zcml" />
|
|
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
34 |
|
12408.1.8
by Jonathan Lange
Move much of the zcml into a subdirectory. |
35 |
<include file="zcml/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. |
36 |
|
37 |
<!-- include request summarizer here so it only affects webapp -->
|
|
12408.1.8
by Jonathan Lange
Move much of the zcml into a subdirectory. |
38 |
<include file="zcml/summarizerequests.zcml" />
|
7184.2.1
by Gary Poster
integrated zc.zservertracelog |
39 |
|
40 |
<include package="zc.zservertracelog" />
|
|
11073.1.1
by Guilherme Salgado
Committing so that Gary can give it a try |
41 |
|
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
42 |
</configure>
|