From bugzilla-daemon@bugs.koha-community.org Tue May 31 10:17:11 2016 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 16620] New: Translatability: Fix problem with isolated word "please" in auth.tt Date: Tue, 31 May 2016 08:17:06 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1058997768795618048==" --===============1058997768795618048== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16620 Bug ID: 16620 Summary: Translatability: Fix problem with isolated word "please" in auth.tt Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs@lists.koha-community.org Reporter: veron@veron.ch QA Contact: testopia@bugs.koha-community.org CC: frederic@tamil.fr In koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt, a tag-isolated word "please" leads to translation problems (syntax in different languages). Line 81: please click here to login.

-- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. --===============1058997768795618048==-- From bugzilla-daemon@bugs.koha-community.org Tue May 31 10:19:29 2016 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 16620] Translatability: Fix problem with isolated word "please" in auth.tt Date: Tue, 31 May 2016 08:19:27 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1374759599705699220==" --===============1374759599705699220== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16620 Marc Véron changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |veron@veron.ch |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. --===============1374759599705699220==-- From bugzilla-daemon@bugs.koha-community.org Tue May 31 10:24:06 2016 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 16620] Translatability: Fix problem with isolated word "please" in auth.tt Date: Tue, 31 May 2016 08:24:04 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0293568999965837451==" --===============0293568999965837451== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D16620 --- Comment #1 from Marc V=C3=A9ron --- Created attachment 51921 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3D51921&action=3D= edit Bug 16620: Translatability: Fix problem with isolated word "please" in auth.tt This patch fixes a translatability problem (syntax in different languages) wi= th a tag-isolated word "please" in koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt To test: - Verify in code that in line 81 the word "please" is inside the a-tag. --=20 You are receiving this mail because: You are watching all bug changes. --===============0293568999965837451==-- From bugzilla-daemon@bugs.koha-community.org Tue May 31 10:24:59 2016 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 16620] Translatability: Fix problem with isolated word "please" in auth.tt Date: Tue, 31 May 2016 08:24:57 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4708529124941198750==" --===============4708529124941198750== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16620 Marc Véron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |String patch -- You are receiving this mail because: You are watching all bug changes. --===============4708529124941198750==-- From bugzilla-daemon@bugs.koha-community.org Tue May 31 10:34:10 2016 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 16620] Translatability: Fix problem with isolated word "please" in auth.tt Date: Tue, 31 May 2016 08:34:08 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0192301957334243092==" --===============0192301957334243092== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16620 Marc Véron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED --- Comment #2 from Marc Véron --- Oh, there are more syntax problems... -- You are receiving this mail because: You are watching all bug changes. --===============0192301957334243092==-- From bugzilla-daemon@bugs.koha-community.org Tue May 31 10:44:25 2016 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 16620] Translatability: Fix problem with isolated word "please" in auth.tt Date: Tue, 31 May 2016 08:44:22 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4095541184033024321==" --===============4095541184033024321== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D16620 Marc V=C3=A9ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51921|0 |1 is obsolete| | --- Comment #3 from Marc V=C3=A9ron --- Created attachment 51922 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3D51922&action=3D= edit Bug 16620: Translatability: Fix problem with isolated word "please" in auth.tt This patch fixes a translatability problem (syntax in different languages) wi= th a tag-isolated word "please" in koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt To test: - Verify in code that there is no sentence spliting by a-tags (lines 80/84). --=20 You are receiving this mail because: You are watching all bug changes. --===============4095541184033024321==-- From bugzilla-daemon@bugs.koha-community.org Tue May 31 10:45:09 2016 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 16620] Translatability: Fix problem with isolated word "please" in auth.tt Date: Tue, 31 May 2016 08:45:02 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0160526606567448357==" --===============0160526606567448357== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16620 Marc Véron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. --===============0160526606567448357==-- From bugzilla-daemon@bugs.koha-community.org Wed Jun 1 03:47:49 2016 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 16620] Translatability: Fix problem with isolated word "please" in auth.tt Date: Wed, 01 Jun 2016 01:47:45 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1854414635958043012==" --===============1854414635958043012== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16620 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |srdjan@catalyst.net.nz --- Comment #4 from Srdjan Jankovic --- Same problem exists in OPAC. Maybe do it in one go? -- You are receiving this mail because: You are watching all bug changes. --===============1854414635958043012==-- From bugzilla-daemon@bugs.koha-community.org Wed Jun 1 07:49:19 2016 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 16620] Translatability: Fix problem with isolated word "please" in auth.tt Date: Wed, 01 Jun 2016 05:49:15 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5185031535145413824==" --===============5185031535145413824== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16620 --- Comment #5 from Marc Véron --- (In reply to Srdjan Jankovic from comment #4) > Same problem exists in OPAC. Maybe do it in one go? Ah, yes. opac-auth.tt lines 90 and following. This could go to Bug 16540: Translatability in opac-auth.tt -- You are receiving this mail because: You are watching all bug changes. --===============5185031535145413824==-- From bugzilla-daemon@bugs.koha-community.org Wed Jun 1 07:49:58 2016 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 16620] Translatability: Fix problem with isolated word "please" in auth.tt Date: Wed, 01 Jun 2016 05:49:55 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2509773705107274823==" --===============2509773705107274823== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16620 Marc Véron changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16540 -- You are receiving this mail because: You are watching all bug changes. --===============2509773705107274823==-- From bugzilla-daemon@bugs.koha-community.org Thu Jun 2 02:58:45 2016 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 16620] Translatability: Fix problem with isolated word "please" in auth.tt Date: Thu, 02 Jun 2016 00:58:42 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2577402193417447206==" --===============2577402193417447206== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16620 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. --===============2577402193417447206==-- From bugzilla-daemon@bugs.koha-community.org Thu Jun 2 02:58:51 2016 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 16620] Translatability: Fix problem with isolated word "please" in auth.tt Date: Thu, 02 Jun 2016 00:58:45 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4485913827628386671==" --===============4485913827628386671== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D16620 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51922|0 |1 is obsolete| | --- Comment #6 from Srdjan Jankovic --- Created attachment 51956 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3D51956&action=3D= edit [SIGNED-OFF] Bug 16620: Translatability: Fix problem with isolated word "please" in auth.tt This patch fixes a translatability problem (syntax in different languages) wi= th a tag-isolated word "please" in koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt To test: - Verify in code that there is no sentence spliting by a-tags (lines 80/84). Signed-off-by: Srdjan --=20 You are receiving this mail because: You are watching all bug changes. --===============4485913827628386671==-- From bugzilla-daemon@bugs.koha-community.org Tue Jun 7 17:22:15 2016 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 16620] Translatability: Fix problem with isolated word "please" in auth.tt Date: Tue, 07 Jun 2016 15:22:10 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0967039820730886243==" --===============0967039820730886243== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16620 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. --===============0967039820730886243==-- From bugzilla-daemon@bugs.koha-community.org Tue Jun 7 17:22:17 2016 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 16620] Translatability: Fix problem with isolated word "please" in auth.tt Date: Tue, 07 Jun 2016 15:22:13 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8315543131849904374==" --===============8315543131849904374== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D16620 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51956|0 |1 is obsolete| | --- Comment #7 from Jonathan Druart = --- Created attachment 52155 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3D52155&action=3D= edit Bug 16620: Translatability: Fix problem with isolated word "please" in auth.tt This patch fixes a translatability problem (syntax in different languages) wi= th a tag-isolated word "please" in koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt To test: - Verify in code that there is no sentence spliting by a-tags (lines 80/84). Signed-off-by: Srdjan Signed-off-by: Jonathan Druart --=20 You are receiving this mail because: You are watching all bug changes. --===============8315543131849904374==-- From bugzilla-daemon@bugs.koha-community.org Fri Jun 10 19:51:25 2016 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 16620] Translatability: Fix problem with isolated word "please" in auth.tt Date: Fri, 10 Jun 2016 17:51:22 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4751946272157756457==" --===============4751946272157756457== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16620 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle@bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #8 from Kyle M Hall --- Pushed to master for 16.11, thanks Marc! -- You are receiving this mail because: You are watching all bug changes. --===============4751946272157756457==-- From bugzilla-daemon@bugs.koha-community.org Wed Jun 15 09:49:38 2016 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 16620] Translatability: Fix problem with isolated word "please" in auth.tt Date: Wed, 15 Jun 2016 07:49:35 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4123574236189446151==" --===============4123574236189446151== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16620 --- Comment #9 from Frédéric Demians --- Pushed in 16.05. Will be in 16.05.01. -- You are receiving this mail because: You are watching all bug changes. --===============4123574236189446151==-- From bugzilla-daemon@bugs.koha-community.org Thu Jun 16 12:00:26 2016 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 16620] Translatability: Fix problem with isolated word "please" in auth.tt Date: Thu, 16 Jun 2016 10:00:23 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2452046890543647694==" --===============2452046890543647694== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16620 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice@biblibre.com --- Comment #10 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.8 -- You are receiving this mail because: You are watching all bug changes. --===============2452046890543647694==--