l.r.b.p.ProductSeriesView(LaunchpadView, MilestoneOverlayMixin, InformationTypePortletMixin) : class documentation

Part of lp.registry.browser.productseries View In Hierarchy

Known subclasses: lp.registry.browser.productseries.ProductSeriesDetailedDisplayView, lp.registry.browser.productseries.ProductSeriesSetBranchView

A view to show a series with translations.
Method initialize Undocumented
Method page_title Return the HTML page title.
Method requestCountry The country associated with the IP of the request.
Method golang_import_spec Meta string for golang remote import path.
Method browserLanguages The languages the user's browser requested.
Method request_import_link A link to the page for requesting a new code import.
Method user_branch_visible Can the logged in user see the user branch.
Method long_bzr_identity The bzr identity of the branch including the unique_name.
Method is_obsolete Return True if the series is OBSOLETE.
Method bugtask_status_counts A list StatusCounts summarising the targeted bugtasks.
Method specification_status_counts A list StatusCounts summarising the targeted specification.
Method latest_release_with_download_files Undocumented
Method milestone_batch_navigator Undocumented

Inherited from MilestoneOverlayMixin:

Method milestone_form_uri URI for form displayed by the formoverlay widget.
Method series_api_uri The series URL for API access.
Method milestone_table_class The milestone table will be hidden if there are no milestones.
Method milestone_row_uri_template Undocumented
Method register_milestone_script Return the script to enable milestone creation via AJAX.

Inherited from InformationTypePortletMixin:

Method information_type Undocumented
Method information_type_description Undocumented
Method information_type_css Undocumented
Method privacy_portlet_css Undocumented
Method _getContext Undocumented
def initialize(self):
Undocumented
@property
def page_title(self):
Return the HTML page title.
def requestCountry(self):
The country associated with the IP of the request.
@property
def golang_import_spec(self):
Meta string for golang remote import path. See: https://golang.org/cmd/go/#hdr-Remote_import_paths
def browserLanguages(self):
The languages the user's browser requested.
@property
def request_import_link(self):
A link to the page for requesting a new code import.
@property
def user_branch_visible(self):
Can the logged in user see the user branch.
@property
def long_bzr_identity(self):
The bzr identity of the branch including the unique_name.
@property
def is_obsolete(self):
Return True if the series is OBSOLETE.

Obsolete series do not need to display as much information as other series. Accessing private bugs is an expensive operation and showing them for obsolete series can be a problem if many series are being displayed.

@cachedproperty
def bugtask_status_counts(self):
A list StatusCounts summarising the targeted bugtasks.
@cachedproperty
def specification_status_counts(self):
A list StatusCounts summarising the targeted specification.
@cachedproperty
def latest_release_with_download_files(self):
Undocumented
@cachedproperty
def milestone_batch_navigator(self):
Undocumented
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.