r103384 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103383‎ | r103384 | r103385 >
Date:21:04, 16 November 2011
Author:danwe
Status:deferred
Tags:
Comment:
Extensions name still is 'ArrayExtension', renaming it to 'Arrays' didn't seem like the best idea since it could confuse since the file and directories name still is 'ArrayExtension'.
Modified paths:
  • /trunk/extensions/ArrayExtension/README (modified) (history)

Diff [purge]

Index: trunk/extensions/ArrayExtension/README
@@ -1,9 +1,9 @@
22 == About ==
33
4 -The 'Arrays' extension Enhances the parser with functions to handle arrays within
 4+The 'ArrayExtension' extension Enhances the parser with functions to handle arrays within
55 wiki markup text.
66
7 -* Website: http://www.mediawiki.org/wiki/Extension:Arrays
 7+* Website: http://www.mediawiki.org/wiki/Extension:ArrayExtension
88 * Authors: Li Ding, Jie Bao, Daniel Werner < danweetz@web.de >
99 * License: MIT license
1010
@@ -14,13 +14,13 @@
1515 MediaWiki 'extensions' directory. Then add the following code to your
1616 [[Manual:LocalSettings.php|LocalSettings.php]] file:
1717
18 - # Arrays
 18+ # ArrayExtension
1919 require_once( "$IP/extensions/ArrayExtension/ArrayExtension.php" );
2020
2121
2222 == Contributing ==
2323
24 -If you have bug reports or feature requests, please add them to the 'Arrays'
 24+If you have bug reports or feature requests, please add them to the 'ArrayExtension'
2525 Talk page [0]. You can also send them to Daniel Werner < danweetz@web.de >
2626
27 -[0] http://www.mediawiki.org/w/index.php?title=Extension_talk:Arrays
 27+[0] http://www.mediawiki.org/w/index.php?title=Extension_talk:ArrayExtension

Status & tagging log