[open-ils-commits] [GIT] Evergreen ILS branch rel_3_3 updated. 56492e92e8cae0fd3b71cad0e3f02acd9e8dd505

Evergreen Git git at git.evergreen-ils.org
Fri Jul 24 16:29:01 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_3 has been updated
       via  56492e92e8cae0fd3b71cad0e3f02acd9e8dd505 (commit)
       via  215fd721fa61761f54b2ed3ab6f52b270d97ea61 (commit)
      from  9e332647b261ad583a08a8012ddb0f550924403a (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 56492e92e8cae0fd3b71cad0e3f02acd9e8dd505
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 215fd721fa61761f54b2ed3ab6f52b270d97ea61
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 33d311264e..fd799c9ec9 100644
--- a/Open-ILS/src/Makefile.am
+++ b/Open-ILS/src/Makefile.am
@@ -67,6 +67,7 @@ core_scripts =   $(examples)/oils_ctl.sh \
 		 $(supportscr)/juv_to_adult.srfsh \
 		 $(supportscr)/thaw_expired_frozen_holds.srfsh \
 		 $(supportscr)/long-overdue-status-update.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