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

Commits on Nov 8, 2014

  1. Item13063: Save crashes if no foswiki session.

    Don't log if no session / logger available.
    gac410 committed Nov 8, 2014
    Copy the full SHA
    8519cef View commit details
    Browse the repository at this point in the history
  2. Item13079: Item13081: Better bootstrap for tools/configure

    Change configure to make use of the Load::bootstrapConfig() function.
    This will apply consistent guesses in shell and web environments.
    And use the guesses from bootstrapConfig as the defaults in the prompts.
    That cleans up the ../ relative paths.
    
    Add an "optional" flag to the _prompt routine, so that settings
    permitting empty or undefined can be configured.
    
    There are still a few things that should be done.  It would be good if
    Load::bootstrapConfig() could use the $reporter instead of returning
    strings.
    
    Also if for some reason bootstrap is unable to guess a critical
    directory, it will still die.  That needs to be handled better.
    
    Fixed up the docs for -set.  Maybe it's a GetOpt issue, but I can't get
    -set {key} 'value' to work.   It has to be -set {key}='value', the equal
    sign appears to be required.
    gac410 committed Nov 8, 2014
    Copy the full SHA
    330e91f View commit details
    Browse the repository at this point in the history