Convert plugin documentation links to real links
------------------------------------------------
Key: SOLR-3326
URL: https://issues.apache.org/jira/browse/SOLR-3326
Project: Solr
Issue Type: Improvement
Components: web gui
Reporter: Ryan McKinley
Priority: Trivial
Fix For: 4.0
Right now when we show the plugin info, links are just plaintext. For:
http://localhost:8983/solr/#/singlecore/plugins/other?entry=org.apache.solr.handler.component.QueryElevationComponent
we see:
{code}
src: $URL:
https://svn.apache.org/repos/asf/lucene/dev/trunk/solr/core/src/java/org/apache/solr/handler/component/QueryElevationComponent.java
$
docs: http://wiki.apache.org/solr/QueryElevationComponent
{code}
It would be great if that actually linked to the URLS.
perhaps using something like:
https://code.google.com/p/jquery-linkifier/source/browse/jquery.gn.linkifier.js
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]