Part of canonical.launchpad.browser.launchpad View In Hierarchy
Method | redirect_support | Redirect /support to Answers root site. |
Method | redirect_legal | Redirect /legal to help.launchpad.net/Legal site. |
Method | redirect_faq | Redirect /faq to launchpad-project/+faqs. |
Method | redirect_feedback | Redirect /feedback to help.launchpad.net/Feedback site. |
Method | redirect_branch | Redirect /+branch/<foo> to the branch named 'foo'. |
Method | redirect_buildfarm | Redirect old /+builds requests to new URL, /builders. |
Method | products | Undocumented |
Method | traverse | Undocumented |
Method | publishTraverse | Undocumented |
Method | _getBetaRedirectionView | Undocumented |
'foo' can be the unique name of the branch, or any of the aliases for the branch. If 'foo' resolves to an ICanHasLinkedBranch instance but the linked branch is not yet set, redirect back to the referring page with a suitable notification message. If 'foo' is completely invalid, redirect back to the referring page with a suitable error message.