Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(→‎Post 1.12 upgrade: Add fixed issue)
(Adding status updates)
Line 9: Line 9:
   
 
=== Extensions ===
 
=== Extensions ===
* [[mw:Extension:ImageLink|ImageLink]], would probably work better than the <tt>&lt;imagelink&gt;</tt> parser extension tag we are currently using. The parser extension tag has lots of limitations comparatively.
+
* [[mw:Extension:ImageLink|ImageLink]], would probably work better than the <tt>&lt;imagelink&gt;</tt> parser extension tag we are currently using. The parser extension tag has lots of limitations comparatively. '''Under discussion.'''
* Not a genuine extension, but more a standalone PHP file which would need to be placed on the wowwiki server. It would retrieve character data from wowarmory.com (and eu.wowarmory.com) and render it for consumption by local JavaScript. (This is impossible using simply JS because of XSS security). I'm curious if this would be feasible/allowed. The PHP code is at [[User:Pcj/LoadArmoryData.php]]. --{{User:Pcj/sig}} 02:08, 13 May 2008 (UTC)
+
* Not a genuine extension, but more a standalone PHP file which would need to be placed on the wowwiki server. It would retrieve character data from wowarmory.com (and eu.wowarmory.com) and render it for consumption by local JavaScript. (This is impossible using simply JS because of XSS security). I'm curious if this would be feasible/allowed. The PHP code is at [[User:Pcj/LoadArmoryData.php]]. '''In queue.'''
   
 
=== Presentation admins can't change ===
 
=== Presentation admins can't change ===
* Change/add site meta description, i.e. not "Offers information and walk-throughs on classes, professions, quests, add-ons, and macros." as shown on Google
+
* Change/add site meta description, i.e. not "Offers information and walk-throughs on classes, professions, quests, add-ons, and macros." as shown on Google. '''In queue.'''
   
 
* Replace...
 
* Replace...
Line 21: Line 21:
 
** http://www.wowwiki.com/skins/common/images/Arr_u.png with [[:Image:Icon-up-12x12.png]] ([[Image:Icon-up-12x12.png]]). For consistency.
 
** http://www.wowwiki.com/skins/common/images/Arr_u.png with [[:Image:Icon-up-12x12.png]] ([[Image:Icon-up-12x12.png]]). For consistency.
 
** Images locations above change as skin is updated - current location is ''<nowiki>http://images.wikia.com/common/releases_200805.2/skins/common/images/Arr_r.png</nowiki>''
 
** Images locations above change as skin is updated - current location is ''<nowiki>http://images.wikia.com/common/releases_200805.2/skins/common/images/Arr_r.png</nowiki>''
  +
** '''In queue.'''
   
 
=== Possible and probable bugs ===
 
=== Possible and probable bugs ===
* Pages broken by the namespace implementations, many of which can be found at [[Special:BrokenRedirects]] (the ones with a space eg "Guild: <name>". Editors can't edit those, admins can't delete them (it takes both to the properly named page, eg "Guild:<name>"). Can they be purged manually from serverside? It would seem most of the broken pages are located at the bottom of [http://www.wowwiki.com/index.php?title=Special:Prefixindex&from=Valors_Wrath_%28Doomhammer_US%29&prefix=&namespace=112 Special:Prefixindex/Guild:], which also includes the ones which were lower cased and need deletion. I also double checked the [http://www.wowwiki.com/index.php?title=Special:Prefixindex&from=Maelstrom&prefix=&namespace=114 Server Prefixindex], which also have a few that we won't be able to access. And one page at the bottom of [http://www.wowwiki.com/index.php?title=Special%3APrefixindex&from=&namespace=113 Guild talk Prefixindex]. No such pages in Server talk.
+
* Pages broken by the namespace implementations, many of which can be found at [[Special:BrokenRedirects]] (the ones with a space eg "Guild: <name>". Editors can't edit those, admins can't delete them (it takes both to the properly named page, eg "Guild:<name>"). Can they be purged manually from serverside? It would seem most of the broken pages are located at the bottom of [http://www.wowwiki.com/index.php?title=Special:Prefixindex&from=Valors_Wrath_%28Doomhammer_US%29&prefix=&namespace=112 Special:Prefixindex/Guild:], which also includes the ones which were lower cased and need deletion. I also double checked the [http://www.wowwiki.com/index.php?title=Special:Prefixindex&from=Maelstrom&prefix=&namespace=114 Server Prefixindex], which also have a few that we won't be able to access. And one page at the bottom of [http://www.wowwiki.com/index.php?title=Special%3APrefixindex&from=&namespace=113 Guild talk Prefixindex]. No such pages in Server talk. '''In queue.'''
   
* Unbreak [[Special:BrokenRedirects]] with regard to the server and guild namespaces; there are a handful of items which appear there, even though they exist and are marked as existing. --[[User:Sky2042|Sky]] ([[User talk:Sky2042|t]] · [[Special:Contributions/Sky2042|c]] · [http://www.wowhead.com/?user=Skyfire w]) 04:01, 12 April 2008 (UTC)
+
* Unbreak [[Special:BrokenRedirects]] with regard to the server and guild namespaces; there are a handful of items which appear there, even though they exist and are marked as existing. '''In queue.'''
   
 
* Undeletable articles/categories need removing
 
* Undeletable articles/categories need removing
 
** http://www.wowwiki.com/index.php?title=Category:MediaWiki_%E9%96%8B%E7%99%BA
 
** http://www.wowwiki.com/index.php?title=Category:MediaWiki_%E9%96%8B%E7%99%BA
 
** http://www.wowwiki.com/index.php?title=Category:JA&action=edit
 
** http://www.wowwiki.com/index.php?title=Category:JA&action=edit
  +
** '''In queue.'''
   
*API is missing patrolled flag on RC list? [http://www.mediawiki.org/wiki/API:Query_-_Lists#recentchanges_.2F_rc] versus [http://www.wowwiki.com/api.php?action=query&list=recentchanges&rcprop=user|comment|flags|timestamp|title|ids|sizes|patrolled]. ''Looks to be due to the MediaWiki version - will likely appear as further software upgrades occur.''
+
*API is missing patrolled flag on RC list? [http://www.mediawiki.org/wiki/API:Query_-_Lists#recentchanges_.2F_rc] versus [http://www.wowwiki.com/api.php?action=query&list=recentchanges&rcprop=user|comment|flags|timestamp|title|ids|sizes|patrolled]. '''Looks to be due to the MediaWiki version - will likely appear as further software upgrades occur.'''
   
 
=== Forum ===
 
=== Forum ===
 
* WoWWiki could probably do with a forum
 
* WoWWiki could probably do with a forum
 
** The DPLForum (seen on Central) is currently giving some problems. A php forum is being developed - see http://inside.wikia.com/forum for an example of this.
 
** The DPLForum (seen on Central) is currently giving some problems. A php forum is being developed - see http://inside.wikia.com/forum for an example of this.
  +
** '''Under discussion.'''
   
 
== Completed ==
 
== Completed ==

Revision as of 08:56, 15 May 2008


Icon-addon-48x48

Server requests are a collection of the main requests for future server and wiki upgrades, and known wiki bugs. This is so that we can organize our wishes and decide upon what upgrades are most required.
We request that before making most additions, please first discuss them on the talk page.

The tech team will not normally check this page - Kirkburn adds requests to the Wikia trac job queue, and they are dealt with in order of priority. Please note, though WoWWiki is one of Wikia's busiest wikis, there are over 6,000 other wikis to tend to :)


New requests

Extensions

  • ImageLink, would probably work better than the <imagelink> parser extension tag we are currently using. The parser extension tag has lots of limitations comparatively. Under discussion.
  • Not a genuine extension, but more a standalone PHP file which would need to be placed on the wowwiki server. It would retrieve character data from wowarmory.com (and eu.wowarmory.com) and render it for consumption by local JavaScript. (This is impossible using simply JS because of XSS security). I'm curious if this would be feasible/allowed. The PHP code is at User:Pcj/LoadArmoryData.php. In queue.

Presentation admins can't change

  • Change/add site meta description, i.e. not "Offers information and walk-throughs on classes, professions, quests, add-ons, and macros." as shown on Google. In queue.

Possible and probable bugs

  • Pages broken by the namespace implementations, many of which can be found at Special:BrokenRedirects (the ones with a space eg "Guild: <name>". Editors can't edit those, admins can't delete them (it takes both to the properly named page, eg "Guild:<name>"). Can they be purged manually from serverside? It would seem most of the broken pages are located at the bottom of Special:Prefixindex/Guild:, which also includes the ones which were lower cased and need deletion. I also double checked the Server Prefixindex, which also have a few that we won't be able to access. And one page at the bottom of Guild talk Prefixindex. No such pages in Server talk. In queue.
  • Unbreak Special:BrokenRedirects with regard to the server and guild namespaces; there are a handful of items which appear there, even though they exist and are marked as existing. In queue.
  • API is missing patrolled flag on RC list? [1] versus [2]. Looks to be due to the MediaWiki version - will likely appear as further software upgrades occur.

Forum

  • WoWWiki could probably do with a forum
    • The DPLForum (seen on Central) is currently giving some problems. A php forum is being developed - see http://inside.wikia.com/forum for an example of this.
    • Under discussion.

Completed

Post 1.12 upgrade

  • Built-in search box (OpenSearch) stuff for IE7 and FF is broken - seems to be missing a file. Says it cannot dl searchplugin from opensearch_desc.php.
  • Turn on subpages in Guild, Guild talk, Server, and Server talk.
  • Parsing stuff
    • Set $wgUseTidy = true (see below)
    • ParserFunctions is causing the MediaWiki engine to incorrectly parse html (specifically, <td>, <tr>, <th>) as text. . Test case: <table style="display: inline;">{{#if:moo|<tr><th>Hello</th><td>World</td></tr>}}</table> results in
      HelloWorld
      . Setting $useTidy to true could aid in this.
      I heard through the grapevine that this is intended behavior for ParserFunctions; however, if Wikipedia uses it, I don't see why we can't. ;O --Sky (t · c · w) 22:04, 10 April 2008 (UTC)
      • Fixed by upgrade to 1.12 final and parser update. Kirkburn  talk  contr 06:27, 14 May 2008 (UTC)

1.12 upgrade

  • Youtube/google video embed player. We have dhflashplayer, but it doesn't work very well and cannot be put in a template. It would be nice to have something simple to embed boss fight videos, there's a bunch in the wiki.
  • CharInsert
  • CategoryTree
  • DynamicPageList extension as seen on Wakfu Main Page Special:DynamicPageListSP
  • Inputbox
  • Editcount
  • SpamBlacklist and perhaps Username Blacklist
  • DeletedContributions
  • RSS feed extension
  • Implementation of <math> tag by setting $wgUseTeX = true.
  • Project: pages do not forward to WoWWiki: - e.g. in the footer, Project:About
  • In FireFox (Windows) 2.0.0.13 or IE7.0.5730.11, can't see or edit pages with "+" (%2b gets parsed out also) in the name like Claws of Attack +3
  • Add the following to LocalSettings.php, to allow Recent changes IRC broadcast:
$wgRC2UDPAddress = 'dotted.sytes.net';
$wgRC2UDPPort = 9390;
$wgRC2UDPPrefix = ;
Wikia should be able to set up their own feed after upgrade. Kirkburn  talk  contr 12:55, 28 February 2008 (UTC)
Requested. Kirkburn  talk  contr 16:59, 26 March 2008 (UTC)
  • StringFunctions, would allow for easier categorization of API and other pages with pseudo-namespaces.
  • SVG image upload
  • $wgAllowDisplayTitle = true; (if it's easy to do and upgrading to 1.11 is going to be awhile)
    This is buggy in pre-1.11. Please be patient. The upgrade will happen soonish, really. TOR 16:19, 23 October 2007 (UTC)
  • The "next 200" links on pages with more options than can fit on a single page are not working correctly. This only affects users who are not logged in the website. If you are logged in the link will work fine. for example Category:World of Warcraft uncommon items has 2 pages but when not logged in you cannot get to the 2nd page.

Pre 1.12

Denied/invalid

  • Items using the {{tooltip}} template that have an apostrophe (') in their names don't have their float or font-size set correctly. The MediaWiki 1.12 upgrade may have introduced a change in {{FULLPAGENAME}} that broke this. See WoWWiki_talk:Village_pump#Item_floats_incorrect for discussion.
Adjusted {{tooltip}}, none of those workarounds should be implemented. -- foxlit 08:50, 28 March 2008 (UTC)
  • [edit] links sometimes being pushed down by images and right-floats on FF2. Cause unknown. This is sourced on bugzilla (somewhere)...Not fixable
  • Redirects to other wikia sites appear as broken redirects. Wikia-wide issue
  • Newuserlog
    • This isn't compatible with Wikia's systems, because of the way our user database is set up
  • Sidebar changes:
    • Better Google/Wikia ad presentation - should match sidebar in border, colours (sidebar needs changes anyway).
    • Wikia spotlight has "google ads" heading.
    • A link via an asterisk (*) to WoWWiki:Searching in the Monobook search box.
      • Since moving to monaco skin, not on priority list. Kirkburn  talk  contr 17:47, 26 March 2008 (UTC)