evergreen:tags/rel_2_1_0

Last commit made on 2011-10-06
Get this branch:
git clone -b tags/rel_2_1_0 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_1_0
Repository:
lp:evergreen

Recent commits

1bd0376... by Galen Charlton

fix authentication failure

Ensure that the auth_limit values are read when open-ils.auth
initializes, not during oilsAuthInit(). This solves a problem
observed on brick-based setups where authentication could
incorrectly fail because the drone that processes
open-ils.auth.authenticate.complete didn't have the the block
count value initialized yet.

Also fixed type nit when compare the fail count to the block
limit.

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

8b35458... by Dan Wells

Clear org_unit cache fix for autogen.sh

autogen.sh is not properly clearing the org_tree cache. It is
unclear how this hasn't caused a problem before, but this fix
works for me and should be at least harmless in other enviroments.

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

9adb28f... by Dan Scott <email address hidden>

i18n: Fix es-ES illegal use of '%' in lang.dtd

The '%' character is used to include previously defined blocks in DTD
files; would be nice if translate-toolkit gave a more obvious error to
alert us to this rather than saying the en-US doesn't validate and
dying.

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

0b6a31e... by Dan Scott

Remove cache-generator.sh from Makefile.am

In a previous commit, we removed cache-generator.sh. Now we remove the
remaining reference to it in the Makefile.am that was generating an
error (reported by Ben Webb).

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

9dae652... by Mike Rylander

Bumping version numbers and Adding Changelog

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

b405e71... by Mike Rylander

Reify 2.0-2.1 upgrade script

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

877cb24... by Dan Scott

Update README to reflect the --create-database option

Now that eg_db_config.pl is intelligent enough to create the database,
update the README to free people from the tyranny of having to manually
issue database creation (and contrib-adding) commands.

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

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

Slightly updated about.html for rel_2_1

Not sure we want to actually keep listing individuals in this file -
there's a lot more credit to spread around - but at least I can bring it
somewhat up to date with current info.

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

021970b... by Jason Etheridge <email address hidden>

pin version for upgrade script

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

6072267... by Thomas Berezansky

Unwrapped upgrade script for security lockdown

Signed-off-by: Thomas Berezansky <email address hidden>
Signed-off-by: Jason Etheridge <email address hidden>