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 overwrite option on extension upload form #3004

Merged
merged 2 commits into from May 1, 2020
Merged

Commits on Mar 9, 2020

  1. add overwrite option on extension upload form

    By default, on frontend $overwrite is false. Backend function installFromUpload
    / installFromURL will have a default of true to preserve existing behavior for
    other API users.
    
    installArchive now will insert a frontend msg() about not installing because of
    overwrite restriction. It's not being exposed by exception, but it should be
    reflected on its return array list of installed plugin.
    
    This fixes #715.
    phy25 committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    bc20e40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ea219c View commit details
    Browse the repository at this point in the history