pgAdmin 4 commit: Improvised the file manager functionalities as per co

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Improvised the file manager functionalities as per co
Date: 2016-05-13 19:12:56
Message-ID: E1b1IW8-0000t3-7I@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improvised the file manager functionalities as per comments given:
* Do not show the drives on windows, if STORAGE_DIR is set.
* Do not show non-applicable buttons, whenever no files/directory
present in the storage directory.
* Showing dimmer under the warning messages for replace/delete.
* Select file type other than 'All Files' in create/replace mode.

Tweaked a bit by Ashesh.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5348f6e96a0ef538b991d4e13779847fe67c2384
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/misc/file_manager/__init__.py | 68 +++---
.../misc/file_manager/static/css/file_manager.css | 43 +++-
.../file_manager/templates/file_manager/index.html | 11 +-
.../templates/file_manager/js/file_manager.js | 6 +-
.../file_manager/js/file_manager_config.json | 46 ++---
.../templates/file_manager/js/languages/en.js | 3 +-
.../templates/file_manager/js/utility.js | 229 +++++++++++++--------
7 files changed, 250 insertions(+), 156 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-13 19:20:49 pgAdmin 4 commit: Improvise the pgsql driver to keep the utility names
Previous Message Surinder Kumar 2016-05-13 18:14:39 Re: [pgAdmin4][Patch]: View and Materialised View Nodes