Issue:DPL on Mediawiki 1.15.3 Debian
From FollowTheScore
Description: | DPL does not work with MW 1.15.3 (Debian) |
Extension / Version: | DPL / 1.8.9 |
Type / Status: | Bug / open |
Problem
The current (1.8.9) download of DPL with the current Debian (1.15.3) MW does not work. Both tags are parserfunctions are ignored.
The issue is possibly related to the php version too.
I have spent some time and got it working, I'm posting the result here largely as information!
- TAGS (<dpl>)fixed by using SVN version 66059 from http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/DynamicPageList/
- Parserfunctions ({{#dpl:}})resolved by changing languages/Language.php in mediawiki itself
diff Language.php Language.orig.php 1758c1758 < function getMagic( $mw ) { --- > function getMagic( &$mw ) {