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: 20a5e51a7be9
Choose a base ref
...
head repository: foswiki/distro
compare: bf5630c542a5
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Apr 11, 2017

  1. Copy the full SHA
    1a572d7 View commit details
    Browse the repository at this point in the history
  2. Item14237: New method expandStr() to replace expandValue()

    expandStr() brings in support for ${Key.SubKey} macro format as a part
    of movement to get rid of %Foswiki::cfg global. Another form of the
    macro is ${Key}{SubKey}.
    
    expandStr() uses parametrized calling convention and supports expanding
    both free-form strings and keys defined by their names. Handling of
    undefs is similar to that in expandValue: i.e. undef could be replaced
    with a string (though expansStr can replace it with any user-defined
    value), or undef would be returned for the expansion, or an exception
    could be thrown.
    vrurg committed Apr 11, 2017
    Copy the full SHA
    bf5630c View commit details
    Browse the repository at this point in the history