Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Wikipedia: Mediawiki

Favicon and Special:SpecialPages

 

 

Wikipedia mediawiki RSS feed   Index | Next | Previous | View Threaded


wolkwitz at fh-swf

Aug 24, 2009, 5:47 AM

Post #1 of 4 (920 views)
Permalink
Favicon and Special:SpecialPages

Hi all,

I've got two wikis running on two different servers which are essentially the
same (one's the production-version, one's the test-version) for which I've
defined two different favicons.

The lines in LocalSettings.php are:

$wgStylePath = "$wgScriptPath/skins";
#$wgLogo = "$wgStylePath/common/images/fhbwiki2.jpg";
#$wgFavicon = "$wgStylePath/common/images/fhbwiki2.ico";
#der Wiki-Testserver bekommt ein anderes Logo; kawo 11.10.07
$wgLogo = "$wgStylePath/common/images/fhbwiki-test.jpg";
$wgFavicon = "$wgStylePath/common/images/fhbwiki-test.ico";

So far so good - the test-version of my wiki displays the test-version-favicon
on every page - exept Special:SpecialPages where the production-version-favicon
is used.

I've got no idea, where this favicons comes from.
I've even deleted the production-version-favicon, restarted xampp, killed the
cache, killed the browser - nothing works.

Does anybody have an idea where I could look?

Thanks!

Katharina

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


ChristensenC at BATTELLE

Aug 24, 2009, 5:59 AM

Post #2 of 4 (872 views)
Permalink
Re: Favicon and Special:SpecialPages [In reply to]

It's not just cached?

-----Original Message-----
From: mediawiki-l-bounces [at] lists [mailto:mediawiki-l-bounces [at] lists] On Behalf Of Katharina Wolkwitz
Sent: Monday, August 24, 2009 8:48 AM
To: MediaWiki announcements and site admin list
Subject: [Mediawiki-l] Favicon and Special:SpecialPages

Hi all,

I've got two wikis running on two different servers which are essentially the
same (one's the production-version, one's the test-version) for which I've
defined two different favicons.

The lines in LocalSettings.php are:

$wgStylePath = "$wgScriptPath/skins";
#$wgLogo = "$wgStylePath/common/images/fhbwiki2.jpg";
#$wgFavicon = "$wgStylePath/common/images/fhbwiki2.ico";
#der Wiki-Testserver bekommt ein anderes Logo; kawo 11.10.07
$wgLogo = "$wgStylePath/common/images/fhbwiki-test.jpg";
$wgFavicon = "$wgStylePath/common/images/fhbwiki-test.ico";

So far so good - the test-version of my wiki displays the test-version-favicon
on every page - exept Special:SpecialPages where the production-version-favicon
is used.

I've got no idea, where this favicons comes from.
I've even deleted the production-version-favicon, restarted xampp, killed the
cache, killed the browser - nothing works.

Does anybody have an idea where I could look?

Thanks!

Katharina

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


wolkwitz at fh-swf

Aug 24, 2009, 6:01 AM

Post #3 of 4 (860 views)
Permalink
Re: Favicon and Special:SpecialPages [In reply to]

Hi all,

I've found a few other pages that don't display the correct favicon:

Spezial:Nicht_kategorisierte_Dateien (displays the xampp-favicon)
Spezial:Version (displays the production-version-favicon)

Greetings
Katharina


Katharina Wolkwitz schrieb am 24.08.2009 14:47:
> Hi all,
>
> I've got two wikis running on two different servers which are essentially the
> same (one's the production-version, one's the test-version) for which I've
> defined two different favicons.
>
> The lines in LocalSettings.php are:
>
> $wgStylePath = "$wgScriptPath/skins";
> #$wgLogo = "$wgStylePath/common/images/fhbwiki2.jpg";
> #$wgFavicon = "$wgStylePath/common/images/fhbwiki2.ico";
> #der Wiki-Testserver bekommt ein anderes Logo; kawo 11.10.07
> $wgLogo = "$wgStylePath/common/images/fhbwiki-test.jpg";
> $wgFavicon = "$wgStylePath/common/images/fhbwiki-test.ico";
>
> So far so good - the test-version of my wiki displays the test-version-favicon
> on every page - exept Special:SpecialPages where the production-version-favicon
> is used.
>
> I've got no idea, where this favicons comes from.
> I've even deleted the production-version-favicon, restarted xampp, killed the
> cache, killed the browser - nothing works.
>
> Does anybody have an idea where I could look?
>
> Thanks!
>
> Katharina

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


wolkwitz at fh-swf

Aug 24, 2009, 6:16 AM

Post #4 of 4 (868 views)
Permalink
Re: Favicon and Special:SpecialPages [In reply to]

Hi Courtney,

I don't think it's just a cache-problem, since I've restarted the browser,
killed the cache explicitly and so on.

It seems to be Firefox-related though, because the problem doesn't occur with
the Internet Explorer.

And while writing this it seems I've found the culprit: a Firefox-extension
(Favicon Picker 2) which seems to have it's own "cache". After I deactivated
this extension and restarted Firefox, the problem was gone and all pages
displayed the correct favicon.

Thanks for "listening" to me - it helped me find the solution myself. ;-)

Katharina

Christensen, Courtney schrieb am 24.08.2009 14:59:
> It's not just cached?
>
> -----Original Message-----
> From: mediawiki-l-bounces [at] lists [mailto:mediawiki-l-bounces [at] lists] On Behalf Of Katharina Wolkwitz
> Sent: Monday, August 24, 2009 8:48 AM
> To: MediaWiki announcements and site admin list
> Subject: [Mediawiki-l] Favicon and Special:SpecialPages
>
> Hi all,
>
> I've got two wikis running on two different servers which are essentially the
> same (one's the production-version, one's the test-version) for which I've
> defined two different favicons.
>
> The lines in LocalSettings.php are:
>
> $wgStylePath = "$wgScriptPath/skins";
> #$wgLogo = "$wgStylePath/common/images/fhbwiki2.jpg";
> #$wgFavicon = "$wgStylePath/common/images/fhbwiki2.ico";
> #der Wiki-Testserver bekommt ein anderes Logo; kawo 11.10.07
> $wgLogo = "$wgStylePath/common/images/fhbwiki-test.jpg";
> $wgFavicon = "$wgStylePath/common/images/fhbwiki-test.ico";
>
> So far so good - the test-version of my wiki displays the test-version-favicon
> on every page - exept Special:SpecialPages where the production-version-favicon
> is used.
>
> I've got no idea, where this favicons comes from.
> I've even deleted the production-version-favicon, restarted xampp, killed the
> cache, killed the browser - nothing works.
>
> Does anybody have an idea where I could look?
>
> Thanks!
>
> Katharina
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l [at] lists
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l [at] lists
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>

--

Mit freundlichen Grüßen

Katharina Wolkwitz

Fachhochschule Südwestfalen
Hochschulbibliothek
Haldener Straße 182
58095 Hagen
Tel.: 02331/9330-607
FAX: 02331/9330-608

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Wikipedia mediawiki RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.