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/VirtualHostingContrib
base: 9bb9e56561b8^
Choose a base ref
...
head repository: foswiki/VirtualHostingContrib
compare: da19ebef62a7
Choose a head ref
  • 7 commits
  • 11 files changed
  • 1 contributor

Commits on May 28, 2017

  1. Item14408: Fix issues in VirtualHost module

     - Unescaped left brace crashes on perl
     - Make sure configure not usable on virtual host
     - Pass hostname to executed command
    gac410 committed May 28, 2017
    Copy the full SHA
    9bb9e56 View commit details
    Browse the repository at this point in the history
  2. Item14408: Port convertTopicSettings to VirtualHostingContrib

    This is a clone.  The core module cannot be invoked under the control of
    VHC.
    gac410 committed May 28, 2017
    Copy the full SHA
    cd98b05 View commit details
    Browse the repository at this point in the history
  3. Item11629: Address several issues with VHC error handling

     - After first 501 host not found, the system returns empty messages.
       This is because the __DATA__ section cannot be re-read.  Move it into
       a variable.
     - Change to status 500 for missing virtual host.  501 is for a method
       not implemented, not the host.
    gac410 committed May 28, 2017
    Copy the full SHA
    f0a1f50 View commit details
    Browse the repository at this point in the history
  4. Item9958: Fix the create VirtualHosts create script

     - It fails trying to copy a missing pub directory.
     - Create the working/logs directory
     - Create an empty .htpasswd file.
    gac410 committed May 28, 2017
    Copy the full SHA
    b6c074f View commit details
    Browse the repository at this point in the history
  5. Item14410: Fix compatibility with CharsetConverterContrib

     - Subroutine was renamed
     - Module name changed.
    
    Also report the hostname being processed.
    gac410 committed May 28, 2017
    Copy the full SHA
    cebfc0f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e37edbd View commit details
    Browse the repository at this point in the history
  7. Item14409: Add checker/wizard to improve vhost management

    This is preliminary. Wizard doesn't do much yet
    gac410 committed May 28, 2017
    Copy the full SHA
    da19ebe View commit details
    Browse the repository at this point in the history