[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_6 updated. a814efcc1885bb3d7dbcea0fc08205f3bc52c346

Evergreen Git git at git.evergreen-ils.org
Thu Jan 22 15:34:46 EST 2015


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_6 has been updated
       via  a814efcc1885bb3d7dbcea0fc08205f3bc52c346 (commit)
       via  2a91e2797cd422fbf7811e5ea08d2cf254f985aa (commit)
      from  facf107fc21073d31b13d79cbce04a5a4dc40634 (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 a814efcc1885bb3d7dbcea0fc08205f3bc52c346
Author: Josh Stompro <github at stompro.org>
Date:   Wed Sep 24 15:39:30 2014 -0500

    LP 1372197: Fixed another link to evergreen-ils.org that changed.
    
    Server upgrade section had a link to http://evergreen-ils.org/downloads.php that is now
    http://evergreen-ils.org/egdownloads/
    
    Signed-off-by: Josh Stompro <github at stompro.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/docs/installation/server_upgrade.txt b/docs/installation/server_upgrade.txt
index 8e497f4..b77630b 100644
--- a/docs/installation/server_upgrade.txt
+++ b/docs/installation/server_upgrade.txt
@@ -51,7 +51,7 @@ tar xzf Evergreen-ILS-2.6.1.tar.gz
 -----------------------------------------------
 +
 [NOTE]
-For the latest edition of Evergreen, check the http://evergreen-ils.org/downloads.php[Evergreen download page] and adjust upgrading instructions accordingly.
+For the latest edition of Evergreen, check the http://evergreen-ils.org/egdownloads/[Evergreen download page] and adjust upgrading instructions accordingly.
 
 . As the root user, install the prerequisites:
 +

commit 2a91e2797cd422fbf7811e5ea08d2cf254f985aa
Author: Josh Stompro <github at stompro.org>
Date:   Wed Sep 24 14:48:16 2014 -0500

    LP 1373197: fixed default "Get Help With Evergreen" link.
    
    The "Get Help" link was pointing to a 404 page, fixed it so it points at the correct page.
    
    Signed-off-by: Josh Stompro <github at stompro.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/xul/staff_client/server/index.xhtml b/Open-ILS/xul/staff_client/server/index.xhtml
index 6421e39..5a2aba6 100644
--- a/Open-ILS/xul/staff_client/server/index.xhtml
+++ b/Open-ILS/xul/staff_client/server/index.xhtml
@@ -117,7 +117,7 @@
                 
                 //Place your helpdesk link here
                 function helpdesk(newtab) {
-                        xulG.open_external("http://evergreen-ils.org/communicate.php");
+                        xulG.open_external("http://evergreen-ils.org/communicate/");
                 }
                 
                 //A good place for a Google map.  Evergreen Indiana uses GIS data to create a Google map to verify if a library is within district boundaries

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

Summary of changes:
 Open-ILS/xul/staff_client/server/index.xhtml |    2 +-
 docs/installation/server_upgrade.txt         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list