evergreen:tags/rel_3_0_1

Last commit made on 2017-10-18
Get this branch:
git clone -b tags/rel_3_0_1 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_0_1
Repository:
lp:evergreen

Recent commits

34947b8... by Dan Wells

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Dan Wells <email address hidden>

5997315... by Dan Wells

Bump OpenILS.pm version

Signed-off-by: Dan Wells <email address hidden>

8408675... by Dan Wells

Fix stray beta1 in 3.0.0 upgrade script

I do not think this actually affects anything.

We'll fix this for early adopters in the 3.0.1 upgrade script, I
think.

Signed-off-by: Dan Wells <email address hidden>

251d808... by Kathy Lussier

Docs: 3.0.1 Release notes

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

f8ca464... by Kathy Lussier

Docs: 2.12.7 release notes

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

a0f458d... by Kyle Huckins <email address hidden>

LP#1659181 Mark Items Damaged Prompt

- Add new prompt for marking an item as damaged.
- If there is a fee when marking an item as damaged, offer the
option to charge as normal, manually bill the patron, or to waive
the charge.
-Affected interfaces: Holds pull list, Holds Shelf, Patron Holds,
Record Holds, Record Holdings, Item Status(List), Item Status(Detail)

Signed-off-by: Kyle Huckins <email address hidden>

 Changes to be committed:
 modified: Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm
 modified: Open-ILS/src/templates/staff/cat/catalog/index.tt2
 modified: Open-ILS/src/templates/staff/circ/checkin/index.tt2
 modified: Open-ILS/src/templates/staff/circ/holds/index.tt2
 new file: Open-ILS/src/templates/staff/circ/share/t_mark_damaged.tt2
 modified: Open-ILS/web/js/ui/default/staff/cat/catalog/app.js
 modified: Open-ILS/web/js/ui/default/staff/cat/item/app.js
 modified: Open-ILS/web/js/ui/default/staff/circ/checkin/app.js
 modified: Open-ILS/web/js/ui/default/staff/circ/services/circ.js
 modified: Open-ILS/web/js/ui/default/staff/circ/services/holds.js
 modified: Open-ILS/web/js/ui/default/staff/circ/services/item.js

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

7273c8d... by Jeanette Lundgren

DOCS: added tip for patron insensitive search (ignores punctuation)

Signed-off-by: Jeanette Lundgren <email address hidden>

189ba25... by Cesar V

LP#1712686 - display completed barcode on copy grids not partial input

The check in, check out, and renew interfaces were not displaying
the actual complete(d) barcode when barcode completion is on.
This saves the inputted partial barcode in row_item.input_barcode
and let's the returned acp.barcode be in row_item.copy_barcode for
display.

Signed-off by: Cesar Velez <email address hidden>

Signed-off-by: Mike Rylander <email address hidden>

240e34b... by Cesar V

LP#1714060 - fixes thinko when obeying patron.password.use_phone setting in patron regctl

There was a bug, an undefined variable was being used to assign the last
four digits of the day_phone to usr.passwd when this library setting
was being used.

Signed-off by: Cesar Velez <email address hidden>

Signed-off-by: Mike Rylander <email address hidden>

bf11060... by Cesar V

LP#1714056 - fix for webstaff patron registration not requiring DOB

For some reason the ng-required attribute was not on the dob input
control. Setting 'ui.patron.edit.au.dob.require' should now work
as intended.

Signed-off by: Cesar Velez <email address hidden>

Signed-off-by: Mike Rylander <email address hidden>