evergreen:tags/rel_2_0_beta4

Last commit made on 2010-12-02
Get this branch:
git clone -b tags/rel_2_0_beta4 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_0_beta4
Repository:
lp:evergreen

Recent commits

ceb6df8... by miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>

changelog (b3-b4) and version bumping

git-svn-id: svn://svn.open-ils.org/ILS/tags/rel_2_0_beta4@18900 dcc99617-32d9-48b4-a31d-7c20da2025e4

a266f05... by miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>

Tagging beta4 of 2.0

git-svn-id: svn://svn.open-ils.org/ILS/tags/rel_2_0_beta4@18899 dcc99617-32d9-48b4-a31d-7c20da2025e4

8107533... by dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>

Return the copy status name when a copy is not available

It looks like the checkout operation used to return a fleshed
config.copy_status object, but that changed and we now get a
raw ccs ID back.

Retrieve the status name using the ccs ID and present that
to the users. Also, in case problems like this happen in
the future, provide a more specific error message and var
name so that it will be (hopefully!) a little clearer what
payload was expected in the first place :)

Resolves https://bugs.launchpad.net/evergreen/+bug/680575

Thanks to Jason Etheridge for a major assist with this bug.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18898 dcc99617-32d9-48b4-a31d-7c20da2025e4

9127ff9... by dbwells <dbwells@dcc99617-32d9-48b4-a31d-7c20da2025e4>

Assorted small serials fixes

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18896 dcc99617-32d9-48b4-a31d-7c20da2025e4

55e6efa... by gmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>

test case for minimum required version of Perl modules

Encode > 2.12 particularly matters, but there are likely
others of significance.

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

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18894 dcc99617-32d9-48b4-a31d-7c20da2025e4

140b0d3... by dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>

Move Google Preview badge below the book cover image, if there is one

There might be a more correct way to do this in CSS, but works++

Also, give a little room between the images.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18892 dcc99617-32d9-48b4-a31d-7c20da2025e4

5732e9e... by dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>

Clean up some of the Apache config mod_rewrite rules

Thomas Berezansky suggested some improvements to the mod_rewrite
rules in eg_vhost.conf on the -devel mailing list; this is a stab
at correcting the most egregious problems.

Tested with Zotero and unAPI still works; tested with the staff
client and language-switching still works, as do the Conify and
Vandelay interfaces. Seems reasonably good.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18890 dcc99617-32d9-48b4-a31d-7c20da2025e4

f87a813... by gmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>

protect some of the supercat browse interfaces from unboundedness

E.g., browsing from a call number that contains forward slashes, e.g.,

"02/05/2004"

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

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18885 dcc99617-32d9-48b4-a31d-7c20da2025e4

f71b42a... by dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>

Enable GET params to be added properly in buildOPACLink()

Symptom was that the "?l=#" parameter wasn't being added to the
home screen "Advanced Search" link. Cause was that the
dojo.addOnLoad(init) call was being made after the
dojo.addOnLoad(home_init) call, which depended on globals being
set by init(). This started happening when the JavaScript was
shifted around in an attempt to kill the white screen of death.

There may be other similar issues in other interfaces; keep
your eyes open!

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18883 dcc99617-32d9-48b4-a31d-7c20da2025e4

29b77db... by gmc <gmc@dcc99617-32d9-48b4-a31d-7c20da2025e4>

specify default leader for acq brief bibs

In particular, avoid fun that could ensue if the
Leader/09 is not set to 'a'.

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

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18879 dcc99617-32d9-48b4-a31d-7c20da2025e4