Re: [SMW-devel] [SRF] exhibit format breaks down with jQuery 1.6.1

2011-07-10 Thread Jeroen De Dauw
Hey Laurent, Thanks for the patch, I applied it: https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/91856 If someone else could confirm it works as it should; I don't have anything setup to test Exhibit. Cheers -- Jeroen De Dauw http://www.bn2vs.com Don't panic. Don't

Re: [SMW-devel] [SRF] exhibit format breaks down with jQuery 1.6.1

2011-07-09 Thread Laurent Alquier
I found the (surprisingly simple) solution to recent versions of jQuery breaking SRF Exhibit. All you have to do is replace : rel=exhibit/data with : rel=”exhibit/data” in the following lines : (the missing quotes is the issue) 1- Exhibit\exhibit\exhibit-bundle.js(373): Exhibit.Database._Imp

Re: [SMW-devel] [SRF] exhibit format breaks down with jQuery 1.6.1

2011-06-28 Thread Laurent Alquier
I understand perfectly. The problem remains however. When MW decides to upgrade their bundled version of jQuery, SRF exhibit will still have to be fixed :) - Laurent On Wed, Jun 29, 2011 at 1:07 AM, Yaron Koren wrote: > Hi Laurent, > > Starting with version 1.16, MediaWiki came bundled with i

Re: [SMW-devel] [SRF] exhibit format breaks down with jQuery 1.6.1

2011-06-28 Thread Yaron Koren
Hi Laurent, Starting with version 1.16, MediaWiki came bundled with its own copy of jQuery - so MW skins that use jQuery should use MW's copy whenever possible, which would eliminate problems of jQuery incompatibility. You can see the 6th bullet point here, for one way to do that for a custom skin

[SMW-devel] [SRF] exhibit format breaks down with jQuery 1.6.1

2011-06-24 Thread Laurent Alquier
Hi I am running a custom skin based on jQuery. I recently switched from jQuery 1.4.3 to 1.6.1 and noticed that pages with the Exhibit format are now blank. Reverting to 1.4.3 brings them back. There is a javascript error as well : Error: uncaught exception: Syntax error, unrecognized expression