Ben Shum [Tue, 16 Dec 2014 20:01:53 +0000 (15:01 -0500)]
LP#
1400376: Stamping upgrade script for fix to metabib.record_attr
Signed-off-by: Ben Shum <bshum@biblio.org>
Mike Rylander [Tue, 16 Dec 2014 01:32:51 +0000 (20:32 -0500)]
LP#
1400376: Don't allow NULL attrs to polute an HSTORE as a key
That causes the HSTORE to blow up, which is bad for circs that
want to succeed.
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Ben Shum [Tue, 16 Dec 2014 19:54:28 +0000 (14:54 -0500)]
LP#
1389403: Stamping upgrade script for normalizer detection to call number browse
Signed-off-by: Ben Shum <bshum@biblio.org>
Dan Wells [Fri, 4 Oct 2013 14:02:39 +0000 (10:02 -0400)]
LP#
1389403 Add normalizer detection to call number browse
When finding the pivot for call number browse, we currently rely on
simple label matching (rather than normalized label matching), since
we do not know at the time of the search which normalizer we should
use.
Rather than blindly using the label, let's select the pivot in two
phases. First, we will do what we do know, getting as close as
possible by label alone. If we find an exact match, we are done (same
as the current code). If we don't find an exact match, we take the
normalizer setting from the closest label match, normalize our input,
then search again.
This method *greatly* improves the overall accuracy of call number
searching whenever the call number being browsed for does not exist,
while causing no harm to accuracy when it does exist (since it will
either match the label or normalize to the same call number anyway).
Eventually, we may want to add interface elements for selecting the
call number type, probably defaulting to the default call number type
for the org unit being searched, but even with that in place, this
"auto-detection" logic should still be valuable.
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Dan Scott [Wed, 10 Dec 2014 22:05:38 +0000 (17:05 -0500)]
LP#
1401286: Cleaner display of URIs in search results
Right now a record with an 856 like:
856 40 $zAvailable online $uhttp://publications.gc.ca $9LUSYS
shows up in search results with an HTML display like:
<a href="http://publications.gc.ca">http://publications.gc.ca</a> - Available online
rather than the much cleaner:
<a href="http://publications.gc.ca">Available online</a>
My simplistic approach is to check to see if the link text == the href,
and if so, and we have a note to display, to use the note as the text of
the link instead.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
Dan Scott [Sun, 7 Dec 2014 13:51:33 +0000 (08:51 -0500)]
LP#
1400082 - avoid uninitialized var warning at TPAC login
Give username a default value of '', which makes the regex happy (avoiding an
uninit warning in Apache logs if no value was entered) and still counts as de
nada for the purposes of the actual login dance.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
Jason Stephenson [Sat, 29 Nov 2014 15:34:53 +0000 (10:34 -0500)]
LP#
1401271: Add missing dependency for Date::Manip perl module
This commit adds lines to distro-specific Makefiles to install
Perl Date::Manip packages so that Date::Manip::Date is
avaliable for marc_export. Somehow, this got missed or removed.
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Dan Scott [Sun, 7 Dec 2014 15:17:42 +0000 (10:17 -0500)]
LP#
1400100 - Avoid extra </div> when OpenURL is enabled
When the OpenURL resolver is enabled, the record summary.tt2 page always
inserts a </div>, whether or not there actually are any OpenURL results to
point at (which is the condition that triggers the opening <div>).
This has the effect of resulting in the generated RDFa not including anything
below the OpenURL section, effectvely preventing the schema.org/Offer types
from being associated with the record. Which is not good for the semantic web
of library data.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
Ben Shum [Fri, 5 Dec 2014 21:02:04 +0000 (16:02 -0500)]
Update 2.6-2.7.0-upgrade-db.sql to reflect that it actually starts from 2.6.3 and up.
So, actually, the 2.7 upgrade path needs to include everything up to 2.6.3 to get all
the fixes.
Signed-off-by: Ben Shum <bshum@biblio.org>
Ben Shum [Fri, 5 Dec 2014 20:59:40 +0000 (15:59 -0500)]
Re-order parts of 0887 upgrade script
Based on feedback from dbs, in PostgreSQL 9.1, the order to which we
fix up these functions matters. So drop if exists first, then create
new.
Signed-off-by: Ben Shum <bshum@biblio.org>
Jason Stephenson [Wed, 10 Dec 2014 21:03:11 +0000 (16:03 -0500)]
LP#
1401177: Stamping upgrade script of unique_mr_attrs.sql.
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Mike Rylander [Wed, 10 Dec 2014 18:51:51 +0000 (13:51 -0500)]
LP#
1401177: uniquify attrs across a metarecord
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Kathy Lussier [Fri, 5 Dec 2014 14:03:20 +0000 (09:03 -0500)]
Minor fix to web client section headers in root.txt
I accidentally added the circulation header twice when adding the new
sections for web client docs. This commit removes one of the headers.
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Kathy Lussier [Thu, 4 Dec 2014 21:36:08 +0000 (16:36 -0500)]
Web client section headings
Adding section headings for web client documentation, which will be coming
shortly.
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Lynn Floyd [Wed, 26 Nov 2014 21:37:29 +0000 (16:37 -0500)]
Docs: Update to template receipt docs
Thanks to Lynn Floyd. When adding the new content I ended up splitting new and old content into three files.
Signed-off-by: Yamil Suarez <yamil@yamil.com>
alzr [Mon, 5 Aug 2013 21:50:09 +0000 (16:50 -0500)]
LP#
1207529: Add /openils assumption note
Signed-off-by: alzr <aleksey.lazar@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
alzr [Mon, 5 Aug 2013 19:33:07 +0000 (14:33 -0500)]
LP#
1207529: Make sure $PATH includes /openils/bin when configuring
https://bugs.launchpad.net/evergreen/+bug/
1207529
Signed-off-by: alzr <aleksey.lazar@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Conflicts:
docs/installation/server_upgrade.txt
Josh Stompro [Wed, 29 Oct 2014 21:12:08 +0000 (16:12 -0500)]
LP#
1384932: document the zips.txt ZIP code database feature
Patron Address City/State/County Pre-Populate by ZIP Code.
Documented the zips.txt feature that auto fills patron address
(City, State, County) information.
Signed-off-by: Josh Stompro <stomproj@larl.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Jason Stephenson [Wed, 30 Oct 2013 15:05:45 +0000 (11:05 -0400)]
LP#
1246371: Allow BibCommon::title_is_empty to accept a bre id or bre object.
I was trying to delete copies with the record fleshed in the call number
object and got the following error:
Can't use an undefined value as an ARRAY reference at
/usr/local/share/perl/5.14.2/OpenILS/Application/Cat/BibCommon.pm line 399
Having title_is_empty check for a bre object and use its id solved this
problem for me.
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Galen Charlton [Thu, 13 Nov 2014 18:45:14 +0000 (10:45 -0800)]
LP#
1083639: use "cp -r" instead of "cp -R"
This change is purely for the sake of consistency; there's
no functional difference.
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Josh Stompro [Thu, 23 Oct 2014 19:30:05 +0000 (14:30 -0500)]
LP#
1083639 - Added command to copy fonts into the KPAC2 / Alternate monster skin dir
Signed-off-by: Josh Stompro <stomproj@larl.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Josh Stompro [Thu, 23 Oct 2014 18:21:16 +0000 (13:21 -0500)]
LP#
1116387 - adding kpac setup notes.
Revised instructions based on my testing. Swapped around the Monster
and Default skin discriptions since the listed Alternate Skin is the default skin.
Signed-off-by: Josh Stompro <stomproj@larl.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Kathy Lussier [Tue, 5 Feb 2013 15:24:17 +0000 (10:24 -0500)]
Add KPAC configuration info to the community docs
Adds the KPAC TechRef docs to root.txt so that this information can be
available via the community docs. Also adds a section to the docs on
configuring the alternate skin and removes a reference to configuration
from the end-user KPAC docs.
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Fredric T Parks [Wed, 6 Nov 2013 23:36:32 +0000 (15:36 -0800)]
LP#
1246839: marc_stream_importer.pl no longer crashes with vs 0.23 of File::Temp
updated marc_stream_importer.pl to use the 0.23 API
Signed-off-by: Fredric T Parks <fparks@catalystitservices.com>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Josh Stompro [Mon, 10 Nov 2014 15:29:38 +0000 (09:29 -0600)]
LP#
1133158 - Fix typos in action_trigger_runner.pl
Added equals sign to --hooks and added --process-hooks to command so
--hooks=x is actually used.
Signed-off-by: Josh Stompro <stomproj@larl.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Ben Shum [Tue, 11 Nov 2014 02:00:42 +0000 (21:00 -0500)]
LP#
1391290: Stamping upgrade script for authority reingest setting
Signed-off-by: Ben Shum <bshum@biblio.org>
Chris Sharp [Mon, 10 Nov 2014 19:43:22 +0000 (14:43 -0500)]
LP#
1391290: Respect setting to disable authority propagation on reingest
In commit
a1612cfd6 we lost the ability to disable authority propagation on
record update. Here, we put it back.
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Ben Shum [Tue, 11 Nov 2014 01:27:11 +0000 (20:27 -0500)]
LP#778989: Stamping upgrade script for copy location trigger
Signed-off-by: Ben Shum <bshum@biblio.org>
Chris Sharp [Tue, 26 Aug 2014 19:39:00 +0000 (15:39 -0400)]
LP#778989: Adding DROP TRIGGER IF EXISTS to allow for smooth upgrades.
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Thomas Berezansky [Tue, 26 Aug 2014 16:14:11 +0000 (12:14 -0400)]
LP#778989: Add circ lib to location fixer
Because the circ lib is valid for picking locations.
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Thomas Berezansky [Wed, 1 Feb 2012 21:07:05 +0000 (16:07 -0500)]
LP#778989: Attempt to find "Correct" copy location
This adds a trigger to asset.copy that on insert or change of the location
and/or call number tries to find an identically named copy location that
is scoped to the owning library of the copy.
If it does not find one it uses the location provided.
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Timothy Spindler [Mon, 10 Nov 2014 21:25:00 +0000 (16:25 -0500)]
Docs: remove extra '\r' in cataloging/MARC_batch_edit.txt
Signed-off-by: Yamil Suarez <yamil@yamil.com>
Timothy Spindler [Mon, 10 Nov 2014 21:24:26 +0000 (16:24 -0500)]
Docs: Documentation for MARC Batch Edit
Signed-off-by: Yamil Suarez <yamil@yamil.com>
Josh Stompro [Mon, 10 Nov 2014 19:06:07 +0000 (14:06 -0500)]
Documentation: LP#
1386854 - Locally Hosted Added Content.
Adds documentation that describes how to use the local content bypass
feature of the AddedContent modules. This allows for local added content like
cover art, reviews, TOC, exerpts or annotations to be shown in bib records.
I also changed the headers in the External Added Content section to use title case.
Signed-off-by: Josh Stompro <stomproj@larl.org>
Signed-off-by: Yamil Suarez <yamil@yamil.com>
Ben Shum [Wed, 5 Nov 2014 20:55:09 +0000 (15:55 -0500)]
Forward port 2.7.0-2.7.1 upgrade script
Signed-off-by: Ben Shum <bshum@biblio.org>
Chris Sharp [Sun, 21 Dec 2014 03:43:40 +0000 (22:43 -0500)]
Merge branch 'rel_2_7_1' of git.evergreen-ils.org:/evergreen/pines into rel_2_7_1
Chris Sharp [Sun, 21 Dec 2014 03:42:34 +0000 (22:42 -0500)]
PINES already has 0894, so commenting it out.
Adam Bowling [Thu, 18 Dec 2014 21:46:35 +0000 (16:46 -0500)]
Removed extra semi-color after each browse entry
Signed-off-by: Michael Peters <mpeters@emeralddata.net>
Michael Peters [Wed, 10 Dec 2014 18:29:37 +0000 (13:29 -0500)]
Remove "Mailing Address" heading per request from Terran
Signed-off-by: Michael Peters <mpeters@emeralddata.net>
Michael Peters [Tue, 9 Dec 2014 19:07:03 +0000 (14:07 -0500)]
Customize the Library Details page for US format, link to Google Map
Signed-off-by: Michael Peters <mpeters@emeralddata.net>
Michael Peters [Mon, 8 Dec 2014 17:08:21 +0000 (12:08 -0500)]
LP#
1319964 "Summaries & More" displays improperly in TPAC
Somehow, a patch leaked in that set all of the "Summaries & More"
strings incorrectly. This patch fixes the display of those
headings by restoring the proper string.
Signed-off-by: Michael Peters <mpeters@emeralddata.net>
Michael Peters [Thu, 4 Dec 2014 20:56:53 +0000 (15:56 -0500)]
LP#
1361266 Patron self-registration form accepts date of birth in wrong format
This patch applys some basic javascript to validate that a date entered is
at least in ISO 8601 format. This prevents someone from entering "cupcake"
or 55/66/6666 as a valid date of birth by validating the stgu.dob input
at the time of submission.
Signed-off-by: Michael Peters <mpeters@emeralddata.net>
Michael Peters [Wed, 3 Dec 2014 17:30:07 +0000 (12:30 -0500)]
Change 'About PINES' link location
2.7.1 Issue Tracker Wish List requested that the About PINES
link point to http://pines.georgialibraries.org/about/ which
this commit implements.:
Signed-off-by: Michael Peters <mpeters@emeralddata.net>
Chris Sharp [Wed, 12 Nov 2014 01:11:59 +0000 (20:11 -0500)]
Merge branch 'tags/rel_2_7_1' of git://git.evergreen-ils.org/Evergreen into rel_2_7_1
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>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
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>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
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>
Chris Sharp [Mon, 10 Nov 2014 13:04:13 +0000 (08:04 -0500)]
Revert "Fixing LP#
1203734 - "Show Last Few Circulations" interface not counting archived circulations."
This reverts commit
4978ead0608a0c45a7e0f0c77380d0548a80e1e1.
Chris Sharp [Thu, 6 Nov 2014 18:19:33 +0000 (13:19 -0500)]
Merge branch 'tags/rel_2_7_1' of git://git.evergreen-ils.org/Evergreen into rel_2_7_1
Conflicts:
Open-ILS/src/templates/opac/parts/record/copy_table.tt2
Ben Shum [Wed, 5 Nov 2014 20:13:28 +0000 (15:13 -0500)]
Bumping version numbers, adding Upgrade Script and Changelog
Signed-off-by: Ben Shum <bshum@biblio.org>
Ben Shum [Thu, 11 Sep 2014 05:50:47 +0000 (01:50 -0400)]
Bump OpenILS.pm version
Signed-off-by: Ben Shum <bshum@biblio.org>
Chris Sharp [Wed, 5 Nov 2014 19:14:49 +0000 (14:14 -0500)]
Add self-registration link to topnav links.
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 [Wed, 22 Oct 2014 19:09:18 +0000 (15:09 -0400)]
PINES already has 0875 too.
Chris Sharp [Wed, 22 Oct 2014 18:42:39 +0000 (14:42 -0400)]
PINES has already applied 0873.
Chris Sharp [Wed, 22 Oct 2014 18:33:34 +0000 (14:33 -0400)]
Try dropping this trigger first before creating it and erroring out!
Chris Sharp [Tue, 16 Sep 2014 22:55:38 +0000 (18:55 -0400)]
Removing extra '|' character from footer links.
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 [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
Additional changes to hold bugs fix
Further tweaking KPAC holds bug fix.
Chris Sharp [Thu, 6 Nov 2014 17:57:32 +0000 (12:57 -0500)]
Removing due date visibility from public OPAC view.
Conflicts:
Open-ILS/src/templates/opac/parts/record/copy_table.tt2
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
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.
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 [Mon, 27 Jan 2014 21:35:15 +0000 (16:35 -0500)]
The "empty bib" deletion needs to exclude electronic resources (source <> 3)
Chris Sharp [Mon, 20 Oct 2014 12:53:10 +0000 (08:53 -0400)]
LP1271218 fixes this issue, so reverting our workaround.
Revert "Commenting out a section of the notification preferences template that"
This reverts commit
87048c6278bc4ec3f59d78a23230cb51f7a7a0b1.
Conflicts:
Open-ILS/src/templates/opac/myopac/prefs_notify.tt2
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.