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: b3ebab2baa48
Choose a base ref
...
head repository: foswiki/distro
compare: 1fc7340f4a00
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 9, 2015

  1. Item13519: Move critical dependency checking into setlib.cfg

    Generate a more meaningful error message to the user if critical
    dependencies are missing.  500 - Internal Server Error makes it much
    more difficult to resolve dep. issues.
    gac410 committed Oct 9, 2015
    Copy the full SHA
    3b31eb5 View commit details
    Browse the repository at this point in the history
  2. Item13519: Add a dependency to SubscribePlugin

    SubscribePlugin inherits the dependencies of MailerContrib at runtime.
    If critical dependencies are missing, foswiki crashes rather than just
    disabling the extension.   Add the dependency directly to
    SubscribePlugin so that it will be disabled rather than crash.
    gac410 committed Oct 9, 2015
    Copy the full SHA
    4b42485 View commit details
    Browse the repository at this point in the history
  3. Item13519: More dependency issues

    On some occasions, Configure::Package fails with undefined routines.
    It needs to declare the modules that it uses.
    gac410 committed Oct 9, 2015
    Copy the full SHA
    1fc7340 View commit details
    Browse the repository at this point in the history