-
5134ead...
by
Blake GH
on 2019-02-26
-
Bumping version numbers, adding Upgrade Script and Changelog
Signed-off-by: blake <email address hidden>
-
547dcff...
by
Blake GH
on 2019-02-26
-
fixed upgrade script naming convention
Signed-off-by: blake <email address hidden>
-
e4a0cb2...
by
Blake GH
on 2019-02-26
-
bumping Perl version string for 3.1.10
Signed-off-by: blake <email address hidden>
-
13affb1...
by
Dan Wells
on 2019-02-26
-
Translation updates - po files
Signed-off-by: Dan Wells <email address hidden>
-
cfff8b6...
by
Dan Wells
on 2019-02-26
-
Translation updates - newpot
Signed-off-by: Dan Wells <email address hidden>
-
a0bde64...
by
Jane Sandberg
on 2019-02-22
-
Docs: adding release notes for 3.1.10
Signed-off-by: Jane Sandberg <email address hidden>
-
48356ae...
by
Terran McCanna
on 2019-02-15
-
LP#1784893 Reporter - External Documentation Links
Removed old xulG logic which was not working in
the web client. Link now opens in new browser tab.
Signed-off-by: McCanna <email address hidden>
Signed-off-by: John Amundson <email address hidden>
Signed-off-by: Jason Stephenson <email address hidden>
-
17d49cb...
by
Galen Charlton
on 2018-11-15
-
LP#1726568: expose circ lib and owning lib fields to spine/pocket labels
This patch fleshes the item circulation library and owning library
fields so that spine/pocket labels can include the short name or
full name of the OU rather than just the ID. As a consequence, the
following fields are now available for label templates:
* copy['call_number.owning_lib.id']
* copy['call_number.owning_lib.shortname']
* copy['call_number.owning_lib.name']
* copy['circ_lib.id']
* copy['circ_lib.shortname']
* copy['circ_lib.name']
If, for some reason, existing label templates intentionally use
copy['call_number.owning_lib'] or copy['circ_lib'] to include the numeric
ID of the OU on the label, they will need to be replaced with
copy['call_number.owning_lib.id'] or copy['circ_lib.id'] respectively.
To test
-------
[1] Apply the patch.
[2] Open the print labels window for an item and try including one
or more of the new fields listed above; verify that the current
value is displayed on the label preview.
Signed-off-by: Galen Charlton <email address hidden>
Signed-off-by: Terran McCanna <email address hidden>
-
12f12f1...
by
Jeff Davis
on 2018-08-21
-
LP#1752665: suppress located URIs in holdings view
To test:
[1] Locate or create a bibliographic record that has at least
one located URI (e.g., an 856 with a $9 containing an org
unit code)
[2] View the record in the Holdings View in the web staff interface,
with the 'Show empty call numbers' (or volumes) option
selected.
[3] Note that rows are displayed with a call number label of '##URI##';
these are for the located URIs and should not be visible here.
[4] Apply the patch and repeat step 2. This time the '##URI##' entries
should not display.
Signed-off-by: Jeff Davis <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>
-
5db7ed0...
by
James Fournie <email address hidden>
on 2019-01-17
-
LP1783421 - Make Copy Alerts permission not global
For some reason copy alerts require global permissions. Instead
update the IDL for asset.active_copy_alert and asset.copy_alert to
require {CREATE,VIEW,UPDATE,DELETE}_COPY_ALERT perms only as far as
they are scoped for the circ lib of the copy.
Signed-off-by: James Fournie <email address hidden>
Signed-off-by: Chris Sharp <email address hidden>
Signed-off-by: John Amundson <email address hidden>
Signed-off-by: Jason Stephenson <email address hidden>