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

Add functions copied from Backdrop core module_enable() and #445

Commits on Sep 27, 2024

  1. Add functions copied from Backdrop core module_enable() and

    module_disable() functions, and utilize them when enabling
    and disabling modules to notify the user of dependent and/or required
    modules that are being disabled/enabled in addition to the named
    modules.
    
    Issue backdrop-contrib#164
    elisseck committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    17e7e2e View commit details
    Browse the repository at this point in the history
  2. Appease phpcs

    elisseck committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1e49a66 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Address feedback from review of pull/445:

    - Pull temporary code into its own file includes/dependencies.inc
    - Make use of bee_instant_message() where appropriate
    - Add clarity to user message when a dependency of a dependency is disabled
    - Fix code comment typo abled() -> enabled()
    - Updated changelog
    
    Issue backdrop-contrib#164
    elisseck committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    79cf5cb View commit details
    Browse the repository at this point in the history
  2. Update date

    yorkshire-pudding authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    55ccc87 View commit details
    Browse the repository at this point in the history