* (bug 2118) Added a __LCFIRST__ magic word for forcing the first character of
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 15 May 2005 17:21:58 +0000 (17:21 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 15 May 2005 17:21:58 +0000 (17:21 +0000)
commit71f1c34ce4e6b98190b11f2f84b793c47a01f1c2
treedfe6a70d10d7b948949e8fa65f869ddbe7a85877
parent268334109679f9d14d68f76ecdc814d07195bafc
* (bug 2118) Added a __LCFIRST__ magic word for forcing the first character of
  a pages heading to render in its lower case form on output, however the page
  is still saved under its upper case name in the database so this is purely an
  aesthetic change (unlike setting $wgCapitalLinks to false).
RELEASE-NOTES
includes/EditPage.php
includes/MagicWord.php
includes/OutputPage.php
includes/Parser.php
includes/Title.php
languages/Language.php