evergreen:tags/rel_3_0_4

Last commit made on 2018-02-21
Get this branch:
git clone -b tags/rel_3_0_4 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_0_4
Repository:
lp:evergreen

Recent commits

7a754f1... by Dan Wells

Bumping version numbers, adding Upgrade Script and Changelog

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

022e5bf... by Dan Wells

Translation updates - po files

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

b46704c... by Dan Wells

Bump OpenILS.pm version

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

813e46c... by Jane Sandberg

Adding 3.0.4 release notes

Signed-off-by: Jane Sandberg <email address hidden>

a5756d7... by Jane Sandberg

Docs: fixing typo in 2.12.9 release notes

Signed-off-by: Jane Sandberg <email address hidden>

e407121... by Jane Sandberg

Release notes for 2.12.10

Signed-off-by: Jane Sandberg <email address hidden>

f0d2a0a... by Dan Wells

LP#1749992 Disable payment button during payment

Since the display is not refreshed until the payment finishes, it
is possible to fire off a second payment by double-clicking.

This commit is a simple way to disable the button while a payment is
in process, then enable it again after the display refreshes.

Since the 'sendPayment()' function is wrapped, we may need to move
this logic up, but this being a single promise is simpler, and it
solved the problem in testing.

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

31f9343... by Jason Stephenson

Lp 1746584: Stamping Upgrade Script

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

0f64cad... by Mike Rylander

LP#1746584: Adjust bib visibility test for patron browse

With updates to address visibility testing issues for LURIs, a change was made
to allow the default bib tests to supply the most appropriate query_int
operator with which to join those to non-default tests. The browse code,
however, is all database-level and was not adjusted with the Perl code that
implements general search. This commit addresses that issue by acknowledging
that the bib vis testing code to provide its own operator, either | or &, as
appropriate to the actual default test values.

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

87cb606... by Bill Erickson

LP#1745499 De-Parallelify Item Status file upload

Fetch copies in a series instead of in parallel when loading copy
barcodes from a file in the Item Status interface. This helps avoid
excessive pcrud process count.

Since this causes the action to take a little longer, the commit also
includes a progress dialog indicating copy retrieve progress.

Signed-off-by: Bill Erickson <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>
Signed-off-by: Jason Stephenson <email address hidden>