Difference between revisions of "Issue:Namespace=Image breaks in MediaWiki 1.14RC"

From FollowTheScore
Jump to: navigation, search
(New page: {{Issue |Type = Bug |Extension = DPL |Version = 1.7.4 |Description = namespace=Image throws an error in MediaWiki 1.14.0rc1 |Status = open }} == Problem == In Media...)
 
(No difference)

Latest revision as of 05:49, 19 February 2009

Description: namespace=Image throws an error in MediaWiki 1.14.0rc1
Extension / Version: DPL   /   1.7.4
Type / Status: Bug   /   open

Problem

In MediaWiki 1.14, the Image namespace has been renamed to File. Even though Image is a legitimate alias for File, DPL tags break:

<dpl>
namespace = Image
...
</dpl>

throws:

%DPL-1.6.9-ERROR: Wrong '$0' parameter: 'namespace'! Help: $0= empty string (Main).

This seems high priority.

Reply