Recent Releases of mep-django

mep-django - v1.9

This release includes major upgrades to Django, Wagtail, and Python, as well as a fix for VIAF lookup and improved settings management.

Change log for v1.9

  • bugfix: VIAF Autocomplete Not Working
  • chore: Upgrade the python, Django, wagtail stack for S&Co website
  • chore: Update or replace dependency on LoC django-tabular-export package
  • chore: Migrate settings to django-split-settings

What's Changed

  • Python, Django, Wagtail upgrades (#843) by @blms in https://github.com/Princeton-CDH/mep-django/pull/848
  • Migrate to django-split-settings (#849) by @blms in https://github.com/Princeton-CDH/mep-django/pull/850
  • Upgrade to django-tabular-export v1.2.0 (#844) by @blms in https://github.com/Princeton-CDH/mep-django/pull/851
  • Use new viapy, jQuery fix for VIAF lookup (#842) by @blms in https://github.com/Princeton-CDH/mep-django/pull/852

Full Changelog: https://github.com/Princeton-CDH/mep-django/compare/1.8...1.9

- Python
Published by blms 9 months ago

mep-django - v1.8

What's Changed

  • Update address export to include location name by @rlskoeser in https://github.com/Princeton-CDH/mep-django/pull/839
  • Update to newer versions of djiffy and piffle by @rlskoeser in https://github.com/Princeton-CDH/mep-django/pull/833
  • Dataset 2.0 - datapackage validation & readme script updates by @rlskoeser in https://github.com/Princeton-CDH/mep-django/pull/840
  • Migrate solr 8 to solr 9 (#845) by @blms in https://github.com/Princeton-CDH/mep-django/pull/846

New Contributors

  • @blms made their first contribution in https://github.com/Princeton-CDH/mep-django/pull/846

Full Changelog: https://github.com/Princeton-CDH/mep-django/compare/1.7.2...1.8

- Python
Published by blms 11 months ago

mep-django - v1.7.2

1.7.2 - include address location name in member address data export

1.7.1 - Add INCLUDE_ANALYTICS to template context so Plausible analytics can be enabled

1.7 - Revisions to data exports in preparation for 2.0 dataset publication: - Address export files renamed memberaddresses (both csv and json) - Creator export files renamed bookcreators (both csv and json) - Address export manage command now does not include start and end dates by default, with an optional flag to include them - Address export includes care of person id and name, location name, and member names, sort names, and uris - Nested information in JSON data exports is now grouped by entity - Add support for Plausible analytics, configurable with PLAUSIBLEANALYTICSSCRIPT and PLAUSIBLEANALYTICS404s in django settings

Full Changelog: https://github.com/Princeton-CDH/mep-django/compare/1.7.1...1.7.2

- Python
Published by rlskoeser about 1 year ago

mep-django - v1.5.4

What's Changed

  • post-migration cleanup & upgrades by @rlskoeser in https://github.com/Princeton-CDH/mep-django/pull/756
  • Add 500 trigger by @kmcelwee in https://github.com/Princeton-CDH/mep-django/pull/755
  • Migration to rename RBSC in bibliographic notes by @rlskoeser in https://github.com/Princeton-CDH/mep-django/pull/760
  • Improve export for member addresses without coords by @rlskoeser in https://github.com/Princeton-CDH/mep-django/pull/761

Full Changelog: https://github.com/Princeton-CDH/mep-django/compare/1.5.3...1.5.4

- Python
Published by rlskoeser about 4 years ago

mep-django - v1.4

Updates in support of 1.1 data export.

- Python
Published by rlskoeser about 5 years ago

mep-django - 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.

- Python
Published by rlskoeser over 5 years ago

mep-django - 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)

- Python
Published by rlskoeser almost 6 years ago