pgAdmin 4 commit: Introduced the VariableControl, which will be used in

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Introduced the VariableControl, which will be used in
Дата
Msg-id E1aHshY-0002Xy-NS@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Introduced the VariableControl, which will be used in role(s),
database(s), and tablespace(s).

Thanks Harshal Dhumal for sharing the original patch.

I've modified a lot to work by fetching the variables later by giving a
url.

Also,
- Introduced the template macros for SECURITY LABELS and VARIABLES.
- Improvised the Backform.Control with better syntactic approach.
- Introduced a jquery function pgMakeVisible(..) to make it visible
  under any obj which can be identified by unique class.

Branch
------
master

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

Modified Files
--------------
.../browser/server_groups/servers/__init__.py      |   5 +
.../server_groups/servers/static/js/variable.js    | 562 +++++++++++++++++++++
.../servers/templates/macros/security.macros       |   6 +
.../servers/templates/macros/variable.macros       |   6 +
web/pgadmin/browser/static/js/node.ui.js           | 166 ++++--
web/pgadmin/static/css/overrides.css               |  52 +-
web/pgadmin/static/js/backform.pgadmin.js          | 398 +++++++++------
web/pgadmin/static/js/backgrid/backgrid.pgadmin.js |   2 +-
8 files changed, 1001 insertions(+), 196 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Andreas 'ads' Scherbaum
Дата:
Сообщение: Re: Updated Greenplum documentation
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Using simplejson for jsonify the data of type Decimal