Bugzilla – Attachment 78118 Details for
Bug 21233
Add Koha::Exceptions::Password class
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21233: (QA follow-up) We do not like the plural form of whitespace
Bug-21233-QA-follow-up-We-do-not-like-the-plural-f.patch (text/plain), 1.33 KB, created by
Marcel de Rooy
on 2018-08-24 09:09:06 UTC
(
hide
)
Description:
Bug 21233: (QA follow-up) We do not like the plural form of whitespace
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-08-24 09:09:06 UTC
Size:
1.33 KB
patch
obsolete
>From 3a9a24bf7af02eda8fc63d9f4aaa79ca06e4efa4 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 24 Aug 2018 11:06:14 +0200 >Subject: [PATCH] Bug 21233: (QA follow-up) We do not like the plural form of > whitespace >Content-Type: text/plain; charset=utf-8 > >The word "whitespace" is usually uncountable. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Exceptions/Password.pm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/Koha/Exceptions/Password.pm b/Koha/Exceptions/Password.pm >index bffafdb..c64873d 100644 >--- a/Koha/Exceptions/Password.pm >+++ b/Koha/Exceptions/Password.pm >@@ -35,9 +35,9 @@ use Exception::Class ( > isa => 'Koha::Exceptions::Password', > description => 'Password is too weak' > }, >- 'Koha::Exceptions::Password::TrailingWhitespaces' => { >+ 'Koha::Exceptions::Password::TrailingWhitespace' => { > isa => 'Koha::Exceptions::Password', >- description => 'Password contains trailing whitespace(s)' >+ description => 'Password contains trailing whitespace character(s)' > } > ); > >@@ -77,7 +77,7 @@ Password is too short. > > Password is too weak. > >-=head2 Koha::Exceptions::Password::TrailingWhitespaces >+=head2 Koha::Exceptions::Password::TrailingWhitespace > > Password contains trailing spaces, which is forbidden. > >-- >2.1.4
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 21233
:
77880
|
77881
|
77914
|
77915
|
78116
|
78117
| 78118 |
78721
|
78836