Extension to provide additional info about the remote items referenced by the "see also" URLs on bugs. Aimed to replace existing EnhancedSeeAlso extension.
- Caching of the remote data
- Easily extensible to support other than bugzilla URLs
- Web service method to get the remote data
This extension requires BayotBase extension, so install it first.
-
Put extension files in
extensions/SeeAlsoPlus
-
Run checksetup.pl
-
Restart your webserver if needed (for exmple when running under mod-perl)
-
Support for other than Bugzilla URLs
- Debian bug support. Parsing the data from bugs.debian.org might be a bit difficult...
- Google code support. See API
- JIRA support. See API
- Launcpad support. See API
- MantisBT support. Provides some kind of SOAP API...
- SourceForge support. See API
- Trac support. Maybe use the CSV format
- Github support (comming to seealso in bz 4.4). See API
-
Blacklisting of remote sources.
-
Authentication support.