Bugzilla – Attachment 89310 Details for
Bug 21626
Add 'current maintenance team' to the 'Koha team' page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21626: (follow-up) Performance Improvement
Bug-21626-follow-up-Performance-Improvement.patch (text/plain), 823 bytes, created by
Martin Renvoize (ashimema)
on 2019-05-03 11:12:52 UTC
(
hide
)
Description:
Bug 21626: (follow-up) Performance Improvement
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-05-03 11:12:52 UTC
Size:
823 bytes
patch
obsolete
>From 6d438a61c4b772e94b1014e3affd739ca92097d2 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 3 May 2019 10:10:04 +0100 >Subject: [PATCH] Bug 21626: (follow-up) Performance Improvement > >--- > about.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/about.pl b/about.pl >index 4216c3793d..894999b959 100755 >--- a/about.pl >+++ b/about.pl >@@ -575,8 +575,8 @@ for my $version ( sort { $a <=> $b } keys %{$teams->{team}} ) { > my @people = map { > { name => $_, ( $contributors->{$_} ? %{ $contributors->{$_} } : () ) } > } sort { >- my ($alast) = $a =~ /(\S+)$/; >- my ($blast) = $b =~ /(\S+)$/; >+ my ($alast) = ( split( /\s/, $a ) )[-1]; >+ my ($blast) = ( split( /\s/, $b ) )[-1]; > lc($alast) cmp lc($blast) > } keys %{$contributors}; > >-- >2.20.1
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 21626
:
80968
|
87776
|
87777
|
88483
|
88484
|
88880
|
88881
|
88882
|
88883
|
88884
|
88885
|
88886
|
88890
|
88891
|
89185
|
89186
|
89206
|
89207
|
89216
|
89217
|
89253
|
89281
|
89282
|
89283
|
89295
|
89296
|
89297
|
89298
|
89299
|
89307
|
89308
|
89309
|
89310
|
89311
|
89552
|
89553
|
89554
|
89555
|
89556
|
89557
|
89681
|
89682
|
89683
|
89684
|
89685
|
89686
|
89687
|
89690
|
89691
|
89692
|
89693
|
89694
|
89695
|
89696
|
89697
|
89698
|
89699
|
89700
|
89701
|
89702
|
89703
|
89704
|
89705
|
89713
|
89714
|
89715
|
89716
|
89717
|
89718
|
89719
|
89720
|
89750
|
89751
|
89752
|
89753
|
89754
|
89755
|
89756
|
89757
|
89758
|
89759
|
89771
|
89772
|
89773
|
89774
|
89775
|
89776
|
89777
|
89778
|
89779
|
89780