Index: trunk/phase3/includes/specials/SpecialVersion.php |
— | — | @@ -176,7 +176,7 @@ |
177 | 177 | $subVersionCo = self::getSvnRevision(dirname($extension['path']), true, true, false); |
178 | 178 | $subVersionDir = self::getSvnRevision(dirname($extension['path']), false, true, true); |
179 | 179 | if ($subVersionDir) |
180 | | - $viewvc = $subVersionDir . $subVersion; |
| 180 | + $viewvc = $subVersionDir . $subVersionCo; |
181 | 181 | } |
182 | 182 | if ( isset( $extension['version'] ) ) { |
183 | 183 | $version = $extension['version']; |
Index: trunk/phase3/languages/messages/MessagesQqq.php |
— | — | @@ -2853,7 +2853,7 @@ |
2854 | 2854 | 'version-hook-name' => 'Shown in [[Special:Version]]', |
2855 | 2855 | 'version-hook-subscribedby' => 'Shown in [[Special:Version]]', |
2856 | 2856 | 'version-version' => '{{Identical|Version}}', |
2857 | | -'version-svn-revision' => 'This is being used in [[Special:Version]], preceeding the subversion revision numbers of both the core and the extensions loaded. |
| 2857 | +'version-svn-revision' => 'This is being used in [[Special:Version]], preceeding the subversion revision numbers of both the core and the extensions loaded. By default, only the checkout revision number is displayed. However this messages could be customised to display the last modified directory revision number. |
2858 | 2858 | |
2859 | 2859 | * $1: last modified directory revision number |
2860 | 2860 | * $2: checkout directory revision number |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -3826,7 +3826,7 @@ |
3827 | 3827 | 'version-hook-name' => 'Hook name', |
3828 | 3828 | 'version-hook-subscribedby' => 'Subscribed by', |
3829 | 3829 | 'version-version' => '(Version $1)', |
3830 | | -'version-svn-revision' => '(r$1/r$2)', # only translate this message to other languages if you have to change it |
| 3830 | +'version-svn-revision' => '(r$2)', # only translate this message to other languages if you have to change it |
3831 | 3831 | 'version-license' => 'License', |
3832 | 3832 | 'version-software' => 'Installed software', |
3833 | 3833 | 'version-software-product' => 'Product', |