evergreen:rel_2_8

Last commit made on 2016-06-26
Get this branch:
git clone -b rel_2_8 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
rel_2_8
Repository:
lp:evergreen

Recent commits

8995e95... by Yamil Suarez <email address hidden>

Docs: Add tip for using "temp" as a login_types when using "Change Operator: New"

Signed-off-by: Yamil Suarez <email address hidden>

e8eb210... by Bill Erickson

Adding 2.8.7 -> 2.8.8 DB upgrade script

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

9f9c60a... by Bill Erickson

Modify server upgrade doc for 2.8.8

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

61bdd9f... by Bill Erickson

Modify server upgrade doc for 2.8.7

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

7620bd7... by Galen Charlton

updates to 2.8.8 release notes

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

753fb70... by Kathy Lussier

Point release notes for the 2.8.8 release

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

79f8421... by Galen Charlton

LP#1562153: fix case where changing sort order to relevance can fail

This patch fixes a cause where sending a 'sort' CGI parameter
with the empty string as value (which specifies relevance sorting)
fails to override a previously-set sort order.

To test:

[1] Do a public catalog search starting from the advanced search form,
    e.g., keyword = "cats"
[2] Change the sort order to (say) Title A-Z from the results page.
[3] Note that the query string changes to "sort(titlesort) cats" and
    that the results are re-sorted
[4] Attempt to change the sort order to relevance.
[5] This time, the sort order does not change ... and it should have.
[6] Apply the patch and repeat steps 1-5. This time, the sort order
    should be successfully changed.

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

015da00... by Galen Charlton

LP#1562153: add regression test

This patch adds a regression test for successfully
overrding the sort order in a query from a 'sort' CGI
parameter.

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

724b97d... by Galen Charlton

LP#1559121: remove Debian Squeeze support

Now that Debian Squeeze's LTS (long-term support) period
has ended, Evergreen no longer offers community support
for that distribution. This patch removes references
to Squeeze from the installation scripts and documentation.

To test:

[1] Verify that Debian Squeeze is no longer referenced in
    the installation documentation.

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

Conflicts:
 docs/installation/server_upgrade.txt

a408daf... by Yamil Suarez <email address hidden>

Docs: typo fix in authentication_proxy.txt

Signed-off-by: Yamil Suarez <email address hidden>