Difference between revisions of "Issue:DPL does not work with Cite-Extension under MW1.12"

From FollowTheScore
Jump to: navigation, search
(New page: {{Issue |Type = Bug |Extension = DPL |Version = 1.7.4 |Description = DPL does not work with Cite-Extension under MW1.12 |Status = open }} == Problem == When using D...)
 
Line 26: Line 26:
 
=== Workaround ===
 
=== Workaround ===
 
Set <code>$wgParserConf['class'] = 'Parser_OldPP';</code> in <code>LocalSettings.php</code> of your MW-Deployment and use the parser function syntax of DPL.
 
Set <code>$wgParserConf['class'] = 'Parser_OldPP';</code> in <code>LocalSettings.php</code> of your MW-Deployment and use the parser function syntax of DPL.
 +
 +
== Update ==
 +
The problem still exists with the newly released MW1.13.
  
 
== Reply ==
 
== Reply ==

Revision as of 14:02, 16 August 2008

Description: DPL does not work with Cite-Extension under MW1.12
Extension / Version: DPL   /   1.7.4
Type / Status: Bug   /   open

Problem

When using DPL together with the Cite-Extension by Ævar Arnfjörð Bjarmason under MediaWiki 1.12 the following error occurs:

Using a DPL-statement between(!) a <ref>- and a <references/>-statement will leave the corresponding references empty (no references are displayed).

Example-Code

This is a test<ref>This is some footnote-text</ref>

<dpl>
... Here comes some DPL-code ...
</dpl>

== References ==
<references/>

Workaround

Set $wgParserConf['class'] = 'Parser_OldPP'; in LocalSettings.php of your MW-Deployment and use the parser function syntax of DPL.

Update

The problem still exists with the newly released MW1.13.

Reply