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

[MRG] Normalize case for configuration paths #48

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 26, 2019

  1. Normalize case for configuration paths

    Inconsistent case from different calls to os.path.dirname on Windows
    would cause problems in creating relative paths in views, like
    imagepaths in /workspaces.
    Aioros committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    c637980 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Normalize forward slashes for image paths

    Backward slashes on Windows created encoding problems on the js side,
    causing problems in the jquery.selectareas plugin: the selected area
    would have no background property, appearing white and opaque.
    Aioros committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    18871f1 View commit details
    Browse the repository at this point in the history