Index: trunk/phase3/includes/SpecialNewimages.php |
— | — | @@ -179,7 +179,7 @@ |
180 | 180 | } |
181 | 181 | $now = wfTimestampNow(); |
182 | 182 | $date = $wgLang->timeanddate( $now ); |
183 | | - $dateLink = $sk->makeKnownLinkObj( $titleObj, wfMsg( 'rclistfrom', $date ), 'from='.$now.$botpar.$searchpar ); |
| 183 | + $dateLink = $sk->makeKnownLinkObj( $titleObj, wfMsg( 'sp-newimages-showfrom', $date ), 'from='.$now.$botpar.$searchpar ); |
184 | 184 | |
185 | 185 | $botLink = $sk->makeKnownLinkObj($titleObj, wfMsg( 'showhidebots', ($hidebots ? wfMsg('show') : wfMsg('hide'))),'hidebots='.($hidebots ? '0' : '1').$searchpar); |
186 | 186 | |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -409,8 +409,8 @@ |
410 | 410 | * Pre-save transform no longer changes the case of close tags |
411 | 411 | * (bug 6164) Fix regression with <gallery> resetting <ref> state |
412 | 412 | * Hackaround for IE 7 wrapping bug in MonoBook footer |
| 413 | +* New message sp-newimages-showfrom replaces rclistfrom on special:newimages |
413 | 414 | |
414 | | - |
415 | 415 | == Compatibility == |
416 | 416 | |
417 | 417 | MediaWiki 1.7 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported. |
Index: trunk/phase3/languages/Messages.php |
— | — | @@ -8,7 +8,8 @@ |
9 | 9 | # hyphen (-). If you need more characters, you may be able to change |
10 | 10 | # the regex in MagicWord::initRegex |
11 | 11 | |
12 | | -/* private */ $wgAllMessagesEn = array( |
| 12 | +global $wgAllMessagesEn; |
| 13 | +$wgAllMessagesEn = array( |
13 | 14 | /* |
14 | 15 | The sidebar for MonoBook is generated from this message, lines that do not |
15 | 16 | begin with * or ** are discarded, furthermore lines that do begin with ** and |
— | — | @@ -1229,6 +1230,8 @@ |
1230 | 1231 | 'uctop' => ' (top)' , |
1231 | 1232 | 'newbies' => 'newbies', |
1232 | 1233 | |
| 1234 | +'sp-newimages-showfrom' => 'Show new images starting from $1', |
| 1235 | + |
1233 | 1236 | 'sp-contributions-newest' => 'Newest', |
1234 | 1237 | 'sp-contributions-oldest' => 'Oldest', |
1235 | 1238 | 'sp-contributions-newer' => 'Newer $1', |