evergreen:tags/rel_2_8_2

Last commit made on 2015-06-17
Get this branch:
git clone -b tags/rel_2_8_2 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_8_2
Repository:
lp:evergreen

Recent commits

4ce2eb3... by Bill Erickson

Bumping version numbers, adding Upgrade Script and Changelog

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

955a7d8... by Bill Erickson

Bumping Perl version string for 2.8.2 release

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

dc282de... by Kathy Lussier

Release notes for 2.8.2

Adding a section for 2.8.2 bug fixes in the 2.8 Release Notes.

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

98ca4c7... by Bill Erickson

LP#1446816 HTML-escape notes in XUL patron alert page

Avoid rendering HTML contained in patron messages, etc. in the XUL
patron stop-sign page.

Thanks to Jason Etheridge, ESI for noting this problem and contributing
the original patch fix.

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

63ccc80... by Ben Shum

Remove alpha and RC scripts for 2.3-2.4

These were in the repository from the testing phase of 2.3-2.4 during the
2.4 alpha/RC period. These script are not required and may be confusing if
run. Remove as unnecessary.

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

b995d39... by Ben Shum

LP#1205061: Add IF EXISTS to some DROP statements in 2.3-2.4 upgrade script

To prevent potential issues, add IF EXISTS clauses to DROP statements in this
version upgrade script.

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

8a3c9b8... by Josh Stompro <email address hidden>

Docs: LP#1387639 - Barcode Completion Documentation

Signed-off-by: Josh Stompro <email address hidden>

Conflicts:
 docs/root.txt

Signed-off-by: Josh Stompro <email address hidden>

5ff5e42... by Josh Stompro <email address hidden>

Docs: Updated opensearch example with new label format

The OpenSearch title now specifies the library name instead of the generic
"Evergreen OpenSearch" at every scope.

This is one of many TPAC Discoverability Enhancements included in
Evergreen 2.8.

Signed-off-by: Josh Stompro <email address hidden>

fd7e9cf... by Josh Stompro <email address hidden>

Documentation LP1369203 - Removed formatting around image link to
re-enable the image.

Signed-off-by: Josh Stompro <email address hidden>

14dfc96... by Jason Etheridge <email address hidden>

fix live_t/08-lp1366964-libdbi-error.t

from this:

opensrf@dev141:~/git/Evergreen/Open-ILS/src/perlmods/live_t (lp902255test)$ prove 08-lp1366964-libdbi-error.t
08-lp1366964-libdbi-error.t .. # Tests libdbi transaction error reporting
08-lp1366964-libdbi-error.t .. 1/2
 # Failed test 'CStoreEditor returns standard query error'
 # at 08-lp1366964-libdbi-error.t line 31.
 # got: 'DATABASE_UPDATE_FAILED'
 # expected: 'DATABASE_QUERY_FAILED'
 # Looks like you failed 1 test of 2.
08-lp1366964-libdbi-error.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests

Test Summary Report
-------------------
08-lp1366964-libdbi-error.t (Wstat: 256 Tests: 2 Failed: 1)
  Failed test: 2
  Non-zero exit status: 1
Files=1, Tests=2, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.82 cusr 0.11 csys = 0.96 CPU)
Result: FAIL

to this:

opensrf@dev141:~/git/Evergreen/Open-ILS/src/perlmods/live_t (lp902255test)$ prove 08-lp1366964-libdbi-error.t
08-lp1366964-libdbi-error.t .. # Tests libdbi transaction error reporting
08-lp1366964-libdbi-error.t .. ok
All tests successful.
Files=1, Tests=2, 2 wallclock secs ( 0.02 usr 0.02 sys + 0.85 cusr 0.08 csys = 0.97 CPU)
Result: PASS

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