evergreen:tags/rel_2_12_6

Last commit made on 2017-09-20
Get this branch:
git clone -b tags/rel_2_12_6 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_12_6
Repository:
lp:evergreen

Recent commits

f440fce... by Blake GH

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: blake <email address hidden>

061efbe... by Blake GH

bumping Perl version string for 2.12.6

Signed-off-by: blake <email address hidden>

c79f4fd... by Blake GH

Translation updates - po files

Signed-off-by: blake <email address hidden>

9655ad7... by Blake GH

cd build/i18n && make newpot

Signed-off-by: blake <email address hidden>

aa2c155... by Kathy Lussier

Docs: 2.12.6 Release Notes

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

f134a59... by Kathy Lussier

Docs: 2.11.9 release notes

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

bfb3603... by Bill Erickson

LP#1537233 Copy bucket handles mis-scans, improve focus

Show warning message to user when an unknown barcode is scanned in the
copy bucket pending list UI. Also, after a barcode failure occurs, select
the barcode text (instead of clearing it) so it can be seen and easily
replaced, consistent with the item status UI.

After successful scan, clear and re-focus the barcode input box.

Signed-off-by: Bill Erickson <email address hidden>
Signed-off-by: Cesar Velez <email address hidden>
Signed-off-by: Kathy Lussier <email address hidden>

2b94b7b... by Bill Erickson

LP#1712637 Patron edit hold pickup location repairs

1. Allow setting the hold pickup location independant of the home
   library.

2. Disable org units in the pickup lib selector that are not viable hold
   pickup locations (can_have_vols=f)

3. Consistent w/ the XUL client, allow a patron to be created without
   selecting a default pickup location.

To test:

[1] Register a new patron and confirm pickup location is initialy unset.
[2] Confirm pickup lib options are viable pickup locations.
[3] Apply a pickup location different from the home library and confirm
    the home library selector remains unchanged.
[4] Confirm saving the patron applies the expected pickup location value.

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

711853d... by Galen Charlton

LP#1708951: fix tabbing in webstaff catalog app for Firefox

This patch works around an issue where Firefox appears to require
that the iframe for the embedded OPAC not have a null catalog_url
value. It also fixes an issue where navigating to the OPAC View tab
after retrieving the record with a different default view set would
cause it to jump back to that default view... the first time.

To test:

[1] In the web staff client, retrieve a bib record and set the default
    view to a tab other than 'OPAC View'.
[2] Retrieve another bib by TCN or ID. Note that although the default tab
    will briefly display, the page will jump over to the OPAC view and
    display an empty record.
[3] Apply the patch and repeat step 2. This time, it should display the
    record with the current default view.
[4] Select the 'OPAC View' tab and verify that it loads the record details
    page.

Signed-off-by: Galen Charlton <email address hidden>
Signed-off-by: Beth Willis <email address hidden>
Signed-off-by: Cesar Velez <email address hidden>
Signed-off-by: Kathy Lussier <email address hidden>

b594538... by Cesar V

LP#1697716 - Webstaff adds ability to display actor.usr.photo_url if present

This just adds a div row with an ng-if in the summary pane of patron view.

Signed-off by: Cesar Velez <email address hidden>
Signed-off-by: Rogan Hamby <email address hidden>
Signed-off-by: Kathy Lussier <email address hidden>