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: 2d707ddacca0
Choose a base ref
...
head repository: foswiki/distro
compare: b5595246ff39
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 24, 2015

  1. Item13229: Make sure DEPENDENCIES file is linked

    Needed for core to generate the DEPENDENCIES reports.
    gac410 committed Jan 24, 2015
    Copy the full SHA
    83f4c3c View commit details
    Browse the repository at this point in the history
  2. Item13227: Get bootstrap running on mod_perl

    Bootstrap needs to be split into two phases.  Phase 1 bootstraps the
    file system paths.  Phase 2 runs after the query object has been created
    and bootstraps the web related settings.
    
    Also it appears that FindBin won't work for mod_perl because we need the
    path information early enough that no scripts have been run.
    gac410 committed Jan 24, 2015
    Copy the full SHA
    b559524 View commit details
    Browse the repository at this point in the history