Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gmixn-0007wH-IM for pgadmin-hackers@arkaria.postgresql.org; Thu, 24 Jan 2019 17:38:52 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gmixl-0008VK-Ov for pgadmin-hackers@arkaria.postgresql.org; Thu, 24 Jan 2019 17:38:49 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gmixl-0008VD-DF for pgadmin-hackers@lists.postgresql.org; Thu, 24 Jan 2019 17:38:49 +0000 Received: from mail-qk1-x741.google.com ([2607:f8b0:4864:20::741]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gmixg-0002oi-Ux for pgadmin-hackers@postgresql.org; Thu, 24 Jan 2019 17:38:48 +0000 Received: by mail-qk1-x741.google.com with SMTP id q8so3786084qke.1 for ; Thu, 24 Jan 2019 09:38:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=4FtWeEpv1y8OWlEuvUgB8HOUBir8X207ZjCNYdtHawk=; b=F76RCpm1MlNjdV3yBCLk1kfsQWMAfZP1mPwoHeRUbDkcNSivBGlJ+DLTvZsDaA08Fp V2Je6wXTsUU0UuNrYVfWjT2KwS+tRJVzxVZ34nLmAGD2bWjHFr1ymrjgavS6w42uzxsz tqBPIRvAlnePJFoVgvHKFEVigNFjz2qclW403hP+6fwdelwLpjwgzYdLovkhWDPqxNmz 5dzYcNU1+3+dz+pkK3iJI4L5m3bicxbRtb02kbOf+TCoxFv66A6bi74uJBKtRvbdjCDr rawdg+YjAb1hA2crCyr1zcBN1ybQWa3r9m0uGZy7ugQfeJwepyPQqfNBmy+bxx4fhxmY 1iKQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=4FtWeEpv1y8OWlEuvUgB8HOUBir8X207ZjCNYdtHawk=; b=tzq53gx/A8ZOIRTABP8E2cIkVbdXYl8MLrek+Ntp9ZUxjF5VoMR9muUw42/zLtK38d /x6dgBG8N6VZq1CXKcJIO9I4gUIhi8yfw3JPNmO5SUrYO5E9VCS1wAyUB+ICb2ZbTyJb wf/a+wi3T1rFA5X6FwwhCa8V7L1DX0662rEurEk3yGhsZR1sLVhPKa7p8o/A5NcjVY/g l5yAeaYaq7IqXwwmrhfZ1Q50oV6uDAVKSpPUr2wXOazVbH3GyPKEboVU78CJOSnDYpMn DMjTM0VdM729m/biQLrhc6awktfbv+pSK8LvpL939C6guG8B1m9Cr7GHJqVN8ZGSmf1c bC6w== X-Gm-Message-State: AJcUukcYYTLsTESQdbEXIFXQ2YHgKVwrMCsPAuJY1ubgsFZsKo+6eV31 vVsjGP/qChln3F8/MFHynrANvGDcMKZX7KgexIWglQ== X-Google-Smtp-Source: ALg8bN4mw9vcMovyW/Fl5Q6uM/3fzkKlakQ3VtOwa86yidDQVazO4xMHcv5AXba4ls9J75ngAEShMbZ5rGkuFlMkR+I= X-Received: by 2002:a37:8307:: with SMTP id f7mr6491839qkd.4.1548351522885; Thu, 24 Jan 2019 09:38:42 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Thu, 24 Jan 2019 23:08:30 +0530 Message-ID: Subject: Re: [pgAdmin4][RM3695] Long name is not displayed completely in Drop confirmation pop up screen for server group To: Dave Page Cc: Aditya Toshniwal , pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000826f63058037ae5c" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000826f63058037ae5c Content-Type: text/plain; charset="UTF-8" On Thu, 24 Jan 2019, 19:44 Dave Page > > On Thu, Jan 24, 2019 at 2:11 PM Aditya Toshniwal < > aditya.toshniwal@enterprisedb.com> wrote: > >> Hi Dave, >> >> This patch is applied. >> > > OK. Akshay, can you please make sure you reply to the thread when you > commit a patch? Otherwise, others (like me) don't necessarily see to remove > it from our TODOs. > Sure Dave. Generally i did that don't know how i forgot this. > > Thanks! > > >> >> On Thu, Jan 24, 2019 at 7:36 PM Dave Page wrote: >> >>> Akshay, >>> >>> Are you look into this? >>> >>> Thanks. >>> >>> On Fri, Jan 18, 2019 at 9:58 AM Aditya Toshniwal < >>> aditya.toshniwal@enterprisedb.com> wrote: >>> >>>> Hi Hackers, >>>> >>>> Attached is the revised patch. The previous patch may affect changes at >>>> unwanted places. >>>> The revised patch has limited scope and will affect only where required. >>>> >>>> Kindly review. >>>> >>>> >>>> On Tue, Jan 15, 2019 at 6:24 PM Akshay Joshi < >>>> akshay.joshi@enterprisedb.com> wrote: >>>> >>>>> Thanks patch applied. >>>>> >>>>> On Tue, Jan 15, 2019 at 10:50 AM Aditya Toshniwal < >>>>> aditya.toshniwal@enterprisedb.com> wrote: >>>>> >>>>>> Hi Hackers, >>>>>> >>>>>> Attached is a tiny patch to fix long name display in dialogs. >>>>>> >>>>>> -- >>>>>> Thanks and Regards, >>>>>> Aditya Toshniwal >>>>>> Software Engineer | EnterpriseDB Software Solutions | Pune >>>>>> "Don't Complain about Heat, Plant a tree" >>>>>> >>>>> >>>>> >>>>> -- >>>>> *Akshay Joshi* >>>>> >>>>> *Sr. Software Architect * >>>>> >>>>> >>>>> >>>>> *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* >>>>> >>>> >>>> >>>> -- >>>> Thanks and Regards, >>>> Aditya Toshniwal >>>> Software Engineer | EnterpriseDB Software Solutions | Pune >>>> "Don't Complain about Heat, Plant a tree" >>>> >>> >>> >>> -- >>> Dave Page >>> Blog: http://pgsnake.blogspot.com >>> Twitter: @pgsnake >>> >>> EnterpriseDB UK: http://www.enterprisedb.com >>> The Enterprise PostgreSQL Company >>> >> >> >> -- >> Thanks and Regards, >> Aditya Toshniwal >> Software Engineer | EnterpriseDB Software Solutions | Pune >> "Don't Complain about Heat, Plant a tree" >> > > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EnterpriseDB UK: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > --000000000000826f63058037ae5c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


= On Thu, 24 Jan 2019, 19:44 Dave Page <dpage@pgadmin.org wrote:


On Thu, Jan 24, 2019= at 2:11 PM Aditya Toshniwal <aditya.toshniwal@enterprise= db.com> wrote:
Hi Dav= e,

This patch is applied.

OK. Akshay, can you please make sure you reply = to the thread when you commit a patch? Otherwise, others (like me) don'= t necessarily see to remove it from our TODOs.

=C2=A0 =C2=A0 S= ure Dave. Generally i did that don't know how i forgot this.

Thanks!
=C2=A0

On Thu, Jan 24, 2019 at 7:36 PM Dave Page &l= t;dpage@pgadmin.org> wrote:
Akshay,

Are you look = into this?

Thanks.

On Fri, Jan 18, 2019 at 9:5= 8 AM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com<= /a>> wrote:
<= div dir=3D"ltr">
Hi Hackers,

Attached is the revised patch. The previous = patch may affect changes at unwanted places.
The revised patch has limited scope and will affect on= ly where required.

<= /div>
Kindly review.


Thanks patch applied.

On Tue, Jan 15, 2019 at 10:50 AM Aditya T= oshniwal <aditya.toshniwal@enterprisedb.com> wrote= :
Hi Hackers,

Attached is a tiny patch to fix long name display in dial= ogs.

--
Thanks and Regards,
Aditya Toshniwal
<= div>Software Engineer |=C2=A0En= terpriseDB Software Solutions |=C2=A0Pu= ne
"Don't Complain= about Heat, Plant a tree"
=


--
Akshay Joshi
Sr. Software Architect
=


Phone:= +91 20-3058-9517
Mobile: +91 976-788-8246
=


--
=
Thanks and Regards,
Aditya Toshniwal
Software Engineer |=C2=A0EnterpriseDB Software Sol= utions |=C2=A0Pune
"Don't Complain about Heat, Plant a tr= ee"


--


--
<= div dir=3D"ltr">
Thanks and Regards,
Aditya Toshniwal
<= span style=3D"background-color:rgb(255,255,255)">Software Engineer |=C2=A0Enterpr= iseDB Software Solutions |=C2=A0Pune
"Don't Complain abou= t Heat, Plant a tree"


--
Dave Page
Blog: http:= //pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: h= ttp://www.enterprisedb.com
The Enterprise PostgreSQL Company
--000000000000826f63058037ae5c--