Navigation Menu

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

Commits on Jun 10, 2017

  1. Item14415: Use NFKD comparisons when inserting entries.

    This leaves in some commented debug prints.   There is still an issue
    that can cause out-of-order inserts.  Any entry that is not a wikiword
    "terminates" the list, and all inserts go before the non-wikiword entry.
    This really should not happen unless the topic was manually maintained,
    but if it happens, future registrations end up in the wrong place.
    gac410 committed Jun 10, 2017
    Copy the full SHA
    711dde2 View commit details
    Browse the repository at this point in the history
  2. Item14415: Avoid a "die" in HtpasswdUser password manager.

    If an empty password entry - User::,  then under some conditions the
    password manager can die during a password check.
    gac410 committed Jun 10, 2017
    Copy the full SHA
    5b4a7f1 View commit details
    Browse the repository at this point in the history