evergreen:tags/rel_2_7_0_alpha1

Last commit made on 2014-07-25
Get this branch:
git clone -b tags/rel_2_7_0_alpha1 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_7_0_alpha1
Repository:
lp:evergreen

Recent commits

056fa09... by Ben Shum

Bumping version numbers, adding Upgrade Script and Changelog

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

5e55f87... by Bill Erickson

LP#1334693 make_release optional -j <osrf_js_path>

make_release supports a "-j" option for passing in the OpenSRF JS path:

make_release [options] -j /openils/lib/javascript

This is useful when running make_release, specifically the staff client
building portion, on a machine where the OpenSRF libs are available
(say, from a git checkout) but osrf_config is not available because
OpenSRF is not actually installed.

The script will attempt to find osrf_config and the JS path
automatically, so under normal circumstances, -j is not required.

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

946ded4... by Mike Rylander

LP#1339118: Ignore permission checks for "jump" context

We don't worry about checking permissions on foreign objects when we're
simply using them to get a context OU for the local object permission
testing. The "jump" field just gives us more layers of indirection, and
shouldn't cause a perm check, just like normal foreign context OUs.

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

ff25ed5... by Bill Erickson

LP#1334693 make_release optional -j <osrf_js_path>

make_release supports a "-j" option for passing in the OpenSRF JS path:

make_release [options] -j /openils/lib/javascript

This is useful when running make_release, specifically the staff client
building portion, on a machine where the OpenSRF libs are available
(say, from a git checkout) but osrf_config is not available because
OpenSRF is not actually installed.

The script will attempt to find osrf_config and the JS path
automatically, so under normal circumstances, -j is not required.

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

a5d2ba3... by Dan Pearl

LP#827442 Z39.50 will split the total cap between locations when multiple locations selected

This code does a bit of oversampling, and buffers the results so that a
full batch of results are returned.

In addition, the values in the hover text under "Displaying xxx of yyy records"
has been repaired, as it was easily confused.

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

e56eb48... by Mike Rylander

LP#1341703 Thinko in Batch Edit (hidden by older OpenSRFs)

There's a bug on line 272 of O::A::Cat.pm where we called a non-existent
method named respond_complete on the invocant object. Instead, we need to
call that on the client object (spelled $conn in this method). Batch bib
edit won't work on new OpenSRF's until this is fixed.

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

e61a808... by Ben Shum

LP#1341013: Load apache mod CGI

As of Apache 2.4, mod CGI needs to be enabled directly and is not built
with apache. So let's add it to the Makefile for Ubuntu Trusty 14.04.

Also, add handling for disabling unwanted apache conf like serve-cgi-bin,
which can break offline cgi-bin script alias.

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

0bee17b... by Jason Stephenson

LP#1341013: Remove NameVirtualHost from eg.conf.in for Apache 2.4.

NameVirtualHost does nothing in Apache 2.4 and will be removed in
the next release. We might as well get rid of it now and silence
a warning when starting Apache.

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

1eaa465... by Dan Wells

Forward-port 2.6.2 upgrade script

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

c31c66e... by Dan Wells

Forward-port 2.5.6 upgrade script

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