| From: | Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Introducing the infrastructure for colleciton of the |
| Date: | 2015-10-28 17:11:10 |
| Message-ID: | E1ZrUFi-0001js-Pb@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Introducing the infrastructure for colleciton of the subnodes listing,
creation, and editing within the properties panel infrastructure.
We do use the backgrid.js for listing the subnode collection, and for
editing/creating new object for the subnode, we do use the same
infrastructure using the backform.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c1503ade47e3401a8b6b99a075f8b6b609861a3b
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
Modified Files
--------------
libraries.txt | 2 +
.../templates/server_groups/server_groups.js | 9 +-
.../browser/templates/browser/js/browser.js | 12 +-
web/pgadmin/browser/templates/browser/js/node.js | 263 +-
web/pgadmin/static/css/backgrid/backgrid.css | 240 ++
web/pgadmin/static/css/backgrid/backgrid.min.css | 1 +
web/pgadmin/static/css/bootstrap-datepicker3.css | 890 +++---
.../static/css/bootstrap-datepicker3.min.css | 8 +
web/pgadmin/static/css/overrides.css | 115 +-
web/pgadmin/static/js/backform.pgadmin.js | 253 +-
web/pgadmin/static/js/backgrid/backgrid.js | 2883 ++++++++++++++++++++
web/pgadmin/static/js/backgrid/backgrid.min.js | 8 +
web/pgadmin/static/js/backgrid/backgrid.pgadmin.js | 234 ++
web/pgadmin/static/js/bootstrap-datepicker.js | 205 +-
web/pgadmin/static/js/bootstrap-datepicker.min.js | 4 +-
web/pgadmin/templates/base.html | 13 +
16 files changed, 4513 insertions(+), 627 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ashesh Vashi | 2015-10-28 17:25:08 | pgAdmin 4 commit: Allow to save only the partial model changes, undo-re |
| Previous Message | Ashesh Vashi | 2015-10-28 17:04:38 | pgAdmin 4 commit: Resolved couple of small bugs introduced during datab |