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

Don't require report format for XML report #1466

Merged
merged 4 commits into from
Mar 28, 2021
Merged

Don't require report format for XML report #1466

merged 4 commits into from
Mar 28, 2021

Commits on Mar 26, 2021

  1. Don't require report format for XML report

    Allow to download the XML report without having to install the XML
    report format plugin which actually does nothing.
    bjoernricks committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    ec9860d View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry

    bjoernricks committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    b680fee View commit details
    Browse the repository at this point in the history
  3. Fix clang 7 warning in handle_get_reports

    An additional check if get_reports_data->format_id is not NULL is added
    to the manage_send_report call because older clang versions do not
    recognize that this is covered by checking no_report_format.
    timopollmeier committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    89c040b View commit details
    Browse the repository at this point in the history
  4. Neaten overlong lines in handle_get_reports

    Some of the lines recently added were too long, so they were reformatted
    to be shorter than 80 characters.
    timopollmeier committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    bc7cd3c View commit details
    Browse the repository at this point in the history