Tango.info wiki mediawiki upgrade

From tango.info wiki
Revision as of 2013-07-17T05:23:47 by Tobiasco (talk | contribs) (Created page with "See also: * Tango.info wiki mediawiki * mediawiki upgrade ==files to be changed== === w\mul\languages\messages\messagesen.php === line 161 //$defaultDateFormat = 'dmy...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

See also:

files to be changed

w\mul\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)"

w\mul\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);