Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1509,6 +1509,13 @@ |
1510 | 1510 | $wgLocalMessageCacheSerialized = true; |
1511 | 1511 | |
1512 | 1512 | /** |
| 1513 | + * Instead of caching everything, keep track which messages are requested and |
| 1514 | + * load only most used messages. This only makes sense if there is lots of |
| 1515 | + * interface messages customised in the wiki (like hundreds in many languages). |
| 1516 | + */ |
| 1517 | +$wgAdaptiveMessageCache = false; |
| 1518 | + |
| 1519 | +/** |
1513 | 1520 | * Localisation cache configuration. Associative array with keys: |
1514 | 1521 | * class: The class to use. May be overridden by extensions. |
1515 | 1522 | * |
— | — | @@ -2312,7 +2319,7 @@ |
2313 | 2320 | # 102 => "Aide", |
2314 | 2321 | # 103 => "Discussion_Aide" |
2315 | 2322 | # ); |
2316 | | -$wgExtraNamespaces = null; |
| 2323 | +$wgExtraNamespaces = array(); |
2317 | 2324 | |
2318 | 2325 | /** |
2319 | 2326 | * Namespace aliases |