| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: File management dialogue enhancements: |
| Date: | 2016-07-15 09:50:28 |
| Message-ID: | E1bNzlM-0006uF-Ew@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
File management dialogue enhancements:
- Double click on file/folder icon or name will navigate to the folder/file.
- Selected file/folder can be renamed by Rename button only. Double click rename is removed.
- Filename text box will not hide on smaller screen. Setting minimum width of File Browser fixed it.
- Path at top will only show directory name, not the file name and it is greyed out
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1a129cf30e567c7ce05954cf057600c75986d9f5
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
Modified Files
--------------
.../misc/file_manager/static/css/file_manager.css | 9 ++-
.../templates/file_manager/js/file_manager.js | 4 ++
.../templates/file_manager/js/utility.js | 78 ++--------------------
web/pgadmin/tools/sqleditor/__init__.py | 11 ++-
4 files changed, 22 insertions(+), 80 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2016-07-15 09:52:03 | Re: [pgAdmin4][Patch]: RM#1432 - File Browser - File does not exist error |
| Previous Message | Dave Page | 2016-07-15 09:35:21 | Re: PATCH: Fix the issue for saving query output as CSV |