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

Fix resource path parsing on Windows and fix empty/null messages list #176

Merged
merged 5 commits into from
May 2, 2023

Commits on Feb 22, 2023

  1. If the path to resources contains spaces, they may have been converte…

    …d to "%20".
    
    Convert back to " " so that the path is valid.
    Jonathan Bull committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    e8ffaa4 View commit details
    Browse the repository at this point in the history
  2. Safeguarding against empty/null pMessages_ list.

    Jonathan Bull committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    915a96c View commit details
    Browse the repository at this point in the history
  3. Reverting the previous change to uuid handling.

    Jonathan Bull committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    2a94a3e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Merge remote-tracking branch 'upstream/master'

    Jonathan Bull committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    9549563 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. revert change to uuid

    markaren committed May 2, 2023
    Configuration menu
    Copy the full SHA
    16263e9 View commit details
    Browse the repository at this point in the history