Downloads

Download tar.gz 34.18 KB
MD5: 3b9b134e04ea515d2ccc4e90751aedb6
SHA-1: 988a6e8c87c2cede7e86757f66dde8a71ec883f7
SHA-256: 3fd1537eeb36f6b91717a1037498d1a4fda483e00beb527ecf5eb2fa9ad257e5
Download zip 40.88 KB
MD5: d6e81a1b64f9e1dc787da65dd24f5b1e
SHA-1: 8cdfaa583cae6a5df0a7f87913f4afff9fabe89a
SHA-256: 16cf62bf5e41ae866f1ecda5a7dc6227237cbab793a1c10ccb835a95248e3127

Release notes

This version of the library module removes the patron sub-module. Instead, patrons are now simple Drupal users. This both simplifies the module code and should make this module more intuitive to use. This will be the supported/recommended branch in the future.

Also added in this release:
A history tab for each user with their past library activity and a history tab for each library item with who/when library actions were performed.

For Those Upgrading:
Former users of the library module will not be able to update unless they are using the "associate library patrons with Drupal users" option and have users associated with all patrons. If you would like to upgrade to this version but didn't use the user option, you should be able to check "associate with users" (available in Library Settings), create matching user accounts with the same email addresses as your patrons, and then save the patron nodes. All patrons must have an associated user before the update will run.

Note: the upgrade will remove the patron node type and all patron nodes. It will attempt to migrate first name, last name, and barcode identifier into profile fields created by the core profile module during upgrade. Username is the only accepted unique identifier, so if you are using barcodes for patrons, the barcode should be the Drupal username. If you wish to disable and uninstall the core profile module after upgrading, you may. You will lose all patron info that isn't part of a user object (username/email). Profile is not a dependency.

Created by: jastraat
Created on: 8 Nov 2010 at 17:15 UTC
Last updated: 9 Nov 2010 at 00:16 UTC
New features

Other releases