Bugzilla – Attachment 95616 Details for
Bug 23256
fr-CA OPAC_REG_VERIFY has hard-coded http://
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23256: Remove the http:// prefix before OPACBaseURL in OPAC_REG_VERIFY
Bug-23256-Remove-the-http-prefix-before-OPACBaseUR.patch (text/plain), 3.49 KB, created by
Jonathan Druart
on 2019-11-20 13:37:24 UTC
(
hide
)
Description:
Bug 23256: Remove the http:// prefix before OPACBaseURL in OPAC_REG_VERIFY
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-11-20 13:37:24 UTC
Size:
3.49 KB
patch
obsolete
>From 2a2a1a301e8f097d3e24eb736e97b1cf46a69214 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 20 Nov 2019 14:35:10 +0100 >Subject: [PATCH] Bug 23256: Remove the http:// prefix before OPACBaseURL in > OPAC_REG_VERIFY > >The title explained everything, compare with >installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql and other >notices. >It's certainly due to the fact that fr-CA took time to be integrated and >the change happened in the meanwhile >--- > installer/data/mysql/fr-CA/obligatoire/sample_notices.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql b/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql >index b1c8b64d56..4dcb008938 100644 >--- a/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql >+++ b/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql >@@ -54,7 +54,7 @@ INSERT INTO `letter` (module, code, branchcode, name, is_html, title, content, m > ('members','DISCHARGE','','Quittance',0,'Quittance pour <<borrowers.firstname>> <<borrowers.surname>>','Quittance\r\n\r\nLa bibliothèque <<borrowers.branchcode>> certifie que l\'utilisateur suivant :\r\n\r\n<<borrowers.firstname>> <<borrowers.surname>>\r\nCardnumber : <<borrowers.cardnumber>>\r\n\r\na rendu tous ses documents.','email'); > > INSERT INTO `letter` (module, code, branchcode, name, is_html, title, content, message_transport_type) VALUES >-('members','OPAC_REG_VERIFY','','Courriel de vérification lors d\'une auto-inscription',1,'Vérification de votre compte','Bonjour <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nVotre compte lecteur a été créé. Pour terminer votre inscription, veuillez confirmer votre courriel en cliquant sur ce lien : \r\n\r\nhttp://<<OPACBaseURL>>/cgi-bin/koha/opac-registration-verify.pl?token=<<borrower_modifications.verification_token>>\r\n\r\nSi vous n\'êtes pas à l\'origine de cette inscription, vous pouvez ignorer ce message. Le lien expirera sous peu.\r\n\r\nMerci.\r\n\r\n<<branches.branchname>>','email'); >+('members','OPAC_REG_VERIFY','','Courriel de vérification lors d\'une auto-inscription',1,'Vérification de votre compte','Bonjour <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nVotre compte lecteur a été créé. Pour terminer votre inscription, veuillez confirmer votre courriel en cliquant sur ce lien : \r\n\r\n<<OPACBaseURL>>/cgi-bin/koha/opac-registration-verify.pl?token=<<borrower_modifications.verification_token>>\r\n\r\nSi vous n\'êtes pas à l\'origine de cette inscription, vous pouvez ignorer ce message. Le lien expirera sous peu.\r\n\r\nMerci.\r\n\r\n<<branches.branchname>>','email'); > > INSERT INTO `letter` (module, code, branchcode, name, is_html, title, content, message_transport_type) VALUES > ('members','SHARE_INVITE','','Invitation pour partager une liste',0,'Partage de la liste <<listname>>','Bonjour <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nUn de nos lecteurs, <<borrowers.firstname>> <<borrowers.surname>>, vous invite à partager la liste <<listname>> dans le catalogue de la bibliothèque.\r\n\r\nPour voir cette liste, veuillez cliquer sur le lien suivant ou le copier/coller dans la barre d\'adresse de votre navigateur.\r\n\r\n<<shareurl>>\r\n\r\nSi vous n\'êtes pas un adhérent de notre bibliothèque ou si vous ne souhaitez pas accepter cette invitation, merci d\'ignorer ce message. Veuillez noter également que cette invitation expirera dans deux semaines.\r\n\r\nMerci.\r\n\r\n<<branches.branchname>>','email'); >-- >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 23256
:
95616
|
95767