pgAdmin 4 commit: Add automatic browser menu integration for modules.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add automatic browser menu integration for modules.
Date: 2015-01-27 14:20:22
Message-ID: E1YG70A-0000kZ-He@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add automatic browser menu integration for modules.

Modules may now include functions that return lists of menu items
that will be included on the main browser window menu. While we're
at it, move the test views into a separate module.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/__init__.py | 18 +++++++---
web/pgadmin/about/browser.py | 18 ++++++++++
web/pgadmin/about/templates/about/index.html | 1 +
web/pgadmin/about/views.py | 27 ++++++++++++++
web/pgadmin/browser/templates/browser/index.html | 28 +++++++++++++--
web/pgadmin/browser/views.py | 42 ++++++++++++++++++++--
web/pgadmin/test/browser.py | 16 +++++++++
web/pgadmin/test/views.py | 35 ++++++++++++++++++
web/pgadmin/utils/views.py | 16 ---------
9 files changed, 176 insertions(+), 25 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2015-01-27 14:25:58 pgAdmin 4 commit: Update .gitignore file with a few more bits of junk.
Previous Message Dave Page 2015-01-26 16:27:46 pgAdmin 4 commit: Restructure templates to avoid conflicts between modu