MantisBT: master 391b14e8

Author Committer Branch Timestamp Parent
vboctor vboctor master 2018-02-02 11:59 master 79c7b965
Changeset

Always use username or username + realname

Using username makes sure reference to a person is not ambiguous and is unique.
Real name can provide extra information when show realnames is enable and
required access level is met.

  • Honor access level required to show realname.
  • When realname is to be shown, use a bubble or paranthesis (e.g. drop down list).
mod - config_defaults_inc.php Diff File
mod - core/prepare_api.php Diff File
mod - core/print_api.php Diff File
mod - core/user_api.php Diff File