Releases: Princeton-CDH/mep-django
Releases · Princeton-CDH/mep-django
v1.5.4
What's Changed
- post-migration cleanup & upgrades by @rlskoeser in #756
- Add 500 trigger by @kmcelwee in #755
- Migration to rename RBSC in bibliographic notes by @rlskoeser in #760
- Improve export for member addresses without coords by @rlskoeser in #761
Full Changelog: 1.5.3...1.5.4
v1.4
v1.2
Updates in support of 1.0 data export and automating the 100 years ago twitter account.
Includes minor revisions to data export logic (adjust field order, exclude some fields, split out fields slightly differently) in preparation for data publication. Add logic to track and store past work slugs and redirect on old work slugs so that book links in the datasets will resolve even if edited later.
v1.0
Shakespeare and Company Project 1.0 version.
Search and browse the lending library members and books, generate exports of Project data, read essays.
Change log for 1.0
This release makes the Books section publicly available.
- As a user, when I'm viewing a single book I want an easy way to find all card images associated with that item so I can see where it's referenced in the archival materials.
- As a user, I want to see and toggle my active search filters so that I can see how they affect my search.
- As a user, when I'm browsing members I want to see membership years that show gaps in activity so that I'm not misled by what appears to be a longer continuous membership.
- As a user viewing a member biography page, I want to see membership dates that represent actual activity so that I'm not misled by what appears to be a longer continuous membership.
- As a user viewing borrowing activities for a single library member, I want to see issue number and date or volume number when known so I have better information about the item.
- As a user, I'd like to see an error indicator when a card image doesn't load so I can see that something is missing.
- As an admin, when I merge people I want unique identifiers stored and used for redirects on public views so that links for merged people continue to resolve.
- As a content editor, I want to edit the homepage tagline so that I can update it when necessary.
re-enable books links in menus and remove login restrictions - bugfix: result counters on search pages reset after page
Various improvements
- XML sitemaps for member and book pages
- Last modified headers and conditional processing for member and book pages
- Better preview titles and descriptions in page metadata
- convert data export field names to use underscores instead of spaces
- Include membership years in member export and circulation years in book export
- Replace the breadcrumb home with the shakespeare icon on the third and fourth level pages
- Fix horizontal centering for breadcrumb text
Change log for 1.0.1
- bugfix: correct the order for lending library cards
- bugfix: 500 error creating new person records
- bugfix: adjust admin person edit form and slug help text
- bugfix: wagtail paragraph block is missing custom feature list (blockquotes, superscript, etc)