Обсуждение: [pgadmin-hackers] pgAdmin 4 commit: Allow direct navigation (i.e. typing of paths) inthe

Поиск
Список
Период
Сортировка

[pgadmin-hackers] pgAdmin 4 commit: Allow direct navigation (i.e. typing of paths) inthe

От
Dave Page
Дата:
Allow direct navigation (i.e. typing of paths) in the file manager. Fixes #1911

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4ef26a528b6b3045873302036d1a294e58c3ae85
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/misc/file_manager/__init__.py          | 330 +++++++++++++++------
.../misc/file_manager/static/css/file_manager.css  |   8 +-
.../file_manager/templates/file_manager/index.html |   7 +-
.../templates/file_manager/js/file_manager.js      | 207 ++++++++-----
.../templates/file_manager/js/utility.js           | 319 ++++++++++++++------
web/pgadmin/tools/sqleditor/__init__.py            |  20 +-
web/pgadmin/utils/preferences.py                   |   2 +-
7 files changed, 626 insertions(+), 267 deletions(-)