Index: trunk/extensions/Configure/CHANGELOG |
— | — | @@ -1,6 +1,9 @@ |
2 | 2 | This file lists changes on this extension. |
3 | 3 | Localisation updates are done on betawiki and aren't listed here. |
4 | 4 | |
| 5 | +0.7.9 - 20 September 2008 |
| 6 | + Dropped $wgDBminWordLen, was obsolete since since MediaWiki 1.6.0. |
| 7 | + |
5 | 8 | 0.7.8 - 17 September 2008 |
6 | 9 | Added $wgRenderHashAppend. |
7 | 10 | |
Index: trunk/extensions/Configure/Configure.settings-core.php |
— | — | @@ -81,7 +81,6 @@ |
82 | 82 | 'wgSlaveLagWarning' => 'int', |
83 | 83 | ), |
84 | 84 | 'mysql' => array( |
85 | | - 'wgDBminWordLen' => 'int', |
86 | 85 | 'wgDBmysql4' => 'bool', |
87 | 86 | 'wgDBmysql5' => 'bool', |
88 | 87 | 'wgDBprefix' => 'text', |
— | — | @@ -886,7 +885,6 @@ |
887 | 886 | 'wgDBAvgStatusPoll', |
888 | 887 | 'wgDBClusterTimeout', |
889 | 888 | 'wgDBerrorLog', |
890 | | - 'wgDBminWordLen', |
891 | 889 | 'wgDBmwschema', |
892 | 890 | 'wgDBmysql5', |
893 | 891 | 'wgDBname', |
Index: trunk/extensions/Configure/Configure.php |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure', |
19 | 19 | 'description' => 'Allow authorised users to configure the wiki by a web-based interface', |
20 | 20 | 'descriptionmsg' => 'configure-desc', |
21 | | - 'version' => '0.7.8', |
| 21 | + 'version' => '0.7.9', |
22 | 22 | ); |
23 | 23 | |
24 | 24 | ## Configuration part |