[open-ils-commits] [GIT] Evergreen ILS branch rel_3_4 updated. 7827f05da1006492ce2883cfbb83e145e0af9abb

Evergreen Git git at git.evergreen-ils.org
Fri Jul 24 16:27:34 EDT 2020


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_3_4 has been updated
       via  7827f05da1006492ce2883cfbb83e145e0af9abb (commit)
       via  40a28f954b24d41e91c684dc0bcf12f6fa20d33d (commit)
      from  c0ff29694e69162742e2807fe303aff53b1bc4c5 (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 7827f05da1006492ce2883cfbb83e145e0af9abb
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Tue Oct 15 18:32:19 2019 -0400

    LP#1847784: (docs) refer to the badge score generator cron job by name
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/docs/admin/popularity_badges_web_client.adoc b/docs/admin/popularity_badges_web_client.adoc
index 7bd1206a0a..fe7268e998 100644
--- a/docs/admin/popularity_badges_web_client.adoc
+++ b/docs/admin/popularity_badges_web_client.adoc
@@ -8,7 +8,7 @@ Popularity Rating and Calculation
 
 Popularity badge parameters define the criteria a bibliographic record must meet to earn the badge, as well as which bibliographic records are eligible to earn the badge.  For example, the popularity parameter "Circulations Over Time" can be configured to create a badge that is applied to bibliographic records for DVDs.  The badge can be configured to look at circulations within the last 2 years, but assign more weight or popularity to circulations from the last 6 months.
 
-Multiple popularity badges may be applied to a bibliographic record.  For each applicable popularity badge, the record will be rated on a scale of 1-5, where a 5 indicates the most popular.  Evergreen will then assign an overall popularity rating to each bibliographic record by averaging all of the popularity badge points earned by the record.  The popularity rating is stored with the record and will be used to rank the record within search results when the popularity badge is within the scope of the search.  The popularity badges are recalculated on a regular and configurable basis by a cron job.  Popularity badges can also be recalculated by an administrator directly on the server.
+Multiple popularity badges may be applied to a bibliographic record.  For each applicable popularity badge, the record will be rated on a scale of 1-5, where a 5 indicates the most popular.  Evergreen will then assign an overall popularity rating to each bibliographic record by averaging all of the popularity badge points earned by the record.  The popularity rating is stored with the record and will be used to rank the record within search results when the popularity badge is within the scope of the search.  The popularity badges are recalculated on a regular and configurable basis by the cron job `badge_score_generator.pl`.  Popularity badges can also be recalculated by an administrator directly on the server.
 
 Creating Popularity Badges
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -68,7 +68,7 @@ NOTE: only Name, Scope, Weight, Recalculation Interval, Importance Interval, and
 
   * *Location Group Filter:*  Apply the badge only to items that are part of the specified Shelving Location Group.  Applies only to item related badges.
 
-  * *Recalculation Interval:* Indicates how often the popularity value of the badge should be recalculated for bibliographic records that have earned the badge.  Recalculation is controlled by a cron job.  Required field with a default value of 1 month.
+  * *Recalculation Interval:* Indicates how often the popularity value of the badge should be recalculated for bibliographic records that have earned the badge.  Recalculation is controlled by the cron job `badge_score_generator.pl`.  Required field with a default value of 1 month.
 
   * *Fixed Rating:* Can be used to set a fixed popularity value for all records that earn the badge.  For example, the Fixed Rating can be set to 5 to indicate that records earning the badge should always be considered extremely popular.
 

commit 40a28f954b24d41e91c684dc0bcf12f6fa20d33d
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Tue Oct 15 18:29:40 2019 -0400

    LP#1847784: install badge_score_generator.pl by default
    
    To test
    -------
    [1] Perform an Evergreen installation/upgrade.
    [2] Verify that badge_score_generator.pl is present
        in /openils/bin (or an alternative installation
        location specified during the ./configure step).
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/Makefile.am b/Open-ILS/src/Makefile.am
index 87a8b00488..c7a8a42b4f 100644
--- a/Open-ILS/src/Makefile.am
+++ b/Open-ILS/src/Makefile.am
@@ -70,6 +70,7 @@ core_scripts =   $(examples)/oils_ctl.sh \
 		 $(supportscr)/thaw_expired_frozen_holds.srfsh \
 		 $(supportscr)/long-overdue-status-update.pl \
 		 $(supportscr)/oils_header.pl \
+		 $(supportscr)/badge_score_generator.pl \
 		 $(supportscr)/purge_at_events.srfsh \
 		 $(supportscr)/purge_holds.srfsh \
 		 $(supportscr)/purge_circulations.srfsh \

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

Summary of changes:
 Open-ILS/src/Makefile.am                     | 1 +
 docs/admin/popularity_badges_web_client.adoc | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list