pgAdmin 4 commit: Fixes few issues with File Manager.

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixes few issues with File Manager.
Date: 2016-05-21 09:33:20
Message-ID: E1b43Hc-00084o-PP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixes few issues with File Manager.

- Rename file/folder not working in list view.
- Selection folder only should not allow to select file.
- Ui changes in table list to match with the pgadmin color styles.
- Custom STORAGE_DIR path don't list files/folders when opened in window
system.
- Code cleanup, formatting & did proper commenting.
- In file selection mode, the value typed in text box not setting into
backbone model.
- Removed create file code, it should be handled on module using it.
- Written a common function to make ajax request, instead of writing
individual functions for same task.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/misc/file_manager/__init__.py | 36 +-
.../misc/file_manager/static/css/file_manager.css | 85 ++-
.../templates/file_manager/js/file_manager.js | 55 +-
.../templates/file_manager/js/utility.js | 669 ++++++++-------------
web/pgadmin/static/js/backform.pgadmin.js | 29 +-
5 files changed, 349 insertions(+), 525 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-21 09:33:29 Re: [pgAdmin4][Patch]: File Manager & Backform FileControl
Previous Message Ashesh Vashi 2016-05-21 09:24:04 Re: pgAdmin 4 commit: Allow to specify the height & width from the javascri