~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/configure.zcml

  • Committer: Bryce Harrington
  • Date: 2011-06-30 20:01:25 UTC
  • mto: This revision was merged to the branch mainline in revision 13353.
  • Revision ID: bryce@canonical.com-20110630200125-rpkxch89ti91kamy
Fix typo in message referring to /etc/apt/sources.list

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
        class="lp.registry.model.distroseries.DistroSeries">
202
202
        <allow
203
203
            interface="lp.registry.interfaces.distroseries.IDistroSeriesPublic"/>
204
 
        <allow interface="lp.bugs.interfaces.bugsummary.IBugSummaryDimension"/>
205
204
        <allow
206
205
            interface="lp.bugs.interfaces.bugtarget.IHasBugHeat"/>
207
206
        <allow
361
360
        class="lp.registry.model.projectgroup.ProjectGroup">
362
361
        <allow
363
362
            interface="lp.registry.interfaces.projectgroup.IProjectGroupPublic"/>
364
 
        <allow interface="lp.bugs.interfaces.bugsummary.IBugSummaryDimension"/>
365
363
        <allow
366
364
            interface="lp.bugs.interfaces.bugtarget.IHasBugHeat"/>
367
365
        <allow
450
448
 
451
449
    <class
452
450
        class="lp.registry.model.distributionsourcepackage.DistributionSourcePackage">
453
 
        <allow interface="lp.bugs.interfaces.bugsummary.IBugSummaryDimension"/>
454
451
        <allow
455
452
            interface="lp.bugs.interfaces.bugtarget.IHasBugHeat"/>
456
453
        <allow
480
477
                enable_bugfiling_duplicate_search
481
478
                findRelatedArchivePublications
482
479
                findRelatedArchives
 
480
                getBugCounts
483
481
                getPersonsByEmail
484
482
                getReleasesAndPublishingHistory
485
483
                getUsedBugTags
988
986
                createProductRelease
989
987
                closeBugsAndBlueprints
990
988
                destroySelf"/>
991
 
        <allow interface="lp.bugs.interfaces.bugsummary.IBugSummaryDimension"/>
992
989
        <allow
993
990
            interface="lp.bugs.interfaces.bugtarget.IHasBugs"/>
994
991
        <allow
1146
1143
        class="lp.registry.model.product.Product">
1147
1144
        <allow
1148
1145
            interface="lp.registry.interfaces.product.IProductPublic"/>
1149
 
        <allow interface="lp.bugs.interfaces.bugsummary.IBugSummaryDimension"/>
1150
1146
        <allow
1151
1147
            interface="lp.bugs.interfaces.bugtarget.IHasBugHeat"/>
1152
1148
        <allow
1396
1392
        <require
1397
1393
            permission="launchpad.Edit"
1398
1394
            interface="lp.registry.interfaces.productseries.IProductSeriesEditRestricted"/>
1399
 
        <allow interface="lp.bugs.interfaces.bugsummary.IBugSummaryDimension"/>
1400
1395
        <allow
1401
1396
            interface="lp.bugs.interfaces.bugtarget.IHasBugHeat"/>
1402
1397
        <require
1465
1460
        class="lp.registry.model.distribution.Distribution">
1466
1461
        <allow
1467
1462
            interface="lp.registry.interfaces.distribution.IDistributionPublic"/>
1468
 
        <allow interface="lp.bugs.interfaces.bugsummary.IBugSummaryDimension"/>
1469
1463
        <allow
1470
1464
            interface="lp.bugs.interfaces.bugtarget.IHasBugHeat"/>
1471
1465
        <require
1598
1592
        class="lp.registry.model.sourcepackage.SourcePackage">
1599
1593
        <allow
1600
1594
            interface="lp.registry.interfaces.sourcepackage.ISourcePackagePublic"/>
1601
 
        <allow interface="lp.bugs.interfaces.bugsummary.IBugSummaryDimension"/>
1602
1595
        <allow
1603
1596
            interface="lp.bugs.interfaces.bugtarget.IHasBugHeat"/>
1604
1597
        <allow