r41637 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41636‎ | r41637 | r41638 >
Date:09:51, 4 October 2008
Author:ialex
Status:old
Tags:
Comment:
* Added link to mw.org
* Added version display on Special:Version
* fixed typo
Modified paths:
  • /trunk/extensions/Autoincrement/Autoincrement.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Autoincrement/Autoincrement.php
@@ -14,7 +14,10 @@
1515 $wgExtensionCredits['variable'][] = array(
1616 'name' => 'Autoincrement',
1717 'description' => 'a variable hook that adds an autoincrementing variable, <nowiki>{{AUTOINCREMENT}}</nowiki>',
18 - 'author' => 'Ævar Arnfjörð Bjarmason'
 18+ 'author' => 'Ævar Arnfjörð Bjarmason',
 19+ 'url' => 'http://www.mediawiki.org/wiki/Extension:Autoincrement',
 20+ 'svn-date' => '$LastChangedDate$',
 21+ 'svn-revision' => '$LastChangedRevision$',
1922 );
2023
2124 class Autoincrement {
@@ -37,7 +40,7 @@
3841 }
3942
4043 function wfAutoincrementHookRaw( &$raw ) {
41 - $raw['autoincrement'] = array( 0, 'AUTOINCREMENT' );;
 44+ $raw['autoincrement'] = array( 0, 'AUTOINCREMENT' );
4245
4346 return true;
4447 }
Property changes on: trunk/extensions/Autoincrement/Autoincrement.php
___________________________________________________________________
Modified: svn:keywords
4548 - Author Date Id Revision
4649 + LastChangedDate LastChangedRevision

Status & tagging log