Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1aYwZd-00019J-85 for pgadmin-hackers@arkaria.postgresql.org; Thu, 25 Feb 2016 14:07:21 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1aYwZc-0002ET-Ez for pgadmin-hackers@arkaria.postgresql.org; Thu, 25 Feb 2016 14:07:20 +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_SHA384:256) (Exim 4.84) (envelope-from ) id 1aYwZO-0001zM-V0 for pgadmin-hackers@postgresql.org; Thu, 25 Feb 2016 14:07:07 +0000 Received: from mail-ig0-x229.google.com ([2607:f8b0:4001:c05::229]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1aYwZL-0000BZ-AE for pgadmin-hackers@postgresql.org; Thu, 25 Feb 2016 14:07:06 +0000 Received: by mail-ig0-x229.google.com with SMTP id z8so14029999ige.0 for ; Thu, 25 Feb 2016 06:07:02 -0800 (PST) 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:date:message-id:subject:from:to :cc; bh=qkDeI2aPO4wRb5Wflc6QICeKKwGsDoE9d+4AipPOsck=; b=Jnr3s3Cwu4hHBxtPtKBmGlY/QVbRXp7F/mWu/vlVO7KlOYNPow9IeKGSJWtIu9Kc5H JPESGvSXjQcn1GP+wGTgrr0K7tpzF3RhLZjUBMMIAVBQP3ykysy2o1A0suhqWW1ztqcb lLXNWdx8/IDMNnIs3yW7SA9chgYf1z56dEJZtII8rxerxCX1mJxom3DfHo3kotkioodX 95Yb40n/1Zq++q01uzJ2NtVwCTP8pvLXvSakNjF/vBJ3Xc/zl+YSLzc5oMyiYkLwWlX7 z0lOpbU5Z4tTWLNrHpRSaABvi11cjuT7ccRNuecwf9aSX/eYCkmCAJIJDTrPUaFDGsx8 cYWg== 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:date :message-id:subject:from:to:cc; bh=qkDeI2aPO4wRb5Wflc6QICeKKwGsDoE9d+4AipPOsck=; b=Bi5wgXgoDijyA01es9oLTK82q/E9ftC19tFrR7Fvs+nl6c4vkRn1Ppp8OSfaFMT0oP 5318i/8AYFm/4sQCq40IEfdF52TUl020ub1/mSSSuyx6Csym39HTt/UdHRI2xtYCb/O2 CS1Gjyia6yvLqRa0MTDA0tFvnCN8TR+j/PnDbxDZXZwyyz5ekA3uo2nIbMDSVObFX3aj Ex89rrRqBTc6pH+kFXya2cXKBmHG56wvs0BZzog6FvcZykP0lC9EBFoyZ/hPN2H1hN36 XsxNN/kT7N7bUn46Ure2ZQ1ebCpbsAf26CRivtzhlCEl/bhPFZBLW+aoWRRFQ4gburMM SYFg== X-Gm-Message-State: AG10YOSo/3QLbaNMGoKV70wn3K684yTkqd4ibdJPp4BxSfKkzbJu+K2XZmlExU5vO+bg5TL7ZVC5nq0SYlCIYQ== MIME-Version: 1.0 X-Received: by 10.50.43.194 with SMTP id y2mr3209561igl.96.1456409221037; Thu, 25 Feb 2016 06:07:01 -0800 (PST) Received: by 10.64.90.3 with HTTP; Thu, 25 Feb 2016 06:07:00 -0800 (PST) In-Reply-To: References: Date: Thu, 25 Feb 2016 14:07:00 +0000 Message-ID: Subject: Re: PATCH: PGADMIN 4 - FTS templates node From: Dave Page To: Sanket Mehta Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=047d7bfea0b644a0aa052c98b22a X-Pg-Spam-Score: -1.9 (-) 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 --047d7bfea0b644a0aa052c98b22a Content-Type: text/plain; charset=UTF-8 Hi On Tue, Feb 23, 2016 at 1:44 PM, Sanket Mehta wrote: > Hi, > > PFA the revised patch for fts template node which includes dependency and > dependent route handling code. > Please do review it and if found proper please do commit it. > - When creating a new template, errors in the dialogue are not cleared - e.g. the "Name must not be empty" doesn't clear, and save is not enabled, even when a name is entered. - "Fts Templates" should be "FTS Templates" on the treeview. - The "Init" field should be labelled "Init Function" - The "Lexize" field should be labelled "Lexize Function" - Selecting a schema should be optional, with the default being the current schema. - 4 character indents are not consistently used in SQL templates Thanks. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --047d7bfea0b644a0aa052c98b22a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi

On Tue, Feb 23, 2016 at 1:44 PM, Sanket Mehta <<= a href=3D"mailto:sanket.mehta@enterprisedb.com" target=3D"_blank">sanket.me= hta@enterprisedb.com> wrote:
Hi,

PFA the revised patch for fts template node= which includes dependency and dependent route handling code.
Plea= se do review it and if found proper please do commit it.
=

- When creating a new template, errors in the dialogue = are not cleared - e.g. the "Name must not be empty" doesn't c= lear, and save is not enabled, even when a name is entered.

<= /div>
- "Fts Templates" should be "FTS Templates" o= n the treeview.

- The "Init" field shoul= d be labelled "Init Function"

- The &quo= t;Lexize" field should be labelled "Lexize Function"

- Selecting a schema should be optional, with the default= being the current schema.

- 4 character indents a= re not consistently used in SQL templates=C2=A0

Thanks.

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

EnterpriseDB UK= : http://www.ente= rprisedb.com
The Enterprise PostgreSQL Company
--047d7bfea0b644a0aa052c98b22a--