~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/browser/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
 
<!-- Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 
1
<!-- Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
2
2
     GNU Affero General Public License version 3 (see the file LICENSE).
3
3
-->
4
4
 
8
8
    xmlns:i18n="http://namespaces.zope.org/i18n"
9
9
    xmlns:xmlrpc="http://namespaces.zope.org/xmlrpc"
10
10
    i18n_domain="launchpad">
11
 
    <browser:url
12
 
      for="lp.soyuz.interfaces.binarypackagename.IBinaryPackageNameSet"
13
 
      path_expression="string:binarypackagenames"
14
 
      parent_utility="lp.services.webapp.interfaces.ILaunchpadRoot"
15
 
      />
16
11
    <facet
17
12
        facet="overview">
18
13
        <browser:pages
39
34
            urldata="lp.soyuz.browser.publishing.BinaryPublicationURL"/>
40
35
        <browser:url for="lp.soyuz.interfaces.processor.IProcessorFamilySet"
41
36
            path_expression="string:+processor-families"
42
 
            parent_utility="lp.services.webapp.interfaces.ILaunchpadRoot"/>
 
37
            parent_utility="canonical.launchpad.webapp.interfaces.ILaunchpadRoot"/>
43
38
        <browser:url
44
39
            for="lp.soyuz.interfaces.processor.IProcessorFamily"
45
40
            path_expression="string:${name}"
46
41
            parent_utility="lp.soyuz.interfaces.processor.IProcessorFamilySet" />
47
42
        <browser:url for="lp.soyuz.interfaces.processor.IProcessorSet"
48
43
            path_expression="string:+processors"
49
 
            parent_utility="lp.services.webapp.interfaces.ILaunchpadRoot"/>
 
44
            parent_utility="canonical.launchpad.webapp.interfaces.ILaunchpadRoot"/>
50
45
        <browser:url
51
46
            for="lp.soyuz.interfaces.processor.IProcessor"
52
47
            path_expression="string:${name}"
397
392
    <browser:url
398
393
        for="lp.buildmaster.interfaces.builder.IBuilderSet"
399
394
        path_expression="string:builders"
400
 
        parent_utility="lp.services.webapp.interfaces.ILaunchpadRoot"/>
 
395
        parent_utility="canonical.launchpad.webapp.interfaces.ILaunchpadRoot"/>
401
396
    <browser:defaultView
402
397
        for="lp.buildmaster.interfaces.builder.IBuilderSet"
403
398
        name="+index"/>
786
781
    <browser:url
787
782
        for="lp.soyuz.interfaces.packageset.IPackagesetSet"
788
783
        path_expression="string:package-sets"
789
 
        parent_utility="lp.services.webapp.interfaces.ILaunchpadRoot"
 
784
        parent_utility="canonical.launchpad.webapp.interfaces.ILaunchpadRoot"
790
785
        />
791
786
    <browser:navigation
792
787
        module="lp.soyuz.browser.packageset"
817
812
    <browser:page
818
813
        for="lp.buildmaster.interfaces.buildqueue.IBuildQueue"
819
814
        name="+current"
820
 
        class="lp.services.webapp.publisher.LaunchpadView"
 
815
        class="canonical.launchpad.webapp.publisher.LaunchpadView"
821
816
        permission="launchpad.View"
822
817
        template="../templates/buildqueue-current.pt"/>
823
818
    <browser:page
824
819
        for="lp.buildmaster.interfaces.buildfarmbranchjob.IBuildFarmBranchJob"
825
820
        name="+current"
826
 
        class="lp.services.webapp.publisher.LaunchpadView"
 
821
        class="canonical.launchpad.webapp.publisher.LaunchpadView"
827
822
        permission="launchpad.View"
828
823
        template="../templates/buildfarmbranchjob-current.pt"/>
829
824
    <browser:page
830
825
        for="lp.soyuz.interfaces.buildfarmbuildjob.IBuildFarmBuildJob"
831
826
        name="+current"
832
 
        class="lp.services.webapp.publisher.LaunchpadView"
 
827
        class="canonical.launchpad.webapp.publisher.LaunchpadView"
833
828
        permission="launchpad.View"
834
829
        template="../templates/buildfarmbuildjob-current.pt"/>
835
830
    <browser:pages