[Bug 16270] New: Typo anthentification vs authentication in 404
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 Bug ID: 16270 Summary: Typo anthentification vs authentication in 404 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: trivial Priority: P5 - low Component: Staff Client Assignee: jonathan.druart@bugs.koha-community.org Reporter: jonathan.druart@bugs.koha-community.org QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Depends on: 14574 See bug 14574 comment 5 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14574 [Bug 14574] Correcting messages on intranet error pages so they make more sense -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 50255 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50255&action=edit Bug 16270: Typo authentification/authentication Test plan; Trigger /cgi-bin/koha/errors/404.pl Confirm the typo without the patch and that it's fixed with this patch applied. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch Summary|Typo anthentification vs |Typo authentification vs |authentication in 404 |authentication in 404 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 --- Comment #2 from Marc Véron <veron@veron.ch> --- There seem to be more occurences of authentification instead of authentication: Visible in user interface: koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt Other places: C4/Auth.pm C4/Auth_with_ldap.pm C4/InstallAuth.pm -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50255|0 |1 is obsolete| | --- Comment #3 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 50269 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50269&action=edit [SIGNED-OFF] Bug 16270: Typo authentification/authentication Test plan; Trigger /cgi-bin/koha/errors/404.pl Confirm the typo without the patch and that it's fixed with this patch applied. Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 --- Comment #4 from Marc Véron <veron@veron.ch> --- Created attachment 50278 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50278&action=edit Bug 16270 (followup) Typo authentification vs authentication Additionally fix typo in following files: koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt To test: Apply patch, verify in files that authentification is replaced by authentication -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff --- Comment #5 from Marc Véron <veron@veron.ch> --- Switching back to NSO for the followup. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50278|0 |1 is obsolete| | --- Comment #6 from Chris Cormack <chris@bigballofwax.co.nz> --- Created attachment 50375 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50375&action=edit Bug 16270 (followup) Typo authentification vs authentication Additionally fix typo in following files: koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt To test: Apply patch, verify in files that authentification is replaced by authentication Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50269|0 |1 is obsolete| | --- Comment #7 from Chris Cormack <chris@bigballofwax.co.nz> --- Created attachment 50376 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50376&action=edit Bug 16270: Typo authentification/authentication Test plan; Trigger /cgi-bin/koha/errors/404.pl Confirm the typo without the patch and that it's fixed with this patch applied. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50375|0 |1 is obsolete| | --- Comment #8 from Chris Cormack <chris@bigballofwax.co.nz> --- Created attachment 50377 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50377&action=edit Bug 16270 (followup) Typo authentification vs authentication Additionally fix typo in following files: koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt To test: Apply patch, verify in files that authentification is replaced by authentication Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |chris@bigballofwax.co.nz -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 --- Comment #9 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 50381 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50381&action=edit [PASSED QA] Bug 16270: Typo authentification/authentication Test plan; Trigger /cgi-bin/koha/errors/404.pl Confirm the typo without the patch and that it's fixed with this patch applied. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 --- Comment #10 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 50382 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50382&action=edit [PASSED QA] Bug 16270 (followup) Typo authentification vs authentication Additionally fix typo in following files: koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt To test: Apply patch, verify in files that authentification is replaced by authentication Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |katrin.fischer@bsz-bw.de -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50376|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50377|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle@bywatersolutions.com --- Comment #11 from Kyle M Hall <kyle@bywatersolutions.com> --- Pushed to master for the 16.05 release! Thanks Jonathan. As an aside, I really want authentification to be a word ; ) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 --- Comment #12 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Kyle M Hall from comment #11)
Pushed to master for the 16.05 release! Thanks Jonathan.
As an aside, I really want authentification to be a word ; )
Learn French and it will! :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice@biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #13 from Julian Maurice <julian.maurice@biblibre.com> --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org