evergreen:tags/rel_2_7_6

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

Branch merges

Branch information

Name:
tags/rel_2_7_6
Repository:
lp:evergreen

Recent commits

9364b38... by Ben Shum

Forward-port 2.7.4-2.7.5 upgrade script

This was forgotten during the creation of the rel_2_7_6 branch, add back

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

eb8a0ef... by Ben Shum

Bumping version numbers, adding Upgrade Script and Changelog

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

cb9e46d... by Ben Shum

Bump OpenILS.pm version to 2.7.6

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

871cbc4... 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>

b39d4c2... 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>

5e4f751... 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>

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

Docs: LP#1387639 - Barcode Completion Documentation

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

621a64f... 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>

f229b7e... 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>

880c4f4... by Jason Stephenson

LP 902255: Fix upgrade script.

Run as-is, the upgrade script produces an error:

ERROR: CREATE INDEX CONCURRENTLY cannot run inside a transaction block

Following this conversation in IRC, it was decided to remove the keyword
CONCURRENTLY from the create index statement.

http://irc.evergreen-ils.org/evergreen/2015-06-15#i_182857

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