[
https://issues.apache.org/jira/browse/SOLR-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762865#action_12762865
]
James McKinney edited comment on SOLR-1294 at 10/6/09 9:35 PM:
---------------------------------------------------------------
The jQuery strftime plugin was the only piece that I could not claim ownership
of.
I updated COPYRIGHT.txt with less obtuse language.
{code}
AJAX Solr is tri-licensed under the GNU General Public License (GPL) v2.0, the
Apache License (ASL) v2.0, and the MIT License. AJAX Solr includes the following
works under other copyright notices:
jQuery strftime plugin - Copyright (c) 2008 Emmanuel Benoît (MIT License)
{/code}
was (Author: jpmckinney):
The jQuery strftime plugin was the only piece that I could not claim
ownership of.
I updated COPYRIGHT.txt with less obtuse language.
{code}
AJAX Solr is tri-licensed under the GNU General Public License (GPL) v2.0, the
Apache License (ASL) v2.0, and the MIT License. AJAX Solr includes the following
works under other copyright notices:
jQuery strftime plugin - Copyright (c) 2008 Emmanuel Benoît (MIT License)
/code}
> SolrJS/Javascript client fails in IE8!
> --------------------------------------
>
> Key: SOLR-1294
> URL: https://issues.apache.org/jira/browse/SOLR-1294
> Project: Solr
> Issue Type: Bug
> Affects Versions: 1.4
> Reporter: Eric Pugh
> Assignee: Ryan McKinley
> Fix For: 1.4
>
> Attachments: jscalendar.tar, SOLR-1294-full.patch,
> SOLR-1294-IE8.patch, SOLR-1294.patch, solrjs-ie8-html-syntax-error.patch
>
>
> SolrJS seems to fail with "'jQuery.solrjs' is null or not an object" errors
> under IE8. I am continuing to test if this occurs in IE 6 and 7 as well.
> This happens on both the Sample online site at
> http://solrjs.solrstuff.org/test/reuters/ as well as the
> /trunk/contrib/javascript library. Seems to be a show stopper from the
> standpoint of really using this library!
> I have posted a screenshot of the error at
> http://img.skitch.com/20090717-jejm71u6ghf2dpn3mwrkarigwm.png
> The error is just a whole bunch of repeated messages in the vein of:
> Message: 'jQuery.solrjs' is null or not an object
> Line: 24
> Char: 1
> Code: 0
> URI: file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/QueryItem.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 37
> Char: 1
> Code: 0
> URI: file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/Manager.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 24
> Char: 1
> Code: 0
> URI:
> file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/AbstractSelectionView.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 27
> Char: 1
> Code: 0
> URI:
> file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/AbstractWidget.js
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.