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

Mods: generalize manual activation #1147

Merged
merged 7 commits into from
Apr 9, 2022

Commits on Apr 3, 2022

  1. Mods: display settings tabs from state (qtranslate#1146)

    The tab display is independent from its manual activation.
    Any module could have extra settings (e.g. ACF).
    
    Make the display dependent on the module state instead.
    Add a new `has_settings` field in the module defintions.
    Rename `load_modules_enabled` to `load_active_modules`.
    herrvigg authored and spleen1981 committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    7feb723 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e6d062 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3153ea3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f2f88a View commit details
    Browse the repository at this point in the history
  5. Autoformat PHP

    herrvigg committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    02024bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd6a8a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Fix defaut bool array

    herrvigg committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    0a605e3 View commit details
    Browse the repository at this point in the history