Added a user_real_name column to the user table, and added a patch SQL file
authorEvan Prodromou <evanprodromou@users.mediawiki.org>
Sun, 18 Apr 2004 02:28:35 +0000 (02:28 +0000)
committerEvan Prodromou <evanprodromou@users.mediawiki.org>
Sun, 18 Apr 2004 02:28:35 +0000 (02:28 +0000)
commitc1d1561b2f4efcadc693e786ca3d87924191afeb
tree50eec08623ec1698fce9aad78183cac99486ca4d
parent039760d64f8dd4812bffdcac6a9543864fe0760c
Added a user_real_name column to the user table, and added a patch SQL file
to add this field.

User.php stores and fetches the field, and has accessors for it.

User login allows setting the field on account creation.

The Preferences page allows changing the real name.

The labels are available for the real name, and the explanation of the email
field on login has been expanded to include an explanation of the real name
field, too.

Update script checks for the field, and adds it if it's missing.
includes/SpecialPreferences.php
includes/SpecialUserlogin.php
includes/User.php
languages/Language.php
maintenance/archives/patch-user-realname.sql [new file with mode: 0644]
maintenance/tables.sql
maintenance/updaters.inc
update.php