Implemented the "default namespaces for search" feature. This includes
authorMatthias Jordan <matjordan@users.mediawiki.org>
Tue, 1 Jul 2003 08:27:32 +0000 (08:27 +0000)
committerMatthias Jordan <matjordan@users.mediawiki.org>
Tue, 1 Jul 2003 08:27:32 +0000 (08:27 +0000)
commit01515e038f382b7667245ead62a2bb8ebc28b260
tree4dfdd97f3a04445bab61f8fd82bca143fe2e63bf
parent712b916275d757f11e5a18fdca142fdf73c6ff22
Implemented the "default namespaces for search" feature. This includes
changes to the preferences form, a new key in the LanguageXX.php files
(defaultns) and a new global config variable in DefaultSettings.php
($wgNamespacesToBeSearchedDefault).

I also killed a bug that produced an errorneous SQL command when the user
failed to check any namespaces to search in the search form. The updated
implementation searched the main namespace if no checkbox is checked.
includes/DefaultSettings.php
includes/SearchEngine.php
includes/SpecialPreferences.php
includes/User.php
languages/Language.php
languages/LanguageDe.php