]> git.evergreen-ils.org Git - contrib/Conifer.git/log
contrib/Conifer.git
10 years agoAdd en-CA and fr-CA strings for TPAC skins feature/tpac_strings_2_4
Dan Scott [Thu, 9 May 2013 16:18:07 +0000 (12:18 -0400)]
Add en-CA and fr-CA strings for TPAC skins

Conifer and Laurentian skins in particular have strings that should be
translated.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAdd targets for sources of TPAC strings from skins
Dan Scott [Thu, 9 May 2013 16:16:33 +0000 (12:16 -0400)]
Add targets for sources of TPAC strings from skins

Primarily interested in Conifer and Laurentian skins as the most
bilingual institutions, but include others as well.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAlgoma TPAC: Update config.tt2, enable Google Book Previews
Dan Scott [Wed, 8 May 2013 16:13:23 +0000 (12:13 -0400)]
Algoma TPAC: Update config.tt2, enable Google Book Previews

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoUWIN TPAC: Enable Google Book previews
Dan Scott [Wed, 8 May 2013 16:01:09 +0000 (12:01 -0400)]
UWIN TPAC: Enable Google Book previews

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoOSUL: Sync config.tt2 with rel_2_4
Dan Scott [Wed, 8 May 2013 15:50:11 +0000 (11:50 -0400)]
OSUL: Sync config.tt2 with rel_2_4

Turn on Google Book Previews while we're at it.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoUse custom login form for including CAS option
Art Rhyno [Tue, 5 Mar 2013 20:15:10 +0000 (15:15 -0500)]
Use custom login form for including CAS option

Windsor has an option for CAS that needs to be included
for "holds" and other links where authentication has
not happened yet. This adds the custom form to the TPAC
layout.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
10 years agoAdd DATE_FORMAT for Windsor
Art Rhyno [Thu, 7 Feb 2013 02:23:11 +0000 (21:23 -0500)]
Add DATE_FORMAT for Windsor

This adds the DATE_FORMAT to config.tt2.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
10 years agoCAS Config for Windsor
Art Rhyno [Wed, 30 Jan 2013 13:28:57 +0000 (08:28 -0500)]
CAS Config for Windsor

Config values for CAS support. CAS login and logout values.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
10 years agoAdd search filters for formats and clean up front page
Art Rhyno [Tue, 4 Dec 2012 02:15:33 +0000 (21:15 -0500)]
Add search filters for formats and clean up front page

This uses evergreen's filter group functionality to add
"Videos", "Maps", and "Music" for limiting searches from the
basic search screen. The link to the jspac is also finally
retired and a "Start Over" link is added.

The filter group uses the following SQL:

INSERT INTO actor.search_filter_group (owner, code, label)
    VALUES (106, 'tpac_windsor', 'Windsor''s OPAC Search Filter');

INSERT INTO actor.search_query (label, query_text)
    VALUES ('Maps', 'item_type(e,f)');

INSERT INTO actor.search_query (label, query_text)
    VALUES ('Music', 'item_type(c,d,j)');

INSERT INTO actor.search_query (label, query_text)
    VALUES ('Videos', 'item_type(g)');

INSERT INTO actor.search_filter_group_entry (grp, query, pos)
    VALUES (
        (SELECT id FROM actor.search_filter_group WHERE code = 'tpac_windsor'),
        (SELECT id FROM actor.search_query WHERE label = 'Maps'),
        1
    );
INSERT INTO actor.search_filter_group_entry (grp, query, pos)
    VALUES (
        (SELECT id FROM actor.search_filter_group WHERE code = 'tpac_windsor'),
        (SELECT id FROM actor.search_query WHERE label = 'Music'),
        2
    );

INSERT INTO actor.search_filter_group_entry (grp, query, pos)
    VALUES (
        (SELECT id FROM actor.search_filter_group WHERE code = 'tpac_windsor'),
        (SELECT id FROM actor.search_query WHERE label = 'Videos'),
        3
    );

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
10 years agoAdd CAS authentication login option for Windsor
Dan Scott [Wed, 23 Jan 2013 07:02:56 +0000 (02:02 -0500)]
Add CAS authentication login option for Windsor

