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

Changes to Default Performer Images (for Accessibility) #1489

Merged
merged 16 commits into from
Aug 10, 2021

Commits on Jun 7, 2021

  1. Fixes stashapp#1396 (with caveats) - see below.

    Added:
     - Accessibility Form Group created under "Interface"
     - Added Setting for "Use non-striped default performer images", with the requisite backend code.
     - When this setting is enabled, new performers that are created that require a default image will be generated from an accessible box.
     - A new folder for images in "static/performer_female_accessible" has been created with two images (sourced with as free restrictions as I could find as per IMAGE_LICENSES.md, but happy to change / be guided on this one.
    
    Known Issues:
     - This does not retrospectively change existing performer images which do not conform. Not sure how to go about this, as I could not find the code paths responsible for pre-existing images? I suspect DB would be involved in this. Perhaps a task is needed?
     - There is no code path for male accessible default images as (currently) we do not require it, however I would imagine if we want to go for a stylistic consistency perhaps we should have performer_male_accessible as well.
    capnrowdy committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    94ef63a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    fc496bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88d3c8b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    ef51616 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9fd5ab View commit details
    Browse the repository at this point in the history
  3. Rename config key

    WithoutPants committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    44f1742 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fedc749 View commit details
    Browse the repository at this point in the history
  5. Remove unused files

    WithoutPants committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    b34503b View commit details
    Browse the repository at this point in the history
  6. Bug fixes

    WithoutPants committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    0cf6fd7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    e5dd962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ca2b47 View commit details
    Browse the repository at this point in the history
  3. Small fix

    WithoutPants committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    c4f191f View commit details
    Browse the repository at this point in the history
  4. Update packr

    WithoutPants committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    8319474 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf6d101 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    e5e566c View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    WithoutPants committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    bbbc093 View commit details
    Browse the repository at this point in the history