r104991 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104990‎ | r104991 | r104992 >
Date:19:22, 2 December 2011
Author:danwe
Status:deferred
Tags:
Comment:
Stable Version 0.1
Modified paths:
  • /trunk/extensions/ParserFun/ParserFun.php (modified) (history)
  • /trunk/extensions/ParserFun/README (modified) (history)
  • /trunk/extensions/ParserFun/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/extensions/ParserFun/RELEASE-NOTES
@@ -1,7 +1,7 @@
22 'Parser Fun' Changelog:
33 =======================
44
5 - * (trunk) -- Version 0.1rc (initial release)
 5+ * December 2, 2011 -- Version 0.1 (initial release)
66 - Magic word prefix 'THIS:', which is working with basically all functions returning page related information:
77 'FULLPAGENAME', 'PAGENAME', 'BASEPAGENAME', 'SUBPAGENAME', 'SUBJECTPAGENAME', 'TALKPAGENAME', 'NAMESPACE',
88 'SUBJECTSPACE', 'ARTICLESPACE', 'TALKSPACE' and their URL-encoded equivalents ending with 'EE'.
@@ -10,4 +10,4 @@
1111 + <1> - input text (required)
1212 + unstrip - 'none', 'nowiki', 'general', 'all' to unstrip input first. Allows to parse text inside <nowiki>.
1313 + parse - whether text should really be parsed (in case you want to unstrip only)
14 - - Distributed under ISC license and put into mediawiki.org svn repository.
\ No newline at end of file
 14+ - Distributed under ISC license and put into mediawiki.org svn repository.
Index: trunk/extensions/ParserFun/ParserFun.php
@@ -8,7 +8,7 @@
99 * Support: http://www.mediawiki.org/wiki/Extension_talk:Parser_Fun
1010 * Source code: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/ParserFun
1111 *
12 - * @version: 0.1rc
 12+ * @version: 0.1
1313 * @license: ISC license
1414 * @author: Daniel Werner < danweetz@web.de >
1515 *
@@ -79,7 +79,7 @@
8080 *
8181 * @var string
8282 */
83 - const VERSION = '0.1rc';
 83+ const VERSION = '0.1';
8484
8585 const MAG_THIS = 'this';
8686
Index: trunk/extensions/ParserFun/README
@@ -34,8 +34,8 @@
3535 # Parser Fun
3636 require_once( "$IP/extensions/ParserFun/ParserFun.php" );
3737
38 -This extension requires Jeroen De Dauws 'Validator' extension in a version higher
39 -than 0.4.11. It must be included before the 'Parser Fun' extension.
 38+This extension requires Jeroen De Dauws 'Validator' extension (version 0.4.13 or
 39+above). It must be included before the 'Parser Fun' extension.
4040 You can get it at: http://www.mediawiki.org/wiki/Extension:Validator
4141
4242

Status & tagging log