]> git.evergreen-ils.org Git - evergreen/pines.git/commit
Quipu Ecard Registration - Squashed for EG 3.10
authorBill Erickson <berickxx@gmail.com>
Tue, 7 Jul 2020 14:41:36 +0000 (10:41 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 23 Nov 2022 19:03:22 +0000 (14:03 -0500)
commitb65d8f18ba425566e9192fc2feb549e111dbc08f
tree8ca5dde7fdae96cf08145095088e2ce92b432aea
parent98842dd7d9c734870b2df89dde59ceb879633775
Quipu Ecard Registration - Squashed for EG 3.10

KCLS Quipu integration bits

Notes:

1. See constants along the top of Ecard.pm which will need changing.
2. Ecard.pm add_stat_cats() is very kcls-specific
3. The vendor login uses a new password type 'ecard_vendor' which does
   not have the intermediate md5 hashing.
4. Ecard.pm and templates have header/footer stuff that's specific to
   bibliocommons and should be removed.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Quipu eCard Integration for PINES

Altering KCLS's Quipu eCard implementation to align
with PINES's needs, with an eye towards a generic feature
that could be submitted to Evergreen master.

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Quipu Customizations

Move library card application link to top menu instead of bottom menu,
cleaned up a lot of whitespace issues and old commented out text,
added CSS controls for parts of the Quipu form.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Quipu Self-Registration Form

Edited both ecard.tt2 and register.tt2 to add quipu form javascript
and add intro text.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Quipu Ecard Form Update

Added CSS to intro text to hide unless Quipu's code tells it to display.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
OPAC: Quipu changes for Bootstrap OPAC

This commit just modifies the front end registration page and CSS,
not the perl changes.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
OPAC: fix Quipu ecard for bootstrap

Quipu - Adjust iframe height

The iframe was cutting off the form causing a double scroll
bar in the browser. This increases the height so that additional
scrolling is not needed.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
PINES Customization: Quipu Spanish Form

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Quipu: check on full DOB, skip address checking
16 files changed:
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Ecard.pm [new file with mode: 0644]
Open-ILS/src/sql/Pg/005.schema.actors.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX-quipu-ecard-integration.sql [new file with mode: 0644]
Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2
Open-ILS/src/templates-bootstrap/opac/register-sp.tt2 [new file with mode: 0644]
Open-ILS/src/templates-bootstrap/opac/register.tt2
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/ecard.tt2 [new file with mode: 0644]
Open-ILS/src/templates/opac/ecard/form.tt2 [new file with mode: 0644]
Open-ILS/src/templates/opac/ecard/submit.tt2 [new file with mode: 0644]
Open-ILS/src/templates/opac/ecard/verify.tt2 [new file with mode: 0644]
Open-ILS/src/templates/opac/parts/footer.tt2
Open-ILS/src/templates/opac/parts/topnav_links.tt2
Open-ILS/src/templates/opac/register.tt2