On my MediaWiki 1.20alpha (r114161) I added some new Interwiki definitions such as geocache = http://www.geocaching.com/seek/cache_details.aspx?wp=$1
I found that links on my pages like [[geocache:GC3GAJZ|GC3GAJZ]] which uses the new Interwiki definitions were not rendered as http://www.geocaching.com/seek/cache_details.aspx?wp=GC3GAJZ
not even - after &action=purge - setting $wgCacheEpoch = '20030516000000'; - Ctrl F5 in my browser - dummy edits
Any idea, what is wrong ?
On Sun, Apr 15, 2012 at 11:59 AM, Thomas Gries mail@tgries.de wrote:
On my MediaWiki 1.20alpha (r114161) I added some new Interwiki definitions such as geocache = http://www.geocaching.com/seek/cache_details.aspx?wp=$1
How did you add these interwiki definitions exactly?
Roan
Am 15.04.2012 21:05, schrieb Roan Kattouw:
On Sun, Apr 15, 2012 at 11:59 AM, Thomas Gries mail@tgries.de wrote:
On my MediaWiki 1.20alpha (r114161) I added some new Interwiki definitions such as geocache = http://www.geocaching.com/seek/cache_details.aspx?wp=$1
How did you add these interwiki definitions exactly?
I added them via the Extension:Interwiki (they _are_ in the database table) /Interwiki https://www.mediawiki.org/wiki/Extension:Interwiki (Version 2.0)/ /(r110714) http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Interwiki/?pathrev=110714/
On 15/04/12 21:07, Thomas Gries wrote:
Am 15.04.2012 21:05, schrieb Roan Kattouw:
On Sun, Apr 15, 2012 at 11:59 AM, Thomas Gries mail@tgries.de wrote:
On my MediaWiki 1.20alpha (r114161) I added some new Interwiki definitions such as geocache = http://www.geocaching.com/seek/cache_details.aspx?wp=$1
How did you add these interwiki definitions exactly?
I added them via the Extension:Interwiki (they _are_ in the database table) /Interwiki https://www.mediawiki.org/wiki/Extension:Interwiki (Version 2.0)/ /(r110714) http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Interwiki/?pathrev=110714/
A purge should have been enough. What are the contents of the sql row?
On 15/04/12 21:21, Platonides wrote:
On 15/04/12 21:07, Thomas Gries wrote:
Am 15.04.2012 21:05, schrieb Roan Kattouw:
How did you add these interwiki definitions exactly?
I added them via the Extension:Interwiki (they _are_ in the database table) /Interwiki https://www.mediawiki.org/wiki/Extension:Interwiki (Version 2.0)/ /(r110714) http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Interwiki/?pathrev=110714/
A purge should have been enough. What are the contents of the sql row?
The issue was that since r98109 (8ecde9b) the Interwiki is being cached for 1 hour in $wgMemc even for negatives. So if you check that it doesn't work and then add it, the changes won't take effect for one hour, no matter how much you purge.
I fixed Interwiki extension in r114912 to remove the cached entry it has changed.
wikitech-l@lists.wikimedia.org