[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. e07ffc9987f47d14db6347ab3f7174412af0d626

Evergreen Git git at git.evergreen-ils.org
Wed Oct 3 14:41:29 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_3 has been updated
       via  e07ffc9987f47d14db6347ab3f7174412af0d626 (commit)
      from  9e10d38b34a90e98ce4298b7fe7b63bdbed3197b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e07ffc9987f47d14db6347ab3f7174412af0d626
Author: Michael Peters <mrpeters at library.in.gov>
Date:   Mon Oct 1 14:51:31 2012 -0400

    LP#1020261 Better label for "Host" field in acq.edi_account
    
    The host field of acq.edi_account is really meant to contain more than just a hostname.
    It needs a scheme part, so that the whole contents of the field should be URI-ish, like
    
    ftp://ftp1.somevendor.com
    
    Otherwise Evergreen's EDI mechanism can guess wrongly that we want to use
    SSH instead of FTP to connect.
    
    This also adds a description for the field, in the footer, along with the other
    "helpers".
    
    Signed-off-by: Michael Peters <mrpeters at library.in.gov>
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/src/templates/conify/global/acq/edi_account.tt2 b/Open-ILS/src/templates/conify/global/acq/edi_account.tt2
index 9707c74..2d38ebe 100644
--- a/Open-ILS/src/templates/conify/global/acq/edi_account.tt2
+++ b/Open-ILS/src/templates/conify/global/acq/edi_account.tt2
@@ -41,6 +41,7 @@
         </table>
     </div>
     <div class="footer_notes">
+        <b>Host</b> is the full FTP/SSH hostname, including the protocol, e.g. ftp://ftp1.somevendor.com<br />  
         <b>Username</b>, <b>Password</b> and <b>Account</b> are (s)FTP/SSH parameters.<br />
         <b>Account</b> is unlikely to be used by modern systems and should typically be empty.<br />
         <b>Vendor Account Number</b> (VAN) is vendor-assigned, only needed if different than the org_unit SAN.<br />

-----------------------------------------------------------------------

Summary of changes:
 .../templates/conify/global/acq/edi_account.tt2    |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list