evergreen:tags/rel_3_0_2

Last commit made on 2017-12-01
Get this branch:
git clone -b tags/rel_3_0_2 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_0_2
Repository:
lp:evergreen

Recent commits

0d8062a... by Dan Wells

Bumping version numbers, adding Upgrade Script and Changelog

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

257a084... by Dan Wells

Translation updates - po files

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

7b438db... by Dan Wells

Bump OpenILS.pm version

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

1574d37... by Galen Charlton

release notes for Evergreen 2.12.8

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

d37e4b2... by Galen Charlton

3.0.2 release notes

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

10e2915... by Galen Charlton

LP#1178802: force ceiling dates to be end of day

This patch ensures that when a hard due date (or hard due date value)
is created or edited, the ceiling date is set to the end of that day.

This fixes a problem where a ceiling date would not be applied for
loans checked out earlier on the ceiling date itself.

This patch intentionally does not touch existing hard due date
values. It also does not use the database or middle layer to coerce
the ceiling dates to end of day to leave upon the possiblity that
an Angular version of the hard due date editor will allow operators
to set both date and time. (Note that Dojo does not readily have a
combined date/time picker.)

To test
-------
[1] Apply the patch, then in the hard due date editor, verify that
    when creating a hard due date _value_, the date gets saved as
    ending at 23:59:59 in the local time zone.
[2] Similarly, verify that when editing an existing hard due date value,
    the date gets saved as ending at 23:59:59.
[3] Repeat steps 1 and 2, but this time for hard due dates.

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

70add5a... by Mike Rylander

LP#1734737: Display originating template UI

Until the (planned for 3.1) ability to clone XUL-created reports in the web
staff client is completed, it would be useful to at least display to the user
the origin UI in which a template was created. This will allow staff to, for
the immediate term, decide which UI they should use to deal with a particular
template, re cloning etc.

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

7bc308f... by Ben Shum

Docs: fix list item index in basic_holds.adoc

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

776bf34... by Alex

lp1705133 view holds patron info redaction

Removed extra or sensitive patron information from patron and record
hold grid

Signed-off-by: Alex Cautley <email address hidden>

 Changes to be committed:
 modified: Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2
 modified: Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2

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

86bc1ed... by Dan Scott <email address hidden>

2nd level of bullets requires '**'

The Asciidoc for this file had two levels of indentations for the
intended bulleted list, but bullet indentation levels are set by
the number of asterisks:

* = 1st level
** = 2nd level

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