Part of canonical.launchpad.webapp.tales View In Hierarchy
IBugTracker objects to a formatted string.| Method | link | Return an HTML link to the bugtracker page. |
| Method | external_link | Return an HTML link to the external bugtracker. |
| Method | external_title_link | Return an HTML link to the external bugtracker. |
| Method | aliases | Generate alias URLs, obfuscating where necessary. |
Inherited from ObjectFormatterAPI:
| Method | __init__ | Undocumented |
| Method | url | Return the object's canonical URL. |
| Method | api_url | Return the object's (partial) canonical web service URL. |
| Method | traverse | Undocumented |
| Method | public_private_css | Return the CSS class that represents the object's privacy. |
| Method | pagetitle | The page title to be used. |
If the user is not logged-in, the title of the bug tracker is modified to obfuscate all email addresses.
If the user is not logged-in, and the URL of the bugtracker contains an email address, this returns the obfuscated URL as text (i.e. no <a/> link).