* New feature, the ability to 'invert' namespaces in Special:Allmessages, given
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 1 Apr 2005 11:09:47 +0000 (11:09 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 1 Apr 2005 11:09:47 +0000 (11:09 +0000)
commit05edce6ac1bf1bb0702500c1ae128a33d79b5e77
treefc9a5902bde6beb303186d5ea6af647f67a0fcbc
parent1d7bfa9aed671c2fac891c3e54776ab7b437eae6
* New feature, the ability to 'invert' namespaces in Special:Allmessages, given
  a namespace the 'Invert' namespace can be selected to perform WHERE
  page_namespace != $namespace instead of WHERE page_namespace = ..

** Added code in includes/SpecialAllpages.php to make this possible

** Removed messages: allpagesformtext1 and allpagesformtext2 (obsoleted by the
   new allpagesformtext messsage)
** Renamed message allpagesnamespace to allinnamespace
** Added messages allnonarticles, allnotinnamespace, contributionsformtext

** includes/SpecialContributions.php no longer uses allpagesformtext2 but the
   new contributionsformtext
12 files changed:
includes/SpecialAllpages.php
includes/SpecialContributions.php
languages/Language.php
languages/LanguageEs.php
languages/LanguageFi.php
languages/LanguageFr.php
languages/LanguageIs.php
languages/LanguageNds.php
languages/LanguageNn.php
languages/LanguageRu.php
languages/LanguageZh_cn.php
languages/LanguageZh_tw.php