From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] wirelessclient.cgi: Fix for bug #12571 Date: Fri, 12 Feb 2021 12:11:08 +0000 Message-ID: <6321791F-2FA1-4AFE-A0E3-C4A86265251A@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2183772264819180460==" List-Id: --===============2183772264819180460== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Yes, and I suppose other people who read the git change log do not need to do= the same thing :) > On 12 Feb 2021, at 12:05, Adolf Belka (ipfire-dev) wrote: >=20 > Hi Michael, >=20 > On 12/02/2021 12:48, Michael Tremer wrote: >> Hi, >> This patch looks good. >> What would help me a little bit more when writing the change log is to put= what it does in the subject line (i.e. first line of the Git message). >> In this case it could have been something along the lines of (Correct orde= r of priority). >> I noticed this when I wrote the change log for Core Update 154 and I had t= o go and lookup the bug number which took me some extra time. >> So, not a big issue here, but it is easier to spot what the patch does whe= n it is in the headline. >> The bug number should be in the body with in a =E2=80=9CFixes: #12571=E2= =80=9D style. >=20 > Makes sense. If you have a few bug fixes in the update you don't want to ha= ve to go to bugzilla for each one to find out what it does. >=20 > I will keep that in mind. >=20 > Thanks for the input. >=20 > Regards, > Adolf. >> Best, >> -Michael >>> On 11 Feb 2021, at 12:41, Adolf Belka wrote: >>>=20 >>> - Wirelessclient shows priority 0 to be most preferred and priority 4 as >>> least preferred. Based on forum posters experience and the wpa_supplicant >>> man page it is the other way round. >>> - This patch moves the least preferred title to priority 0 and vice versa >>> - Will ask bug reporter to test out the patch and confirm it works. The p= age >>> is only shown if you have a wifi connection on red. >>>=20 >>> Signed-off-by: Adolf Belka >>> --- >>> html/cgi-bin/wirelessclient.cgi | 4 ++-- >>> 1 file changed, 2 insertions(+), 2 deletions(-) >>>=20 >>> diff --git a/html/cgi-bin/wirelessclient.cgi b/html/cgi-bin/wirelessclien= t.cgi >>> index e8c3c9628..b1679c128 100644 >>> --- a/html/cgi-bin/wirelessclient.cgi >>> +++ b/html/cgi-bin/wirelessclient.cgi >>> @@ -602,11 +602,11 @@ sub showEditBox() { >>> >>> >>> >>> >>> >>> --=20 >>> 2.30.1 >>>=20 --===============2183772264819180460==--