Part of lp.code.browser.branchlisting View In Hierarchy
Method | initialize | Undocumented |
Method | branch | Undocumented |
Method | commit_count | The number of new revisions in the last 30 days. |
Method | committer_count | The number of committers in the last 30 days. |
Method | person_owner_count | The number of individual people who own branches. |
Method | team_owner_count | The number of teams who own branches. |
Method | has_development_focus_branch | Is there a branch assigned as development focus? |
Method | branch_text | Undocumented |
Method | person_text | Undocumented |
Method | team_text | Undocumented |
Method | commit_text | Undocumented |
Method | committer_text | Undocumented |
Method | external_visible | Undocumented |
Method | _branch_owners | The owners of branches. |
Inherited from ProductBranchListingView:
Method | development_focus_branch | Undocumented |
Method | no_branch_message | This may also be overridden in derived classes to provide |
Method | can_configure_branches | Whether or not the user can configure branches. |
Method | _getCollection | Override this to say what branches will be in the listing. |
Inherited from BranchListingView (via ProductBranchListingView):
Method | show_git_link | Undocumented |
Method | template | Undocumented |
Method | initial_values | Override this in your subclass if you want any widgets to have |
Method | selected_lifecycle_status | Undocumented |
Method | branches | All branches related to this target, sorted for display. |
Method | getVisibleBranchesForUser | Get branches visible to the user. |
Method | hasAnyBranchesVisibleByUser | Does the context have any branches that are visible to the user? |
Method | branch_count | The number of total branches the user can see. |
Method | is_branch_count_zero | Is the number of total branches the user can see zero?. |
Method | branch_listing_sort_values | The enum items we should present in the 'sort_by' widget. |
Method | sort_by_field | The zope.schema field for the 'sort_by' widget. |
Method | sort_by | The value of the sort_by widget, or None if none was present. |
Method | setUpWidgets | Set up the 'sort_by' widget with only the applicable choices. |
Method | default_information_type | The default information type for new branches. |
Method | default_information_type_title | The title of the default information type for new branches. |
Method | default_information_type_is_private | The title of the default information type for new branches. |
Method | _branches | Return a sequence of branches. |
Inherited from LaunchpadFormView (via ProductBranchListingView, BranchListingView):
Method | __init__ | Undocumented |
Method | render | Return the body of the response. |
Method | extendFields | Allow subclasses to extend the form fields. |
Method | setUpFields | Undocumented |
Method | help_links | Dictionary mapping field names to help links. |
Method | adapters | Provide custom adapters for use when setting up the widgets. |
Method | action_url | Set the default action URL for the form. |
Method | has_available_actions | Does the view have any available actions that will render? |
Method | addError | Add a form wide error. |
Method | getFieldError | Get the error associated with a particular field. |
Method | setFieldError | Set the error associated with a particular field. |
Static Method | validate_none | Do not do any validation. |
Method | validate_widgets | Validate the named form widgets. |
Method | error_count | Undocumented |
Method | ajax_failure_handler | Called by the form if validate() finds any errors. |
Method | validate | Validate the form. |
Method | validate_cancel | Noop validation in case we cancel. |
Method | focusedElementScript | Helper function to construct the script element content. |
Method | isSingleLineLayout | Undocumented |
Method | isMultiLineLayout | Undocumented |
Method | isCheckBoxLayout | Undocumented |
Method | showOptionalMarker | Should the (Optional) marker be shown? |
Method | _processNotifications | Add any notification messages to the response headers. |
Method | _abort | Abort the form edit. |
Method | _validate | Check all widgets and perform any custom validation. |
Inherited from FeedsMixin (via ProductBranchListingView, BranchListingView):
Method | feed_links | Undocumented |
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 | getReleases | Find the releases with download files for view. |
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. |
Method | has_download_files | Undocumented |
Inherited from BranchMirrorMixin:
Method | mirror_location | Check the mirror location to see if it is a private one. |