Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Fix handling of chatty upgrade wizards #757

Merged
merged 5 commits into from Oct 21, 2018
Merged

[BUGFIX] Fix handling of chatty upgrade wizards #757

merged 5 commits into from Oct 21, 2018

Commits on Oct 8, 2018

  1. [BUGFIX] Fix handling of chatty upgrade wizards

    The TYPO3 code introduced a ChattyInterface for upgrade
    wizards in d336193d86e3c2b99da6d59870f56116277e89c3.
    
    When one of those wizards tries to output something it crashes
    because the output is not initialized.
    
    This is fixed by using a BufferedOutput and attaching the collected
    messages to the upgrade wizard result.
    astehlik authored and helhum committed Oct 8, 2018
    Copy the full SHA
    79a3add View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d7192e6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4b4d977 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5b22cc5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bc81354 View commit details
    Browse the repository at this point in the history