[open-ils-commits] [GIT] Evergreen ILS branch rel_2_7 updated. f094a6872d8b55590c25bd3bf6a12ac6bcffdf6a

Evergreen Git git at git.evergreen-ils.org
Tue Apr 7 17:23:54 EDT 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_7 has been updated
       via  f094a6872d8b55590c25bd3bf6a12ac6bcffdf6a (commit)
      from  84eeedd55036bb2af757d2c167265be6c72842e2 (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 f094a6872d8b55590c25bd3bf6a12ac6bcffdf6a
Author: Ben Shum <bshum at biblio.org>
Date:   Tue Apr 7 17:22:10 2015 -0400

    Docs: Change all .PNG to .png
    
    There were files with uppercase .PNG and referneces to .PNG in the docs.
    
    Change all to lowercase .png for consistency.
    
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/docs/admin/Org_Unit_Proximity_Adjustments.txt b/docs/admin/Org_Unit_Proximity_Adjustments.txt
index 26da954..1d6d232 100644
--- a/docs/admin/Org_Unit_Proximity_Adjustments.txt
+++ b/docs/admin/Org_Unit_Proximity_Adjustments.txt
@@ -5,7 +5,7 @@ Org Unit Proximity Adjustments
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Org Unit Proximity Adjustments allow libraries to indicate lending preferences for holds between libraries in an Evergreen consortium.  When a hold is placed in Evergreen, the hold targeter looks for copies that can fill the hold.  One factor that the hold targeter uses to choose the best copy to fill the hold is the distance, or proximity, between the capturing library and the pickup library for the request.  The proximity is based on the number of steps through the org tree that it takes to get from one org unit to another.    
 
-image::media/Org_Unit_Prox_Adj1.PNG[Org Unit Proximity]
+image::media/Org_Unit_Prox_Adj1.png[Org Unit Proximity]
 Org Unit Proximity between BR1 and BR4 = 4
 
 Org Unit Proximity Adjustments allow libraries to customize the distances between org units, which provides more control over which libraries are looked at when targeting copies to fill a hold.  Evergreen can also be configured to take Org Unit Proximity Adjustments into account during opportunistic capture through the creation of a custom Best-Hold Selection Sort Order.  See documentation <here> for more information on Best-Hold Selection Sort Order. 
@@ -33,7 +33,7 @@ Create an Org Unit Proximity Adjustment
 . Enter the *Proximity Adjustment* between the *Item Circulating Library* and the *Request Library*.
 . Click *Save*.
 
-image::media/Org_Unit_Prox_Adj2.PNG[Org Unit Proximity Adjustment]
+image::media/Org_Unit_Prox_Adj2.png[Org Unit Proximity Adjustment]
 
 This will create a one-way proximity adjustment between Org Units.  In this example this adjustment will apply to items requested at by a patron BR4 and filled at BR1.  To create the reciprocal proximity adjustment, for items requested at BR1 and filled at BR4, create a second proximity adjustment between the two Org Units.
 
diff --git a/docs/media/Org_Unit_Prox_Adj1.PNG b/docs/media/Org_Unit_Prox_Adj1.png
similarity index 100%
rename from docs/media/Org_Unit_Prox_Adj1.PNG
rename to docs/media/Org_Unit_Prox_Adj1.png
diff --git a/docs/media/Org_Unit_Prox_Adj2.PNG b/docs/media/Org_Unit_Prox_Adj2.png
similarity index 100%
rename from docs/media/Org_Unit_Prox_Adj2.PNG
rename to docs/media/Org_Unit_Prox_Adj2.png

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

Summary of changes:
 docs/admin/Org_Unit_Proximity_Adjustments.txt      |    4 ++--
 ...g_Unit_Prox_Adj1.PNG => Org_Unit_Prox_Adj1.png} |  Bin 12836 -> 12836 bytes
 ...g_Unit_Prox_Adj2.PNG => Org_Unit_Prox_Adj2.png} |  Bin 27714 -> 27714 bytes
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename docs/media/{Org_Unit_Prox_Adj1.PNG => Org_Unit_Prox_Adj1.png} (100%)
 rename docs/media/{Org_Unit_Prox_Adj2.PNG => Org_Unit_Prox_Adj2.png} (100%)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list