Skip to content
  • Alex Vandiver's avatar
    Add a user format between concise and verbose based on Privileged · b12af0df
    Alex Vandiver authored
    The "concise" format, when originally introduced in 07ec5dc4, contained
    similar logic which depended on the state of ->Privileged.  However,
    this was removed in 20d879f2, after it appeared to incur a notable
    performance penalty.
    
    However, upon closer analysis, much of the penalty was incurred by the
    need to render the names of several hundred users for the ShowUser
    dropdown -- a configuration which causes performance penalties
    regardless.
    
    At a possible minor performance cost, use the Privileged bit to control
    how users are displayed.
    b12af0df