Tango.info wiki mediawiki upgrade

From tango.info wiki
Jump to navigation Jump to search

See also:

files to be changed

x/wiki/w/languages/messages/messagesen.php

line 161
//$defaultDateFormat = 'dmy or mdy';
$defaultDateFormat = 'ISO 8601';//line by tobias

Signature

"test signature MessagesEn.php changed now Tobiasco 2008-05-17T20:51:48 (UTC)"

x/wiki/w/includes/ChangesList.php

ca 188

//$s .= $this->message['semicolon-separator'] . ' ' . $wgLang->time( $rc->mAttribs['rc_timestamp'], true, true ) . ' . . ';
//tango.info

$s .= $wgLang->time( $rc->mAttribs['rc_timestamp'], true, true ) . ' ';

//$s .= $this->skin->userLink( $rc->mAttribs['rc_user'], $rc->mAttribs['rc_user_text'] );
//$s .= $this->skin->userToolLinks( $rc->mAttribs['rc_user'], $rc->mAttribs['rc_user_text'] );
//tango.info
$s .= "". $this->skin->userLink( $rc->mAttribs['rc_user'], $rc->mAttribs['rc_user_text'] ) . ": ";


258

$this->insertTimestamp($s,$rc);
$this->insertUserRelatedLinks($s,$rc);