~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/person.py

[r=danilo][bug=878260] macro
        bugtarget-macros-search/simple-search-form: Show a title;
        drop the 'order by' widget; CSS changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1634
1634
    def label(self):
1635
1635
        return self.getSearchPageHeading()
1636
1636
 
 
1637
    @property
 
1638
    def context_description(self):
 
1639
        """See `BugTaskSearchListingView`."""
 
1640
        return ("in %s related to %s" %
 
1641
                (self.current_package.displayname, self.context.displayname))
 
1642
 
1637
1643
 
1638
1644
class RelevantMilestonesMixin:
1639
1645
    """Mixin to narrow the milestone list to only relevant milestones."""
1694
1700
            assignee_params, subscriber_params, owner_params,
1695
1701
            commenter_params, prejoins=prejoins)
1696
1702
 
 
1703
    @property
 
1704
    def context_description(self):
 
1705
        """See `BugTaskSearchListingView`."""
 
1706
        return "related to %s" % self.context.displayname
 
1707
 
1697
1708
    def getSearchPageHeading(self):
1698
 
        return "Bugs related to %s" % self.context.displayname
 
1709
        return "Bugs %s" % self.context_description
1699
1710
 
1700
1711
    def getAdvancedSearchButtonLabel(self):
1701
 
        return "Search bugs related to %s" % self.context.displayname
 
1712
        return "Search bugs %s" % self.context_description
1702
1713
 
1703
1714
    def getSimpleSearchURL(self):
1704
1715
        return canonical_url(self.context, view_name="+bugs")
1745
1756
        """Should the tags combinator widget show on the search page?"""
1746
1757
        return False
1747
1758
 
 
1759
    @property
 
1760
    def context_description(self):
 
1761
        """See `BugTaskSearchListingView`."""
 
1762
        return "affecting %s" % self.context.displayname
 
1763
 
1748
1764
    def getSearchPageHeading(self):
1749
1765
        """The header for the search page."""
1750
 
        return "Bugs affecting %s" % self.context.displayname
 
1766
        return "Bugs %s" % self.context_description
1751
1767
 
1752
1768
    def getAdvancedSearchButtonLabel(self):
1753
1769
        """The Search button for the advanced search page."""
1754
 
        return "Search bugs affecting %s" % self.context.displayname
 
1770
        return "Search bugs %s" % self.context_description
1755
1771
 
1756
1772
    def getSimpleSearchURL(self):
1757
1773
        """Return a URL that can be used as an href to the simple search."""
1799
1815
        """Should the tags combinator widget show on the search page?"""
1800
1816
        return False
1801
1817
 
 
1818
    @property
 
1819
    def context_description(self):
 
1820
        """See `BugTaskSearchListingView`."""
 
1821
        return "assigned to %s" % self.context.displayname
 
1822
 
1802
1823
    def getSearchPageHeading(self):
1803
1824
        """The header for the search page."""
1804
 
        return "Bugs assigned to %s" % self.context.displayname
 
1825
        return "Bugs %s" % self.context_description
1805
1826
 
1806
1827
    def getAdvancedSearchButtonLabel(self):
1807
1828
        """The Search button for the advanced search page."""
1808
 
        return "Search bugs assigned to %s" % self.context.displayname
 
1829
        return "Search bugs %s" % self.context_description
1809
1830
 
1810
1831
    def getSimpleSearchURL(self):
1811
1832
        """Return a URL that can be used as an href to the simple search."""
1840
1861
        return sup.searchUnbatched(
1841
1862
            searchtext, context, extra_params, prejoins)
1842
1863
 
 
1864
    @property
 
1865
    def context_description(self):
 
1866
        """See `BugTaskSearchListingView`."""
 
1867
        return "commented on by %s" % self.context.displayname
 
1868
 
1843
1869
    def getSearchPageHeading(self):
1844
1870
        """The header for the search page."""
1845
 
        return "Bugs commented on by %s" % self.context.displayname
 
1871
        return "Bugs %s" % self.context_description
1846
1872
 
1847
1873
    def getAdvancedSearchButtonLabel(self):
1848
1874
        """The Search button for the advanced search page."""
1849
 
        return "Search bugs commented on by %s" % self.context.displayname
 
1875
        return "Search bugs %s" % self.context_description
1850
1876
 
1851
1877
    def getSimpleSearchURL(self):
1852
1878
        """Return a URL that can be used as an href to the simple search."""
1884
1910
        return sup.searchUnbatched(
1885
1911
            searchtext, context, extra_params, prejoins)
1886
1912
 
 
1913
    @property
 
1914
    def context_description(self):
 
1915
        """See `BugTaskSearchListingView`."""
 
1916
        return "reported by %s" % self.context.displayname
 
1917
 
1887
1918
    def getSearchPageHeading(self):
1888
1919
        """The header for the search page."""
1889
 
        return "Bugs reported by %s" % self.context.displayname
 
1920
        return "Bugs %s" % self.context_description
1890
1921
 
1891
1922
    def getAdvancedSearchButtonLabel(self):
1892
1923
        """The Search button for the advanced search page."""
1893
 
        return "Search bugs reported by %s" % self.context.displayname
 
1924
        return "Search bugs %s" % self.context_description
1894
1925
 
1895
1926
    def getSimpleSearchURL(self):
1896
1927
        """Return a URL that can be used as an href to the simple search."""
1938
1969
        """Should the team subscribed bugs portlet be shown?"""
1939
1970
        return True
1940
1971
 
 
1972
    @property
 
1973
    def context_description(self):
 
1974
        """See `BugTaskSearchListingView`."""
 
1975
        return "%s is subscribed to" % self.context.displayname
 
1976
 
1941
1977
    def getSearchPageHeading(self):
1942
1978
        """The header for the search page."""
1943
 
        return "Bugs %s is subscribed to" % self.context.displayname
 
1979
        return "Bugs %s" % self.context_description
1944
1980
 
1945
1981
    def getAdvancedSearchButtonLabel(self):
1946
1982
        """The Search button for the advanced search page."""