Issue Details (XML | Word | Printable)

Key: MBS-5377
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Pavan Chander
Reporter: Pavan Chander
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
MusicBrainz Server

MediaWiki upgrade broke WikiDoc redirects

Created: 27/Sep/12 02:42 AM   Updated: 16/Oct/12 07:55 PM   Resolved: 16/Oct/12 07:55 PM
Component/s: Documentation
Affects Version/s: 2012-09-17
Fix Version/s: Schema change, 2012-10-15


 Description  « Hide

Our current code uses the ?action=render_ parameter to find out if a page is a redirect or not.

The new version of MediaWiki we're running breaks this by returning the actual page instead of a pointer.
http://wiki.musicbrainz.org/About_MusicBrainz?action=render
http://oldwiki.musicbrainz.org/About_MusicBrainz?action=render

This is fixed by adding &redirect=no to the request.
http://wiki.musicbrainz.org/About_MusicBrainz?action=render&redirect=no



Sort Order: Ascending order - Click to sort in descending order
Pavan Chander added a comment - 27/Sep/12 03:00 AM