Turn away! Avert your eyes!
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 13 Jan 2010 16:35:03 +0000 (16:35 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 13 Jan 2010 16:35:03 +0000 (16:35 +0000)
commit08bf4f1843ae813d5cbc7bbb03cd4652663e97ce
treea92719a646dada22b60700e4ec574b354049cd35
parent041b0bd409bc801d334d7be67e49ca75b71d7500
Turn away!  Avert your eyes!

Herein lies the initial 1.6 backport of changes* implementing the booking
module for Evergreen.  1.6.1, we look forward to you!

*) Changesets included: 14921, 14925, 15019, 15068, 15071, 15072, 15076, 15077, 15092, 15096, 15099, 15100, 15103, 15104, 15108, 15110, 15113, 15128, 15133, 15161, 15164, 15188, 15207, 15211, 15215, 15223, 15224, 15228, 15236, 15241, 15247, 15264, 15285, 15288, 15289, 15309

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@15312 dcc99617-32d9-48b4-a31d-7c20da2025e4
84 files changed:
Open-ILS/examples/fm_IDL.xml
Open-ILS/examples/opensrf.xml.example
Open-ILS/examples/opensrf_core.xml.example
Open-ILS/src/extras/ils_events.xml
Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm
Open-ILS/src/perlmods/OpenILS/Application/Booking.pm [new file with mode: 0644]
Open-ILS/src/perlmods/OpenILS/Application/Circ.pm
Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
Open-ILS/src/perlmods/OpenILS/Application/Circ/Money.pm
Open-ILS/src/perlmods/OpenILS/Application/Collections.pm
Open-ILS/src/perlmods/OpenILS/Application/CreditCard.pm
Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI.pm
Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm
Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/booking.pm [new file with mode: 0644]
Open-ILS/src/perlmods/OpenILS/Application/Storage/Driver/Pg/dbi.pm
Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/money.pm
Open-ILS/src/perlmods/OpenILS/Const.pm
Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm
Open-ILS/src/perlmods/OpenILS/WWW/BadDebt.pm
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/095.schema.booking.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/100.circ_matrix.sql
Open-ILS/src/sql/Pg/500.view.cross-schema.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/build-db.sh
Open-ILS/src/sql/Pg/upgrade/0086.schema.booking-tables.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/upgrade/0090.schema.booking.bib-base-types.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/upgrade/0103.schema.booking.max_fine.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/upgrade/0105.schema.booking-integration.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/upgrade/0106.booking.admin_permissions.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/upgrade/0109.data.org-settings-booking_alter_due_date.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/upgrade/0110.schema.booking_resource_type.elbow_room.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/upgrade/0122.data.reservation-shelf-status.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/upgrade/0130.booking.resource_constraint_and_perms.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/upgrade/119.schema.booking.transits.sql [new file with mode: 0644]
Open-ILS/src/support-scripts/test-scripts/collections.pl
Open-ILS/web/css/skin/default/booking.css [new file with mode: 0644]
Open-ILS/web/js/dojo/openils/booking/nls/capture.js [new file with mode: 0644]
Open-ILS/web/js/dojo/openils/booking/nls/pickup_and_return.js [new file with mode: 0644]
Open-ILS/web/js/dojo/openils/booking/nls/pull_list.js [new file with mode: 0644]
Open-ILS/web/js/dojo/openils/booking/nls/reservation.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/booking/capture.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/booking/common.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/booking/pickup.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/booking/populator.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/booking/pull_list.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/booking/reservation.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/booking/return.js [new file with mode: 0644]
Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/web/opac/skin/default/js/myopac.js
Open-ILS/web/templates/default/booking/capture.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/booking/pickup.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/booking/pull_list.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/booking/reservation.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/booking/return.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/conify/global/booking/reservation.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/conify/global/booking/reservation_attr_value_map.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/conify/global/booking/resource.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/conify/global/booking/resource_attr.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/conify/global/booking/resource_attr_map.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/conify/global/booking/resource_attr_value.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/conify/global/booking/resource_type.tt2 [new file with mode: 0644]
Open-ILS/xul/staff_client/chrome/content/main/constants.js
Open-ILS/xul/staff_client/chrome/content/main/menu.js
Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul
Open-ILS/xul/staff_client/chrome/content/main/menu_frame_overlay.xul
Open-ILS/xul/staff_client/chrome/content/util/functional.js
Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties
Open-ILS/xul/staff_client/server/admin/index.xhtml
Open-ILS/xul/staff_client/server/cat/copy_browser.js
Open-ILS/xul/staff_client/server/cat/copy_browser.xul
Open-ILS/xul/staff_client/server/cat/util.js
Open-ILS/xul/staff_client/server/circ/copy_status.js
Open-ILS/xul/staff_client/server/circ/copy_status.xul
Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul
Open-ILS/xul/staff_client/server/locale/en-US/cat.properties
Open-ILS/xul/staff_client/server/locale/en-US/patron.properties
Open-ILS/xul/staff_client/server/patron/bills.js
Open-ILS/xul/staff_client/server/patron/display.js
Open-ILS/xul/staff_client/server/patron/display.xul
Open-ILS/xul/staff_client/server/patron/display_horiz.xul
Open-ILS/xul/staff_client/server/patron/display_horiz_overlay.xul
Open-ILS/xul/staff_client/server/patron/display_overlay.xul