r82065 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82064‎ | r82065 | r82066 >
Date:18:36, 13 February 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
v0.1
Modified paths:
  • /trunk/extensions/IncludeWP/IncludeWP.php (modified) (history)
  • /trunk/extensions/IncludeWP/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/extensions/IncludeWP/IncludeWP.php
@@ -39,7 +39,7 @@
4040 die( '<b>Error:</b> You need to have <a href="http://www.mediawiki.org/wiki/Extension:Validator">Validator</a> installed in order to use <a href="http://www.mediawiki.org/wiki/Extension:SubPageList">SubPageList</a>.<br />' );
4141 }
4242
43 -define( 'IncludeWP_VERSION', '0.1 alpha' );
 43+define( 'IncludeWP_VERSION', '0.1' );
4444
4545 $wgExtensionCredits['other'][] = array(
4646 'path' => __FILE__,
Index: trunk/extensions/IncludeWP/RELEASE-NOTES
@@ -5,6 +5,14 @@
66
77
88 === Version 0.1 ===
9 -2011-02-xx
 9+2011-02-13
1010
11 -*
 11+Initial release with these features:
 12+
 13+* Include articles from Wikipedia or any other MediaWiki wiki into your pages.
 14+* Show only a limited amount of paragraphs on page load, with an option to show the full article.
 15+* Partial conversion to plain-text.
 16+** Removal of templates (such as infoboxes), ref tags, comments, categories and images.
 17+** Both internal and external links are rendered as plain-text.
 18+** Tables, lists, table of content, section headers and more are retained.
 19+* Usage of the MediaWiki [[Resource Loader]] when available with backward support for MW 1.16.x.

Status & tagging log