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

Prevent theme, plugin and author files being created that differ only in case of name #608

Merged
merged 8 commits into from
Mar 22, 2023

Commits on Mar 10, 2023

  1. prevent case-name collision for theme files

    Co-Authored-By: Andrew Nutter-Upham <[email protected]>
    claremacrae and andynu committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    3970bb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Extract class FileNameCaseCollisionsPreventer

    Co-Authored-By: Andrew Nutter-Upham <[email protected]>
    claremacrae and andynu committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    69c5f19 View commit details
    Browse the repository at this point in the history
  2. Prevent case-name collisions for author files

    Co-Authored-By: Andrew Nutter-Upham <[email protected]>
    claremacrae and andynu committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    fcbd2cb View commit details
    Browse the repository at this point in the history
  3. Rename get_output_dir() to get_output_path()

    Co-Authored-By: Andrew Nutter-Upham <[email protected]>
    claremacrae and andynu committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    92c56c4 View commit details
    Browse the repository at this point in the history
  4. Add get_output_dir() to utils.py

    Co-Authored-By: Andrew Nutter-Upham <[email protected]>
    claremacrae and andynu committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    82bd5a0 View commit details
    Browse the repository at this point in the history
  5. Cleaner code in get_output_path() and get_output_dir()

    Co-Authored-By: Andrew Nutter-Upham <[email protected]>
    claremacrae and andynu committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c58cc1a View commit details
    Browse the repository at this point in the history
  6. Prevent case-name collisions for plugin files

    Co-Authored-By: Andrew Nutter-Upham <[email protected]>
    claremacrae and andynu committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    0c89191 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cbd3ee5 View commit details
    Browse the repository at this point in the history