Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: foswiki/distro
base: 242a57cf630d
Choose a base ref
...
head repository: foswiki/distro
compare: 1f7f01184216
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Aug 25, 2015

  1. Item13560: Simplfiy Plugins wizard and improve documentation

     - Remove the "verify" and "merge" method.  A single method "import" now
       exists. and it is aliased to "check_current_value"
     - Eliminate the separation of verify vs. merge. Save is optional either
       by using the -save CLI option, or clicking save in the UI, so no need
       to have two separate update flags.
     - Eliminate the Foswiki::pluginModuleInconsistencies global flag.  The
       Module checker handles the new modules, this is just more noise.
     - Eliminate fixup of {..plugin..}{Enabled} settings.  It can be undefined.
     - Comment out the code to remove unnecessary {..plugin..}{Module} for
       missing extensions.  It blocks save.  We need to find some other way
       to clean up stale plugin module settings.
    gac410 committed Aug 25, 2015
    Copy the full SHA
    5088ec2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1f7f011 View commit details
    Browse the repository at this point in the history