evergreen:tags/rel_2_9_6

Last commit made on 2016-06-15
Get this branch:
git clone -b tags/rel_2_9_6 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_9_6
Repository:
lp:evergreen

Recent commits

5a9552f... by Jason Stephenson

Update server upgrade and server installation for 2.9.6.

Signed-off-by: Jason Stephenson <email address hidden>

0213fdc... by Jason Stephenson

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Jason Stephenson <email address hidden>

6ee5d29... by Jason Stephenson

Bumping Perl version string for 2.9.6.

Signed-off-by: Jason Stephenson <email address hidden>

7646892... by Kathy Lussier

Docs: Adding 2.9.6 Release Notes

Signed-off-by: Kathy Lussier <email address hidden>

65778dc... by Kathy Lussier

LP#1526858: Stamping upgrade script for faster alhr query

Signed-off-by: Kathy Lussier <email address hidden>

Conflicts:
 Open-ILS/src/sql/Pg/002.schema.config.sql

59b8392... by Galen Charlton

LP#1526858: speed up queries for shelf-expired holds during checkin

This patch adds indexes on action.hold_request and tweaks
the definition of the alhr IDL view to more efficiently
identify holds that can be canceled if the "Clear Holds Shelf"
checkin modifier is in use. This can prevent a problem
where such checkins can time out in very large databases.

The tweaks were created by Jason Etheridge and have been in
production at a large consortium for some time.

To test
-------
[1] With a suitably large database, set up an item that
    is on the holds shelf but has passed its shelf-expiration
    time, then check it in using the "Clear Holds Shelf" modifier.
[2] The checkin may fail with a "network failure" message due
    the query on the alhr timing out.
[3] Apply the patch and repeat step 1. This time, the checkin
    should succeed.

Signed-off-by: Galen Charlton <email address hidden>
Signed-off-by: Jeanette Lundgren <email address hidden>
Signed-off-by: Kathy Lussier <email address hidden>

5fdc94e... by Codey Kolasinski

Adds two missing link fields (patron profile and patron home library) to
the fm_idl.xml for the Combined Active and Aged Circulations (combcirc)
reporter source. The fix was originally posted in a comment to the
Launchpad bug by Codey Kolasinski.

Signed-off-by: Michele Morgan <email address hidden>
Signed-off-by: Jeanette Lundgren <email address hidden>
Signed-off-by: Kathy Lussier <email address hidden>

0c4b302... by Galen Charlton

LP#1566016: remove SSN as a stock ident type

This patch removes the SSN (Social Security Number) as a stock
patron identification type, as it is no longer recommended
practice for libraries to store SSNs.

To test:

[1] Verify that in a fresh installation of Evergreen that
    has this patch in place, that SSN is no longer listed
    as a patron identification type.

Signed-off-by: Galen Charlton <email address hidden>
Signed-off-by: Terran McCanna <email address hidden>
Signed-off-by: Kathy Lussier <email address hidden>

1d87ce8... by Jason Stephenson

LP 1548993: Remember the Show More/Fewer Details button selection.

The state of the Show More/Fewer Details button selection was
previously not remembered across searches or across changes to
advanced search. This commit attempts to remedy that.

Signed-off-by: Jason Stephenson <email address hidden>
Signed-off-by: Jeanette Lundgren <email address hidden>
Signed-off-by: Kathy Lussier <email address hidden>

Conflicts:
 Open-ILS/src/templates/opac/results.tt2

2868b59... by Jason Stephenson

LP 1548993: Restore Show More/Show Fewer Details button functionality.

When using a show_more_details.default setting of true in config.tt2,
the Show More/Show Fewer Details button functionality is broken. The
detail record view is always shown, regardless of the button's state.
This patch attempts to repair the behavior so that the user can toggle
the detail record view even though the default is set to true.

Signed-off-by: Jason Stephenson <email address hidden>
Signed-off-by: Jeanette Lundgren <email address hidden>
Signed-off-by: Kathy Lussier <email address hidden>

Conflicts:
 Open-ILS/src/templates/opac/results.tt2