evergreen:tags/rel_3_0_5

Last commit made on 2018-03-22
Get this branch:
git clone -b tags/rel_3_0_5 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_0_5
Repository:
lp:evergreen

Recent commits

97dc84f... by Galen Charlton

LP#1758159: add dependencies needed for egReporter tests to run

This patch adds a couple dependencies required for the new
egReporter tests to run successfully in rel_3_0. To test,
apply the patch and verify that 'grunt all' for the web staff
client produces clean results.

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

2a23801... by Chris Sharp

Updating server upgrade docs

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

26833cd... by Chris Sharp

Bumping version numbers, adding Upgrade Script and Changelog

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

dbdd668... by Chris Sharp

bumping Perl version string for 3.0.5

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

7979467... by Chris Sharp

Translation updates - po files

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

b553862... by Kathy Lussier

Docs: Update the server updgrade docs for 3.0.5

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

79f2439... by Jeff Davis

LP#1752983: sort circ modifier list in precat checkout

Signed-off-by: Jeff Davis <email address hidden>
Signed-off-by: Cesar Velez <email address hidden>
Signed-off-by: Bill Erickson <email address hidden>

c277623... by Jeff Davis

LP#1755924: show circ modifier in Item Status list view

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

b61b6f8... by Jeff Davis

LP#1755892: ensure profile is fleshed in patron search

To test
-------
[1] Do a catalog search or retrieve a record in the web staff client.
[2] Click Place Hold.
[3] On the place hold screen, click Patron Search.
[4] Search for patrons (e.g. last name = "smith"). In the results grid,
    the Profile column is empty.
[5] Apply the patch and repeat steps 3 and 4. This time, the Profile
    column should contain the profile name.

Signed-off-by: Jeff Davis <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>
Signed-off-by: Bill Erickson <email address hidden>

e285e4b... by Remington Steed

LP#1747963 Fix "trim list" feature in web client

The use of splice() here caused buggy behavior and seemed to be a typo,
so I tried using slice() instead. But that still didn't work correctly.
The list stopped adding items after it reached 21 total, so scanning a
new barcode didn't add it to the list but only refreshed the list.

Instead, this commit sets the length of the array to 20, which shortens
the array as described in the MDN documentation for Array.length. Now it
behaves like it did in the XUL client.

Signed-off-by: Remington Steed <email address hidden>
Signed-off-by: Cesar Velez <email address hidden>
Signed-off-by: Bill Erickson <email address hidden>