You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2018/07/30 22:21:06 UTC

[whimsy] branch master updated (5e998b6 -> e9605fe)

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git.


    from 5e998b6  Middle initial
     new a2fdd26  John le Carre
     new e9605fe  Jon B Goode (not Jack O Connor)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 www/secretary/ldap-names.cgi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[whimsy] 02/02: Jon B Goode (not Jack O Connor)

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit e9605fe748765612050c64c11fa824b076a04015
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jul 30 23:21:04 2018 +0100

    Jon B Goode (not Jack O Connor)
---
 www/secretary/ldap-names.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/ldap-names.cgi b/www/secretary/ldap-names.cgi
index 497b1bc..fa09fa2 100755
--- a/www/secretary/ldap-names.cgi
+++ b/www/secretary/ldap-names.cgi
@@ -143,7 +143,7 @@ _html do
         if names[1] == 'van' or names[1] == 'de' or names[1] == 'le'
           new_given = names.shift
           new_sn = names.join(' ')
-        elsif names[1] =~ /^[A-Z]\.$/ # James A. Taylor
+        elsif names[1] =~ /^[A-Z]\.$/ or names[1] =~ /^[A-NP-Z]$/ # James A. Taylor or Jon B Goode (not Jack O Connor)
           new_given = names.shift
           new_sn = names.pop
         end


[whimsy] 01/02: John le Carre

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit a2fdd26f219a29cc5505f710d1287a8d1eca9979
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jul 30 23:14:45 2018 +0100

    John le Carre
---
 www/secretary/ldap-names.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/ldap-names.cgi b/www/secretary/ldap-names.cgi
index 2824f38..497b1bc 100755
--- a/www/secretary/ldap-names.cgi
+++ b/www/secretary/ldap-names.cgi
@@ -140,7 +140,7 @@ _html do
           new_sn = names.join(' ')
         end
       elsif names.size == 3
-        if names[1] == 'van' or names[1] == 'de'
+        if names[1] == 'van' or names[1] == 'de' or names[1] == 'le'
           new_given = names.shift
           new_sn = names.join(' ')
         elsif names[1] =~ /^[A-Z]\.$/ # James A. Taylor