]> git.evergreen-ils.org Git - working/Evergreen.git/commit
This commit breaks compatibility with OpenSRF 0.9.
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 18 Oct 2007 17:24:00 +0000 (17:24 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 18 Oct 2007 17:24:00 +0000 (17:24 +0000)
commitfc39f233d77e1cfbf47e076736809bf789147574
tree25ccefd5141aeee55f8195a75334f4049b0cdfa4
parent25d560c77b27cb90d4b65a2dbeda210e50bf6807
This commit breaks compatibility with OpenSRF 0.9.

Removes JSON.js copies from EG trunk.
JSON_v0.js (legacy JSON) and JSON_v1.js (modern JSON) are copied from the installed OpenSRF javascript libs.
ScriptRunner.pm no longer loads another copy of JSON.js from <DATA>.
All Evergreen files now use modern JSON (JSON_v1.js).

git-svn-id: svn://svn.open-ils.org/ILS/trunk@7894 dcc99617-32d9-48b4-a31d-7c20da2025e4
34 files changed:
Evergreen/xul/staff_client/server/patron/ue.xhtml
Open-ILS/examples/opensrf.xml.example
Open-ILS/src/Makefile
Open-ILS/src/javascript/backend/catalog/biblio_descriptor.js
Open-ILS/src/javascript/backend/catalog/biblio_fingerprint.js
Open-ILS/src/javascript/backend/catalog/record_type.js
Open-ILS/src/javascript/backend/circ/circ_duration.js
Open-ILS/src/javascript/backend/circ/circ_item_config.js
Open-ILS/src/javascript/backend/circ/circ_lib.js
Open-ILS/src/javascript/backend/circ/circ_permit_copy.js
Open-ILS/src/javascript/backend/circ/circ_permit_hold.js
Open-ILS/src/javascript/backend/circ/circ_permit_patron.js
Open-ILS/src/javascript/backend/circ/circ_permit_renew.js
Open-ILS/src/javascript/backend/libs/JSON.js [deleted file]
Open-ILS/src/javascript/backend/libs/jsonopensrfrequest.js
Open-ILS/src/javascript/backend/penalty/patron_penalty.js
Open-ILS/src/perlmods/OpenILS/Utils/ScriptRunner.pm
Open-ILS/src/reporter/templates/header.ttk
Open-ILS/web/opac/common/js/JSON.js [deleted file]
Open-ILS/xul/staff_client/Makefile
Open-ILS/xul/staff_client/server/OpenILS/util_overlay.xul
Open-ILS/xul/staff_client/server/admin/cash_reports.xhtml
Open-ILS/xul/staff_client/server/admin/closed_dates.xhtml
Open-ILS/xul/staff_client/server/admin/copy_locations.xhtml
Open-ILS/xul/staff_client/server/admin/hold_pull_list.xhtml
Open-ILS/xul/staff_client/server/admin/hold_pull_list_classic.xhtml
Open-ILS/xul/staff_client/server/admin/non_cat_types.xhtml
Open-ILS/xul/staff_client/server/admin/org_settings.xhtml
Open-ILS/xul/staff_client/server/admin/printer_settings.html
Open-ILS/xul/staff_client/server/admin/stat_cat_editor.xhtml
Open-ILS/xul/staff_client/server/admin/upload_xacts.xhtml
Open-ILS/xul/staff_client/server/patron/ue.xhtml
Open-ILS/xul/staff_client/server/patron/user_edit.xml
Open-ILS/xul/staff_client/server/patron/user_editor.xhtml