This Might Be A Wiki:MediaWiki 1.10.0 Migration Issue Tracker Page
From This Might Be A Wiki
Please use this page to help us track issue with the upgrade from MediaWiki 1.8.2 to 1.10.0 on May 17, 2007.
What Has Changed[edit]
Date: 5/17/2007
Prior Upgrade: Azure Skin Feedback
Next Upgrade: Flux Hosting Move
Summary of Changes:
Item | Old Version | New Version | Notes |
---|---|---|---|
MediaWiki | 1.8.2 | 1.10.0 |
Open Issues[edit]
- None
Fixed Problems[edit]
Main Page Headings[edit]
- Temporarily fixed: Messy headings on Main Page. -CapitalQ ♫ talk ♪ 02:21, 18 May 2007 (UTC)
- OK, it's permanently fixed. —Gena 14:12, 18 May 2007 (UTC)
$wgOut->Parse Issues[edit]
- Lyrics page extension working.
- Line of garbage under extension-based pages.
- I think this is fixed on almost all extensions. I had to change all occurrence of $wgOut->parse to use $parser->parse, and it's working ok now. If anyone sees "QINU...UNIQ" garbage on the bottom of an extension page, please report it here. --Duke33 14:21, 18 May 2007 (UTC)
Recent Changes Byte Size[edit]
- Turn off configuration setting that shows byte change on recent changes.
- Fixed, by setting $wgRCShowChangedSize to false. - although it still shows up on the "enhanced" recent changes, for collapsed items. How stupid is that?--Duke33 14:27, 18 May 2007 (UTC)
[Edit] Links[edit]
- [edit] links next to sections do not have a pre-defined size yet, and use the header's size.
- Fixed for the most part, I may play around with other images, though. —Gena 15:01, 18 May 2007 (UTC)
Image Thumbnail Glitches[edit]
- Image thumbnail glitches.
- Fixed by disabling ImageMagick for now, since MW 1.9+ requires ImageMagick 6.0. Once Joey at FellowSites upgrades IM, it will be re-enabled.
Difference Engine[edit]
- Re-apply changes to differenceEngine.php
- Done --Duke33 03:11, 19 May 2007 (UTC)
ThisMightBeABot Problems[edit]
- ThisMightBeABot is currently out of commission.
- Fixed. Took me hours, and finally I realized that they added a "\" to the end of the wpEditToken, which increased the length of it by 1. I need to account for the extra character when i grab the token. Geez.--Duke33 19:11, 19 May 2007 (UTC)
Affected Rows On Admin Tools[edit]
- "Fatal error: Call to undefined function wfAffectedRows() in /home/tmbwnet/public_html/wiki/extensions/admin/PatrolSongRatings.php on line 28"
- Looks like the db function i was calling is now deprecated. Changed wfAffectedRows() to $db->affectedRows(), and it works now. Also updated Mass Patrol--Duke33 19:37, 19 May 2007 (UTC)
Spam Logger[edit]
- Changes to EditPage.php for spam logger. --Duke33 01:45, 20 May 2007 (UTC)