Part of lp.registry.browser.product View In Hierarchy
Method | page_title | Undocumented |
Method | initialize | See LaunchpadFormView . |
Method | getReleases | See ProductDownloadFileMixin . |
Method | series_and_releases_batch | Get a batch of series and release |
Method | has_download_files | Across series and releases do any download files exist? |
Method | any_download_files_with_signatures | Do any series or release download files have signatures? |
Method | milestones | A mapping between series and releases that are milestones. |
Method | is_milestone | Determine whether a release is milestone for the series. |
Inherited from SortSeriesMixin:
Method | sorted_series_list | Return a sorted list of series. |
Method | sorted_active_series_list | Like sorted_series_list() but filters out OBSOLETE series. |
Method | _sorted_filtered_list | Return a sorted, filtered list of series. |
Inherited from ProductDownloadFileMixin:
Method | product | Product with all series, release and file data cached. |
Method | deleteFiles | Delete the selected files from the set of releases. |
Method | processDeleteFiles | If the 'delete_files' button was pressed, process the deletions. |
Method | latest_release_with_download_files | Return the latest release with download files. |
Each entry returned is a tuple of (series, release).