evergreen:tags/rel_2_2_1

Last commit made on 2012-08-03
Get this branch:
git clone -b tags/rel_2_2_1 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_2_1
Repository:
lp:evergreen

Recent commits

79c53a7... by Lebbeous Fogle-Weekley <email address hidden>

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Lebbeous Fogle-Weekley <email address hidden>

f5467bb... by Dan Scott <email address hidden>

Add dependencies for Fedora

Noted by Net Wolf on the mailing list, some core dependencies were
missing from the Fedora Makefile.install installer. As some of them have
recently been packaged for Fedora 17, add them to the package
collection; others are still unpackaged, so leave them there.

Note: the packages are not available on Fedora 16, but that has a
limited remaining shelf life anyway, so consider this a shift to
supporting only the latest stable version of Fedora.

Signed-off-by: Dan Scott <email address hidden>
Signed-off-by: Lebbeous Fogle-Weekley <email address hidden>

27264d8... by Lebbeous Fogle-Weekley <email address hidden>

Add basic release notes for 2.2.1. Not as thorough as notes at major release.

Signed-off-by: Lebbeous Fogle-Weekley <email address hidden>

2f8175f... by Robert Soulliere

Documentation: Add Staff account management chapter.

Converted from 1.6 documentation. Reviewed by Jennifer Turner.

Signed-off-by: Robert Soulliere <email address hidden>

4a7985e... by Steven Chan <email address hidden>

Fix LP 829630, Show in Catalogue not working on Bills screen

The page is looking for a messagecatalog XUL element with id
'catStrings', but is not finding it, and so we add it to the relevant
XUL file.

It's odd why it is omitted, because a browse through the repository
doesn't show any changes that would explain the error.

Signed-off-by: James Fournie <email address hidden>
Signed-off-by: Lebbeous Fogle-Weekley <email address hidden>

4142747... by Dan Scott <email address hidden>

Use MARC::Field objects to append new fields

While the deprecated MARC::Record::add_fields() method allows you to add
a list of fields using a list object, append_fields() requires
MARC::Field objects.

Signed-off-by: Dan Scott <email address hidden>
Signed-off-by: Thomas Berezansky <email address hidden>

15400ce... by Galen Charlton

lp1028514: fix syntax-o in PL/PERLU version of maintain_901()

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

ef7c244... by Galen Charlton

stamp upgrade script for lp1028514

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

a0467b5... by Dan Scott <email address hidden>

Switch to a PLPERLU maintain_901() trigger function

We've been burned by regexes that fail to grok XML properly numerous
times now. Standardizing on something that actually understands MARC
seems like a good idea.

Signed-off-by: Dan Scott <email address hidden>
Signed-off-by: Mike Rylander <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>

7a96a8e... by Galen Charlton

lp1028514: fix regex replace in maintain_901()

The regex used to insert the 901 field can put the new
field in the wrong location if the MARCXML record being
modified uses namespace prefixes. This patch tightens
the regexp to avoid this problem.

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