Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bwRoa-0006y9-Hy for pgadmin-hackers@arkaria.postgresql.org; Tue, 18 Oct 2016 10:40:12 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bwRoa-0007qh-4r for pgadmin-hackers@arkaria.postgresql.org; Tue, 18 Oct 2016 10:40:12 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bwRoZ-0007oi-OD for pgadmin-hackers@postgresql.org; Tue, 18 Oct 2016 10:40:11 +0000 Received: from mail-io0-x22a.google.com ([2607:f8b0:4001:c06::22a]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bwRoS-0004Mw-Px for pgadmin-hackers@postgresql.org; Tue, 18 Oct 2016 10:40:10 +0000 Received: by mail-io0-x22a.google.com with SMTP id j37so217227140ioo.3 for ; Tue, 18 Oct 2016 03:40:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=oC3tD0RUPXNGDDFk5vXuh0GgrDy1csz2KPedYKq0rsM=; b=Efxfv1vNLqrLeYLrh4V+4xZPeTAa5povF0ePJY0Gw13KM4cmZ6hJ3lLTS6inNzlQJw BldEBxcdH6qKReSCF3TdVfjNfqdiv8YreVOQB8KfPFTmBsoYLmHN0XLC98Hl1BAzKEq9 YiV1ss+T4izfb4R5Krm3OdKgbAEqI7aHCeMR5VTkJp5edp/pCyF7TObRKSjkw8/DqMWb 1iMWGzfYKVlM32bl498UoJSnFmTWCLnEmHfvvGOJ1wW4A6Uow/9/whGO4nGLkHfAGZW5 6GAQmaTm1kxFQMKuFPQUbYLkYNTHlC2piI/lwWGW6YoDhS/pTN8nlF6LFhZTWmSaVp7p S/ZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=oC3tD0RUPXNGDDFk5vXuh0GgrDy1csz2KPedYKq0rsM=; b=WKhYSQ/E3xmMtsJ56FSjPV/9ZxdG2fxhcGSFHnr3d03BVTi1orXJPoe9rQDMkoLQYT v8VpHjFdLmq7sXQKCFgK6M7r7tBk9bOvXDcY+z2JUgFsgLeqGOhkyO1KVdmvtF/sQw8y Ljv4tpxVxc4qza81r9LrRZ+Lfq7K4dnoJ9LK8uUObS/3HcM9cHjaYYFhvTx3m9LkwlpK TSKia9DsfP9AdGYTRrRn+CKRfAagJJHqP8FLUJMQA1p2iv678YZddHwrVvdBp1POqBTU tWwYNBgqIGebYJL1CMna+QRV8BU+AGW0KVr22PbPxcPmWyK4XApSuS4pT2oZOWshnbZr oRgw== X-Gm-Message-State: AA6/9RmU1ABTGiexZGqoCCA6c9YY++R6v066cRV912mLKvIMyIbZVhx9Z0elfW/Zz7qr/HVYFIBCfyY4FXuzxg== X-Received: by 10.107.11.98 with SMTP id v95mr238226ioi.145.1476787202922; Tue, 18 Oct 2016 03:40:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.146.135 with HTTP; Tue, 18 Oct 2016 03:40:02 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Tue, 18 Oct 2016 11:40:02 +0100 Message-ID: Subject: Re: [pgAdmin4][Patch]: Listing of files/folders not sorted alphabetically in Storage Manager To: Surinder Kumar Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org Thanks, applied. On Mon, Oct 17, 2016 at 8:32 AM, Surinder Kumar wrote: > Hi Dave, > > As we have already been using natural sort in pgAdmin4 for sorting browser > tree nodes. So I have used the same for sorting Storage Manager's > filesystem. > Please find updated patch and let me know for comments. > > On Fri, Oct 7, 2016 at 5:10 PM, Dave Page wrote: >> >> Hi >> >> The patch fixes the filename length issue, but does not seem to >> resolve the sorting. Please see the attached screenshot. >> >> On Fri, Oct 7, 2016 at 8:48 AM, Surinder Kumar >> wrote: >> > Hi, >> > >> > Issues fixed: >> > 1) Listing of files/folders not sorted alphabetically. >> > 2) Some file names are truncated despite the fact that there is plenty >> > of >> > room to be displayed. >> > >> > Not Fixed: >> > In Table mode, clicking on Name bar makes no difference. >> > As discussed with Ashesh we are not implementing it now. It requires a >> > lot >> > of changes with current implementation. >> > >> > Please find attached patch and review. >> > >> > Thanks, >> > Surinder Kumar >> > >> > >> > -- >> > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) >> > To make changes to your subscription: >> > http://www.postgresql.org/mailpref/pgadmin-hackers >> > >> >> >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers