[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. 3a5aa33048ab82f9f30ed20fdc53e3a928cdb534

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, master has been updated
       via  3a5aa33048ab82f9f30ed20fdc53e3a928cdb534 (commit)
       via  05f86c871e281406c489a59267605a518a83e9f1 (commit)
      from  4ffe7d6783b313c2730238c85086060b3af79cb9 (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 3a5aa33048ab82f9f30ed20fdc53e3a928cdb534
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 05f86c871e281406c489a59267605a518a83e9f1
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