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

Installation - Support "activate first" w/setup UI #606

Merged
merged 5 commits into from
Jul 13, 2020

Commits on Jul 6, 2020

  1. Configuration menu
    Copy the full SHA
    6d69dd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    64b59e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d2fbae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e01e887 View commit details
    Browse the repository at this point in the history
  4. Installation - Move setup reminder. Avoid redundant messages.

    Before
    ------
    
    Every time `civicrm_initialize()` is called with a failure, it enqueues another status message
    which prompts the admin to setup CiviCRM.
    
    This leads to some quirks - e.g. if you activate `civicrm.module` in the admin GUI, and then use
    the web-based installer, and then finally return to a Drupal page - you may see some
    old/stale notifications prompting you to setup CiviCRM (which is weird... since you just did that).
    
    After
    -----
    
    The setup message is displayed in two ways:
    
    1. In `hook_enable`, it displays the message one time.
    2. In `hook_requirements`, it displays the message if initialization fails.
    totten committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    c3f300a View commit details
    Browse the repository at this point in the history