Bill Erickson [Mon, 3 Nov 2014 22:55:00 +0000 (17:55 -0500)]
LP#
1203734 copy circ counts include anon. circs
Circ counts displayed on "Show Last Few Circulations" (XUL) includes
active, anonymized, and legacy circulations (via cstore)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Conflicts:
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm
Chris Sharp [Mon, 10 Nov 2014 13:10:42 +0000 (08:10 -0500)]
Revert "Fixing LP#
1203734 - "Show Last Few Circulations" interface not counting archived circulations."
This reverts commit
4978ead0608a0c45a7e0f0c77380d0548a80e1e1.
Mike Rylander [Thu, 6 Nov 2014 21:03:36 +0000 (16:03 -0500)]
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 <mrylander@gmail.com>
Mike Rylander [Thu, 6 Nov 2014 20:36:16 +0000 (15:36 -0500)]
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 <mrylander@gmail.com>
Conflicts:
Open-ILS/src/templates/opac/parts/base.tt2
Mike Rylander [Thu, 30 Oct 2014 15:52:13 +0000 (11:52 -0400)]
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 <mrylander@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Chris Sharp [Tue, 4 Nov 2014 18:46:48 +0000 (13:46 -0500)]
Syncing kpac.xml with rel_2_5_1_kpac
Chris Sharp [Tue, 4 Nov 2014 18:41:05 +0000 (13:41 -0500)]
Removing 4th of July KPAC link
Terran McCanna [Tue, 4 Nov 2014 14:41:13 +0000 (09:41 -0500)]
Add GALILEO for Kids link to KPAC header.
Terran McCanna [Tue, 4 Nov 2014 14:40:41 +0000 (09:40 -0500)]
Display Thanksgiving icon in KPAC.
Conflicts:
Open-ILS/examples/kpac.xml
Chris Sharp [Tue, 21 Oct 2014 13:33:37 +0000 (09:33 -0400)]
LP1383697: Long Overdue needs to be a "magical status" for the copy editor
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Chris Sharp [Tue, 16 Sep 2014 22:55:38 +0000 (18:55 -0400)]
Removing extra '|' character from footer links.
Chris Sharp [Tue, 16 Sep 2014 11:50:47 +0000 (07:50 -0400)]
Merge branch 'rel_2_5_1' of git.evergreen-ils.org:/evergreen/pines into rel_2_5_1
Galen Charlton [Wed, 23 Apr 2014 05:45:43 +0000 (01:45 -0400)]
LP#
1311467: fix heading validation in bib editor
This patch fixes a regression whereby clicking the validate button
in the bib editor would result in no headings getting checked.
In the process, it enables 'startwith' to be used as a JSON query
operator for all types of predicates, not just the results of
transformed values.
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Ben Shum [Wed, 19 Mar 2014 02:44:56 +0000 (22:44 -0400)]
LP#
1253163: stamping upgrade for authority.in-line-headings
Signed-off-by: Ben Shum <bshum@biblio.org>
Conflicts:
Open-ILS/src/sql/Pg/002.schema.config.sql
Dan Wells [Mon, 17 Mar 2014 20:47:55 +0000 (16:47 -0400)]
LP#
1253163: Replace dropped unique index, if we can
Not sure if this is necessary, but since we drop this index, we might
want to make an effort to recreate it if we can (but don't die if we
cannot).
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Ben Shum <bshum@biblio.org>
Dan Wells [Mon, 17 Mar 2014 17:03:49 +0000 (13:03 -0400)]
LP#
1253163: Make authority functions more truthful
One discovery we made on this bug was that PG can break if we
conveniently label functions as IMMUTABLE when they are now. Let's
go ahead and reclass some authority functions as STABLE STRICT to
better fit reality.
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Ben Shum <bshum@biblio.org>
Mike Rylander [Fri, 28 Feb 2014 21:45:40 +0000 (16:45 -0500)]
LP#
1253163: Materialize authority headings
There seems to be a bug in Postgres 9.3+ that does not like the
circuitous route we take to indexing authority headings. So, we
get around this by storing the actual heading values instead of
indexing a function over the MARC.
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Ben Shum <bshum@biblio.org>
Dan Wells [Mon, 17 Mar 2014 20:47:55 +0000 (16:47 -0400)]
LP#
1253163: Replace dropped unique index, if we can
Not sure if this is necessary, but since we drop this index, we might
want to make an effort to recreate it if we can (but don't die if we
cannot).
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Dan Wells [Mon, 17 Mar 2014 17:03:49 +0000 (13:03 -0400)]
LP#
1253163: Make authority functions more truthful
One discovery we made on this bug was that PG can break if we
conveniently label functions as IMMUTABLE when they are now. Let's
go ahead and reclass some authority functions as STABLE STRICT to
better fit reality.
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Mike Rylander [Fri, 28 Feb 2014 21:45:40 +0000 (16:45 -0500)]
LP#
1253163: Materialize authority headings
There seems to be a bug in Postgres 9.3+ that does not like the
circuitous route we take to indexing authority headings. So, we
get around this by storing the actual heading values instead of
indexing a function over the MARC.
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Galen Charlton [Wed, 23 Apr 2014 05:45:43 +0000 (01:45 -0400)]
LP#
1311467: fix heading validation in bib editor
This patch fixes a regression whereby clicking the validate button
in the bib editor would result in no headings getting checked.
In the process, it enables 'startwith' to be used as a JSON query
operator for all types of predicates, not just the results of
transformed values.
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Terran McCanna [Mon, 25 Aug 2014 17:34:30 +0000 (13:34 -0400)]
Adding corrected wording for self-registration agreement.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Terran McCanna [Thu, 21 Aug 2014 20:24:42 +0000 (16:24 -0400)]
Customizations to patron self-registration form and footer link.
Terran McCanna [Mon, 25 Aug 2014 17:45:16 +0000 (13:45 -0400)]
Fix for problem where opac.hold_notify is null or blank
and no notification options are triggered.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Terran McCanna [Mon, 4 Aug 2014 14:38:58 +0000 (10:38 -0400)]
Further tweaking KPAC holds bug fix.
Terran McCanna [Thu, 31 Jul 2014 22:19:11 +0000 (18:19 -0400)]
Additional changes to hold bugs fix
Terran McCanna [Wed, 30 Jul 2014 20:46:55 +0000 (16:46 -0400)]
Possible fix for KPAC Holds bug.
Conflicts:
Open-ILS/src/templates/kpac/getit.tt2
Chris Sharp [Thu, 3 Jul 2014 18:59:15 +0000 (14:59 -0400)]
Removing due date visibility from public OPAC view.
Chris Sharp [Wed, 4 Jun 2014 18:28:36 +0000 (14:28 -0400)]
Committing the current kpac.xml file.
Chris Sharp [Thu, 25 Jul 2013 15:47:21 +0000 (11:47 -0400)]
Fixing LP#
1203734 - "Show Last Few Circulations" interface not counting archived circulations.
open-ils.storage.asset.copy.circ_count was only pulling information from
action.circulation. This changes that table to action.all_circulation instead.
It does not factor values in extend_reporter.legacy_circ_count.
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Terran McCanna [Tue, 6 May 2014 21:54:49 +0000 (17:54 -0400)]
2014 Summer Reading Program Graphics
Terran McCanna [Thu, 8 May 2014 17:23:18 +0000 (13:23 -0400)]
Tweaked searches - ready to push to the public KPAC now (along with the graphics from the last commit)
Conflicts:
Open-ILS/examples/kpac.xml
Jason Stephenson [Wed, 5 Feb 2014 16:24:05 +0000 (11:24 -0500)]
Rewrite marc_export.in in support-scripts.
This commit rewrites marc_export.in in the support-scripts src directory.
It will still be transformed into marc_export at build time. This change
replaces the current marc_export scipt with a faster, DBI based alternative.
The replacement support nearly all of the features of the original, except
for the progress output. Much of this information is harder to gather
with the new design.
This is a squashed, rebased commit of previous work.
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Jason Stephenson [Thu, 26 Sep 2013 05:53:35 +0000 (01:53 -0400)]
Add from_bare_hash to Fieldmapper.pm.
Teach the Perl Fieldmapper.pm to build objects from a hashref in a
similar manner to how the JS Fieldmapper already can. You might use
it if you retrieved a database row as a hashref, like so:
my $hashref = {};
my $class = Fieldmapper::class_for_hint('bre');
my $bre = $class->from_bare_hash($hashref);
We also modify the Fieldmapper's properties method to sort the array of
field names it returns by position. This makes the return value a lot
more useful for on the fly object construction and other fancy tricks.
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Terran McCanna [Tue, 29 Apr 2014 20:02:41 +0000 (16:02 -0400)]
Commented out Chilifresh patron reviews, as we don't use
them and the section title was appearing unnecessarily.
Terran McCanna [Tue, 29 Apr 2014 18:12:23 +0000 (14:12 -0400)]
Forced Awards & Suggested Reads tab to always be open
in order to highlight NoveList Select content.
Mike Rylander [Wed, 12 Feb 2014 22:19:55 +0000 (17:19 -0500)]
If there are multiple CAPTURE-blocking penalties we could see dups on the pull list. This avoids that.
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Chris Sharp [Wed, 7 May 2014 19:48:44 +0000 (15:48 -0400)]
Oops! Forgot to change the GALILEO links in the topnav.
Chris Sharp [Mon, 21 Apr 2014 13:10:28 +0000 (09:10 -0400)]
Add links in reporter.classic_item_list to legacy_cat1 and legacy_cat2 views.
Currently, the reporter.classic_item_list view has the Legacy Cat 1 and 2
fields defined as "text", not "link", so all it will report out is the ID
number of the stat cat. We want nullability control over stat cat entries,
so these need to be "link".
Chris Sharp [Thu, 3 Apr 2014 18:33:45 +0000 (14:33 -0400)]
Adding customization to disable the "Clear Holds Shelf" function.
Chris Sharp [Wed, 12 Mar 2014 10:01:27 +0000 (06:01 -0400)]
Staff were able to edit themselves. This small logic reversal fixes that.
Mike Rylander [Fri, 14 Feb 2014 17:01:37 +0000 (12:01 -0500)]
LP1272316 - Calculate proximity in the DB for speed
We need to calculate and store a (potenially adjusted) proxmity for
each hold and copy for use in targetting and optimization of op
capture. Before this commit, we do that within the hold target
code itself. Now we'll do it when the hold-copy map is inserted,
because we have the same information available at that time as we
have in the targeter. This will both speed up the apparent cost of
the calculation, because it avoids the cost of a network round-trip,
and the total number of SELECTs we must issue, because the proximity
value will now be cached for use by the proximity map function.
Backward compatability is retained for the create_prox_map() function
in case any other code is depending on that.
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Terran McCanna [Fri, 28 Feb 2014 19:01:26 +0000 (14:01 -0500)]
Tweaked to recognize libraries that aren't allowed to be hold pickup locations
Chris Sharp [Mon, 27 Jan 2014 21:35:15 +0000 (16:35 -0500)]
The "empty bib" deletion needs to exclude electronic resources (source <> 3)
Lebbeous Fogle-Weekley [Fri, 24 Jan 2014 17:33:13 +0000 (12:33 -0500)]
Followup to make ou_ancestor_setting() even faster
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Lebbeous Fogle-Weekley [Fri, 24 Jan 2014 17:24:06 +0000 (12:24 -0500)]
Speed up these settings lookups in the hold targeter that get repeated a ...
... lot when there are lots of copies for a hold.
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Ben Shum [Tue, 21 Jan 2014 18:52:49 +0000 (13:52 -0500)]
LP1271218 - clarify how opt-in user notifications are shown in my account
As reported in LP127128, end users may not need to be shown the message that
"No notification preferences are configured" when in fact this message is only
displayed when the user opt-in notification settings are not configured.
So, alter this to only show the table and div when there are settings to be
configured and otherwise show nothing.
Signed-off-by: Ben Shum <bshum@biblio.org>
Thomas Berezansky [Mon, 9 Dec 2013 16:15:29 +0000 (11:15 -0500)]
Always show Email Address label to staff
When placing holds staff commonly change out patrons, and pointing staff
towards the "My Account" area makes no sense to begin with.
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Chris Sharp [Wed, 22 Jan 2014 19:05:47 +0000 (14:05 -0500)]
LP1271218 fixes this issue, so reverting our workaround.
Revert "Commenting out a section of the notification preferences template that"
This reverts commit
87048c6278bc4ec3f59d78a23230cb51f7a7a0b1.
Chris Sharp [Sun, 19 Jan 2014 14:48:15 +0000 (09:48 -0500)]
This commit removes confirmation boxes popping up when a hyperlink is clicked
In PINES, we expect the behavior we've always had, so we revert the change.
Revert "Sort of in line with 949322 but not absolutely necessary"
This reverts commit
e1a7501799119e0f305616af5bf97149d9bdf4c0.
Chris Sharp [Sat, 18 Jan 2014 20:23:42 +0000 (15:23 -0500)]
Removing "Dynamic Catalog" link from the footer.
Chris Sharp [Fri, 17 Jan 2014 14:47:29 +0000 (09:47 -0500)]
Can't vacuum within a transaction! and commenting out a DROP INDEX.
Chris Sharp [Tue, 14 Jan 2014 17:50:16 +0000 (12:50 -0500)]
Adding fix for KPAC hold placement.
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Chris Sharp [Tue, 14 Jan 2014 17:49:24 +0000 (12:49 -0500)]
Adding Terran's kpac.xml to update topics for post MLK weekend.
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Terran McCanna [Tue, 14 Jan 2014 01:49:10 +0000 (20:49 -0500)]
temporary workaround for holds error when user isn't logged in and doesn't select a pickup location
Terran McCanna [Thu, 9 Jan 2014 21:58:46 +0000 (16:58 -0500)]
fixed problem with referencing wrong org selector
Chris Sharp [Tue, 14 Jan 2014 17:35:05 +0000 (12:35 -0500)]
Adding workaround SQL for bug
1259665 to the post-upgrade script.
Chris Sharp [Mon, 13 Jan 2014 18:31:37 +0000 (13:31 -0500)]
Adding PINES datawork to pre-upgrade script.
Chris Sharp [Mon, 13 Jan 2014 15:05:44 +0000 (10:05 -0500)]
Commenting out a section of the notification preferences template that
causes an error to display.
Chris Sharp [Mon, 13 Jan 2014 12:59:35 +0000 (07:59 -0500)]
Adding a copy of create_database_extensions.sql to re-create the PINES database during the upgrade.
Chris Sharp [Mon, 13 Jan 2014 12:49:55 +0000 (07:49 -0500)]
Comment out portions of 2.4.3-2.5.0 upgrade script that cause errors.
Because of bug
1261355, we comment out 0795, 0841, 0842, and 0843
so we can get through the 2.4.3-2.5.0 upgrade script without errors.
See https://bugs.launchpad.net/evergreen/+bug/
1261355 for details.
Chris Sharp [Mon, 13 Jan 2014 12:39:21 +0000 (07:39 -0500)]
fixing some copy/paste typos
Chris Sharp [Sun, 12 Jan 2014 14:05:11 +0000 (09:05 -0500)]
Moving from GIST to GIN indexes for text search in PINES
Chris Sharp [Fri, 10 Jan 2014 16:29:37 +0000 (11:29 -0500)]
Adding permissions to LocalAdmins and GlobalAdmins to administer staff client toolbars.
Chris Sharp [Wed, 8 Jan 2014 23:56:45 +0000 (18:56 -0500)]
Commenting out Bib Call Number and uncommenting Call Number Browse.
Chris Sharp [Wed, 8 Jan 2014 13:01:11 +0000 (08:01 -0500)]
adding fields to be automatically stripped when importing MARC records
Chris Sharp [Tue, 7 Jan 2014 16:53:37 +0000 (11:53 -0500)]
Needed some rearranging.
Chris Sharp [Tue, 7 Jan 2014 16:30:52 +0000 (11:30 -0500)]
Re-adding library URLs, which were broken by a previous PINES-specific commit.
Terran McCanna [Fri, 27 Dec 2013 18:37:58 +0000 (13:37 -0500)]
Attempt to fix default pickup location bug when user is not logged in.
Terran McCanna [Fri, 20 Dec 2013 18:12:07 +0000 (13:12 -0500)]
Re-applied audience filter to restrict to juvenile audience types.
Terran McCanna [Fri, 20 Dec 2013 18:00:04 +0000 (13:00 -0500)]
Modified style guide to emphasize call numbers in search results and item display.
Terran McCanna [Fri, 20 Dec 2013 17:59:28 +0000 (12:59 -0500)]
Temporarily hid Add to List functionality until it can be further developed.
Terran McCanna [Fri, 20 Dec 2013 17:58:50 +0000 (12:58 -0500)]
Bug fix to recognize user's default pickup library for holds when they are logged in.
Terran McCanna [Fri, 20 Dec 2013 17:57:36 +0000 (12:57 -0500)]
Changed featured items for KPAC home page.
Chris Sharp [Thu, 19 Dec 2013 14:49:36 +0000 (09:49 -0500)]
Adding KPAC link to header and footer.
Chris Sharp [Thu, 19 Dec 2013 14:33:18 +0000 (09:33 -0500)]
PINES KPAC landing page doesn't include the Print button.
Chris Sharp [Thu, 19 Dec 2013 14:31:58 +0000 (09:31 -0500)]
adding the beginnings of a post-upgrade script
Chris Sharp [Thu, 19 Dec 2013 12:35:46 +0000 (07:35 -0500)]
Correcting file path for PINES logo on KPAC.
Chris Sharp [Mon, 16 Dec 2013 11:03:33 +0000 (06:03 -0500)]
2.5.0 includes "Long Overdue", which adds its own copy status,
so we change our existing config.copy_status from "Long Overdue"
to "Long Overdue (Legacy)"
Chris Sharp [Sun, 15 Dec 2013 02:29:39 +0000 (21:29 -0500)]
Re-adding the BEGIN;
Chris Sharp [Sun, 15 Dec 2013 02:25:50 +0000 (21:25 -0500)]
Oops! We need to define the eg_version.
Chris Sharp [Sun, 15 Dec 2013 02:23:23 +0000 (21:23 -0500)]
PINES has already applied 0818.
Jason Stephenson [Wed, 11 Dec 2013 15:05:18 +0000 (10:05 -0500)]
Break out of focus() in cat/z3950.js if obj.active_services is undefined.
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Chris Sharp [Fri, 6 Dec 2013 16:20:36 +0000 (11:20 -0500)]
Dropping a staged search function preventing the 2.3-2.4.0 script from completing.
Chris Sharp [Fri, 6 Dec 2013 13:07:44 +0000 (08:07 -0500)]
Creating a PINES-specific version of the 2.3 to 2.4.0 upgrade script.
Includes indexes that must be dropped for the upgrade script to succeed.
Chris Sharp [Thu, 5 Dec 2013 16:45:04 +0000 (11:45 -0500)]
Adding a pre-2.3-2.4.0 upgrade script to do some necessary datawork.
Chris Sharp [Thu, 5 Dec 2013 16:07:24 +0000 (11:07 -0500)]
Merge branch 'rel_2_5_0' into rel_2_5_1
Conflicts:
ChangeLog
Open-ILS/src/perlmods/lib/OpenILS.pm
Open-ILS/src/perlmods/lib/OpenILS/Application.pm
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/xul/staff_client/chrome/content/main/about.html
Open-ILS/xul/staff_client/defaults/preferences/prefs.js
README
configure.ac
Dan Wells [Thu, 5 Dec 2013 14:53:25 +0000 (09:53 -0500)]
Pull in missing 2.5.0 upgrade file
This file was never copied upstream, so it didn't make it into this
branch. Adding it manually now.
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Dan Wells [Tue, 26 Nov 2013 19:40:45 +0000 (14:40 -0500)]
Bumping version numbers, adding Upgrade Script and Changelog
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Dan Wells [Thu, 7 Nov 2013 21:35:15 +0000 (16:35 -0500)]
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 exclude commits from
rel_2_4.
3) Switch the XULRunner download order so that we can remove them
automatically during make_release and manually afterwards.
4) Add a pause between tagging and building for manual tweaks.
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Dan Wells [Tue, 26 Nov 2013 19:35:22 +0000 (14:35 -0500)]
Bump OpenILS.pm version
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Mike Rylander [Wed, 13 Nov 2013 23:15:21 +0000 (18:15 -0500)]
Fix boolean lists; Better atom regex; Caching
First, we didn't need to make $last_type local, and it broke explicit
grouping anyway. That's removed, and we now reset that (and a few more
like it) at calls to the top level parse() method. This introduces a
situation where a long list of booleans could cause query plan problems,
so we limit the plan depth to 40 (20 ||'d conditions).
Second, we are smarter about finding the boundary of atoms. Previous
to this commit, and curly brace could send the parser into a tailspin
from which it would not recover. Now we use alternation instead of
a character class, which is much safer with the default multi-character
float syntax specifier.
Third, as a catch-all, if we can't parse the remained of a query we
now simply say so (when in debug mode) and go away, instead of risking
an infinite loop. We do this via a final, unqualified "else" clause
in decompose().
Finally, instead of building 10+ regexp objects on each query parse,
cache them per QP subclass and reuse them.
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Chris Sharp [Tue, 26 Nov 2013 17:00:42 +0000 (12:00 -0500)]
Change "Alias" to "Holds Alias" in Patron Search.
This same field is referred to as "OPAC/Staff Client Holds Alias" in
the Register Patron interface. This change is for consistency in labeling.
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Chris Sharp [Tue, 26 Nov 2013 16:35:43 +0000 (11:35 -0500)]
Removing "Bib Call Number" from the advanced numeric search options.
Bill Erickson [Mon, 28 Oct 2013 14:24:37 +0000 (10:24 -0400)]
LP#
1238015 hide patron credit summary when disabled
When the circ.disable_patron_credit / "Disable Patron Credit" org unit
setting is disabled, also hide the patron credit summary information in
the bills interface.
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Mike Rylander [Mon, 25 Nov 2013 15:14:08 +0000 (10:14 -0500)]
Re-apply the changes provided by 0802 for backport
Preserve record order of subfields for authority heading extraction
When extracting headings from authority records we currently read the
subfields of a tag in configuration order. We should, instead, read
them in record order, to preserve the desired sorting properties that
the cataloger has encoded in the record.
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Dan Scott [Sun, 27 Oct 2013 17:11:37 +0000 (13:11 -0400)]
Fix copy_table HTML markup errors
TD elements take a "headers" attribute, not a "header" attribute. Also,
we have a few typos in identifying the header attributes.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
Bill Erickson [Fri, 22 Nov 2013 19:55:26 +0000 (14:55 -0500)]
LP#
1254146 gracefully handle custom trees sans entries
Avoid references to custom tree entries when no tree entries for a
custom tree exist. Prevents:
egweb: template error: undef error - Can't call method "org_unit" on an
undefined value at
/usr/local/share/perl/5.10.1/OpenILS/WWW/EGCatLoader/Util.pm line 185.\n
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Dan Wells [Thu, 14 Nov 2013 20:12:46 +0000 (15:12 -0500)]
Improve facet styling
1) Facets currently display very poorly when the number reaches 3-4
digits. Facet data is more or less a two column table, so let's style
it that way to make it more robust.
2) Rearrange some styles to reduce redundancy, and allow overflow
where possible.
3) Change the selected highlight to look a little better.
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Ben Shum <bshum@biblio.org>
Chris Sharp [Fri, 22 Nov 2013 15:18:58 +0000 (10:18 -0500)]
Allowing unfillable hold placement in the staff client, not the OPAC
In PINES, we do not allow patrons to override hold policies, but staff
may in certain circumstances. This change makes the option visible in
the staff client, but not the OPAC.