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: 9545182ececc
Choose a base ref
...
head repository: foswiki/distro
compare: 24e3a755e24f
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 8, 2017

  1. Item14366: Reorder initialization to allow local CGI::Carp

    Latest perl does not ship with CGI or CGI::Carp.  By using a "use"
    statement in the BEGIN block, it's not possible to provide this module
    via setlib path overide.  Change to a "require" and reorder
    initialization to call setlib before setting up CGI::Carp
    gac410 committed Apr 8, 2017
    Copy the full SHA
    e7c2347 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. Merge branch 'Release02x01'

    gac410 committed Apr 20, 2017
    Copy the full SHA
    d323dac View commit details
    Browse the repository at this point in the history
  2. Item14285: fixed error clicking on disabled btn

    This cherry-picks 9f711fa - a fix that was already applied and somehow got
    reverted.  I've been unable to track down why.  The commit is in the
    logs, but the change is not applied.
    MichaelDaum authored and gac410 committed Apr 20, 2017
    Copy the full SHA
    24e3a75 View commit details
    Browse the repository at this point in the history