pgAdmin 4 commit: Add a context menu to the treeview, with options to d

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add a context menu to the treeview, with options to d
Date: 2015-02-19 03:06:52
Message-ID: E1YOHS0-0000MV-GU@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add a context menu to the treeview, with options to delete and rename server nodes.

TODO: Make the menu items hook in.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/nodes/server_groups/hooks.py | 34 +-
.../templates/server_groups/server_groups.js | 82 +
web/pgadmin/browser/nodes/server_groups/views.py | 81 +-
.../css/jQuery-contextMenu/jquery.contextMenu.css | 142 ++
.../js/jQuery-contextMenu/jquery.contextMenu.js | 1686 ++++++++++++++++++++
.../js/jQuery-contextMenu/jquery.ui.position.js | 497 ++++++
web/pgadmin/browser/templates/browser/body.html | 25 +
web/pgadmin/browser/views.py | 3 +
web/pgadmin/settings/views.py | 24 +-
web/utils/ajax.py | 10 +-
10 files changed, 2521 insertions(+), 63 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2015-02-23 10:52:18 pgAdmin 4 commit: Add a Sphinx based help system, and include some init
Previous Message Dave Page 2015-02-15 22:20:06 pgAdmin 4 commit: This is a big one campers; Add initial support for tr