pgAdmin 4 commit: Allow direct navigation (i.e. typing of paths) in the

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow direct navigation (i.e. typing of paths) in the
Date: 2017-02-03 09:51:41
Message-ID: E1cZaWr-0008WE-Ky@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(dot)dhumal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2017-02-03 09:55:08 Re: Issues with PgAdmin4
Previous Message Dave Page 2017-02-03 09:40:34 Re: [pgAdmin4][Patch]: RM 2069 - Wrong tablespace displayed in table properties