evergreen:tags/rel_2_6_4

Last commit made on 2014-11-11
Get this branch:
git clone -b tags/rel_2_6_4 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_6_4
Repository:
lp:evergreen

Recent commits

6b6d731... by Dan Wells

Updating Changelog

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

0e4849d... by Mike Rylander

LP#1390225: Fail to care about errors from auth.session.delete

We're just tossing this call over the wall and moving on. We don't
care if the session wasn't there to delete or even if we didn't pass
a session to the server.

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

0ccedd5... by Mike Rylander

LP#1390225: redirect to ctx.home_page instead of through ctx.logout_page

This way, we skip the auth.session.delete call that will error out because
we no longer have the authtoken cookie.

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

394dd20... by Dan Wells

Bumping version numbers, adding Upgrade Script and Changelog

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

200ee5c... by Dan Wells

Bump OpenILS.pm version

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

76fe71d... by Dan Wells

Changes to smooth out make_release

1) Make the fake 'HeadURL' into a URL which works with our web repo.
Note that this has 'tags/' hardcoded in, so it only works with true
release branches (e.g. rel_x_y_z) not "working" branches
(e.g. rel_x_y).

2) Change range selector when building log to better exclude commits
from previous releases.

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

f6b6b6b... by Mike Rylander

LP#1248636: Clear session at OPAC logout

When the user explicitly logs out, clear the session on the server side.

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

3697615... by Dan Wells

Forward-port 2.6.3 upgrade script

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

040e9a6... by Dan Scott <email address hidden>

lp1383763 - Display OpenURL embargo statement

The ResolverResolver service fetches the embargo statement (such as
"Last year not available") from OpenURL resolvers and stores it in a
target_embargo field. In JSPAC we used to display this along with the
coverage statement, because it is very important that people know that a
resource may be available from 1999 but the last year isn't available
online.

Restore the display of this information to the TPAC.

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

27afbd4... by Dananji Liyanage <email address hidden>

Docs: Changed 'Importing materials' in the staff client section LP#1371615

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