Bugzilla – Attachment 121447 Details for
Bug 28386
Replace dev_map.yaml from release_tools with .mailmap
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28386: Remove _others_ from the contributor list
Bug-28386-Remove-others-from-the-contributor-list.patch (text/plain), 850 bytes, created by
Jonathan Druart
on 2021-05-27 12:41:47 UTC
(
hide
)
Description:
Bug 28386: Remove _others_ from the contributor list
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-05-27 12:41:47 UTC
Size:
850 bytes
patch
obsolete
>From f97c77ef86f2cc05db52184dfdbfbaeb3b950526 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 27 May 2021 14:36:48 +0200 >Subject: [PATCH] Bug 28386: Remove _others_ from the contributor list > >We arbitrarily use "_others_" for unknown contributors (biblibre, >bywater, ptfs-e teams, etc) >--- > about.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/about.pl b/about.pl >index a814acc88f5..3cba9cec28b 100755 >--- a/about.pl >+++ b/about.pl >@@ -681,6 +681,7 @@ my $contributors = > -e "$docdir" . "/contributors.yaml" > ? YAML::XS::LoadFile( "$docdir" . "/contributors.yaml" ) > : {}; >+delete $contributors->{_others_}; > for my $version ( sort { $a <=> $b } keys %{$teams->{team}} ) { > for my $role ( keys %{ $teams->{team}->{$version} } ) { > my $normalized_role = "$role"; >-- >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 28386
:
121153
|
121154
|
121155
|
121156
|
121157
|
121158
|
121159
|
121160
|
121161
|
121162
|
121177
|
121180
|
121245
|
121246
|
121247
|
121248
|
121249
|
121250
|
121251
|
121252
|
121253
|
121254
|
121255
|
121256
|
121329
|
121330
|
121331
|
121332
|
121354
|
121355
|
121378
|
121384
|
121420
| 121447 |
121448