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

Ensures that Ephemera Projects have IIIF Manifests #385

Merged
merged 7 commits into from
Oct 18, 2017

Commits on Oct 18, 2017

  1. Resolves #346 by ensuring that Ephemera Projects have IIIF Manifests …

    …exposing Boxes as Manifests; Ensures that Ephemera Projects have slugs generated for them; Ensures that these slugs are published using RabbitMQ when EphemeraBoxes and EphemeraFolders are updated
    jrgriffiniii committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    c7ae5e2 View commit details
    Browse the repository at this point in the history
  2. Ensuring that the "slug" property for EphemeraProjects is required; F…

    …or cases where the slug is generated, use the "title" property in order to generate the slug prefix
    
    Ensuring that the "slug" property for the EphemeraProjectChangeSet is present; Adding a JavaScript snippet for populating the "Slug" field within the EphemeraProject form
    jrgriffiniii committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    09b3e2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6fed8f View commit details
    Browse the repository at this point in the history
  4. Removing the JavaScript auto-generation for slugs; Ensuring that slug…

    …s are unique before they are persisted
    jrgriffiniii committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    6384f6d View commit details
    Browse the repository at this point in the history
  5. Checking for unique slug values within the EphemeraProjectChangeSet u…

    …sing a custom validation method rather than simply overridding #validate
    jrgriffiniii committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    5336c5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    418a25d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db322e9 View commit details
    Browse the repository at this point in the history