pgAdmin 4 commit: Inherited the test, about & help module from PgAdminM - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Inherited the test, about & help module from PgAdminM
Date
Msg-id E1Z9oYM-0004zY-5b@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Inherited the test, about & help module from PgAdminModule class to load
them automatically by PgAdmin.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b626eec0fd7a52b2489af3317c6686ba2d68903f
Author: Ronan Dunklau <ronan.dunklau@dalibo.com>

Modified Files
--------------
web/pgadmin/__init__.py                            |   34 ++++++++-
web/pgadmin/about/__init__.py                      |   67 ++++++++++++++++++
web/pgadmin/about/hooks.py                         |   28 --------
web/pgadmin/about/views.py                         |   48 -------------
web/pgadmin/browser/templates/browser/index.html   |   45 ++++--------
.../browser/templates/browser/js/browser.js        |    2 +-
web/pgadmin/help/__init__.py                       |   66 ++++++++++++++++++
web/pgadmin/help/hooks.py                          |   73 --------------------
web/pgadmin/help/views.py                          |   18 -----
web/pgadmin/templates/base.html                    |    4 +-
web/pgadmin/test/__init__.py                       |   70 +++++++++++++++++++
web/pgadmin/test/hooks.py                          |   29 --------
web/pgadmin/test/views.py                          |   35 ----------
web/pgadmin/utils/__init__.py                      |    7 ++
web/pgadmin/utils/menu.py                          |   21 ++++++
15 files changed, 280 insertions(+), 267 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Introduced a class - NodeView to achieve REST API req
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Introduced a mechanism to load required javascripts a