~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-24 17:49:30 UTC
  • mto: This revision was merged to the branch mainline in revision 14602.
  • Revision ID: curtis.hovey@canonical.com-20111224174930-xk1d5cvhyxq46ctf
Moved webapp to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
286
286
            factory="lp.bugs.browser.bugtask.bugtarget_renderer"
287
287
            name="target"/>
288
288
        <adapter
289
 
            provides="canonical.launchpad.webapp.interfaces.IBreadcrumb"
 
289
            provides="lp.services.webapp.interfaces.IBreadcrumb"
290
290
            for="lp.bugs.interfaces.bugtask.IBugTask"
291
291
            factory="lp.bugs.browser.bugtask.BugTaskBreadcrumb"
292
292
            permission="zope.Public"/>
293
293
        <adapter
294
 
            provides="canonical.launchpad.webapp.interfaces.IBreadcrumb"
 
294
            provides="lp.services.webapp.interfaces.IBreadcrumb"
295
295
            for="lp.bugs.interfaces.bugmessage.IBugComment"
296
296
            factory="lp.bugs.browser.bugcomment.BugCommentBreadcrumb"
297
297
            permission="zope.Public"/>
419
419
                set_attributes="active"/>
420
420
        </class>
421
421
        <adapter
422
 
            provides="canonical.launchpad.webapp.interfaces.IBreadcrumb"
 
422
            provides="lp.services.webapp.interfaces.IBreadcrumb"
423
423
            for="lp.bugs.interfaces.bugtracker.IBugTracker"
424
 
            factory="canonical.launchpad.webapp.breadcrumb.TitleBreadcrumb"
 
424
            factory="lp.services.webapp.breadcrumb.TitleBreadcrumb"
425
425
            permission="zope.Public"/>
426
426
 
427
427
        <!-- BugTrackerSet -->
438
438
                interface="lp.bugs.interfaces.bugtracker.IBugTrackerSet"/>
439
439
        </securedutility>
440
440
        <adapter
441
 
            provides="canonical.launchpad.webapp.interfaces.IBreadcrumb"
 
441
            provides="lp.services.webapp.interfaces.IBreadcrumb"
442
442
            for="lp.bugs.interfaces.bugtracker.IBugTrackerSet"
443
443
            factory="lp.bugs.browser.bugtracker.BugTrackerSetBreadcrumb"
444
444
            permission="zope.Public"/>
533
533
    </class>
534
534
    <adapter
535
535
        for="lp.bugs.interfaces.bugbranch.IBugBranch"
536
 
        provides="canonical.launchpad.webapp.interfaces.IPrimaryContext"
 
536
        provides="lp.services.webapp.interfaces.IPrimaryContext"
537
537
        factory="lp.bugs.browser.bugbranch.BugBranchPrimaryContext"/>
538
538
 
539
539
    <!-- hierarchy -->
874
874
        </class>
875
875
        <adapter
876
876
            for="lp.bugs.interfaces.bug.IBug"
877
 
            provides="canonical.launchpad.webapp.interfaces.ILaunchpadContainer"
 
877
            provides="lp.services.webapp.interfaces.ILaunchpadContainer"
878
878
            factory="lp.bugs.publisher.LaunchpadBugContainer"/>
879
879
 
880
880
        <!-- BugSet -->
925
925
    </securedutility>
926
926
    <adapter
927
927
        for="lp.bugs.interfaces.bugnomination.IBugNomination"
928
 
        provides="canonical.launchpad.webapp.interfaces.IPrimaryContext"
 
928
        provides="lp.services.webapp.interfaces.IPrimaryContext"
929
929
        factory="lp.bugs.browser.bugnomination.BugNominationPrimaryContext"/>
930
930
        <class
931
931
            class="lp.bugs.model.bugnomination.BugNomination">
1115
1115
    </securedutility>
1116
1116
    <adapter
1117
1117
        name="bugs"
1118
 
        provides="canonical.launchpad.webapp.interfaces.IBreadcrumb"
 
1118
        provides="lp.services.webapp.interfaces.IBreadcrumb"
1119
1119
        for="lp.bugs.interfaces.bugtarget.IBugTarget"
1120
1120
        factory="lp.bugs.browser.bugtarget.BugsVHostBreadcrumb"
1121
1121
        permission="zope.Public"/>
1122
1122
    <adapter
1123
1123
        name="bugs"
1124
 
        provides="canonical.launchpad.webapp.interfaces.IBreadcrumb"
 
1124
        provides="lp.services.webapp.interfaces.IBreadcrumb"
1125
1125
        for="lp.registry.interfaces.projectgroup.IProjectGroup"
1126
1126
        factory="lp.bugs.browser.bugtarget.BugsVHostBreadcrumb"
1127
1127
        permission="zope.Public"/>