pgAdmin 4 commit: Link online help to dialogs - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Link online help to dialogs
Date
Msg-id E1b2Ur6-0006T4-5M@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Link online help to dialogs

Branch
------
master

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

Modified Files
--------------
docs/en_US/code-snippet.rst                        | 74 ++++++++++++++++++----
.../databases/casts/templates/cast/js/casts.js     |  1 +
.../templates/event_triggers/js/event_trigger.js   |  1 +
.../templates/extensions/js/extensions.js          |  1 +
.../js/foreign_data_wrappers.js                    |  1 +
.../collations/templates/collation/js/collation.js |  1 +
.../domain-constraints/js/domain-constraints.js    |  1 +
.../templates/fts_parser/js/fts_parser.js          |  1 +
.../templates/fts_template/js/fts_templates.js     |  1 +
.../functions/templates/function/js/functions.js   |  1 +
.../functions/templates/procedure/js/procedures.js |  1 +
.../sequences/templates/sequence/js/sequence.js    |  1 +
.../schemas/templates/schema/js/schema.js          |  1 +
.../databases/templates/databases/js/databases.js  |  1 +
.../resource_groups/js/resource_groups.js          |  1 +
.../servers/roles/templates/role/js/role.js        |  1 +
.../templates/tablespaces/js/tablespaces.js        |  1 +
.../servers/templates/servers/servers.js           |  1 +
.../templates/server_groups/server_groups.js       |  3 +-
web/pgadmin/browser/templates/browser/js/node.js   | 39 ++++++++++--
web/pgadmin/help/__init__.py                       | 37 ++++++-----
21 files changed, 135 insertions(+), 35 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4][Patch]: CanDrop as a function not working
Next
From: Surinder Kumar
Date:
Subject: Re: [PATCH] Tables node (pgAdmin4)