LP1901930 SIP2Mediator back-end support & release notes
authorBill Erickson <berickxx@gmail.com>
Wed, 11 Mar 2020 16:23:00 +0000 (12:23 -0400)
committerJason Etheridge <jason@EquinoxOLI.org>
Mon, 24 Oct 2022 17:05:29 +0000 (13:05 -0400)
commitbd3fd822a5985edf8a2c933fca838f2ef06c7491
tree7ed4a0e86a4dd150d1daaf29cf4a2d77c235d7f1
parentc90dbfd03c52ca167d601921ef0eb253202c4a14
LP1901930 SIP2Mediator back-end support & release notes

For more, see

https://wiki.evergreen-ils.org/doku.php?id=evergreen-admin:sip2mediator

Signed-off-by: Bill Erickson <berickxx@gmail.com>
34 files changed:
Open-ILS/examples/apache_24/eg_startup.in
Open-ILS/examples/apache_24/eg_vhost.conf.in
Open-ILS/examples/fm_IDL.xml
Open-ILS/examples/opensrf.xml.example
Open-ILS/examples/opensrf_core.xml.example
Open-ILS/src/eg2/src/app/share/dialog/prompt.component.html
Open-ILS/src/eg2/src/app/share/dialog/prompt.component.ts
Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.ts
Open-ILS/src/eg2/src/app/staff/admin/server/admin-server-splash.component.html
Open-ILS/src/eg2/src/app/staff/admin/server/routing.module.ts
Open-ILS/src/eg2/src/app/staff/admin/server/sip/account-list.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/sip/account-list.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/sip/account.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/sip/account.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/sip/account.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/sip/delete-group-dialog.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/sip/delete-group-dialog.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/admin/server/sip/routing.module.ts [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2.pm [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Admin.pm [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Checkin.pm [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Checkout.pm [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Common.pm [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Hold.pm [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Item.pm [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Patron.pm [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Payment.pm [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Session.pm [new file with mode: 0644]
Open-ILS/src/perlmods/lib/OpenILS/WWW/SIP2Mediator.pm [new file with mode: 0644]
Open-ILS/src/sql/Pg/410.schema.sip.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/sql_file_manifest
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.sip-config.sql [new file with mode: 0644]
docs/RELEASE_NOTES_NEXT/SIP/sip2-mediator-support.adoc [new file with mode: 0644]