[open-ils-commits] [GIT] Evergreen ILS branch master updated. d286fbecb77f94624e9663c20bdf6fd001d44a99
Evergreen Git
git at git.evergreen-ils.org
Thu May 22 12:03:52 EDT 2014
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 d286fbecb77f94624e9663c20bdf6fd001d44a99 (commit)
via 926ac84aed08322344fa2cb4124deebdbd5c554b (commit)
from 5beaf3ae96250320417a4c634dc5dbd34f90308d (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 d286fbecb77f94624e9663c20bdf6fd001d44a99
Author: Josh Stompro <Stomproj at larl.org>
Date: Wed May 21 08:37:58 2014 -0500
(doc) 'debian-wheezy' was left out of the OS options
Just added 'debian-wheezy' to the OS options, it was left out by mistake.
Signed-off-by: Josh Stompro <Stomproj at larl.org>
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
diff --git a/docs/installation/server_installation.txt b/docs/installation/server_installation.txt
index 45e5df5..d974425 100644
--- a/docs/installation/server_installation.txt
+++ b/docs/installation/server_installation.txt
@@ -96,7 +96,7 @@ add-apt-repository ppa:pitti/postgresql
retrieve the new packages from the backports repository.
4. Issue the following commands as the *root* Linux account to install
prerequisites using the `Makefile.install` prerequisite installer,
- substituting `debian-squeeze`, `fedora`, `ubuntu-lucid`, or
+ substituting `debian-squeeze`, `debian-wheezy`, `fedora`, `ubuntu-lucid`, or
`ubuntu-precise` for <osname> below:
+
[source, bash]
commit 926ac84aed08322344fa2cb4124deebdbd5c554b
Author: Josh Stompro <Stomproj at larl.org>
Date: Mon May 19 15:17:15 2014 -0500
(doc) add overdues to summary of the phone list feature
Added "or overdues" to the summary so it is clear that phonelist
handles both holds and overdues.
Signed-off-by: Josh Stompro <Stomproj at larl.org>
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
diff --git a/docs/admin/phonelist.txt b/docs/admin/phonelist.txt
index 65a667f..275e22b 100644
--- a/docs/admin/phonelist.txt
+++ b/docs/admin/phonelist.txt
@@ -2,7 +2,7 @@ Phonelist.pm Module
===================
PhoneList.pm is a mod_perl module for Apache that works with Evergreen
-to generate callings lists for patron holds. It outputs a csv file
+to generate callings lists for patron holds or overdues. It outputs a csv file
that can be fed into an auto-dialer script to call patrons with little
or no staff intervention. It is accessed and configured via a special
URL and passing any parameters as a ``Query String'' on the URL. The
-----------------------------------------------------------------------
Summary of changes:
docs/admin/phonelist.txt | 2 +-
docs/installation/server_installation.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list