Bugzilla – Attachment 160758 Details for
Bug 35504
Release team 24.05
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35504: Add full maintainers list into development branch
Bug-35504-Add-full-maintainers-list-into-developme.patch (text/plain), 3.17 KB, created by
Martin Renvoize (ashimema)
on 2024-01-10 11:45:06 UTC
(
hide
)
Description:
Bug 35504: Add full maintainers list into development branch
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-01-10 11:45:06 UTC
Size:
3.17 KB
patch
obsolete
>From 33990a9d4adba837825d46d055f766edaaa1df66 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 10 Jan 2024 11:39:15 +0000 >Subject: [PATCH] Bug 35504: Add full maintainers list into development branch > >On a stable branch the current maintainer of your running version is >listed at the top of the current maintanence team.. however when you're >on a development branch the RM is responsible for your branch and the >maintainers were missing from display. > >This patch adds the maintainers list back to the bottom of the current >maintanence team section, just for the development branch. >--- > .../intranet-tmpl/prog/en/modules/about.tt | 24 +++++++++++++++++++ > 1 file changed, 24 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >index 3be8621f0c0..85cc327cfee 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -803,6 +803,30 @@ > <div class="col-md-6"> > <h3>Current maintenance team</h3> > [% INCLUDE team t=maintenance_team v=short_version %] >+ [% IF development_version %] >+ <li><strong>Release maintainers:</strong> >+ <ul> >+ [% FOREACH m IN maintenance_team.maintainer %] >+ <li>[% m.version | html %] - [% INCLUDE person p=m %]</li> >+ [% IF maintenance_team.maintainer_assistants %] >+ [% FOREACH ma IN maintenance_team.maintainer_assistants %] >+ [% IF ma.version == ( m.version ) %] >+ <ul><li><strong>Assistant:</strong> [% INCLUDE person p=ma %]</li></ul> >+ [% END %] >+ [% END %] >+ [% END %] >+ >+ [% IF maintenance_team.maintainer_mentors %] >+ [% FOREACH mm IN maintenance_team.maintainer_mentors %] >+ [% IF m.version == ( mm.version ) %] >+ <ul><li><strong>Mentor:</strong> [% INCLUDE person p=mm %]</li></ul> >+ [% END %] >+ [% END %] >+ [% END %] >+ [% END %] >+ </ul> >+ </li> >+ [% END %] > </div> > </div> > [% ELSE %] >-- >2.43.0
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 35504
:
159624
|
159726
|
159727
|
159730
|
159731
|
159732
|
159733
|
159915
|
159916
|
159917
|
159918
|
160463
|
160464
|
160465
|
160466
|
160752
|
160753
|
160754
|
160755
|
160756
|
160757
| 160758 |
160764
|
160765
|
160766