From: Galen Charlton Date: Tue, 14 Aug 2018 00:46:10 +0000 (-0400) Subject: LP#1772680: file mode fixes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=480e69cd6eeb6938dfd2af7fc0e66ec7099734a9;p=evergreen%2Fpines.git LP#1772680: file mode fixes Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/EbookAPI.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/EbookAPI.pm old mode 100755 new mode 100644 diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/EbookAPI/RBDigital.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/EbookAPI/RBDigital.pm old mode 100755 new mode 100644 diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm old mode 100755 new mode 100644 diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm old mode 100755 new mode 100644 diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/RBDigitalRecord.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/RBDigitalRecord.pm old mode 100755 new mode 100644 diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/RBDigitalSearch.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/RBDigitalSearch.pm old mode 100755 new mode 100644 diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm old mode 100755 new mode 100644 diff --git a/Open-ILS/src/perlmods/live_t/100-ebookapi-rbdigital.t b/Open-ILS/src/perlmods/live_t/100-ebookapi-rbdigital.t old mode 100755 new mode 100644 diff --git a/Open-ILS/src/perlmods/live_t/101-ebookapi-rbdigital.t b/Open-ILS/src/perlmods/live_t/101-ebookapi-rbdigital.t old mode 100755 new mode 100644 diff --git a/Open-ILS/src/sql/Pg/upgrade/1030.data.org-setting.ebook-api-rbdigital.sql b/Open-ILS/src/sql/Pg/upgrade/1030.data.org-setting.ebook-api-rbdigital.sql old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/advanced.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/advanced.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/manage_search_fields.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/manage_search_fields.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/map_seach_field_values_modal.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/map_seach_field_values_modal.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/advanced/global_row.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/advanced/global_row.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/advanced/search.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/advanced/search.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/coded_value_selector.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/coded_value_selector.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/file_formats.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/file_formats.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/filtersort.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/filtersort.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/item_parser.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/item_parser.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/record/body.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/record/body.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/record/navigation.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/record/navigation.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/record/recommendations.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/record/recommendations.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/record/summary.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/record/summary.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/record/summaryplus.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/record/summaryplus.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/result/facets.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/result/facets.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/result/lowhits.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/result/lowhits.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/result/table.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/result/table.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/searchbar.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/searchbar.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/record.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/record.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/register_modal.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/register_modal.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/results.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/results.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/home.tt2 b/Open-ILS/src/templates/opac/home.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/myopac/ebook_checkout.tt2 b/Open-ILS/src/templates/opac/myopac/ebook_checkout.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/myopac/wishlist.tt2 b/Open-ILS/src/templates/opac/myopac/wishlist.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/parts/base.tt2 b/Open-ILS/src/templates/opac/parts/base.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/parts/bookbag_actions.tt2 b/Open-ILS/src/templates/opac/parts/bookbag_actions.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/parts/config.tt2 b/Open-ILS/src/templates/opac/parts/config.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/parts/ebook_api/base_js.tt2 b/Open-ILS/src/templates/opac/parts/ebook_api/base_js.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/parts/filter_group_selector.tt2 b/Open-ILS/src/templates/opac/parts/filter_group_selector.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/parts/misc_util.tt2 b/Open-ILS/src/templates/opac/parts/misc_util.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/parts/myopac/base.tt2 b/Open-ILS/src/templates/opac/parts/myopac/base.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/parts/record/summary.tt2 b/Open-ILS/src/templates/opac/parts/record/summary.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/parts/topnav.tt2 b/Open-ILS/src/templates/opac/parts/topnav.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/parts/topnav_links.tt2 b/Open-ILS/src/templates/opac/parts/topnav_links.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/parts/vendor_tabs.tt2 b/Open-ILS/src/templates/opac/parts/vendor_tabs.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/src/templates/opac/results.tt2 b/Open-ILS/src/templates/opac/results.tt2 old mode 100755 new mode 100644 diff --git a/Open-ILS/web/css/skin/default/ebook/rbdigital.css b/Open-ILS/web/css/skin/default/ebook/rbdigital.css old mode 100755 new mode 100644 diff --git a/Open-ILS/web/images/rbdigital_logo.png b/Open-ILS/web/images/rbdigital_logo.png old mode 100755 new mode 100644 diff --git a/Open-ILS/web/js/ui/default/opac/ebook_api/ebook.js b/Open-ILS/web/js/ui/default/opac/ebook_api/ebook.js old mode 100755 new mode 100644 diff --git a/Open-ILS/web/js/ui/default/opac/ebook_api/loggedin.js b/Open-ILS/web/js/ui/default/opac/ebook_api/loggedin.js old mode 100755 new mode 100644 diff --git a/Open-ILS/web/js/ui/default/opac/ebook_api/rbdigital.js b/Open-ILS/web/js/ui/default/opac/ebook_api/rbdigital.js old mode 100755 new mode 100644 diff --git a/Open-ILS/web/reports/fm_IDL-conf.xml b/Open-ILS/web/reports/fm_IDL-conf.xml old mode 100755 new mode 100644 diff --git a/Open-ILS/web/reports/fm_IDL.xml-jaswinder b/Open-ILS/web/reports/fm_IDL.xml-jaswinder old mode 100755 new mode 100644