Bugzilla – Attachment 149551 Details for
Bug 33360
SendQueuedMessages: Improve limit behavior and add domain limits
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33360: Update koha-conf.xml
Bug-33360-Update-koha-confxml.patch (text/plain), 2.25 KB, created by
Marcel de Rooy
on 2023-04-12 13:45:11 UTC
(
hide
)
Description:
Bug 33360: Update koha-conf.xml
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-04-12 13:45:11 UTC
Size:
2.25 KB
patch
obsolete
>From f8cde1648abb3526df133fd87abb23dd78f82830 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 12 Apr 2023 11:59:45 +0000 >Subject: [PATCH] Bug 33360: Update koha-conf.xml >Content-Type: text/plain; charset=utf-8 > >Test plan: >We already tested it. Just look at changes in this patch. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > debian/templates/koha-conf-site.xml.in | 8 ++++++++ > etc/koha-conf.xml | 8 ++++++++ > 2 files changed, 16 insertions(+) > >diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in >index 9feb9bf5b0..6beda41884 100644 >--- a/debian/templates/koha-conf-site.xml.in >+++ b/debian/templates/koha-conf-site.xml.in >@@ -470,5 +470,13 @@ __END_SRU_PUBLICSERVER__ > <do_not_remove_cookie>KohaOpacLanguage</do_not_remove_cookie> > --> > >+ <message_domain_limits> >+ <!-- Two types are supported: a regular limit and a grouped limit that refers to a regular limit --> >+ <!-- <domain><name>DOMAIN_NAME</name><limit>NUMBER</limit><unit>{NUMBER}{m[inutes]|h[ours]|d[ays]}</unit></domain> --> >+ <!-- <domain><name>OTHER_DOMAIN_NAME</name><belongs_to>DOMAIN_NAME</belongs_to></domain> --> >+ <!-- Like: <domain><name>outlook.com</name><limit>30</limit><unit>1m</unit></domain> --> >+ <!-- Like: <domain><name>hotmail.com</name><belongs_to>outlook.com</belongs_to></domain> --> >+ </message_domain_limits> >+ > </config> > </yazgfs> >diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml >index 733fc85d15..b9a5c06161 100644 >--- a/etc/koha-conf.xml >+++ b/etc/koha-conf.xml >@@ -286,5 +286,13 @@ > <do_not_remove_cookie>KohaOpacLanguage</do_not_remove_cookie> > --> > >+ <message_domain_limits> >+ <!-- Two types are supported: a regular limit and a grouped limit that refers to a regular limit --> >+ <!-- <domain><name>DOMAIN_NAME</name><limit>NUMBER</limit><unit>{NUMBER}{m[inutes]|h[ours]|d[ays]}</unit></domain> --> >+ <!-- <domain><name>OTHER_DOMAIN_NAME</name><belongs_to>DOMAIN_NAME</belongs_to></domain> --> >+ <!-- Like: <domain><name>outlook.com</name><limit>30</limit><unit>1m</unit></domain> --> >+ <!-- Like: <domain><name>hotmail.com</name><belongs_to>outlook.com</belongs_to></domain> --> >+ </message_domain_limits> >+ > </config> > </yazgfs> >-- >2.30.2
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 33360
:
149256
|
149257
|
149258
|
149546
|
149547
|
149548
|
149549
|
149550
|
149551
|
149552
|
149645
|
149646
|
149647
|
149648
|
149649
|
149650
|
149651
|
149662
|
149663
|
149664
|
149665
|
149666
|
149667
|
149668