You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2011/01/17 18:31:45 UTC

[jira] Resolved: (SOLR-2261) layout.vm refers to old version of jquery

     [ https://issues.apache.org/jira/browse/SOLR-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir resolved SOLR-2261.
-------------------------------

    Resolution: Fixed

This was not downloading the file at all, instead it was getting a 404 error as Eric described.

Committed revision 1060014.

Thanks Eric!


> layout.vm refers to old version of jquery
> -----------------------------------------
>
>                 Key: SOLR-2261
>                 URL: https://issues.apache.org/jira/browse/SOLR-2261
>             Project: Solr
>          Issue Type: Bug
>          Components: web gui
>            Reporter: Eric Pugh
>            Priority: Minor
>             Fix For: 3.1
>
>
> The velocity template layout.vm that includes jquery refers to an older 1.2.3 version of jquery:
> http://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x/solr/example/solr/conf/velocity/layout.vm
> Checked in is a new 1.4.3 version: http://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x/solr/src/webapp/web/admin/
> The line that says: <script type="text/javascript" src="#{url_for_solr}/admin/jquery-1.2.3.min.js"></script> should be changed to <script type="text/javascript" src="#{url_for_solr}/admin/jquery-1.4.3.min.js"></script>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org