topnav.tt2 was floating around on the test server but did not appear to
be in a branch anywhere; correct that.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoUse tpac contents support
Art Rhyno [Thu, 25 Oct 2012 12:27:32 +0000 (08:27 -0400)]
Use tpac contents support

This brings Dan Scott's great work on contents notes into the
Windsor templates.

10 years agoEnable contents fields to be displayed in Windsor TPAC
Dan Scott [Tue, 23 Oct 2012 17:07:27 +0000 (13:07 -0400)]
Enable contents fields to be displayed in Windsor TPAC

Windsor customized summary.tt2, which is what we changed to pull in the
contents fields in the main body of the record summary. So we need to
make the same change to the customized version.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoFix up config.tt2
Art Rhyno [Tue, 2 Oct 2012 23:54:06 +0000 (19:54 -0400)]
Fix up config.tt2

I don't know how I messed this up but this is the config file that
we want for block options and google analytics.

10 years agoIncrease range of holds blocking and remove material type selector
Art Rhyno [Tue, 2 Oct 2012 20:31:24 +0000 (16:31 -0400)]
Increase range of holds blocking and remove material type selector

This blocks the "place hold" option in lists and also zaps my
tinkering with the "Material Type" selector.

10 years agoOption to hide holds from appearing at all
Art Rhyno [Tue, 2 Oct 2012 04:41:21 +0000 (00:41 -0400)]
Option to hide holds from appearing at all

This may be a stretch for most sites but this suppresses the holds
link.

10 years agoBring branch up to date with production
Art Rhyno [Wed, 26 Sep 2012 01:02:44 +0000 (21:02 -0400)]
Bring branch up to date with production

This adds the templates_windsor files and makes this branch
the base for dealing with tpac changes for Windsor.

10 years agoCorrect styling of input.opac-button.
Rick Scott [Wed, 6 Feb 2013 19:20:42 +0000 (14:20 -0500)]
Correct styling of input.opac-button.

Omitting input.opac-button here was causing the 'search' and
'clear form' "buttons" to be of very different sizes.

Signed-off-by: Rick Scott <rick@shadowspar.dyndns.org>
10 years agoUse relative URLs for 'old catalogue' link.
Rick Scott [Wed, 6 Feb 2013 18:44:03 +0000 (13:44 -0500)]
Use relative URLs for 'old catalogue' link.

Change the 'old catalogue' links to use relative instead of absolute URLs.
This way, clicking them on a test site (eg algoma-test.concat.ca) keeps you
on that site instead of sending you to prod.

Signed-off-by: Rick Scott <rick@shadowspar.dyndns.org>
10 years agofix gold-links displacement in staff client
Rick Scott [Wed, 6 Feb 2013 18:37:48 +0000 (13:37 -0500)]
fix gold-links displacement in staff client

Signed-off-by: Rick Scott <rick@shadowspar.dyndns.org>
10 years agoForbid holds on items that are currently available
Rick Scott [Thu, 20 Sep 2012 16:57:08 +0000 (12:57 -0400)]
Forbid holds on items that are currently available

This brings Algoma in line with Windsor and Laurentian settings.

Signed-off-by: Rick Scott <rick@shadowspar.dyndns.org>
10 years agoFix link for AlgomaU/Wishart hours of operation.
Rick Scott [Thu, 6 Sep 2012 15:42:25 +0000 (11:42 -0400)]
Fix link for AlgomaU/Wishart hours of operation.

Signed-off-by: Rick Scott <rick@shadowspar.dyndns.org>
10 years agotypo fix: 'Damtabases' -> 'Databases'
Rick Scott [Tue, 4 Sep 2012 20:09:37 +0000 (16:09 -0400)]
typo fix: 'Damtabases' -> 'Databases'

