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 |
||
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
5 |
<configure
|
6 |
xmlns="http://namespaces.zope.org/zope" |
|
7 |
xmlns:rdb="http://namespaces.zope.org/rdb" |
|
6061.13.1
by Curtis Hovey
Updated test to honor the zope.publisher.Retry() signature. |
8 |
xmlns:mail="http://namespaces.zope.org/mail"> |
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
9 |
|
10 |
<include file="zopeapp.zcml" /> |
|
1627
by Canonical.com Patch Queue Manager
Initial, very very hacky, zcml-for-scripts support. Also, got rid of vestigal principals.zcml. |
11 |
<!-- Session machinery -->
|
12 |
<include file="zopeappsession.zcml" /> |
|
13 |
||
14 |
<!-- Browser Configurations -->
|
|
15 |
<include file="zopeappbrowser.zcml" /> |
|
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
16 |
|
17 |
<include package="canonical" /> |
|
18 |
||
19 |
<include files="package-includes/*-meta.zcml" /> |
|
2976.10.74
by Stuart Bishop
Add missing ZCML fragments to the test environment |
20 |
<includeOverrides file="override-meta.zcml" /> |
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
21 |
|
22 |
<include files="package-includes/*-configure.zcml" /> |
|
23 |
<include files="package-includes/*-configure-testing.zcml" /> |
|
2976.10.74
by Stuart Bishop
Add missing ZCML fragments to the test environment |
24 |
<includeOverrides file="override-configure.zcml" /> |
1300
by Canonical.com Patch Queue Manager
Reenable apidoc and standard Z3 spelling for resource URL's, with tests |
25 |
<includeOverrides file="override-configure-testing.zcml" /> |
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
26 |
|
27 |
<include file="securitypolicy.zcml" /> |
|
28 |
||
5521.3.2
by Guilherme Salgado
Change LaunchpadAccessLogger to log number of sqlstatements, ticks and the request duration. Also monkey patch HTTPCaller.__call__ when running pagetests to log each request. |
29 |
<include file="summarizerequests.zcml" /> |
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
30 |
</configure>
|