Index: trunk/extensions/Configure/CHANGELOG |
— | — | @@ -1,6 +1,9 @@ |
2 | 2 | This file lists changes on this extension. Localisation updates are done |
3 | 3 | through translatewiki.net and are not listed here. |
4 | 4 | |
| 5 | +0.15.27 - 26 May 2010 |
| 6 | + Updated SemanticMediaWiki and Translate extensions. |
| 7 | + |
5 | 8 | 0.15.26 - 10 May 2010 |
6 | 9 | Added $wgCommandLineDarkBg, $wgDBadminuser, $wgDBadminpassword. |
7 | 10 | |
Index: trunk/extensions/Configure/settings/Settings-ext.txt |
— | — | @@ -696,7 +696,7 @@ |
697 | 697 | url = http://www.mediawiki.org/wiki/Extension:Semantic_Forms |
698 | 698 | |
699 | 699 | SemanticMediaWiki |
700 | | -file = includes/SMW_Settings.php |
| 700 | +file = SMW_Settings.php |
701 | 701 | settings[] = smwgQComparators: text |
702 | 702 | settings[] = smwgShowFactbox: text |
703 | 703 | settings[] = smwgShowFactboxEdit: text |
— | — | @@ -825,6 +825,7 @@ |
826 | 826 | |
827 | 827 | Translate |
828 | 828 | settings[] = wgEnablePageTranslation: bool, wgPageTranslationNamespace: int |
| 829 | +settings[] = wgTranslateStaticTags: array |
829 | 830 | settings[] = wgTranslateExtensionDirectory: text, wgTranslateLanguageFallbacks: array |
830 | 831 | settings[] = wgTranslateFuzzyBotName: text, wgTranslateCssLocation: text |
831 | 832 | settings[] = wgTranslateCssLocation: text, wgTranslateDocumentationLanguageCode: text |
— | — | @@ -837,14 +838,15 @@ |
838 | 839 | settings[] = wgTranslateGroupRoot: text, wgTranslateGroupFiles: array |
839 | 840 | settings[] = wgGoogleApiKey: text, wgTranslateTM: array |
840 | 841 | settings[] = wgTranslateApertium: text |
| 842 | +array[] = wgTranslateStaticTags: assoc |
841 | 843 | array[] = wgTranslateLanguageFallbacks: assoc, wgTranslateBlacklist: array |
842 | 844 | array[] = wgTranslateMessageNamespaces: ns-simple, wgTranslateAuthorBlacklist: array |
843 | 845 | array[] = wgTranslateAC: assoc, wgTranslateGroupStructure: array |
844 | 846 | array[] = wgTranslateEC: simple, wgTranslateCC: assoc |
845 | 847 | array[] = wgTranslateTasks: assoc, wgTranslateGroupFiles: simple |
846 | 848 | array[] = wgTranslateTM: assoc |
847 | | -empty[] = wgTranslateTM: false, wgGoogleApiKey: false |
848 | | -empty[] = wgTranslateApertium: false |
| 849 | +empty[] = wgTranslateStaticTags: false, wgTranslateTM: false |
| 850 | +empty[] = wgGoogleApiKey: false, wgTranslateApertium: false |
849 | 851 | url = http://www.mediawiki.org/wiki/Extension:Translate |
850 | 852 | |
851 | 853 | Uniwiki - Authors |
Index: trunk/extensions/Configure/Configure.php |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | 'author' => array( 'Alexandre Emsenhuber', 'Andrew Garrett' ), |
19 | 19 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure', |
20 | 20 | 'descriptionmsg' => 'configure-desc', |
21 | | - 'version' => '0.15.26', |
| 21 | + 'version' => '0.15.27', |
22 | 22 | ); |
23 | 23 | |
24 | 24 | # Configuration part |