~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/statistics/configure.zcml

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-09 09:23:38 UTC
  • mfrom: (14333.2.13 history-model)
  • Revision ID: launchpad@pqm.canonical.com-20111209092338-se7u5l0skqzaes1v
[r=jcsackett][bug=295214, 894836,
 898200] Keep sort button ob bug listing pages in sync with the
 displayed data

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<configure
2
 
    xmlns="http://namespaces.zope.org/zope"
3
 
    xmlns:browser="http://namespaces.zope.org/browser"
4
 
    xmlns:i18n="http://namespaces.zope.org/i18n"
5
 
    xmlns:xmlrpc="http://namespaces.zope.org/xmlrpc"
6
 
    i18n_domain="launchpad">
7
 
    <include
8
 
        package=".browser"/>
9
 
 
10
 
    <!-- LaunchpadStatistic -->
11
 
 
12
 
    <class
13
 
        class="lp.services.statistics.model.statistics.LaunchpadStatistic">
14
 
        <allow
15
 
            interface="lp.services.statistics.interfaces.statistic.ILaunchpadStatistic"/>
16
 
    </class>
17
 
 
18
 
    <!-- LaunchpadStatisticSet -->
19
 
 
20
 
    <securedutility
21
 
        class="lp.services.statistics.model.statistics.LaunchpadStatisticSet"
22
 
        provides="lp.services.statistics.interfaces.statistic.ILaunchpadStatisticSet">
23
 
        <allow
24
 
            interface="lp.services.statistics.interfaces.statistic.ILaunchpadStatisticSet"/>
25
 
    </securedutility>
26
 
</configure>