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

Commits on Jun 12, 2015

  1. Item12888: CGI on some systems include an alpha version

    Allow _ in the accepted version string
    gac410 committed Jun 12, 2015
    Copy the full SHA
    afd9c78 View commit details
    Browse the repository at this point in the history
  2. Item13456: Support utf-8 in admin password

    This also prevents a crash if someone attempts a utf8 password,
    regardless of the actual password.  The hash routines all require
    bytes, not unicode characters.
    
    Also document a possible change to tools/configure so that utf8
    can be used for entries from the shell.  Note that utf8 is still usable
    if tools/configure is run with the -CA perl option.
    
    Finally, add a "use utf8" to LocalSite.cfg.  This isn't really needed
    but would accommodate any user who manualy edits a utf8 name into the
    config, such as the Webnames,  email addresses, etc.
    
    Update documentation to explain how to get utf-8 characters into the
    configuration.
    gac410 committed Jun 12, 2015
    Copy the full SHA
    8eb8630 View commit details
    Browse the repository at this point in the history