Tango.info wiki mediawiki upgrade: Difference between revisions
Jump to navigation
Jump to search
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..." |
|||
Line 5: | Line 5: | ||
==files to be changed== | ==files to be changed== | ||
=== w | === x/wiki/w/languages/messages/messagesen.php === | ||
line 161 | line 161 | ||
//$defaultDateFormat = 'dmy or mdy'; | //$defaultDateFormat = 'dmy or mdy'; | ||
Line 13: | Line 13: | ||
*[[User:Tobiasco|Tobiasco]] 2009-03-15T07:27:00 (UTC) | *[[User:Tobiasco|Tobiasco]] 2009-03-15T07:27:00 (UTC) | ||
=== w | === x/wiki/w/includes/ChangesList.php === | ||
ca 188 | ca 188 | ||
//$s .= $this->message['semicolon-separator'] . ' ' . $wgLang->time( $rc->mAttribs['rc_timestamp'], true, true ) . ' . . '; | //$s .= $this->message['semicolon-separator'] . ' ' . $wgLang->time( $rc->mAttribs['rc_timestamp'], true, true ) . ' . . '; |
Revision as of 2013-07-17T03:29:23
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)"
- Tobiasco 2009-03-15T07:27:00 (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);