• 
      

    Warn users that extensions aren't loaded until an upgrade is performed.

    Review Request #11444 — Created Feb. 11, 2021 and submitted

    Information

    Review Board
    release-3.0.x

    Reviewers

    Review Board avoids loading extensions until the site has been upgraded,
    in order to ensure there aren't any breakages. This can be confusing if
    one is unaware that the site wasn't upgraded and are trying to use a
    management command provided by an extension. While unlikely in
    production, it's not uncommon in development.

    Now, when this situation is it, a message will be logged informing the
    user that extensions won't be loaded until the site is upgraded.

    Tested trying to run an extension-provided management command on a database
    not yet upgraded. The command failed, of course, but I saw the warning.

    Summary ID
    Warn users that extensions aren't loaded until an upgrade is performed.
    Review Board avoids loading extensions until the site has been upgraded, in order to ensure there aren't any breakages. This can be confusing if one is unaware that the site wasn't upgraded and are trying to use a management command provided by an extension. While unlikely in production, it's not uncommon in development. Now, when this situation is it, a message will be logged informing the user that extensions won't be loaded until the site is upgraded.
    bc46cc5f64f392fd6114c63c088e2638a4b3de15
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-3.0.x (836a0c2)