Last modified: 2010-06-05 13:34:43 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T25787, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 23787 - no list of skins in Language.php
no list of skins in Language.php
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Documentation (Other open bugs)
1.17.x
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-06-04 05:46 UTC by Dan Jacobson
Modified: 2010-06-05 13:34 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Dan Jacobson 2010-06-04 05:46:53 UTC
In DefaultSettings.php we see
> /** See list of skins and their symbolic names in languages/Language.php */
> $wgDefaultSkin = 'vector';
However languages/Language.php contains no such list, so we don't know what you are talking about.
Comment 1 Alexandre Emsenhuber [IAlex] 2010-06-04 20:32:20 UTC
Fixed in r67360.
Comment 2 Dan Jacobson 2010-06-05 00:00:58 UTC
Please use

/**
 * Default skin, for new users and anonymous visitors. Registered
 * users may change this to any one of the other available skins in
 * their preferences. The completely lowercase subdirectory names in
 * the "skins" directory constitute the list of available skins.
 */

instead. At least the grammar is OK.
Comment 3 Alexandre Emsenhuber [IAlex] 2010-06-05 13:04:51 UTC
Changed a bit in r67401; I didn't use your version since I don't understand your last sentence.
Comment 4 p858snake 2010-06-05 13:34:43 UTC
(In reply to comment #3)
> Changed a bit in r67401; I didn't use your version since I don't understand
> your last sentence.
It is ment to read/suggesting, that the skin directory name (eg: /skins/monobook/) is the usable name(/s) that can be used.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links