evergreen:tags/rel_3_3_7

Last commit made on 2020-06-11
Get this branch:
git clone -b tags/rel_3_3_7 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_3_7
Repository:
lp:evergreen

Recent commits

c79d131... by Blake GH

Bumping version numbers, adding Upgrade Script and Changelog

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

87b4d27... by Blake GH

fixed upgrade script naming convention

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

f60bc28... by Blake GH

bumping Perl version string for 3.3.7

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

59effd8... by Dan Wells

Translation updates - po files

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

838b5aa... by Dan Wells

Translation updates - newpot

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

5cd33c8... by Remington Steed

Docs: Release notes for 3.3.7

Signed-off-by: Remington Steed <email address hidden>

873acc3... by Jason Boyer

LP1880035: Fix rendering of monograph parts

A BorderContainer is primarily used to allow anchoring views to the top,
bottom, left, or right of the container and usually allows the use of a
splitter to resize child views. Since we don't use any of that and don't
need such a control, it was apparrently just luck that it worked at all.
Using a plain ContentPane instead allows the page to render as expected.

Thanks to Galen Charlton for tracking this down and finding the fix.

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

434c9e6... by Dan Pearl

LP1787636: Sort Libraries without Holdings In Holdings View

Empty libraries in holdings view are listed at the end of the library
list instead of integrated within the list. This patch sorts them
within the list.

Signed-off-by: Daniel Pearl <email address hidden>
Signed-off-by: Jason Stephenson <email address hidden>
Signed-off-by: Chris Sharp <email address hidden>

a4d2370... by Jason Stephenson

LP1787636: Remove right justification in grid view

Align all owning libraries to the left as requested in the bug
description and comments.

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

646472d... by Jason Stephenson

LP1813088: Coerce Values to String in egGridValueFilter

Coerce values to string in the switch for Boolean columns in the main
egGridValueFilter function. This came about after an IRC conversation
with Mike Rylander who suggested this as a possible fix. It should
when field values are strings, integers, or Booleans.

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