evergreen:tags/rel_2_9_0

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

Branch merges

Branch information

Name:
tags/rel_2_9_0
Repository:
lp:evergreen

Recent commits

1069f3f... by Jason Stephenson

LP 1497307: Fix 2.8.4 to 2.9.0 upgrade script.

Chris Sharp noticed another ERROR: cannot ALTER TABLE
"record_attr_definition" because it has pending trigger events
with the 2.8.4 to 2.9.0 upgrade script. I have rearranged the
transactions so that there are now 3.

1. One for the initial inserts and other changes up to 0937.

2. One for the two alter table statements in 0937.

3. One for 0938 to the end (0944).

This resolves the issue and works for me on an upgrade from a
clean 2.8.4 installation.

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

9b93aae... by Jason Stephenson

Bumping version numbers, adding Upgrade Script and Changelog

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

7973fde... by Jason Stephenson

Translation updates - newpot

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

1509d95... by Jason Stephenson

Translation updates - po files

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

c5902c8... by Kathy Lussier

Docs: 2.8 Acknowledgements addition

We missed acknowledgements for a few code contributors during the 2.8.3
point release. Adding them here as well as a fix to get the header to display
properly for the 2.8.4 release notes.

Signed-off-by: Kathy Lussier <email address hidden>

efca742... by Kathy Lussier

Additions to the 2.9 release notes

Adjusting the release notes entry for conditional negative balances to reflect
recent changes in the code and adding ackwnowledgements. Also, cleaning up some
grammar and removing entries that already made it into point release notes as
bug fixes.

Signed-off-by: Kathy Lussier <email address hidden>

4e3d108... by Bill Erickson

Porting 2.8.3->2.8.4 SQL upgrade

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

d5e42cb... by Kathy Lussier

2.8.4 release notes

Release notes for the 2.8.4 point release.

Signed-off-by: Kathy Lussier <email address hidden>

4b0f055... by Jason Stephenson

LP#1494544 Stamping Upgrade Script

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

2128664... by Dan Wells

LP#1494544 Complete XUL UI for adjustment vs. void options

This commit does several things to complete the adjustment UI changes.

1) Adds "Adjust to Zero" to the "Actions" menu. It was previously only
on the right-click popup.
2) Shows or hides the void/adjustment controls based on permissions.
3) Generates a new force-verified warning if you attempt to void, but
there is also some chance that doing so would be contrary to your
negative balance policy settings.

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