Index: trunk/extensions/Configure/CHANGELOG |
— | — | @@ -2,8 +2,9 @@ |
3 | 3 | Localisation updates are done on betawiki and aren't listed here. |
4 | 4 | |
5 | 5 | 0.11.3 - 22 December 2008 |
6 | | - Missing rights while executing API module now result in warnings rather than |
7 | | - errors. |
| 6 | + * Missing rights while executing API module now result in warnings rather than |
| 7 | + errors. |
| 8 | + * Fixed type of $wgRedirectSources |
8 | 9 | |
9 | 10 | 0.11.2 - 18 December 2008 |
10 | 11 | Added support for APCOND_ISIP and APCOND_IPINRANGE conditions of |
Index: trunk/extensions/Configure/Configure.settings-core.php |
— | — | @@ -367,7 +367,7 @@ |
368 | 368 | 'wgInterwikiFallbackSite' => 'text', |
369 | 369 | 'wgInterwikiScopes' => 'int', |
370 | 370 | 'wgLocalInterwiki' => 'text', |
371 | | - 'wgRedirectSources' => 'array', |
| 371 | + 'wgRedirectSources' => 'text', |
372 | 372 | ), |
373 | 373 | ), |
374 | 374 | 'access' => array( |
— | — | @@ -829,7 +829,6 @@ |
830 | 830 | 'wgSpecialPages' => 'assoc', |
831 | 831 | # Misc |
832 | 832 | 'wgGrammarForms' => 'array', |
833 | | - 'wgRedirectSources' => 'simple', |
834 | 833 | 'wgRestrictionTypes' => 'simple', |
835 | 834 | ); |
836 | 835 | |