Index: trunk/extensions/intersection/DynamicPageList2.php |
— | — | @@ -42,7 +42,7 @@ |
43 | 43 | 'name' => 'DynamicPageList2', |
44 | 44 | 'author'=>'[http://en.wikinews.org/wiki/User:IlyaHaykinson IlyaHaykinson], [http://en.wikinews.org/wiki/User:Amgine Amgine], [http://de.wikipedia.org/wiki/Benutzer:Unendlich Unendlich], [http://meta.wikimedia.org/wiki/User:Dangerman Cyril Dangerville]', |
45 | 45 | 'url'=>'http://meta.wikimedia.org/wiki/DynamicPageList2', |
46 | | - 'description'=>'hack of the original [http://meta.wikimedia.org/wiki/DynamicPageList DynamicPageList] extension from DynamicPageList featuring many Improvements (requires the [http://meta.wikimedia.org/wiki/User:Joncutrer/Extensions/absHTML AbsHTML extension])', |
| 46 | + 'description'=>'hack of the original [http://meta.wikimedia.org/wiki/DynamicPageList DynamicPageList] extension from DynamicPageList featuring many Improvements', |
47 | 47 | 'version'=>'0.5' |
48 | 48 | ); |
49 | 49 | |
— | — | @@ -82,7 +82,6 @@ |
83 | 83 | |
84 | 84 | |
85 | 85 | // The callback function for converting the input text to HTML output |
86 | | -// TODO: use the parser and wiki text in the code for the output (instead of HTML) |
87 | 86 | function DynamicPageList2( $input, $params, &$parser ) { |
88 | 87 | |
89 | 88 | error_reporting(E_ALL); |