Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Releases: ualbertalib/HydraNorth

Launch

01 Oct 23:20
Compare
Choose a tag to compare
  • UI fixes and enhancements
  • SAML authentication
  • migration process fixes and enhancements
  • CCID-access control based on SAML authentication
  • communities distinguished from other collections
  • dark items handled

Sprint 23

17 Aug 22:05
Compare
Choose a tag to compare
Sprint 23 Pre-release
Pre-release

Features:

  • Upgrade to Sufia 6.2 #453 #537
  • Added Thesis model to Hydranorth to allow Thesis object to migrate from ERA to Hydranorth #524
  • Added thesis migration tasks

Bug Fixes:

  • fixed license/rights handling in migration rake task
  • fixed multiple owner and datastream handling in migration.rake task

v0.1.7

31 Jul 19:11
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/ualbertalib/hydranorth

Sprint 21

20 Jul 22:05
Compare
Choose a tag to compare

Features:

Admin can find and edit files of specific users #136
Migration script to ingest item-level metadata (DC) from Dataverse into DAMS for discovery purpose. #67

Bug Fixes:

Updated DCterms namespace uri
updated ualterms namespace uri

Documentation:

Dataverse migration rake task

Sprint 20

03 Jul 17:18
Compare
Choose a tag to compare

Features:

  • DAMS agreement on deposit form #299
  • Maximum size of content on ingest is 1GB #253
  • characterize rake task

Bug Fixes:

  • Creating a new collection causes a bug #348
  • bin/reset-all shouldn't run in test/production
  • Advanced Search
  • broken link in footer
  • upgrade jquery-rails, activesupport, rack to address security vulnerability #433

Configuration:

  • automate security checks

Documentation:

  • geonames database
  • characterize rake task

Soft Launch Bug Fixes III

27 May 17:30
Compare
Choose a tag to compare

Features:

Keyword search on Advanced search form
Description on item record display page.

Bug Fixes:

Contact Us link on the right panel of the front page links to the Google form.

Soft Launch Bug Fixes II

26 May 23:11
Compare
Choose a tag to compare

Features:

  • Browse solution #181
  • DAMS agreement on deposit form #299

Bug Fixes:

  • "Select an action" should not show on collection pages without logged in user #295
  • make the order of fields on special reports record page to be consistent with regular generic file
  • add a rake task to update the resource type for special reports (they are currently set as 'report' during migration) - Metadata team is going to evaluate the metadata value they'd like to use, some functions may require refactoring/new development after their decision. This rake task will fix #296
  • fix for #277 display only one licence term for the non-standard migrated license
  • fix the issue of when editing migrated object with non-standard license, no value would be selected and force user to make a selection.
  • remove "All rights reserved" from the license dropdown according to #282
  • change the record description to single column, and wrap the label #298

Configuration:

  • advanced routes added (untested)

Soft Launch Bug Fixes

26 May 16:56
Compare
Choose a tag to compare

Features

  • Google form for feedback for soft launch #307

Bug Fixes

  • extract year_created from date_created and use it as the facet for Year instead of date_uploaded
  • properly disable the tag cloud
  • cleanup the catalog controller with the hydranorth generic file data model
  • Advanced Search Form #322
  • exclude objects with license files or long (longer than 250 characters) license text from migration, until we have established a plan on how to deal these objects. #283
  • close mysql connection after each user's migration as ActiveRecord doesn't close the connection automatically.
  • change facet from creator to author fix part of #294
  • Change text from Apply Metadata to Describe Your Item on deposit form, fix #300
  • use date_created instead of date_uploaded on all item list pages fix #297
  • use migrated users instead creating new users based on owner_id
  • use the real era admin user instead of dittest for collection/community creation
  • collection and community migration will no longer skip the objects that have already been migrated, instead it will use the existing collection object and update it. This is to help updating the collections that might be previously seeded (beyond the current ones in seed)
  • clean up the user.txt entries with removing quotation marks in all fields
  • set the confirmed_at field at the time of migration - (this may need revisit when we do the production migration down the road)
  • File edit should give Language suggestions #320

Configuration

  • call freshclam in travis builds

Sprint 17

21 May 21:49
Compare
Choose a tag to compare

Features:

  • Communities collection
  • local geoname authority database
  • responsive mobile interface
  • special reports migration
  • include existing handle in migration

Bug Fixes:

  • user profile display
  • main page images
  • labels on result display
  • dates in migration
  • collections in migration
  • users in migration
  • multiple creator/contributors
  • improved migration logging
  • thumbnail creation for multimedia
  • contact form details

Sprint 16

11 May 17:22
Compare
Choose a tag to compare
Sprint 16 Pre-release
Pre-release

Features:

  • ERA content Migration #233
    • items
    • collections
    • users are migrated
    • multi-file objects #157
    • archival foxml attached to migrated object #149
    • migration is logged #148
    • regresssion tests #151
  • Do not show depositor on search results page #235
  • Need to add functionality to allow issuer to remove items from a collection #213
  • Facets #224 #37
  • Admin resource type list #168 #200
  • OWASP 3.3: Session timeout after inactivity #191
  • OWASP 3.2: Session invalidation on logout #190
  • Metadata in forms #30

Bug Fixes:

  • Error when accessing the collection list page #202
  • Allow issuer to remove items from a collection bug #213
  • Access to Collection page when there are more than 10 collections. #214
  • Contact form does not send #142
  • fixing the javascript errors on second level pages #220 #218

Documentation:

  • give idea of where to look for logs #221
  • how to use ERA migration rake tasks #233

Configuration:

  • clamav 'no supported database files found' failing travis builds for some workers
    #234
  • add db config for travis or default mysql #225
  • Contact form #142