pgAdmin 4 commit: Add context-sensitive SQL help.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add context-sensitive SQL help.
Date: 2016-04-12 12:39:34
Message-ID: E1apxbS-0005bt-6l@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add context-sensitive SQL help.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=62fcfd928d37864372c136a6dd6bc4bd5283fff2

Modified Files
--------------
web/pgadmin/browser/__init__.py | 16 ++++-
.../databases/casts/templates/cast/js/casts.js | 2 +
.../templates/event_triggers/js/event_trigger.js | 2 +
.../templates/extensions/js/extensions.js | 2 +
.../foreign_servers/js/foreign_servers.js | 2 +
.../templates/user_mappings/js/user_mappings.js | 2 +
.../js/foreign_data_wrappers.js | 2 +
.../languages/templates/languages/js/languages.js | 2 +
.../collations/templates/collation/js/collation.js | 2 +
.../domain-constraints/js/domain-constraints.js | 2 +
.../domains/templates/domains/js/domains.js | 2 +
.../templates/fts_parser/js/fts_parser.js | 2 +
.../templates/fts_template/js/fts_templates.js | 2 +
.../functions/templates/function/js/functions.js | 2 +
.../functions/templates/procedure/js/procedures.js | 2 +
.../sequences/templates/sequence/js/sequence.js | 2 +
.../schemas/templates/schema/js/schema.js | 2 +
.../schemas/types/templates/type/js/type.js | 2 +
.../databases/templates/databases/js/databases.js | 2 +
.../servers/roles/templates/role/js/role.js | 2 +
.../templates/tablespaces/js/tablespaces.js | 2 +
web/pgadmin/browser/static/js/frame.js | 6 +-
web/pgadmin/browser/templates/browser/js/node.js | 77 ++++++++++++++++++++++
web/pgadmin/help/__init__.py | 30 ++++++++-
web/pgadmin/utils/menu.py | 2 +-
25 files changed, 166 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-04-12 12:40:54 Re: [pgAdmin4] [Patch] Implementation of the Data Grid and Query Tool
Previous Message Akshay Joshi 2016-04-12 12:11:25 Re: [pgAdmin4] [Patch] Implementation of the Data Grid and Query Tool