What's Changed
Display creators in alphabetical order
- Ensure creator name sorting is case insensitive. by @mark-dce in #606
- Display creators in alphabetical order in JSON view by @mark-dce in #607
- Separate creator names with semi-colons in index view by @mark-dce in #612
- Display creators in alphbetical order on collection index pages by @mark-dce in #613
- Cite authors in alphbetical order by @mark-dce in #614
- Clarify separation between authors on homepage recents by @mark-dce in #615
- Fix collection listing heading by @mark-dce in #616
Generate test coverage and code quality reports
- Push coverage reports from CI to Coveralls by @mark-dce in #596
- Exclude coverage reports from version control by @mark-dce in #597
- [FIX] Update coverage badge on repo README by @mark-dce in #599
- Reduce CircleCI parallelism by @mark-dce in #598
- Add CodeClimate reporting to CI builds by @mark-dce in #604
Increase test coverage
- [MAINTENANCE] Refactor TarBag to remove global variables by @mark-dce in #600
- [REFACTOR] Simplify TAR code and test by @mark-dce in #602
- [REFACTOR] Clarify Collection sort order test by @mark-dce in #603
- Fix for inconsistent locale/template error by @mark-dce in #608
- [REFACTOR] Make deployment info in footer easier to test by @mark-dce in #609
Remove obsolete code
- [MAINTENANCE] Remove ContentDM import code by @mark-dce in #601
- Update README by @mark-dce in #605
- [MAINTENANCE] Remove additional ContentDM import support by @mark-dce in #610
- [MAINTENANCE] Remove creator authority seed code by @mark-dce in #611
Full Changelog: v5.7.0...v5.8.0