evergreen:tags/rel_3_0_12

Last commit made on 2018-09-26
Get this branch:
git clone -b tags/rel_3_0_12 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_0_12
Repository:
lp:evergreen

Recent commits

f5e6ea6... by Chris Sharp

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Chris Sharp <email address hidden>

14fb506... by Chris Sharp

Updating upgrade docs for 3.0.12.

Signed-off-by: Chris Sharp <email address hidden>

e045dd6... by Chris Sharp

Bumping Perl version string for 3.0.12

Signed-off-by: Chris Sharp <email address hidden>

89b6c8b... by Chris Sharp

Translation updates - po files

Signed-off-by: Chris Sharp <email address hidden>

06f028d... by Mike Rylander

LP#1786987: Locale-less org tree cache object becomes stale

The autogen.sh script calls a function that flushes all org tree objects
cached by locale, but does not flush the one used when the locale is
unkown. This commit forces that flushing to occur.

berick: Definition of my $cache pushed up above first use.

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

093d831... by Jane Sandberg

Docs: Adding release notes for 3.0.12

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

4a5521e... by Bill Erickson

LP#1794176 Avoid capturing grid cell tooltip/display values

Remove the grid-tooltip logic that captured the cell content into a
template-level variable so the content only needed to be generated once
for both the tooltip and cell display. This logic fails to handle cases
where the cell content is dynamic, typically the result of row
attributes being modified via external process.

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

Conflicts:
 Open-ILS/src/templates/staff/share/t_autogrid.tt2

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

ea7de51... by Mike Rylander

LP#1791335: Retain stat cats on item transfer

For some reason, parts were protected during item transfer, but stat cats were
not. This commit protects them by fleshing stat cat entries in the outer
item transfer method.

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

d2d255c... by Galen Charlton

LP#1791340: expand on comment about backdated checkin times

Signed-off-by: Galen Charlton <email address hidden>

f106953... by Dan Wells

LP#1791340 Webstaff: Don't backdate when we're not

There was code in the webstaff checkin interface which attempted to
remove the backdate parameter when it wasn't needed, as its mere
presence has a negative effect on the checkin process. This fail-safe
was not working, however.

Instead, let's build on the same check function used for the display,
so we can be more sure that if the user doesn't see that they are
backdating, the interface will not treat it as a backdate, and
vice-versa.

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