Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Attempt to improve textual power levels #1607

Merged
merged 4 commits into from
Nov 14, 2017

Commits on Nov 13, 2017

  1. Attempt to clarify the affect that the users_default has on power levels

    This modifies displayed power levels such that:
     - If users_default is !== 0:
       - the power level 0 is displayed as "Restricted (0)"
       - the power level users_default is displayed as "Default ({users_default})"
     - Otherwise:
       - the power level 0 is displayed as "Default (0)"
    
    When changing users_default, to say, 10, when the textual powers are rendered
    again, they will take users_default into account. So those previously at 10
    and which would have previously have been rendered "Custom of 10" will now
    read "Default (10)". Conversely, those that were "Default (0)" will now read
    "Restricted (0)".
    lukebarnard1 committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    52af7a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. Merge branch 'luke/fix-member-info-power-level-display' into luke/fix…

    …-restrict-power-level-options
    lukebarnard1 committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    c349263 View commit details
    Browse the repository at this point in the history
  2. Simplify further

    Also fix not-i18n-friendly "of" to be "=".
    lukebarnard1 committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    3fa1bec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12d9f05 View commit details
    Browse the repository at this point in the history