Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW] Allow user's default preferences configuration #7285

Merged

Commits on Dec 11, 2017

  1. [NEW] Implements user's preferences helper function

    - The function returns one of three values:
      1 - The user's preference (user.settings.preferences.<preference>)
      2 - The default system setting value (Default_User_Preferences_<preference>)
      3 - A default value passed as argument to the function
    
    - Besides the introduction of the helper function:
      - Removes unused preferences (user.settings.preferences.unreadRoomsMode, user.settings.preferences.audioNotificationValue) and creates migration script (v105)
      - Implements some simple tests
    goiaba committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    c7dcc51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba09d67 View commit details
    Browse the repository at this point in the history