Bugzilla – Attachment 81796 Details for
Bug 21158
Add cronjob references to the system preference descriptions if a cronjob is required
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12258: (QA follow-up) Add some missing rrrrrrs
Bug-12258-QA-follow-up-Add-some-missing-rrrrrrs.patch (text/plain), 15.83 KB, created by
Katrin Fischer
on 2018-11-01 12:19:23 UTC
(
hide
)
Description:
Bug 12258: (QA follow-up) Add some missing rrrrrrs
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-11-01 12:19:23 UTC
Size:
15.83 KB
patch
obsolete
>From c2829583e3b8a07b08c8db78b4ff7780cdf735a3 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 1 Nov 2018 13:11:35 +0100 >Subject: [PATCH] Bug 12258: (QA follow-up) Add some missing rrrrrrs > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >https://bugs.koha-community.org/show_bug.cgi?id=21158 >--- > .../prog/en/modules/admin/preferences/acquisitions.pref | 2 +- > .../prog/en/modules/admin/preferences/admin.pref | 2 +- > .../prog/en/modules/admin/preferences/authorities.pref | 2 +- > .../prog/en/modules/admin/preferences/cataloguing.pref | 2 +- > .../prog/en/modules/admin/preferences/circulation.pref | 16 ++++++++-------- > .../prog/en/modules/admin/preferences/opac.pref | 8 ++++---- > .../prog/en/modules/admin/preferences/patrons.pref | 4 ++-- > 7 files changed, 18 insertions(+), 18 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref >index cf9209d068..81aaa5056d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref >@@ -82,7 +82,7 @@ Acquisitions: > class: integer > - "days. Example: [30] Sets purgation of suggestions for those older than 30 days." > - "<br><strong>WARNING:</strong> Leave this field empty if you don't want to activate this automatic feature." >- - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/purge_suggestions.pl</code> cronjob. Ask you system administrator to schedule it." >+ - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/purge_suggestions.pl</code> cronjob. Ask your system administrator to schedule it." > > - > - pref: UseACQFrameworkForBiblioRecords >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref >index da2a1f831f..464c8c8e6a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref >@@ -178,7 +178,7 @@ Administration: > no: "No" > - ". Website where usage statistics are published: <a href=\"http://hea.koha-community.org\">Hea Koha community website</a>." > - "<br><strong>NOTE:</strong> The other \"UsageStats\" preferences have no effect if this preference is set to \"No\"." >- - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/share_usage_with_koha_community.pl</code> cronjob. Ask you system administrator to schedule it." >+ - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/share_usage_with_koha_community.pl</code> cronjob. Ask your system administrator to schedule it." > - > - "Use the following library name to be shown on the Hea Community website: " > - pref: UsageStatsLibraryName >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref >index a6897e5f02..1de239b315 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref >@@ -35,7 +35,7 @@ Authorities: > - pref: AuthorityMergeLimit > default: 50 > - records. (Above this limit, the merge_authority cron job will merge them.) >- - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/migration_tools/merge_authority.pl</code> cronjob. Ask you system administrator to schedule it." >+ - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/migration_tools/merge_authority.pl</code> cronjob. Ask your system administrator to schedule it." > - > - Use the following text for the contents of MARC21 authority control field 008 position 06-39 (fixed length data elements). Do NOT include the date (position 00-05). > - pref: MARCAuthorityControlField008 >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref >index 3faab1fd3e..0b17e881c4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref >@@ -90,7 +90,7 @@ Cataloging: > - pref: NewItemsDefaultLocation > class: short > - (should be a location code, or blank to disable). >- - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cart_to_shelf.pl</code> cronjob. Ask you system administrator to schedule it." >+ - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cart_to_shelf.pl</code> cronjob. Ask your system administrator to schedule it." > - > - pref: z3950NormalizeAuthor > choices: >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >index 814b83069c..c76b411ed4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >@@ -213,14 +213,14 @@ Circulation: > yes: Move > no: "Don't move" > - items that have the location PROC to the location CART when they are checked in. >- - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cart_to_shelf.pl</code> cronjob. Ask you system administrator to schedule it." >+ - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cart_to_shelf.pl</code> cronjob. Ask your system administrator to schedule it." > - > - pref: ReturnToShelvingCart > choices: > yes: Move > no: "Don't move" > - all items to the location CART when they are checked in. >- - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cart_to_shelf.pl</code> cronjob. Ask you system administrator to schedule it." >+ - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cart_to_shelf.pl</code> cronjob. Ask your system administrator to schedule it." > - > - pref: AutomaticItemReturn > choices: >@@ -400,14 +400,14 @@ Circulation: > - <br>WARNING รข These preferences will activate the automatic item loss process. Leave these fields empty if you don't want to activate this feature. > - "<br>Example: [1] [30] Sets an item to the LOST value 1 when it has been overdue for more than 30 days." > - <br>(Used when the longoverdue.pl script is called without the --lost parameter) >- - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask you system administrator to schedule it." >+ - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it." > - > - "Charge a lost item to the borrower's account when the LOST value of the item changes to :" > - pref: DefaultLongOverdueChargeValue > class: integer > - <br>Leave this field empty if you don't want to charge the user for lost items. > - <br>(Used when the longoverdue.pl script is called without the --charge parameter) >- - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask you system administrator to schedule it." >+ - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it." > - > - "When issuing an item that has been marked as lost, " > - pref: IssueLostItem >@@ -604,7 +604,7 @@ Circulation: > choices: > yes: Allow > no: "Don't allow" >- - "holds to expire automatically if they have not been picked by within the time period specified in ReservesMaxPickUpDelay.<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/holds/cancel_expired_holds.pl</code> cronjob. Ask you system administrator to schedule it." >+ - "holds to expire automatically if they have not been picked by within the time period specified in ReservesMaxPickUpDelay.<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/holds/cancel_expired_holds.pl</code> cronjob. Ask your system administrator to schedule it." > - > - If using ExpireReservesMaxPickUpDelay, charge a borrower who allows his or her waiting hold to expire a fee of > - pref: ExpireReservesMaxPickUpDelayCharge >@@ -623,7 +623,7 @@ Circulation: > choices: > yes: in random order. > no: in that order. >- - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/holds/build_holds_queue.pl</code> cronjob. Ask you system administrator to schedule it." >+ - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/holds/build_holds_queue.pl</code> cronjob. Ask your system administrator to schedule it." > - > - > - pref: canreservefromotherbranches >@@ -672,7 +672,7 @@ Circulation: > yes: Allow > no: "Don't allow" > - "suspended holds to be automatically resumed by a set date." >- - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/holds/auto_unsuspend_holds.pl</code> cronjob. Ask you system administrator to schedule it." >+ - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/holds/auto_unsuspend_holds.pl</code> cronjob. Ask your system administrator to schedule it." > - > - pref: SuspendHoldsIntranet > choices: >@@ -795,7 +795,7 @@ Circulation: > production: Calculate and charge > - fines (when <code>misc/cronjobs/fines.pl</code> is being run). > - "<br><strong>NOTE:</strong> Fines can also be charged by the CalculateFinesOnReturn system preference." >- - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/fines.pl</code> cronjob. Ask you system administrator to schedule it." >+ - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/fines.pl</code> cronjob. Ask your system administrator to schedule it." > - > - If a lost item is returned, apply the refunding rules defined in the > - pref: RefundLostOnReturnControl >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >index c92a753c00..ca432d1458 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >@@ -397,14 +397,14 @@ OPAC: > yes: Allow > no: "Don't allow" > - patrons to browse subject authorities on OPAC >- - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/build_browser_and_cloud.pl</code> cronjob. Ask you system administrator to schedule it." >+ - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/build_browser_and_cloud.pl</code> cronjob. Ask your system administrator to schedule it." > - > - pref: OpacCloud > choices: > yes: Show > no: "Don't show" > - a subject cloud on OPAC >- - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/build_browser_and_cloud.pl</code> cronjob. Ask you system administrator to schedule it." >+ - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/build_browser_and_cloud.pl</code> cronjob. Ask your system administrator to schedule it." > - > - pref: OpacAuthorities > choices: >@@ -728,7 +728,7 @@ OPAC: > yes: Require > no: "Don't require" > - "that a self-registering patron verify his or herself via email." >- - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/delete_unverified_opac_registrations.pl</code> cronjob. Ask you system administrator to schedule it." >+ - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/delete_unverified_opac_registrations.pl</code> cronjob. Ask your system administrator to schedule it." > - > - "Use the patron category code" > - pref: PatronSelfRegistrationDefaultCategory >@@ -739,7 +739,7 @@ OPAC: > - pref: PatronSelfRegistrationExpireTemporaryAccountsDelay > class: integer > - "days." >- - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/delete_expired_opac_registrations.pl</code> cronjob. Ask you system administrator to schedule it." >+ - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/delete_expired_opac_registrations.pl</code> cronjob. Ask your system administrator to schedule it." > - > - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:" > - pref: PatronSelfRegistrationBorrowerMandatoryField >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >index 6b3c56ce12..434dd69580 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >@@ -67,7 +67,7 @@ Patrons: > no: "Don't allow" > - "Staff to manage which notices patrons will receive and when they will receive them." > - "<br><strong>NOTE:</strong> This only applies to courtesy notices. To manage if patrons have also access to these settings, use EnhancedMessagingPreferencesOPAC." >- - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/process_message_queue.pl</code> and the <code>misc/cronjobs/advance_notices.pl</code> cronjob. Ask you system administrator to schedule them." >+ - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/process_message_queue.pl</code> and the <code>misc/cronjobs/advance_notices.pl</code> cronjob. Ask your system administrator to schedule them." > - > - pref: ExtendedPatronAttributes > choices: >@@ -108,7 +108,7 @@ Patrons: > - pref: MembershipExpiryDaysNotice > class: integer > - days. >- - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/membership_expiry.pl</code> cronjob. Ask you system administrator to schedule it." >+ - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/membership_expiry.pl</code> cronjob. Ask your system administrator to schedule it." > - > - pref: patronimages > choices: >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21158
:
77484
|
80953
|
81608
|
81795
| 81796