Signed-off-by: Rick Scott <rick@shadowspar.dyndns.org>
10 years agoClean up and re-style AlgomaU's OPAC templates.
Rick Scott [Thu, 30 Aug 2012 20:13:25 +0000 (16:13 -0400)]
Clean up and re-style AlgomaU's OPAC templates.

In addition to adding the same graphical header so that the OPAC
more closely resembles the new Wishart website, this change
incorporates several smaller fixes:
    * replace the AlgomaU "small university/big education" logo
      with the small AlgomaU wordmark
    * center the logo via CSS, not <center>
    * fix vertical centering of the "your account log in" text --
      needs margins only left & right, not on all 4 sides
    * replace border on the user/pass input boxen so that they
      are visible once again.

Signed-off-by: Rick Scott <rick@shadowspar.dyndns.org>
10 years agoFixed account login form.
Robin Isard [Sun, 5 Aug 2012 01:16:45 +0000 (21:16 -0400)]
Fixed account login form.

Made a mistake with the login form (thought it was the home page for some reason.  Restored it to it's glory, but removed help texts cause that's the fastest way to get the fix pushed.

Signed-off-by: Robin Isard <robin.isard@algomau.ca>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoTouch-up of Algoma tpac skin.
Robin Isard [Sat, 4 Aug 2012 19:49:04 +0000 (15:49 -0400)]
Touch-up of Algoma tpac skin.

 *changed the main logo on the homepate
 *changed the header links to reflect new library website
 *added footer links
 *added config file based on lul's to enable OpenURL

Signed-off-by: Robin Isard <robin.isard@algomau.ca>
10 years agoFirst pass at Algoma U tpac skin for rel_2.3
Robin Isard [Fri, 3 Aug 2012 19:59:57 +0000 (15:59 -0400)]
First pass at Algoma U tpac skin for rel_2.3

This was done in a hurry and simply handles the esential links, logos and branding.

10 years agoUniversity of Sudbury basic skin
Dan Scott [Mon, 27 Aug 2012 15:56:22 +0000 (11:56 -0400)]
University of Sudbury basic skin

Logos and one link; not even touching colours yet.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoFix cached_list_div width
Dan Scott [Sat, 4 Aug 2012 15:35:53 +0000 (11:35 -0400)]
Fix cached_list_div width

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAdd TPAC UHearst colours, logos, and links
Dan Scott [Fri, 3 Aug 2012 21:24:26 +0000 (17:24 -0400)]
Add TPAC UHearst colours, logos, and links

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoStyle the image, not the link, for SJCG
Dan Scott [Wed, 26 Sep 2012 17:56:34 +0000 (13:56 -0400)]
Style the image, not the link, for SJCG

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoNo more linking to the old catalogue for SJCG
Dan Scott [Wed, 26 Sep 2012 17:44:56 +0000 (13:44 -0400)]
No more linking to the old catalogue for SJCG

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoTurn on "Show more details" by default for SJCG
Dan Scott [Wed, 26 Sep 2012 16:16:23 +0000 (12:16 -0400)]
Turn on "Show more details" by default for SJCG

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAdd some padding to the topnav logo for SJCG
Dan Scott [Wed, 26 Sep 2012 17:19:01 +0000 (13:19 -0400)]
Add some padding to the topnav logo for SJCG

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAdd SJCG TPAC skin
Dan Scott [Fri, 3 Aug 2012 21:24:26 +0000 (17:24 -0400)]
Add SJCG TPAC skin

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoCustomize login form for Laurentian LDAP login
Dan Scott [Thu, 30 Aug 2012 16:01:00 +0000 (12:01 -0400)]
Customize login form for Laurentian LDAP login

Now that we're synced up with LDAP authentication, provide the
appropriate guidance on the login form.

Set ou_email_host via a hidden form variable.

Provide more rational inline help for OSUL login form.

Link to the OSUL password reset form on login failure

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoSlightly saner login form markup
Dan Scott [Thu, 30 Aug 2012 15:55:10 +0000 (11:55 -0400)]
Slightly saner login form markup

Try to provide accessibility via label attributes and move from a
table-within-a-table layout to a single table for the form.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoOSUL: Turn on RefWorks export
Dan Scott [Wed, 15 Aug 2012 11:01:47 +0000 (07:01 -0400)]
OSUL: Turn on RefWorks export

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoLaurentian TPAC: use base font= 15px, show details
Dan Scott [Mon, 13 Aug 2012 21:48:00 +0000 (17:48 -0400)]
Laurentian TPAC: use base font= 15px, show details

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoLaurentian TPAC: one missing override
Dan Scott [Mon, 13 Aug 2012 17:26:58 +0000 (13:26 -0400)]
Laurentian TPAC: one missing override

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoLaurentian TPAC: And name the overrides stylesheet appropriately too
Dan Scott [Mon, 13 Aug 2012 16:58:02 +0000 (12:58 -0400)]
Laurentian TPAC: And name the overrides stylesheet appropriately too

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoLaurentian TPAC: delete copy of style.css.tt2
Dan Scott [Mon, 13 Aug 2012 16:52:06 +0000 (12:52 -0400)]
Laurentian TPAC: delete copy of style.css.tt2

Now that we're overriding style.css.tt2, we don't need to include a
near-duplicate of the base stylesheet.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoLaurentian TPAC: override style.css in a separate stylesheet
Dan Scott [Mon, 13 Aug 2012 16:48:24 +0000 (12:48 -0400)]
Laurentian TPAC: override style.css in a separate stylesheet

One more HTTP request, but much simpler tracking of HEAD stylesheet
chagnes.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoSync up the input.opac-button style with master
Dan Scott [Thu, 9 Aug 2012 15:11:59 +0000 (11:11 -0400)]
Sync up the input.opac-button style with master

Pulled from the user/dbs/tpac_clear_search working branch, we need to
maintain the same style. Hey, aren't these supposed to cascade?

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoFix cached_list_div width
Dan Scott [Sat, 4 Aug 2012 15:32:24 +0000 (11:32 -0400)]
Fix cached_list_div width

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoLaurentian skin: disable many preferences
Dan Scott [Tue, 31 Jul 2012 21:30:06 +0000 (17:30 -0400)]
Laurentian skin: disable many preferences

Phone notifications for holds do not happen. Hide any mention of phone
numbers or widgets for changing phone numbers.

We also do not want to enable users to update their username, password, or
email address.

Enable RefWorks and SFX lookup support.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAdjust the footer/header links for Laurentian
Dan Scott [Tue, 31 Jul 2012 19:04:38 +0000 (15:04 -0400)]
Adjust the footer/header links for Laurentian

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoBasic Laurentian University branding: colours and logos
Dan Scott [Tue, 31 Jul 2012 18:53:48 +0000 (14:53 -0400)]
Basic Laurentian University branding: colours and logos

Required some wrestling with the default stylesheet but otherwise we
appear to be good.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoRemove links to the old catalogue for NOSM
Dan Scott [Wed, 26 Sep 2012 17:45:57 +0000 (13:45 -0400)]
Remove links to the old catalogue for NOSM

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoTurn on "Show more details" by default for NOSM
Dan Scott [Wed, 26 Sep 2012 16:16:23 +0000 (12:16 -0400)]
Turn on "Show more details" by default for NOSM

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoFix cached_list_div width
Dan Scott [Sat, 4 Aug 2012 15:35:14 +0000 (11:35 -0400)]
Fix cached_list_div width

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAdd NOSM TPAC skin: colours, logos, links
Dan Scott [Fri, 3 Aug 2012 21:24:26 +0000 (17:24 -0400)]
Add NOSM TPAC skin: colours, logos, links

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoTPAC: Hide inline call number in detailed results
Dan Scott [Tue, 14 Aug 2012 21:18:22 +0000 (17:18 -0400)]
TPAC: Hide inline call number in detailed results

There's no need to show the inline call number in the detailed results
view; it's redundant.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoTPAC: Display the ISSN in search results
Dan Scott [Tue, 14 Aug 2012 21:09:55 +0000 (17:09 -0400)]
TPAC: Display the ISSN in search results

Also, do not display URIs from the bib if we have OpenURL results.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAvoid top-level copy counts in TPAC
Dan Scott [Tue, 14 Aug 2012 20:51:59 +0000 (16:51 -0400)]
Avoid top-level copy counts in TPAC

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAdd a simple, long-overdue theme for Huntington
Dan Scott [Tue, 22 Jan 2013 17:51:51 +0000 (12:51 -0500)]
Add a simple, long-overdue theme for Huntington

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoTurn on "Show more details" by default for HRSRH
Dan Scott [Wed, 26 Sep 2012 16:16:23 +0000 (12:16 -0400)]
Turn on "Show more details" by default for HRSRH

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoFix cached_list_div width
Dan Scott [Sat, 4 Aug 2012 15:34:36 +0000 (11:34 -0400)]
Fix cached_list_div width

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAss HRSRH skin: logo, colours, links
Dan Scott [Fri, 3 Aug 2012 21:24:26 +0000 (17:24 -0400)]
Ass HRSRH skin: logo, colours, links

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoBoreal: Remove "Tembec" from name, hide old OPAC link
Dan Scott [Mon, 11 Mar 2013 19:48:39 +0000 (15:48 -0400)]
Boreal: Remove "Tembec" from name, hide old OPAC link

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoID, not class. Sheesh
Dan Scott [Fri, 7 Sep 2012 22:00:38 +0000 (18:00 -0400)]
ID, not class. Sheesh

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoUpdate Boreal style per dleduc's direction
Dan Scott [Fri, 7 Sep 2012 21:55:52 +0000 (17:55 -0400)]
Update Boreal style per dleduc's direction

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoBoreal: Link from logo to College Boreal itself
Dan Scott [Thu, 16 Aug 2012 20:04:37 +0000 (16:04 -0400)]
Boreal: Link from logo to College Boreal itself

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoBoreal: Move to CSS overrides to be stylin'
Dan Scott [Thu, 16 Aug 2012 19:20:14 +0000 (15:20 -0400)]
Boreal: Move to CSS overrides to be stylin'

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoBoreal: Update header/footer links
Dan Scott [Thu, 16 Aug 2012 19:16:30 +0000 (15:16 -0400)]
Boreal: Update header/footer links

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoFix cached_list_div width
Dan Scott [Sat, 4 Aug 2012 15:33:51 +0000 (11:33 -0400)]
Fix cached_list_div width

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoBasic TPAC Boreal branding: colours and logo and links
Dan Scott [Tue, 31 Jul 2012 18:53:48 +0000 (14:53 -0400)]
Basic TPAC Boreal branding: colours and logo and links

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoMerge remote-tracking branch 'conifer/feature/tpac_show_details_config_2_4' into...
Dan Scott [Wed, 8 May 2013 14:51:00 +0000 (10:51 -0400)]
Merge remote-tracking branch 'conifer/feature/tpac_show_details_config_2_4' into rel_2_4_mergery

10 years agoTPAC: Make "Show more details" in results optional feature/tpac_show_details_config_2_4
Art Rhyno [Mon, 13 Aug 2012 21:22:17 +0000 (17:22 -0400)]
TPAC: Make "Show more details" in results optional

Academic sites typically handle a lot of electronic content and want to
bring most details about entries, such as availability, status, and
URLs, on a results screen to the front.

This adds a 'show_more_details.default' option in 'config.tt2' that can
have the values 'true', 'false' and 'hide'.  The 'true' and 'false'
values set the default for the button to more and less respectively, and
'hide' suppresses the button from showing at all.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoMerge remote-tracking branch 'conifer/feature/ldap_osul_2_4' into rel_2_4_mergery
Dan Scott [Wed, 8 May 2013 14:49:05 +0000 (10:49 -0400)]
Merge remote-tracking branch 'conifer/feature/ldap_osul_2_4' into rel_2_4_mergery

10 years agoAdd an ou_host_name parameter for TPAC login forms
Dan Scott [Thu, 30 Aug 2012 14:48:32 +0000 (10:48 -0400)]
Add an ou_host_name parameter for TPAC login forms

If set, and the incoming username does not already include an '@' symbol
(a very simple attempt to detect if we're already dealing with an email
address), then append '@' + the ou_host_name value to the username for
authentication purposes.

The rationale is that in a large consortium, you might want to enable
users to log in with short usernames (like 'fred'), but you also want to
avoid conflicts between short usernames at different organizational
units. Thus, create the users with the email equivalent of their
usernames, like 'fred@br1.example.com' and 'fred@br4.example.com', and
let the templates for the TPAC in br1 and br4 contain a hidden input
field to append the appropriate email hostname.

Truth be told, this is probably most appropriate for a large consortium
containing two or more academic institutions that hope to use LDAP
authentication rather than native authentication, and therefore have
LDAP CNs that map to email addresses of CN@hostname that can then be
mapped to actor.usr.usrname (and actor.usr.email, of course).

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoVery rough LDAP authentication enablement for OSUL
Dan Scott [Mon, 27 Aug 2012 22:38:51 +0000 (18:38 -0400)]
Very rough LDAP authentication enablement for OSUL

Currently requires that the user enters their email address at the
username prompt; we then just use the local-part of the email address to
authenticate against the LDAP server.

In the VirtualHost sections of Apache, we can use SetEnv to force the
physical_loc to match the org unit ID(s) specified in opensrf.xml; for
example:

SetEnv physical_loc 103

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoMerge remote-tracking branch 'conifer/feature/hold_slip_format_due_date' into rel_2_4...
Dan Scott [Wed, 8 May 2013 14:46:24 +0000 (10:46 -0400)]
Merge remote-tracking branch 'conifer/feature/hold_slip_format_due_date' into rel_2_4_mergery

10 years agoMerge remote-tracking branch 'conifer/feature/CAS_auth_dynamic_links_2_4' into rel_2_...
Dan Scott [Wed, 8 May 2013 14:46:13 +0000 (10:46 -0400)]
Merge remote-tracking branch 'conifer/feature/CAS_auth_dynamic_links_2_4' into rel_2_4_mergery

10 years agoMerge remote-tracking branch 'conifer/bugfix/recall_not_more_than_loan_2_4' into...
Dan Scott [Wed, 8 May 2013 14:45:58 +0000 (10:45 -0400)]
Merge remote-tracking branch 'conifer/bugfix/recall_not_more_than_loan_2_4' into rel_2_4_mergery

10 years agoMerge remote-tracking branch 'conifer/feature/callno_tpac_template_2_4' into rel_2_4_...
Dan Scott [Wed, 8 May 2013 14:45:44 +0000 (10:45 -0400)]
Merge remote-tracking branch 'conifer/feature/callno_tpac_template_2_4' into rel_2_4_mergery

10 years agoMerge branch 'feature/barcode_generator_2_4' into rel_2_4_mergery
Dan Scott [Wed, 8 May 2013 14:44:46 +0000 (10:44 -0400)]
Merge branch 'feature/barcode_generator_2_4' into rel_2_4_mergery

10 years agoMerge remote-tracking branch 'conifer/feature/patron-privacy_2_4' into rel_2_4_mergery
Dan Scott [Wed, 8 May 2013 14:44:36 +0000 (10:44 -0400)]
Merge remote-tracking branch 'conifer/feature/patron-privacy_2_4' into rel_2_4_mergery

10 years agoMerge branch 'feature/move_to_storage_2_4' into rel_2_4_mergery
Dan Scott [Wed, 8 May 2013 14:44:27 +0000 (10:44 -0400)]
Merge branch 'feature/move_to_storage_2_4' into rel_2_4_mergery

10 years agoAdd production "moveto" options
Dan Scott [Wed, 8 May 2013 14:43:41 +0000 (10:43 -0400)]
Add production "moveto" options

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoMove the moveto to the new moveto template place
Dan Scott [Mon, 1 Oct 2012 17:54:34 +0000 (13:54 -0400)]
Move the moveto to the new moveto template place

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAdd "Move to storage" quick UI for bulk location moves
Dan Scott [Mon, 30 May 2011 19:23:09 +0000 (15:23 -0400)]
Add "Move to storage" quick UI for bulk location moves

This simplistic interface accepts a barcode and immediately returns
some bibliographic information if the barcode was found - and the
item is moved immediately to the specified location. Goal was to
minimize clicking, this pretty much requires just scan scan scan.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoMerge remote-tracking branch 'conifer/feature/marctemplates_2_4' into rel_2_4_mergery
Dan Scott [Wed, 8 May 2013 14:24:39 +0000 (10:24 -0400)]
Merge remote-tracking branch 'conifer/feature/marctemplates_2_4' into rel_2_4_mergery

10 years agoMerge remote-tracking branch 'conifer/feature/fts-polish-l_2_4' into rel_2_4_mergery
Dan Scott [Wed, 8 May 2013 14:24:32 +0000 (10:24 -0400)]
Merge remote-tracking branch 'conifer/feature/fts-polish-l_2_4' into rel_2_4_mergery

10 years agoMerge branch 'feature/circ_scripts_2_4' into rel_2_4_mergery
Dan Scott [Wed, 8 May 2013 14:23:54 +0000 (10:23 -0400)]
Merge branch 'feature/circ_scripts_2_4' into rel_2_4_mergery

10 years agoMEDIACEN doesn't charge anything on AV-EQUIP items feature/circ_scripts_2_4
Dan Scott [Mon, 24 Sep 2012 18:03:18 +0000 (14:03 -0400)]
MEDIACEN doesn't charge anything on AV-EQUIP items

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAdd 3-day loan rule for AV-EQUIP for media centre
Dan Scott [Mon, 24 Sep 2012 14:36:28 +0000 (10:36 -0400)]
Add 3-day loan rule for AV-EQUIP for media centre

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoPrevent renew if item already is targeted for a hold
Dan Scott [Tue, 14 Feb 2012 15:46:24 +0000 (10:46 -0500)]
Prevent renew if item already is targeted for a hold

From http://biblio.laurentian.ca/tickets/conifer/wiki/devHolds
apparently I missed this in moving our customizations from SVN (or it
was only ever local?)

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoOSBO: Accidental copying of the "DVD VIDEO" rule
Dan Scott [Fri, 23 Sep 2011 20:40:38 +0000 (16:40 -0400)]
OSBO: Accidental copying of the "DVD VIDEO" rule

Meant to remove the "DVD" from the "DVD VIDEO" part of the circ modifier
the second time around.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoOSBO really did want $0.25/hour for all reserve periods
Dan Scott [Tue, 20 Sep 2011 17:01:32 +0000 (13:01 -0400)]
OSBO really did want $0.25/hour for all reserve periods

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAdd Reserve circ rules for Boreal
Dan Scott [Thu, 1 Sep 2011 19:01:39 +0000 (15:01 -0400)]
Add Reserve circ rules for Boreal

Still need some clarification on how these rules are to be applied, but
better to get the durations working right now and fix up the fines
later.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAdd LEDL MISC to the list of allowed circ modifiers for Leddy
Dan Scott [Mon, 15 Aug 2011 17:10:17 +0000 (13:10 -0400)]
Add LEDL MISC to the list of allowed circ modifiers for Leddy

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAdd ILL-BOOK to the list of allowed circ modifiers for Leddy
Dan Scott [Mon, 15 Aug 2011 17:08:55 +0000 (13:08 -0400)]
Add ILL-BOOK to the list of allowed circ modifiers for Leddy

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAdd LEDL MISC 1 year 0 renew rule
Dan Scott [Thu, 11 Aug 2011 13:42:30 +0000 (09:42 -0400)]
Add LEDL MISC 1 year 0 renew rule

This had been working in production, but apparently never got
checked into git?

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAdd Boreal circulation rules
Dan Scott [Thu, 21 Jul 2011 19:08:53 +0000 (15:08 -0400)]
Add Boreal circulation rules

Still need to add their limits based on user profile & item type

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAdd ILL-BOOK circ rule for OWA
Dan Scott [Mon, 20 Jun 2011 17:54:23 +0000 (13:54 -0400)]
Add ILL-BOOK circ rule for OWA

Per ticket #683:

Loan period of 3 weeks
NO RENEWALS

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoTrack Conifer JavaScript circulation rules
Dan Scott [Mon, 30 May 2011 02:18:04 +0000 (22:18 -0400)]
Track Conifer JavaScript circulation rules

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoGeneric patron barcode generation (OpenSRF and DB) feature/barcode_generator_2_4
Dan Scott [Thu, 10 Jan 2013 19:17:33 +0000 (14:17 -0500)]
Generic patron barcode generation (OpenSRF and DB)

Laurentian University needed the ability to generate barcodes as part of
its LDAP integration work, and the first generation (so to speak) of the
was specific to LU - including hard-coded prefixes and database
functions that include the "lu" name.

This commit makes the functionality much more generic and thus more
likely to be able to be adopted by other institutions. The principle
components are:

Database functions:

evergreen.actor_generate_barcode([prefix TEXT]) - returns a 14-digit
  barcode from the evergreen.actor_barcode_seq sequence with a prefix of
  'AUTOBC' or the specific prefix of up to 6 characters. If the
  resulting barcode is all digits, then the 14th character will be a
  mod10 check digit; otherwise the 14th digit will be '0'.

evergreen.actor_update_barcode(usr_id INTEGER[, prefix TEXT]) -
  generates a new barcode for the specified user, with the optional
  barcode prefix.

evergreen.mod10(barcode TEXT) - given a barcode, generates a mod10
  check digit and returns the barcode with the appended check digit

OpenSRF method:

open-ils.actor.generate_patron_barcode([usr_id INT[, prefix TEXT]]) -
  generates a new barcode for the patron

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAdd and use a patron search that overrides opt-in invisibility
Dan Scott [Wed, 14 Sep 2011 20:02:14 +0000 (16:02 -0400)]
Add and use a patron search that overrides opt-in invisibility

Something like this is required for API calls that need to operate
against a number of libraries in a given instance that are using opt-in;
otherwise, attempts to search for users will fail and you may end up
creating near-duplicates etc.

The implementation adds an
open-ils.actor.search.patron.advanced.opt_in_override method to
open-ils.actor, which, if invoked, checks to see if the caller has the
OPT_IN_OVERRIDE permission. If so, then the crazy_search ignores the
normal opt-in limits and searches all pertinent users in the database.

As a global permission, OPT_IN_OVERRIDE is a blunt instrument. Others
might want to put together a more refined version that uses OU depths to
define boundaries.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Conflicts:
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/actor.pm

10 years agoRemove extraneous spaces from bib email template feature/callno_tpac_template_2_4
Dan Scott [Tue, 9 Oct 2012 16:21:10 +0000 (12:21 -0400)]
Remove extraneous spaces from bib email template

Various email servers refuse to send email that begins with blank lines,
so use TT's [%- and -%] to eat up whitespace. Also, remove the extra
linefeeds (_ "\n") as the linefeed is already generated by virtue of
being on its own line.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
10 years agoAdd line return to URL entry
Art Rhyno [Mon, 1 Oct 2012 02:58:52 +0000 (22:58 -0400)]
Add line return to URL entry

I missed this in the URL rendering but lines need a line return
for the e-mail option.