Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -161,8 +161,6 @@ |
162 | 162 | ), |
163 | 163 | 'mainpage' => array( |
164 | 164 | 'linkprefix', |
165 | | - 'mainpagetext', |
166 | | - 'mainpagedocfooter', |
167 | 165 | ), |
168 | 166 | 'miscellaneous1' => array( |
169 | 167 | 'about', |
Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -157,6 +157,7 @@ |
158 | 158 | are disabled for user pages. |
159 | 159 | * (bug 12205) Bidirectional names in action=credits are split and displayed |
160 | 160 | incorrectly when wrapped to the next line. |
| 161 | +* (bug 120781) Move 'mainpagetext' messages to installer's .i18n file. |
161 | 162 | |
162 | 163 | === API changes in 1.19 === |
163 | 164 | * BREAKING CHANGE: action=watch now requires POST and token. |
Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -540,6 +540,13 @@ |
541 | 541 | When that has been done, you can '''[$2 enter your wiki]'''.", |
542 | 542 | 'config-download-localsettings' => 'Download LocalSettings.php', |
543 | 543 | 'config-help' => 'help', |
| 544 | + 'mainpagetext' => "'''MediaWiki has been successfully installed.'''", |
| 545 | + 'mainpagedocfooter' => "Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software. |
| 546 | + |
| 547 | +== Getting started == |
| 548 | +* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list] |
| 549 | +* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ] |
| 550 | +* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]", |
544 | 551 | ); |
545 | 552 | |
546 | 553 | /** Message documentation (Message documentation) |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -744,14 +744,7 @@ |
745 | 745 | 'broken-file-category' => 'Pages with broken file links', |
746 | 746 | |
747 | 747 | 'linkprefix' => '/^(.*?)([a-zA-Z\\x80-\\xff]+)$/sD', # only translate this message to other languages if you have to change it |
748 | | -'mainpagetext' => "'''MediaWiki has been successfully installed.'''", |
749 | | -'mainpagedocfooter' => "Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software. |
750 | 748 | |
751 | | -== Getting started == |
752 | | -* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list] |
753 | | -* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ] |
754 | | -* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]", |
755 | | - |
756 | 749 | 'about' => 'About', |
757 | 750 | 'article' => 'Content page', |
758 | 751 | 'newwindow' => '(opens in new window)', |