pgAdmin 4 commit: Various FTS dictionary cleanups. Fixes #1126

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Various FTS dictionary cleanups. Fixes #1126
Date: 2017-05-17 13:13:10
Message-ID: E1dAylK-0006p1-Q6@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Various FTS dictionary cleanups. Fixes #1126

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=655d5888a67b840f37896b8c9b871c9088f3345f
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../databases/schemas/fts_dictionaries/__init__.py | 103 +++++++++++++++------
.../templates/fts_dictionary/js/fts_dictionary.js | 4 +-
.../fts_dictionary/sql/default/create.sql | 2 +-
.../fts_dictionary/sql/default/properties.sql | 1 +
.../templates/fts_dictionary/sql/default/sql.sql | 52 -----------
.../templates/fts_template/js/fts_templates.js | 2 +-
6 files changed, 80 insertions(+), 84 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-05-17 13:25:10 Re: [pgAdmin4][PATCH] To fix the issue in FTS dictonory
Previous Message Dave Page 2017-05-17 13:01:43 Re: [patch] upgrade slickgrid