Overlay images not available for displaying

From semantic-mediawiki.org

The above cited example works on this wiki as well. See [1]

[1] Select images directly

20:33, 9 April 2013

Well, we managed to solve it at last. We are not sure its the best solution, but it works for now. On the "ext.srf.gallery.overlay.js" we changed the line 64 from this:

var title = image.attr( 'href' ).replace(/.+?\File:(.*)$/, "$1" ).replace( "%27", "\'" ),

to this:

var title = image.attr( 'href' ).replace(/.+?\Archivo:(.*)$/, "$1" ).replace( "%27", "\'" ),

We are using a Wiki in Spanish, I should've mencioned it ("Archivo" is spanish for "File"). Is there a better solution?

Cheers, Benjamín.-

23:54, 10 April 2013

Nice, you are the first testing it with a non-En language therefore [1] should fix this. This change will only go into 1.9, any other version should apply it manually.

[1] https://gerrit.wikimedia.org/r/#/c/58646/

03:10, 11 April 2013
 

I tested on Opera 12.15 for Win/Linux and the images overlay option stops working on this wiki. It was fine a few days ago.

01:29, 20 April 2013
 

I tested on Opera 12.15 for Win/Linux and the images overlay option stops working on this wiki. It was fine a few days ago.

01:29, 20 April 2013

I just checked Overlay images with Opera 12.02 and it works.

Due to the language issue, the JS script needed a change therefore pages served by the ResourceLoader need to be purged.

02:45, 20 April 2013