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

[FIX] Message view mode setting was missing at user's preferences #10395

Merged
merged 9 commits into from
Apr 17, 2018
Merged

[FIX] Message view mode setting was missing at user's preferences #10395

merged 9 commits into from
Apr 17, 2018

Commits on Apr 8, 2018

  1. This commit brings back the view mode for messages. In addition the n…

    …ame changed from viewMode to messageViewMode to avoid any confusion with sidebarViewMode (+ migration to change name in database as well)
    kaiiiiiiiii committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    cb5fea4 View commit details
    Browse the repository at this point in the history
  2. viewMode field needs to be unset in an extra call, because the first …

    …one still works with it.
    kaiiiiiiiii committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    ddb6ec6 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. - Reverted language file changes for Sidebar_view_mode and Message_vi…

    …ew_mode as both still will be translated with View_mode
    
    - Created an own section for Notifications in Account Preferences. Brings View Mode a bith more in context to it's section header
    - Optimized migration
    kaiiiiiiiii committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    df9bfd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cce00c7 View commit details
    Browse the repository at this point in the history
  3. Fixed lint errors

    kaiiiiiiiii committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    684a40d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Configuration menu
    Copy the full SHA
    8cad6ea View commit details
    Browse the repository at this point in the history
  2. Renamed translation "View_mode_info" to "Message_view_mode_info" in a…

    …ll translation files I missed yesterday.
    kaiiiiiiiii committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    c675acf View commit details
    Browse the repository at this point in the history
  3. Removed auto-translations

    kaiiiiiiiii committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    ba86c67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7c509c View commit details
    Browse the repository at this point in the history