patch a 2.4.2 tarball for the staff client and installed files otherwise user/phasefx/temporary
authorJason Etheridge <jason@esilibrary.com>
Tue, 1 Oct 2013 21:49:57 +0000 (17:49 -0400)
committerJason Etheridge <jason@esilibrary.com>
Tue, 1 Oct 2013 21:49:57 +0000 (17:49 -0400)
patron_summary_patcher.sh [new file with mode: 0755]

diff --git a/patron_summary_patcher.sh b/patron_summary_patcher.sh
new file mode 100755 (executable)
index 0000000..5acf2c8
--- /dev/null
@@ -0,0 +1,45 @@
+#!/bin/bash
+cd
+rm Evergreen-ILS-2.4.2/Open-ILS/xul/staff_client/server/patron/display.js
+wget -O hs24057.EGCatLoader.pm.patch 'http://git.evergreen-ils.org/?p=working/Evergreen.git;a=patch;h=2ada113b3e576d3d6818d35d39b9f0f4cd7f6619'
+sudo patch -b /usr/local/share/perl/5.10.1/OpenILS/WWW/EGCatLoader.pm hs24057.EGCatLoader.pm.patch
+wget -O hs24057.js.tt2.patch 'http://git.evergreen-ils.org/?p=working/Evergreen.git;a=patch;h=9cf7f19938b98347b8cdd40b7bfb57e8621c52ba'
+patch -b /openils/var/templates/opac/parts/js.tt2 hs24057.js.tt2.patch
+cd Evergreen-ILS-2.4.2/Open-ILS/xul/staff_client/server/patron/
+wget -O patron.js 'http://git.evergreen-ils.org/?p=working/Evergreen.git;a=blob_plain;f=Open-ILS/xul/staff_client/server/patron/patron.js;h=98b028e17e3c97807e0e9a7db62e74e82c92239b;hb=e31a08ec1fcb9d1c88127e65763eb7023540f7f9'
+wget -O search.js 'http://git.evergreen-ils.org/?p=working/Evergreen.git;a=blob_plain;f=Open-ILS/xul/staff_client/server/patron/search.js;h=716b4b48b1675e3dc5ffa999ea91aabe1fe3f6c6;hb=6b5f01884401c82294900f56167541e88742c2b3'
+rm display_overlay.xul
+rm display_horiz_overlay.xul
+wget -O display.xul 'http://git.evergreen-ils.org/?p=working/Evergreen.git;a=blob_plain;f=Open-ILS/xul/staff_client/server/patron/display.xul;h=400085730bbfbfa620a386c4cd4ab7a85bcac3bf;hb=d76ccdb18f09a039cc1a2a81c336a034e0ff0e11'
+ln -sf display.xul display_horiz.xul
+wget -O hs24057.standing_penalties.js.patch 'http://git.evergreen-ils.org/?p=working/Evergreen.git;a=patch;h=612522324166b34adf54343ed80d81f4989f5dc7'
+patch -b standing_penalties.js hs24057.standing_penalties.js.patch
+wget -O hs24057.search_result.js.patch 'http://git.evergreen-ils.org/?p=working/Evergreen.git;a=patch;h=200e06f39d4535dc02a6d1c9de136fee9a956d94'
+patch -b search_result.js hs24057.search_result.js.patch
+wget -O hs24057.holds.js.patch 'http://git.evergreen-ils.org/?p=working/Evergreen.git;a=patch;h=179b38d0ba45d17d7e3299d77748414ca582e93d'
+patch -b holds.js hs24057.holds.js.patch
+wget -O hs24057.bill2.js.patch 'http://git.evergreen-ils.org/?p=working/Evergreen.git;a=patch;h=c602d1e028331b480249260b12d344551b2728b9'
+patch -b bill2.js hs24057.bill2.js.patch
+cd ../main/
+wget -O hs24057.data.xul.patch 'http://git.evergreen-ils.org/?p=working/Evergreen.git;a=patch;h=054d3b2feb462ab3ad95a88a8bee20f611dc46fc'
+patch -b data.xul hs24057.data.xul.patch
+cd ../../chrome/content/util/
+wget -O hs24057.list.js.patch 'http://git.evergreen-ils.org/?p=working/Evergreen.git;a=patch;h=dc5aaff9568005e6104da8694f33afc135d5f7ef'
+patch -b list.js hs24057.list.js.patch
+cd ../main/
+wget -O hs24057.menu.js.patch 'http://git.evergreen-ils.org/?p=working/Evergreen.git;a=patch;h=af40d3294dd58c0e05992735e389647688544614'
+patch -b menu.js hs24057.menu.js.patch
+wget -O hs24057.constants.js.patch 'http://git.evergreen-ils.org/?p=working/Evergreen.git;a=patch;h=9757b40d37ed8382febf4e5bf999a805d1c3b5ca'
+patch -b constants.js hs24057.constants.js.patch
+cd /usr/local/share/perl/5.10.1/OpenILS/WWW/EGCatLoader/
+sudo wget -O PatronSummary.pm 'http://git.evergreen-ils.org/?p=working/Evergreen.git;a=blob_plain;f=Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/PatronSummary.pm;h=4e32be681b0730eac41720ef0a53dbcd7595c797;hb=93bdf13a8c6b40b13c530d67a18a72d32decf09e'
+cd /openils/var/templates/
+wget -O base_nodojo.tt2 'http://git.evergreen-ils.org/?p=working/Evergreen.git;a=blob_plain;f=Open-ILS/src/templates/base_nodojo.tt2;h=619630e4e9b832eac68eb124d5b913bdf0be8cf7;hb=7c7e1a76bb28332a2d9fe7d6880d96e9e4db2aca'
+cd opac/
+wget -O PatronSummary.tt2 'http://git.evergreen-ils.org/?p=working/Evergreen.git;a=blob_plain;f=Open-ILS/src/templates/opac/PatronSummary.tt2;h=4ec1a6db501acec6f5d6e12c42e6439d3b5ba5f0;hb=bff4f12731738d6992a0cd7f615ebefcc9281598'
+ln -sf PatronSummary.tt2 PatronSearchSummary.tt2
+cd css/
+wget -O PatronSummary.css.tt2 'http://git.evergreen-ils.org/?p=working/Evergreen.git;a=blob_plain;f=Open-ILS/src/templates/opac/css/PatronSummary.css.tt2;h=b042928fa8090b4c7a514a04217cec2ec894edda;hb=1a1cbc542a69e4ec50ccb111f9c6b75c04075dfe'
+cd ../parts
+wget -O xuljs.tt2 'http://git.evergreen-ils.org/?p=working/Evergreen.git;a=blob_plain;f=Open-ILS/src/templates/opac/parts/xuljs.tt2;h=a1baf1a6d7736509b755fbdb3c2a4285e271d4fa;hb=fe4df11bc5eafba6c75ac6e8b24f256332527f99'
+echo Done